Trace number 3265405

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
RestartSAT B95UNSAT 560.252 560.232

General information on the benchmark

NameSAT05/crafted/sabharwal05/ordering/gt-ordering/
sat/gt-030.shuffled-as.sat05-1295.cnf
MD5SUMf0614c8232d9b15ffdf32ce3e2c1390b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.05799
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses24824
Sum of the clauses size74817
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2435
Number of clauses of size 324359
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

560.21/560.21	c WARNING: for repeatability, setting FPU to use double precision
560.21/560.21	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3265405-1303569574/watcher-3265405-1303569574 -o /tmp/evaluation-result-3265405-1303569574/solver-3265405-1303569574 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3265405-1303569574.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.92 3.98 4.48 3/184 1127
/proc/meminfo: memFree=20282524/32950928 swapFree=67111524/67111528
[pid=1127] ppid=1125 vsize=19400 CPUtime=0 cores=5,7
/proc/1127/stat : 1127 (RestartSAT) R 1125 1127 872 0 -1 4202496 525 0 0 0 0 0 0 0 22 0 1 0 468557085 19865600 460 33554432000 4194304 4291949 140734657471744 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1127/statm: 4850 460 225 24 0 1484 0

[startup+0.0166819 s]
/proc/loadavg: 3.92 3.98 4.48 3/184 1127
/proc/meminfo: memFree=20282524/32950928 swapFree=67111524/67111528
[pid=1127] ppid=1125 vsize=20596 CPUtime=0.01 cores=5,7
/proc/1127/stat : 1127 (RestartSAT) R 1125 1127 872 0 -1 4202496 953 0 0 0 1 0 0 0 22 0 1 0 468557085 21090304 863 33554432000 4194304 4291949 140734657471744 18446744073709551615 4230173 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1127/statm: 5149 863 230 24 0 1783 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 20596

[startup+0.100666 s]
/proc/loadavg: 3.92 3.98 4.48 3/184 1127
/proc/meminfo: memFree=20282524/32950928 swapFree=67111524/67111528
[pid=1127] ppid=1125 vsize=17892 CPUtime=0.09 cores=5,7
/proc/1127/stat : 1127 (RestartSAT) R 1125 1127 872 0 -1 4202496 1272 0 0 0 9 0 0 0 22 0 1 0 468557085 18321408 1037 33554432000 4194304 4291949 140734657471744 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1127/statm: 4473 1037 252 24 0 1107 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17892

[startup+0.300631 s]
/proc/loadavg: 3.92 3.98 4.48 3/184 1127
/proc/meminfo: memFree=20282524/32950928 swapFree=67111524/67111528
[pid=1127] ppid=1125 vsize=21228 CPUtime=0.29 cores=5,7
/proc/1127/stat : 1127 (RestartSAT) R 1125 1127 872 0 -1 4202496 1895 0 0 0 29 0 0 0 23 0 1 0 468557085 21737472 1651 33554432000 4194304 4291949 140734657471744 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1127/statm: 5307 1651 252 24 0 1941 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21228

[startup+0.700554 s]
/proc/loadavg: 3.92 3.98 4.48 3/184 1127
/proc/meminfo: memFree=20282524/32950928 swapFree=67111524/67111528
[pid=1127] ppid=1125 vsize=25688 CPUtime=0.69 cores=5,7
/proc/1127/stat : 1127 (RestartSAT) R 1125 1127 872 0 -1 4202496 3924 0 0 0 69 0 0 0 25 0 1 0 468557085 26304512 2817 33554432000 4194304 4291949 140734657471744 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1127/statm: 6422 2817 252 24 0 3056 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25688

[startup+1.50047 s]
/proc/loadavg: 3.93 3.98 4.48 5/185 1132
/proc/meminfo: memFree=20255000/32950928 swapFree=67111524/67111528
[pid=1127] ppid=1125 vsize=28060 CPUtime=1.49 cores=5,7
/proc/1127/stat : 1127 (RestartSAT) R 1125 1127 872 0 -1 4202496 5658 0 0 0 149 0 0 0 25 0 1 0 468557085 28733440 3450 33554432000 4194304 4291949 140734657471744 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1127/statm: 7015 3450 253 24 0 3649 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28060

[startup+3.1011 s]
/proc/loadavg: 3.93 3.98 4.48 5/190 1138
/proc/meminfo: memFree=20197548/32950928 swapFree=67111524/67111528
[pid=1127] ppid=1125 vsize=32408 CPUtime=3.09 cores=5,7
/proc/1127/stat : 1127 (RestartSAT) R 1125 1127 872 0 -1 4202496 7003 0 0 0 309 0 0 0 25 0 1 0 468557085 33185792 4730 33554432000 4194304 4291949 140734657471744 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1127/statm: 8102 4730 253 24 0 4736 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32408

[startup+6.30049 s]
/proc/loadavg: 3.93 3.98 4.48 5/190 1138
/proc/meminfo: memFree=20187272/32950928 swapFree=67111524/67111528
[pid=1127] ppid=1125 vsize=47220 CPUtime=6.29 cores=5,7
/proc/1127/stat : 1127 (RestartSAT) R 1125 1127 872 0 -1 4202496 11948 0 0 0 628 1 0 0 25 0 1 0 468557085 48353280 7687 33554432000 4194304 4291949 140734657471744 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1127/statm: 11805 7687 253 24 0 8439 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47220

[startup+12.7003 s]
/proc/loadavg: 4.02 4.00 4.48 5/190 1138
/proc/meminfo: memFree=20162884/32950928 swapFree=67111524/67111528
[pid=1127] ppid=1125 vsize=64748 CPUtime=12.69 cores=5,7
/proc/1127/stat : 1127 (RestartSAT) R 1125 1127 872 0 -1 4202496 19432 0 0 0 1267 2 0 0 25 0 1 0 468557085 66301952 11480 33554432000 4194304 4291949 140734657471744 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1127/statm: 16187 11480 253 24 0 12821 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64748

[startup+25.5009 s]
/proc/loadavg: 4.02 4.00 4.47 5/190 1139
/proc/meminfo: memFree=20119424/32950928 swapFree=67111524/67111528
[pid=1127] ppid=1125 vsize=84540 CPUtime=25.49 cores=5,7
/proc/1127/stat : 1127 (RestartSAT) R 1125 1127 872 0 -1 4202496 31421 0 0 0 2545 4 0 0 25 0 1 0 468557085 86568960 16894 33554432000 4194304 4291949 140734657471744 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1127/statm: 21135 16894 253 24 0 17769 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84540

[startup+51.101 s]
/proc/loadavg: 4.01 4.00 4.45 5/190 1139
/proc/meminfo: memFree=20046312/32950928 swapFree=67111524/67111528
[pid=1127] ppid=1125 vsize=115836 CPUtime=51.09 cores=5,7
/proc/1127/stat : 1127 (RestartSAT) R 1125 1127 872 0 -1 4202496 40292 0 0 0 5103 6 0 0 25 0 1 0 468557085 118616064 25570 33554432000 4194304 4291949 140734657471744 18446744073709551615 4261956 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1127/statm: 28959 25570 253 24 0 25593 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 115836

[startup+102.307 s]
/proc/loadavg: 4.04 4.01 4.43 5/190 1141
/proc/meminfo: memFree=19930820/32950928 swapFree=67111524/67111528
[pid=1127] ppid=1125 vsize=168996 CPUtime=102.3 cores=5,7
/proc/1127/stat : 1127 (RestartSAT) R 1125 1127 872 0 -1 4202496 53572 0 0 0 10222 8 0 0 25 0 1 0 468557085 173051904 38530 33554432000 4194304 4291949 140734657471744 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1127/statm: 42249 38530 253 24 0 38883 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 168996

[startup+162.301 s]
/proc/loadavg: 4.09 4.02 4.41 5/190 1142
/proc/meminfo: memFree=19808044/32950928 swapFree=67111524/67111528
[pid=1127] ppid=1125 vsize=240724 CPUtime=162.29 cores=5,7
/proc/1127/stat : 1127 (RestartSAT) R 1125 1127 872 0 -1 4202496 73250 0 0 0 16218 11 0 0 25 0 1 0 468557085 246501376 52743 33554432000 4194304 4291949 140734657471744 18446744073709551615 4262944 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1127/statm: 60181 52743 253 24 0 56815 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 240724

[startup+222.3 s]
/proc/loadavg: 4.03 4.02 4.38 5/190 1144
/proc/meminfo: memFree=19711804/32950928 swapFree=67111524/67111528
[pid=1127] ppid=1125 vsize=269672 CPUtime=222.3 cores=5,7
/proc/1127/stat : 1127 (RestartSAT) R 1125 1127 872 0 -1 4202496 81905 0 0 0 22217 13 0 0 25 0 1 0 468557085 276144128 61094 33554432000 4194304 4291949 140734657471744 18446744073709551615 4255679 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1127/statm: 67418 61094 253 24 0 64052 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 269672

[startup+282.301 s]
/proc/loadavg: 4.01 4.01 4.35 5/190 1146
/proc/meminfo: memFree=19623376/32950928 swapFree=67111524/67111528
[pid=1127] ppid=1125 vsize=298136 CPUtime=282.3 cores=5,7
/proc/1127/stat : 1127 (RestartSAT) R 1125 1127 872 0 -1 4202496 91988 0 0 0 28216 14 0 0 25 0 1 0 468557085 305291264 70829 33554432000 4194304 4291949 140734657471744 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1127/statm: 74534 70829 253 24 0 71168 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 298136

[startup+342.301 s]
/proc/loadavg: 4.00 4.01 4.33 5/190 1147
/proc/meminfo: memFree=19514256/32950928 swapFree=67111524/67111528
[pid=1127] ppid=1125 vsize=353704 CPUtime=342.31 cores=5,7
/proc/1127/stat : 1127 (RestartSAT) R 1125 1127 872 0 -1 4202496 106454 0 0 0 34214 17 0 0 25 0 1 0 468557085 362192896 84983 33554432000 4194304 4291949 140734657471744 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1127/statm: 88426 84983 253 24 0 85060 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 353704

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 4.31 5/190 1149
/proc/meminfo: memFree=19465252/32950928 swapFree=67111524/67111528
[pid=1127] ppid=1125 vsize=364412 CPUtime=402.3 cores=5,7
/proc/1127/stat : 1127 (RestartSAT) R 1125 1127 872 0 -1 4202496 126849 0 0 0 40209 21 0 0 25 0 1 0 468557085 373157888 86535 33554432000 4194304 4291949 140734657471744 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1127/statm: 91103 86535 253 24 0 87737 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 364412

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 4.28 5/190 1150
/proc/meminfo: memFree=19317672/32950928 swapFree=67111524/67111528
[pid=1127] ppid=1125 vsize=406680 CPUtime=462.3 cores=5,7
/proc/1127/stat : 1127 (RestartSAT) R 1125 1127 872 0 -1 4202496 135390 0 0 0 46208 22 0 0 25 0 1 0 468557085 416440320 94797 33554432000 4194304 4291949 140734657471744 18446744073709551615 4255599 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1127/statm: 101670 94797 253 24 0 98304 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 406680

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 4.26 5/190 1152
/proc/meminfo: memFree=19252424/32950928 swapFree=67111524/67111528
[pid=1127] ppid=1125 vsize=426136 CPUtime=522.31 cores=5,7
/proc/1127/stat : 1127 (RestartSAT) R 1125 1127 872 0 -1 4202496 150635 0 0 0 52204 27 0 0 25 0 1 0 468557085 436363264 101092 33554432000 4194304 4291949 140734657471744 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1127/statm: 106534 101092 253 24 0 103168 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 426136

Solver just ended. Dumping a history of the last processes samples

[startup+537.5 s]
/proc/loadavg: 4.00 4.00 4.26 5/190 1152
/proc/meminfo: memFree=19245352/32950928 swapFree=67111524/67111528
[pid=1127] ppid=1125 vsize=426136 CPUtime=537.51 cores=5,7
/proc/1127/stat : 1127 (RestartSAT) R 1125 1127 872 0 -1 4202496 150637 0 0 0 53724 27 0 0 25 0 1 0 468557085 436363264 101094 33554432000 4194304 4291949 140734657471744 18446744073709551615 4255744 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1127/statm: 106534 101094 253 24 0 103168 0
Current children cumulated CPU time (s) 537.51
Current children cumulated vsize (KiB) 426136

[startup+550.301 s]
/proc/loadavg: 4.00 4.00 4.25 5/190 1153
/proc/meminfo: memFree=19231212/32950928 swapFree=67111524/67111528
[pid=1127] ppid=1125 vsize=426136 CPUtime=550.31 cores=5,7
/proc/1127/stat : 1127 (RestartSAT) R 1125 1127 872 0 -1 4202496 150637 0 0 0 55004 27 0 0 25 0 1 0 468557085 436363264 101094 33554432000 4194304 4291949 140734657471744 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1127/statm: 106534 101094 253 24 0 103168 0
Current children cumulated CPU time (s) 550.31
Current children cumulated vsize (KiB) 426136

[startup+556.701 s]
/proc/loadavg: 4.00 4.00 4.25 5/190 1153
/proc/meminfo: memFree=19227856/32950928 swapFree=67111524/67111528
[pid=1127] ppid=1125 vsize=426136 CPUtime=556.71 cores=5,7
/proc/1127/stat : 1127 (RestartSAT) R 1125 1127 872 0 -1 4202496 150637 0 0 0 55644 27 0 0 25 0 1 0 468557085 436363264 101094 33554432000 4194304 4291949 140734657471744 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1127/statm: 106534 101094 253 24 0 103168 0
Current children cumulated CPU time (s) 556.71
Current children cumulated vsize (KiB) 426136

[startup+558.3 s]
/proc/loadavg: 4.00 4.00 4.25 5/190 1153
/proc/meminfo: memFree=19227112/32950928 swapFree=67111524/67111528
[pid=1127] ppid=1125 vsize=426136 CPUtime=558.31 cores=5,7
/proc/1127/stat : 1127 (RestartSAT) R 1125 1127 872 0 -1 4202496 150637 0 0 0 55804 27 0 0 25 0 1 0 468557085 436363264 101094 33554432000 4194304 4291949 140734657471744 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1127/statm: 106534 101094 253 24 0 103168 0
Current children cumulated CPU time (s) 558.31
Current children cumulated vsize (KiB) 426136

[startup+559.1 s]
/proc/loadavg: 4.00 4.00 4.25 5/190 1153
/proc/meminfo: memFree=19226988/32950928 swapFree=67111524/67111528
[pid=1127] ppid=1125 vsize=426136 CPUtime=559.11 cores=5,7
/proc/1127/stat : 1127 (RestartSAT) R 1125 1127 872 0 -1 4202496 150637 0 0 0 55884 27 0 0 25 0 1 0 468557085 436363264 101094 33554432000 4194304 4291949 140734657471744 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1127/statm: 106534 101094 253 24 0 103168 0
Current children cumulated CPU time (s) 559.11
Current children cumulated vsize (KiB) 426136

[startup+559.907 s]
/proc/loadavg: 4.00 4.00 4.25 5/190 1153
/proc/meminfo: memFree=19226492/32950928 swapFree=67111524/67111528
[pid=1127] ppid=1125 vsize=426136 CPUtime=559.92 cores=5,7
/proc/1127/stat : 1127 (RestartSAT) R 1125 1127 872 0 -1 4202496 150637 0 0 0 55965 27 0 0 25 0 1 0 468557085 436363264 101094 33554432000 4194304 4291949 140734657471744 18446744073709551615 4255721 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1127/statm: 106534 101094 253 24 0 103168 0
Current children cumulated CPU time (s) 559.92
Current children cumulated vsize (KiB) 426136

[startup+560.101 s]
/proc/loadavg: 4.00 4.00 4.25 5/190 1153
/proc/meminfo: memFree=19226492/32950928 swapFree=67111524/67111528
[pid=1127] ppid=1125 vsize=426136 CPUtime=560.11 cores=5,7
/proc/1127/stat : 1127 (RestartSAT) R 1125 1127 872 0 -1 4202496 150637 0 0 0 55984 27 0 0 25 0 1 0 468557085 436363264 101094 33554432000 4194304 4291949 140734657471744 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1127/statm: 106534 101094 253 24 0 103168 0
Current children cumulated CPU time (s) 560.11
Current children cumulated vsize (KiB) 426136

[startup+560.201 s]
/proc/loadavg: 4.00 4.00 4.25 5/190 1153
/proc/meminfo: memFree=19226492/32950928 swapFree=67111524/67111528
[pid=1127] ppid=1125 vsize=426136 CPUtime=560.21 cores=5,7
/proc/1127/stat : 1127 (RestartSAT) R 1125 1127 872 0 -1 4202496 150637 0 0 0 55994 27 0 0 25 0 1 0 468557085 436363264 101094 33554432000 4194304 4291949 140734657471744 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1127/statm: 106534 101094 253 24 0 103168 0
Current children cumulated CPU time (s) 560.21
Current children cumulated vsize (KiB) 426136

Child status: 20
Real time (s): 560.232
CPU time (s): 560.252
CPU user time (s): 559.956
CPU system time (s): 0.295955
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 432712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 559.956
system time used= 0.295955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150642
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 720

runsolver used 0.856869 second user time and 2.20366 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-23 16:39:34
IDJOB=3265405
IDBENCH=85618
IDSOLVER=1580
FILE ID=node127/3265405-1303569574
RUNJOBID= node127-1303568266-894
PBS_JOBID= 13150297
Free space on /tmp= 71240 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT05/crafted/sabharwal05/ordering/gt-ordering/sat/gt-030.shuffled-as.sat05-1295.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265405-1303569574/watcher-3265405-1303569574 -o /tmp/evaluation-result-3265405-1303569574/solver-3265405-1303569574 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3265405-1303569574.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= f0614c8232d9b15ffdf32ce3e2c1390b
RANDOM SEED=1482938040

node127.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20282556 kB
Buffers:       2384476 kB
Cached:        9664172 kB
SwapCached:          4 kB
Active:        8149476 kB
Inactive:      3971700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20282556 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2376 kB
Writeback:           0 kB
AnonPages:       71488 kB
Mapped:          15184 kB
Slab:           483120 kB
PageTables:       5128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   241584 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71228 MiB
End job on node127 at 2011-04-23 16:48:55