Trace number 3170732

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 A75? (TO) 1300.04 1300.01

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S957916968-041-UNKNOWN.cnf
MD5SUM5ccda34debd31b9bf6eb5decc63c453f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark290.667
Satisfiable
(Un)Satisfiability was proved
Number of variables49999
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3170732-1302818677/watcher-3170732-1302818677 -o /tmp/evaluation-result-3170732-1302818677/solver-3170732-1302818677 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170732-1302818677.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: 1.04 1.52 1.81 4/189 10102
/proc/meminfo: memFree=13137216/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=23272 CPUtime=0 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 1467 0 0 0 0 0 0 0 21 0 1 0 472098371 23830528 1409 33554432000 4194304 4291949 140734328803120 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 5818 1416 226 24 0 2452 0

[startup+0.0384271 s]
/proc/loadavg: 1.04 1.52 1.81 4/189 10102
/proc/meminfo: memFree=13137216/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=28448 CPUtime=0.03 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 3017 0 0 0 3 0 0 0 21 0 1 0 472098371 29130752 2866 33554432000 4194304 4291949 140734328803120 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 7112 2866 227 24 0 3746 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 28448

[startup+0.10042 s]
/proc/loadavg: 1.04 1.52 1.81 4/189 10102
/proc/meminfo: memFree=13137216/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=32264 CPUtime=0.09 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 4577 0 0 0 9 0 0 0 21 0 1 0 472098371 33038336 4165 33554432000 4194304 4291949 140734328803120 18446744073709551615 218880225989 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 8066 4165 227 24 0 4700 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32264

[startup+0.30039 s]
/proc/loadavg: 1.04 1.52 1.81 4/189 10102
/proc/meminfo: memFree=13137216/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=37992 CPUtime=0.29 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 6915 0 0 0 28 1 0 0 22 0 1 0 472098371 38903808 6062 33554432000 4194304 4291949 140734328803120 18446744073709551615 4232002 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 9498 6062 234 24 0 6132 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37992

[startup+0.700328 s]
/proc/loadavg: 1.04 1.52 1.81 4/189 10102
/proc/meminfo: memFree=13137216/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=35220 CPUtime=0.69 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 7994 0 0 0 68 1 0 0 24 0 1 0 472098371 36065280 5234 33554432000 4194304 4291949 140734328803120 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 8805 5234 253 24 0 5439 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35220

[startup+1.50117 s]
/proc/loadavg: 1.04 1.52 1.81 5/190 10103
/proc/meminfo: memFree=13107952/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=35220 CPUtime=1.49 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 8079 0 0 0 148 1 0 0 25 0 1 0 472098371 36065280 5318 33554432000 4194304 4291949 140734328803120 18446744073709551615 218883972250 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 8805 5318 253 24 0 5439 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35220

[startup+3.10089 s]
/proc/loadavg: 1.28 1.56 1.82 5/190 10103
/proc/meminfo: memFree=13095088/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=37940 CPUtime=3.09 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 8285 0 0 0 308 1 0 0 25 0 1 0 472098371 38850560 5524 33554432000 4194304 4291949 140734328803120 18446744073709551615 4251639 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 9485 5524 253 24 0 6119 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37940

[startup+6.30032 s]
/proc/loadavg: 1.28 1.56 1.82 5/190 10103
/proc/meminfo: memFree=13072548/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=37940 CPUtime=6.29 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 8770 0 0 0 628 1 0 0 25 0 1 0 472098371 38850560 6004 33554432000 4194304 4291949 140734328803120 18446744073709551615 218884024383 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 9485 6004 253 24 0 6119 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37940

[startup+12.7002 s]
/proc/loadavg: 1.69 1.64 1.84 5/190 10103
/proc/meminfo: memFree=13064280/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=42360 CPUtime=12.69 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 9859 0 0 0 1268 1 0 0 25 0 1 0 472098371 43376640 7090 33554432000 4194304 4291949 140734328803120 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 10590 7090 253 24 0 7224 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42360

[startup+25.5009 s]
/proc/loadavg: 2.05 1.72 1.86 5/190 10103
/proc/meminfo: memFree=13026416/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=61480 CPUtime=25.5 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 12516 0 0 0 2548 2 0 0 25 0 1 0 472098371 62955520 9735 33554432000 4194304 4291949 140734328803120 18446744073709551615 218884024797 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 15370 9735 253 24 0 12004 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 61480

[startup+51.1004 s]
/proc/loadavg: 2.71 1.90 1.92 5/190 10104
/proc/meminfo: memFree=12918084/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=81872 CPUtime=51.09 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 18954 0 0 0 5105 4 0 0 25 0 1 0 472098371 83836928 16152 33554432000 4194304 4291949 140734328803120 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 20468 16152 253 24 0 17102 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 81872

[startup+102.307 s]
/proc/loadavg: 3.48 2.25 2.04 5/190 10105
/proc/meminfo: memFree=12770632/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=165280 CPUtime=102.3 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 32241 0 0 0 10222 8 0 0 25 0 1 0 472098371 169246720 29395 33554432000 4194304 4291949 140734328803120 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 41320 29395 253 24 0 37954 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 165280

[startup+162.301 s]
/proc/loadavg: 3.85 2.58 2.16 5/190 10107
/proc/meminfo: memFree=12764512/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=249664 CPUtime=162.29 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 49072 0 0 0 16215 14 0 0 25 0 1 0 472098371 255655936 46180 33554432000 4194304 4291949 140734328803120 18446744073709551615 4251581 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 62416 46180 253 24 0 59050 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 249664

[startup+222.301 s]
/proc/loadavg: 3.94 2.84 2.27 5/190 10109
/proc/meminfo: memFree=12626820/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=251668 CPUtime=222.3 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 61808 0 0 0 22211 19 0 0 25 0 1 0 472098371 257708032 58872 33554432000 4194304 4291949 140734328803120 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 62917 58872 253 24 0 59551 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 251668

[startup+282.301 s]
/proc/loadavg: 3.98 3.05 2.38 5/190 10110
/proc/meminfo: memFree=12583008/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=386348 CPUtime=282.3 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 70130 0 0 0 28208 22 0 0 25 0 1 0 472098371 395620352 67157 33554432000 4194304 4291949 140734328803120 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 96587 67157 253 24 0 93221 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 386348

[startup+342.301 s]
/proc/loadavg: 4.04 3.23 2.48 5/190 10112
/proc/meminfo: memFree=12392748/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=388860 CPUtime=342.3 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 93493 0 0 0 34201 29 0 0 25 0 1 0 472098371 398192640 90469 33554432000 4194304 4291949 140734328803120 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 97215 90469 253 24 0 93849 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 388860

[startup+402.3 s]
/proc/loadavg: 4.01 3.37 2.58 5/190 10113
/proc/meminfo: memFree=12493776/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=606196 CPUtime=402.3 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 101845 0 0 0 40198 32 0 0 25 0 1 0 472098371 620744704 98785 33554432000 4194304 4291949 140734328803120 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 151549 98785 253 24 0 148183 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 606196

[startup+462.301 s]
/proc/loadavg: 4.00 3.48 2.66 5/190 10115
/proc/meminfo: memFree=12317020/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=607800 CPUtime=462.3 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 111508 0 0 0 46195 35 0 0 25 0 1 0 472098371 622387200 108409 33554432000 4194304 4291949 140734328803120 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 151950 108409 253 24 0 148584 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 607800

[startup+522.301 s]
/proc/loadavg: 4.00 3.57 2.74 5/190 10117
/proc/meminfo: memFree=12241964/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=609272 CPUtime=522.3 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 119279 0 0 0 52192 38 0 0 25 0 1 0 472098371 623894528 116153 33554432000 4194304 4291949 140734328803120 18446744073709551615 4250690 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 152318 116153 253 24 0 148952 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 609272

[startup+582.3 s]
/proc/loadavg: 4.00 3.65 2.82 5/190 10118
/proc/meminfo: memFree=12588632/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=131560 CPUtime=582.3 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 142344 0 0 0 58185 45 0 0 25 0 1 0 472098371 134717440 22321 33554432000 4194304 4291949 140734328803120 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 32890 22321 253 24 0 29524 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 131560

[startup+642.301 s]
/proc/loadavg: 4.00 3.71 2.89 5/190 10120
/proc/meminfo: memFree=12703420/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=181648 CPUtime=642.32 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 155607 0 0 0 64182 50 0 0 25 0 1 0 472098371 186007552 35535 33554432000 4194304 4291949 140734328803120 18446744073709551615 218884024760 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 45412 35535 253 24 0 42046 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 181648

[startup+702.3 s]
/proc/loadavg: 4.06 3.77 2.96 5/190 10121
/proc/meminfo: memFree=12609516/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=263192 CPUtime=702.31 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 171458 0 0 0 70177 54 0 0 25 0 1 0 472098371 269508608 51342 33554432000 4194304 4291949 140734328803120 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 65798 51342 253 24 0 62432 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 263192

[startup+762.307 s]
/proc/loadavg: 4.02 3.81 3.02 5/190 10123
/proc/meminfo: memFree=12358488/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=397580 CPUtime=762.32 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 209955 0 0 0 76168 64 0 0 25 0 1 0 472098371 407121920 89772 33554432000 4194304 4291949 140734328803120 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 99395 89772 253 24 0 96029 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 397580

[startup+822.301 s]
/proc/loadavg: 4.01 3.84 3.08 5/190 10125
/proc/meminfo: memFree=12239532/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=612908 CPUtime=822.31 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 218261 0 0 0 82164 67 0 0 25 0 1 0 472098371 627617792 98048 33554432000 4194304 4291949 140734328803120 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 153227 98048 253 24 0 149861 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 612908

[startup+882.3 s]
/proc/loadavg: 4.07 3.89 3.14 5/190 10126
/proc/meminfo: memFree=12432184/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=613328 CPUtime=882.31 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 227566 0 0 0 88160 71 0 0 25 0 1 0 472098371 628047872 107331 33554432000 4194304 4291949 140734328803120 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 153332 107331 253 24 0 149966 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 613328

[startup+942.301 s]
/proc/loadavg: 4.02 3.90 3.19 5/190 10128
/proc/meminfo: memFree=12344480/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=613744 CPUtime=942.32 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 237939 0 0 0 94157 75 0 0 25 0 1 0 472098371 628473856 117674 33554432000 4194304 4291949 140734328803120 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 153436 117674 253 24 0 150070 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 613744

[startup+1002.3 s]
/proc/loadavg: 4.01 3.92 3.24 5/190 10129
/proc/meminfo: memFree=12254904/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=614572 CPUtime=1002.31 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 249519 0 0 0 100153 78 0 0 25 0 1 0 472098371 629321728 129213 33554432000 4194304 4291949 140734328803120 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 153643 129213 253 24 0 150277 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 614572

[startup+1062.3 s]
/proc/loadavg: 4.00 3.93 3.29 5/190 10131
/proc/meminfo: memFree=12018764/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=615128 CPUtime=1062.32 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 257376 0 0 0 106151 81 0 0 25 0 1 0 472098371 629891072 137037 33554432000 4194304 4291949 140734328803120 18446744073709551615 4261929 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 153782 137037 253 24 0 150416 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 615128

[startup+1122.3 s]
/proc/loadavg: 4.00 3.94 3.33 5/190 10133
/proc/meminfo: memFree=12343468/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=615924 CPUtime=1122.32 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 265149 0 0 0 112148 84 0 0 25 0 1 0 472098371 630706176 144785 33554432000 4194304 4291949 140734328803120 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 153981 144785 253 24 0 150615 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 615924

[startup+1182.3 s]
/proc/loadavg: 4.08 3.98 3.38 5/190 10134
/proc/meminfo: memFree=12227992/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=968208 CPUtime=1182.32 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 271763 0 0 0 118146 86 0 0 25 0 1 0 472098371 991444992 151382 33554432000 4194304 4291949 140734328803120 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 242052 151382 253 24 0 238686 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 968208

[startup+1242.3 s]
/proc/loadavg: 4.03 3.98 3.41 5/190 10136
/proc/meminfo: memFree=12073832/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=968340 CPUtime=1242.32 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 295112 0 0 0 124140 92 0 0 25 0 1 0 472098371 991580160 174689 33554432000 4194304 4291949 140734328803120 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 242085 174689 253 24 0 238719 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 968340



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 3.99 3.45 2/184 10140
/proc/meminfo: memFree=13043648/32950928 swapFree=67111528/67111528
[pid=10102] ppid=10100 vsize=140972 CPUtime=1300.02 cores=5,7
/proc/10102/stat : 10102 (RestartSAT) R 10100 10102 10042 0 -1 4202496 312626 0 0 0 129902 100 0 0 25 0 1 0 472098371 144355328 28575 33554432000 4194304 4291949 140734328803120 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10102/statm: 35243 28575 253 24 0 31877 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 140972

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1299.03
CPU system time (s): 1.01484
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 987556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.03
system time used= 1.01484
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 312626
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= 5
involuntary context switches= 740

runsolver used 2.15367 second user time and 4.95025 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-15 00:04:37
IDJOB=3170732
IDBENCH=82550
IDSOLVER=1581
FILE ID=node112/3170732-1302818677
RUNJOBID= node112-1302818676-10063
PBS_JOBID= 13006663
Free space on /tmp= 72172 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S957916968-041-UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170732-1302818677/watcher-3170732-1302818677 -o /tmp/evaluation-result-3170732-1302818677/solver-3170732-1302818677 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170732-1302818677.cnf

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

MD5SUM BENCH= 5ccda34debd31b9bf6eb5decc63c453f
RANDOM SEED=1724346853

node112.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.828
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.65
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.828
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.828
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.67
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.828
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.82
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.828
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	: 5261.27
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.828
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.82
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.828
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.75
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13137620 kB
Buffers:        770204 kB
Cached:       18558000 kB
SwapCached:          0 kB
Active:        9132440 kB
Inactive:     10285352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13137620 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10076 kB
Writeback:           0 kB
AnonPages:       89336 kB
Mapped:          15360 kB
Slab:           330024 kB
PageTables:       5324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   280092 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= 72168 MiB
End job on node112 at 2011-04-15 00:26:19