Trace number 3419747

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 B95? (TO) 5000.13 4999.96

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitswegner/
countbitswegner128.cnf
MD5SUM4b75ef7fb46928f50793af1d74c176e2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3303.24
Satisfiable
(Un)Satisfiability was proved
Number of variables98048
Number of clauses293759
Sum of the clauses size685435
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2195838
Number of clauses of size 397919
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: 961)

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-3419747-1306579402/watcher-3419747-1306579402 -o /tmp/evaluation-result-3419747-1306579402/solver-3419747-1306579402 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419747-1306579402.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 2/478 31893
/proc/meminfo: memFree=27595220/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=23100 CPUtime=0.01 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 1709 0 0 0 1 0 0 0 20 0 1 0 769542572 23654400 1613 33554432000 4194304 4291949 140735975343360 18446744073709551615 212435677893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 5775 1613 227 24 0 2409 0

[startup+0.038824 s]
/proc/loadavg: 0.00 0.00 0.00 2/478 31893
/proc/meminfo: memFree=27595220/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=27088 CPUtime=0.03 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 3004 0 0 0 3 0 0 0 20 0 1 0 769542572 27738112 2765 33554432000 4194304 4291949 140735975343360 18446744073709551615 212435677893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 6772 2766 227 24 0 3406 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27088

[startup+0.10081 s]
/proc/loadavg: 0.00 0.00 0.00 2/478 31893
/proc/meminfo: memFree=27595220/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=40672 CPUtime=0.08 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 7258 0 0 0 8 0 0 0 20 0 1 0 769542572 41648128 6431 33554432000 4194304 4291949 140735975343360 18446744073709551615 212435677893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 10168 6432 227 24 0 6802 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 40672

[startup+0.300774 s]
/proc/loadavg: 0.00 0.00 0.00 2/478 31893
/proc/meminfo: memFree=27595220/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=68496 CPUtime=0.29 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 12411 0 0 0 28 1 0 0 21 0 1 0 769542572 70139904 11299 33554432000 4194304 4291949 140735975343360 18446744073709551615 4210290 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 17124 11302 247 24 0 13758 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68496

[startup+0.700697 s]
/proc/loadavg: 0.00 0.00 0.00 2/478 31893
/proc/meminfo: memFree=27595220/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=55308 CPUtime=0.69 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 15026 0 0 0 67 2 0 0 22 0 1 0 769542572 56635392 9292 33554432000 4194304 4291949 140735975343360 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 13827 9292 266 24 0 10461 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55308

[startup+1.50056 s]
/proc/loadavg: 0.16 0.03 0.01 3/482 31900
/proc/meminfo: memFree=27471124/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=55308 CPUtime=1.49 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 15112 0 0 0 147 2 0 0 25 0 1 0 769542572 56635392 9375 33554432000 4194304 4291949 140735975343360 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 13827 9375 266 24 0 10461 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55308

[startup+3.10026 s]
/proc/loadavg: 0.16 0.03 0.01 3/482 31900
/proc/meminfo: memFree=27475464/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=55308 CPUtime=3.09 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 15273 0 0 0 307 2 0 0 25 0 1 0 769542572 56635392 9528 33554432000 4194304 4291949 140735975343360 18446744073709551615 4255946 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 13827 9528 266 24 0 10461 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55308

[startup+6.30064 s]
/proc/loadavg: 0.16 0.03 0.01 3/482 31900
/proc/meminfo: memFree=27473840/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=62380 CPUtime=6.29 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 15662 0 0 0 627 2 0 0 25 0 1 0 769542572 63877120 9904 33554432000 4194304 4291949 140735975343360 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 15595 9904 266 24 0 12229 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 62380

[startup+12.7004 s]
/proc/loadavg: 0.44 0.10 0.03 3/482 31901
/proc/meminfo: memFree=27468768/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=62380 CPUtime=12.69 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 16452 0 0 0 1267 2 0 0 25 0 1 0 769542572 63877120 10673 33554432000 4194304 4291949 140735975343360 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 15595 10673 266 24 0 12229 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62380

[startup+25.501 s]
/proc/loadavg: 0.68 0.16 0.05 3/482 31901
/proc/meminfo: memFree=27446144/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=81444 CPUtime=25.49 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 21318 0 0 0 2545 4 0 0 25 0 1 0 769542572 83398656 15499 33554432000 4194304 4291949 140735975343360 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 20361 15499 266 24 0 16995 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 81444

[startup+51.1002 s]
/proc/loadavg: 1.20 0.33 0.11 3/482 31902
/proc/meminfo: memFree=27401860/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=112088 CPUtime=51.1 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 26282 0 0 0 5104 6 0 0 25 0 1 0 769542572 114778112 20395 33554432000 4194304 4291949 140735975343360 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 28022 20395 266 24 0 24656 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 112088

[startup+102.318 s]
/proc/loadavg: 1.73 0.62 0.22 3/482 31903
/proc/meminfo: memFree=27335880/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=143044 CPUtime=102.31 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 36802 0 0 0 10222 9 0 0 25 0 1 0 769542572 146477056 30806 33554432000 4194304 4291949 140735975343360 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 35761 30806 266 24 0 32395 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 143044

[startup+162.3 s]
/proc/loadavg: 1.94 0.88 0.33 3/482 31905
/proc/meminfo: memFree=27333628/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=127660 CPUtime=162.29 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 54097 0 0 0 16215 14 0 0 25 0 1 0 769542572 130723840 24040 33554432000 4194304 4291949 140735975343360 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 31915 24040 266 24 0 28549 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 127660

[startup+222.301 s]
/proc/loadavg: 1.98 1.08 0.43 3/482 31906
/proc/meminfo: memFree=27251400/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=208568 CPUtime=222.3 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 68201 0 0 0 22212 18 0 0 25 0 1 0 769542572 213573632 37965 33554432000 4194304 4291949 140735975343360 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 52142 37965 266 24 0 48776 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 208568

[startup+282.301 s]
/proc/loadavg: 1.99 1.25 0.53 3/482 31908
/proc/meminfo: memFree=27261792/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=135276 CPUtime=282.3 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 84538 0 0 0 28208 22 0 0 25 0 1 0 769542572 138522624 25285 33554432000 4194304 4291949 140735975343360 18446744073709551615 4261880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 33819 25285 266 24 0 30453 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 135276

[startup+342.3 s]
/proc/loadavg: 1.99 1.38 0.62 3/482 31909
/proc/meminfo: memFree=27180780/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=216184 CPUtime=342.3 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 97391 0 0 0 34203 27 0 0 25 0 1 0 769542572 221372416 37988 33554432000 4194304 4291949 140735975343360 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 54046 37988 266 24 0 50680 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 216184

[startup+402.301 s]
/proc/loadavg: 1.99 1.49 0.70 3/482 31911
/proc/meminfo: memFree=27108968/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=216184 CPUtime=402.3 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 106905 0 0 0 40200 30 0 0 25 0 1 0 769542572 221372416 47390 33554432000 4194304 4291949 140735975343360 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 54046 47390 266 24 0 50680 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 216184

[startup+462.301 s]
/proc/loadavg: 2.04 1.60 0.79 4/482 31913
/proc/meminfo: memFree=27107952/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=223964 CPUtime=462.31 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 135050 0 0 0 46196 35 0 0 25 0 1 0 769542572 229339136 40278 33554432000 4194304 4291949 140735975343360 18446744073709551615 4248309 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 55991 40278 266 24 0 52625 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 223964

[startup+522.3 s]
/proc/loadavg: 2.05 1.68 0.86 3/482 31914
/proc/meminfo: memFree=27022496/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=305352 CPUtime=522.31 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 148165 0 0 0 52192 39 0 0 25 0 1 0 769542572 312680448 53217 33554432000 4194304 4291949 140735975343360 18446744073709551615 4248286 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 76338 53217 266 24 0 72972 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 305352

[startup+582.301 s]
/proc/loadavg: 2.02 1.74 0.93 3/482 31916
/proc/meminfo: memFree=26917312/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=305352 CPUtime=582.31 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 158595 0 0 0 58188 43 0 0 25 0 1 0 769542572 312680448 63542 33554432000 4194304 4291949 140735975343360 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 76338 63542 266 24 0 72972 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 305352

[startup+642.301 s]

################
# More data... #
################

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 1.96 3/482 32021
/proc/meminfo: memFree=25711460/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=743724 CPUtime=4062.44 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 1409201 0 0 0 405900 344 0 0 25 0 1 0 769542572 761573376 132110 33554432000 4194304 4291949 140735975343360 18446744073709551615 4248380 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 185931 132110 266 24 0 182565 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 743724

[startup+4122.3 s]
/proc/loadavg: 2.16 2.04 1.97 3/482 32022
/proc/meminfo: memFree=25944308/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=315152 CPUtime=4122.43 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 1439888 0 0 0 411892 351 0 0 25 0 1 0 769542572 322715648 62883 33554432000 4194304 4291949 140735975343360 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 78788 62883 266 24 0 75422 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 315152

[startup+4182.3 s]
/proc/loadavg: 2.13 2.05 1.97 3/482 32024
/proc/meminfo: memFree=25827728/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=396540 CPUtime=4182.43 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 1461592 0 0 0 417887 356 0 0 25 0 1 0 769542572 406056960 84445 33554432000 4194304 4291949 140735975343360 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 99135 84445 266 24 0 95769 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 396540

[startup+4242.3 s]
/proc/loadavg: 2.05 2.04 1.97 3/482 32025
/proc/meminfo: memFree=25704944/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=528800 CPUtime=4242.43 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 1484168 0 0 0 423881 362 0 0 25 0 1 0 769542572 541491200 106893 33554432000 4194304 4291949 140735975343360 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 132200 106893 266 24 0 128834 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 528800

[startup+4302.3 s]
/proc/loadavg: 2.02 2.03 1.97 3/482 32027
/proc/meminfo: memFree=26795372/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=528800 CPUtime=4302.43 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 1502689 0 0 0 429876 367 0 0 25 0 1 0 769542572 541491200 125330 33554432000 4194304 4291949 140735975343360 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 132200 125330 266 24 0 128834 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 528800

[startup+4362.3 s]
/proc/loadavg: 2.04 2.03 1.98 3/482 32029
/proc/meminfo: memFree=26622104/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=743724 CPUtime=4362.43 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 1532749 0 0 0 435870 373 0 0 25 0 1 0 769542572 761573376 155288 33554432000 4194304 4291949 140735975343360 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 185931 155288 266 24 0 182565 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 743724

[startup+4422.3 s]
/proc/loadavg: 2.01 2.03 1.98 3/482 32030
/proc/meminfo: memFree=26993572/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=234244 CPUtime=4422.44 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 1555306 0 0 0 441864 380 0 0 25 0 1 0 769542572 239865856 51034 33554432000 4194304 4291949 140735975343360 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 58561 51034 266 24 0 55195 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 234244

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/482 32032
/proc/meminfo: memFree=26832720/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=396540 CPUtime=4482.44 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 1590456 0 0 0 447857 387 0 0 25 0 1 0 769542572 406056960 86024 33554432000 4194304 4291949 140735975343360 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 99135 86024 266 24 0 95769 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 396540

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/482 32033
/proc/meminfo: memFree=26700132/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=528800 CPUtime=4542.45 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 1616831 0 0 0 453852 393 0 0 25 0 1 0 769542572 541491200 112282 33554432000 4194304 4291949 140735975343360 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 132200 112282 266 24 0 128834 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 528800

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/482 32035
/proc/meminfo: memFree=26564700/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=743724 CPUtime=4602.46 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 1640640 0 0 0 459848 398 0 0 25 0 1 0 769542572 761573376 136006 33554432000 4194304 4291949 140735975343360 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 185931 136006 266 24 0 182565 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 743724

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/482 32046
/proc/meminfo: memFree=26305860/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=1092972 CPUtime=4662.45 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 1697714 0 0 0 465837 408 0 0 25 0 1 0 769542572 1119203328 192972 33554432000 4194304 4291949 140735975343360 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 273243 192972 266 24 0 269877 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 1092972

[startup+4722.32 s]
/proc/loadavg: 2.04 2.01 1.98 3/482 32047
/proc/meminfo: memFree=26017864/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=1092972 CPUtime=4722.47 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 1760703 0 0 0 471829 418 0 0 25 0 1 0 769542572 1119203328 255897 33554432000 4194304 4291949 140735975343360 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 273243 255897 266 24 0 269877 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 1092972

[startup+4782.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/482 32049
/proc/meminfo: memFree=26715460/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=315152 CPUtime=4782.45 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 1808073 0 0 0 477816 429 0 0 25 0 1 0 769542572 322715648 71044 33554432000 4194304 4291949 140735975343360 18446744073709551615 4261916 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 78788 71044 266 24 0 75422 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 315152

[startup+4842.3 s]
/proc/loadavg: 2.13 2.03 2.00 3/482 32055
/proc/meminfo: memFree=26363120/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=743724 CPUtime=4842.45 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 1887958 0 0 0 483803 442 0 0 25 0 1 0 769542572 761573376 150840 33554432000 4194304 4291949 140735975343360 18446744073709551615 4248558 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 185931 150840 266 24 0 182565 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 743724

[startup+4902.3 s]
/proc/loadavg: 2.10 2.04 2.00 3/482 32058
/proc/meminfo: memFree=26094344/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=1092972 CPUtime=4902.46 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 1949078 0 0 0 489792 454 0 0 25 0 1 0 769542572 1119203328 211880 33554432000 4194304 4291949 140735975343360 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 273243 211880 266 24 0 269877 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 1092972

[startup+4962.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/482 32061
/proc/meminfo: memFree=25916256/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=1092972 CPUtime=4962.45 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 1985104 0 0 0 495784 461 0 0 25 0 1 0 769542572 1119203328 247696 33554432000 4194304 4291949 140735975343360 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 273243 247696 266 24 0 269877 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 1092972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.02 2.02 2.00 3/482 32062
/proc/meminfo: memFree=25775004/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=1660500 CPUtime=5000.07 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 2012422 0 0 0 499541 466 0 0 25 0 1 0 769542572 1700352000 274909 33554432000 4194304 4291949 140735975343360 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 415125 274909 266 24 0 411759 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 1660500

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

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

[startup+4999.9 s]
/proc/loadavg: 2.02 2.02 2.00 3/482 32062
/proc/meminfo: memFree=25775004/32951124 swapFree=38422276/67111528
[pid=31893] ppid=31891 vsize=1660500 CPUtime=5000.07 cores=1,3,5,7
/proc/31893/stat : 31893 (RestartSAT) R 31891 31893 31861 0 -1 4202496 2012422 0 0 0 499541 466 0 0 25 0 1 0 769542572 1700352000 274909 33554432000 4194304 4291949 140735975343360 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31893/statm: 415125 274909 266 24 0 411759 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 1660500

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.96
CPU time (s): 5000.13
CPU user time (s): 4995.42
CPU system time (s): 4.71128
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1709820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4995.42
system time used= 4.71128
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2012422
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= 6
involuntary context switches= 61201

runsolver used 21.5267 second user time and 55.7685 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-28 12:43:22
IDJOB=3419747
IDBENCH=70799
IDSOLVER=1911
FILE ID=node102/3419747-1306579402
RUNJOBID= node102-1306579401-31880
PBS_JOBID= 13471578
Free space on /tmp= 73424 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitswegner/countbitswegner128.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419747-1306579402/watcher-3419747-1306579402 -o /tmp/evaluation-result-3419747-1306579402/solver-3419747-1306579402 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419747-1306579402.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 4b75ef7fb46928f50793af1d74c176e2
RANDOM SEED=742499347

node102.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	: 5226.15
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.82
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.75
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	: 5332.82
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.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.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.82
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27595848 kB
Buffers:        175960 kB
Cached:        1201368 kB
SwapCached:      76276 kB
Active:         432656 kB
Inactive:      4662720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27595848 kB
SwapTotal:    67111528 kB
SwapFree:     38422276 kB
Dirty:            9356 kB
Writeback:           0 kB
AnonPages:     3653964 kB
Mapped:          12948 kB
Slab:            89756 kB
PageTables:      99668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 135454680 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= 73416 MiB
End job on node102 at 2011-05-28 14:06:44