Trace number 3421144

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.09 5000.03

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-3-6_2072.cnf
MD5SUMd2ef996f95bbf68a3c980c797dfdc364
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2071
Number of clauses159039
Sum of the clauses size479052
Maximum clause length6
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3158394
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5645

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-3421144-1306622127/watcher-3421144-1306622127 -o /tmp/evaluation-result-3421144-1306622127/solver-3421144-1306622127 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421144-1306622127.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: 1.89 1.99 1.99 2/561 23532
/proc/meminfo: memFree=23686992/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=22156 CPUtime=0.01 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 1806 0 0 0 1 0 0 0 25 0 1 0 773811456 22687744 1586 33554432000 4194304 4291949 140734585790352 18446744073709551615 251813900997 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 5539 1589 226 24 0 2173 0

[startup+0.121214 s]
/proc/loadavg: 1.89 1.99 1.99 2/561 23532
/proc/meminfo: memFree=23686992/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=26716 CPUtime=0.11 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 3736 0 0 0 11 0 0 0 25 0 1 0 773811456 27357184 3195 33554432000 4194304 4291949 140734585790352 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 6679 3195 231 24 0 3313 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 26716

[startup+0.201197 s]
/proc/loadavg: 1.89 1.99 1.99 2/561 23532
/proc/meminfo: memFree=23686992/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=26716 CPUtime=0.19 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 3736 0 0 0 19 0 0 0 25 0 1 0 773811456 27357184 3195 33554432000 4194304 4291949 140734585790352 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 6679 3195 231 24 0 3313 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 26716

[startup+0.300192 s]
/proc/loadavg: 1.89 1.99 1.99 2/561 23532
/proc/meminfo: memFree=23686992/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=27288 CPUtime=0.29 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 4044 0 0 0 29 0 0 0 25 0 1 0 773811456 27942912 3486 33554432000 4194304 4291949 140734585790352 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 6822 3486 233 24 0 3456 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27288

[startup+0.701121 s]
/proc/loadavg: 1.89 1.99 1.99 2/561 23532
/proc/meminfo: memFree=23686992/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=26724 CPUtime=0.69 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 5529 0 0 0 69 0 0 0 25 0 1 0 773811456 27365376 3389 33554432000 4194304 4291949 140734585790352 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 6681 3389 251 24 0 3315 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26724

[startup+1.50092 s]
/proc/loadavg: 1.89 1.99 1.99 3/562 23533
/proc/meminfo: memFree=23671120/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=31120 CPUtime=1.49 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 6057 0 0 0 149 0 0 0 25 0 1 0 773811456 31866880 3905 33554432000 4194304 4291949 140734585790352 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 7780 3905 251 24 0 4414 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31120

[startup+3.10072 s]
/proc/loadavg: 1.89 1.99 1.99 3/562 23533
/proc/meminfo: memFree=23666924/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=35540 CPUtime=3.09 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 6950 0 0 0 309 0 0 0 25 0 1 0 773811456 36392960 4772 33554432000 4194304 4291949 140734585790352 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 8885 4772 251 24 0 5519 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35540

[startup+6.30018 s]
/proc/loadavg: 1.89 1.99 1.99 3/562 23533
/proc/meminfo: memFree=23657128/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=43636 CPUtime=6.29 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 8492 0 0 0 628 1 0 0 25 0 1 0 773811456 44683264 6276 33554432000 4194304 4291949 140734585790352 18446744073709551615 4255748 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 10909 6276 251 24 0 7543 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43636

[startup+12.7011 s]
/proc/loadavg: 1.90 1.99 1.99 3/562 23533
/proc/meminfo: memFree=23639148/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=57532 CPUtime=12.69 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 11094 0 0 0 1268 1 0 0 25 0 1 0 773811456 58912768 8822 33554432000 4194304 4291949 140734585790352 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 14383 8822 251 24 0 11017 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57532

[startup+25.501 s]
/proc/loadavg: 1.92 1.99 1.99 3/562 23533
/proc/meminfo: memFree=23605528/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=77452 CPUtime=25.49 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 21760 0 0 0 2546 3 0 0 25 0 1 0 773811456 79310848 13865 33554432000 4194304 4291949 140734585790352 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 19363 13865 251 24 0 15997 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 77452

[startup+51.1007 s]
/proc/loadavg: 1.95 1.99 1.99 3/562 23534
/proc/meminfo: memFree=23569540/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=77452 CPUtime=51.09 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 23665 0 0 0 5106 3 0 0 25 0 1 0 773811456 79310848 15733 33554432000 4194304 4291949 140734585790352 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 19363 15733 251 24 0 15997 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 77452

[startup+102.301 s]
/proc/loadavg: 1.98 1.99 1.99 3/562 23535
/proc/meminfo: memFree=23535048/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=77452 CPUtime=102.31 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 40411 0 0 0 10226 5 0 0 25 0 1 0 773811456 79310848 16143 33554432000 4194304 4291949 140734585790352 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 19363 16143 251 24 0 15997 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 77452

[startup+162.301 s]
/proc/loadavg: 2.05 2.01 1.99 3/562 23537
/proc/meminfo: memFree=23499688/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=77452 CPUtime=162.29 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 58135 0 0 0 16222 7 0 0 25 0 1 0 773811456 79310848 16147 33554432000 4194304 4291949 140734585790352 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 19363 16147 251 24 0 15997 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 77452

[startup+222.322 s]
/proc/loadavg: 2.22 2.05 2.01 3/562 23538
/proc/meminfo: memFree=23472144/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=77452 CPUtime=222.31 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 78176 0 0 0 22220 11 0 0 25 0 1 0 773811456 79310848 16147 33554432000 4194304 4291949 140734585790352 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 19363 16147 251 24 0 15997 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 77452

[startup+282.301 s]
/proc/loadavg: 2.22 2.07 2.02 3/562 23540
/proc/meminfo: memFree=23547884/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=126772 CPUtime=282.29 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 98320 0 0 0 28215 14 0 0 25 0 1 0 773811456 129814528 26156 33554432000 4194304 4291949 140734585790352 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 31693 26156 251 24 0 28327 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 126772

[startup+342.301 s]
/proc/loadavg: 2.08 2.05 2.01 3/562 23541
/proc/meminfo: memFree=23499640/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=126772 CPUtime=342.3 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 117243 0 0 0 34212 18 0 0 25 0 1 0 773811456 129814528 23999 33554432000 4194304 4291949 140734585790352 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 31693 23999 251 24 0 28327 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 126772

[startup+402.301 s]
/proc/loadavg: 2.03 2.04 2.00 3/562 23543
/proc/meminfo: memFree=23435024/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=158868 CPUtime=402.3 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 135344 0 0 0 40207 23 0 0 25 0 1 0 773811456 162680832 30153 33554432000 4194304 4291949 140734585790352 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 39717 30153 251 24 0 36351 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 158868

[startup+462.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/562 23545
/proc/meminfo: memFree=23450620/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=109548 CPUtime=462.3 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 146847 0 0 0 46205 25 0 0 25 0 1 0 773811456 112177152 19503 33554432000 4194304 4291949 140734585790352 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 27387 19503 251 24 0 24021 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 109548

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/562 23546
/proc/meminfo: memFree=23384140/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=158868 CPUtime=522.29 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 167990 0 0 0 52201 28 0 0 25 0 1 0 773811456 162680832 29379 33554432000 4194304 4291949 140734585790352 18446744073709551615 4256150 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 39717 29379 251 24 0 36351 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 158868

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/562 23548
/proc/meminfo: memFree=23399744/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=109548 CPUtime=582.29 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 182509 0 0 0 58198 31 0 0 25 0 1 0 773811456 112177152 19503 33554432000 4194304 4291949 140734585790352 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 27387 19503 251 24 0 24021 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 109548

[startup+642.3 s]

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

[startup+4062.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/562 23653
/proc/meminfo: memFree=22976884/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=217476 CPUtime=4062.36 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 959022 0 0 0 406010 226 0 0 25 0 1 0 773811456 222695424 45833 33554432000 4194304 4291949 140734585790352 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 54369 45833 251 24 0 51003 0
Current children cumulated CPU time (s) 4062.36
Current children cumulated vsize (KiB) 217476

[startup+4122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/562 23654
/proc/meminfo: memFree=23001180/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=168156 CPUtime=4122.34 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 965465 0 0 0 412005 229 0 0 25 0 1 0 773811456 172191744 34297 33554432000 4194304 4291949 140734585790352 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 42039 34297 251 24 0 38673 0
Current children cumulated CPU time (s) 4122.34
Current children cumulated vsize (KiB) 168156

[startup+4182.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/562 23656
/proc/meminfo: memFree=22927260/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=248296 CPUtime=4182.36 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 980599 0 0 0 418003 233 0 0 25 0 1 0 773811456 254255104 49262 33554432000 4194304 4291949 140734585790352 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 62074 49262 251 24 0 58708 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 248296

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/562 23657
/proc/meminfo: memFree=22915472/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=217476 CPUtime=4242.35 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 994964 0 0 0 423999 236 0 0 25 0 1 0 773811456 222695424 46143 33554432000 4194304 4291949 140734585790352 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 54369 46143 251 24 0 51003 0
Current children cumulated CPU time (s) 4242.35
Current children cumulated vsize (KiB) 217476

[startup+4302.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/562 23659
/proc/meminfo: memFree=22946820/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=168156 CPUtime=4302.35 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 1001689 0 0 0 429996 239 0 0 25 0 1 0 773811456 172191744 34351 33554432000 4194304 4291949 140734585790352 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 42039 34351 251 24 0 38673 0
Current children cumulated CPU time (s) 4302.35
Current children cumulated vsize (KiB) 168156

[startup+4362.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/562 23661
/proc/meminfo: memFree=22864852/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=248296 CPUtime=4362.35 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 1017582 0 0 0 435992 243 0 0 25 0 1 0 773811456 254255104 50072 33554432000 4194304 4291949 140734585790352 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 62074 50072 251 24 0 58708 0
Current children cumulated CPU time (s) 4362.35
Current children cumulated vsize (KiB) 248296

[startup+4422.3 s]
/proc/loadavg: 2.17 2.07 2.01 3/562 23662
/proc/meminfo: memFree=22836200/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=233248 CPUtime=4422.35 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 1036780 0 0 0 441988 247 0 0 25 0 1 0 773811456 238845952 50787 33554432000 4194304 4291949 140734585790352 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 58312 50787 251 24 0 54946 0
Current children cumulated CPU time (s) 4422.35
Current children cumulated vsize (KiB) 233248

[startup+4482.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/562 23664
/proc/meminfo: memFree=22784712/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=264068 CPUtime=4482.35 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 1045876 0 0 0 447985 250 0 0 25 0 1 0 773811456 270405632 59665 33554432000 4194304 4291949 140734585790352 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 66017 59665 251 24 0 62651 0
Current children cumulated CPU time (s) 4482.35
Current children cumulated vsize (KiB) 264068

[startup+4542.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/562 23665
/proc/meminfo: memFree=22789168/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=264068 CPUtime=4542.34 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 1059781 0 0 0 453981 253 0 0 25 0 1 0 773811456 270405632 55404 33554432000 4194304 4291949 140734585790352 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 66017 55404 251 24 0 62651 0
Current children cumulated CPU time (s) 4542.34
Current children cumulated vsize (KiB) 264068

[startup+4602.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/562 23667
/proc/meminfo: memFree=22819036/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=183928 CPUtime=4602.35 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 1065765 0 0 0 459978 257 0 0 25 0 1 0 773811456 188342272 42746 33554432000 4194304 4291949 140734585790352 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 45982 42746 251 24 0 42616 0
Current children cumulated CPU time (s) 4602.35
Current children cumulated vsize (KiB) 183928

[startup+4662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/562 23669
/proc/meminfo: memFree=22745616/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=264068 CPUtime=4662.35 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 1081274 0 0 0 465975 260 0 0 25 0 1 0 773811456 270405632 58050 33554432000 4194304 4291949 140734585790352 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 66017 58050 251 24 0 62651 0
Current children cumulated CPU time (s) 4662.35
Current children cumulated vsize (KiB) 264068

[startup+4722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/562 23670
/proc/meminfo: memFree=23367832/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=233248 CPUtime=4722.37 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 1094928 0 0 0 471973 264 0 0 25 0 1 0 773811456 238845952 53069 33554432000 4194304 4291949 140734585790352 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 58312 53069 251 24 0 54946 0
Current children cumulated CPU time (s) 4722.37
Current children cumulated vsize (KiB) 233248

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/562 23672
/proc/meminfo: memFree=23347736/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=183928 CPUtime=4782.35 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 1102492 0 0 0 477967 268 0 0 25 0 1 0 773811456 188342272 42746 33554432000 4194304 4291949 140734585790352 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 45982 42746 251 24 0 42616 0
Current children cumulated CPU time (s) 4782.35
Current children cumulated vsize (KiB) 183928

[startup+4842.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/562 23673
/proc/meminfo: memFree=23250508/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=264068 CPUtime=4842.37 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 1117271 0 0 0 483966 271 0 0 25 0 1 0 773811456 270405632 57361 33554432000 4194304 4291949 140734585790352 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 66017 57361 251 24 0 62651 0
Current children cumulated CPU time (s) 4842.37
Current children cumulated vsize (KiB) 264068

[startup+4902.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/562 23675
/proc/meminfo: memFree=23231400/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=233248 CPUtime=4902.35 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 1129577 0 0 0 489961 274 0 0 25 0 1 0 773811456 238845952 52081 33554432000 4194304 4291949 140734585790352 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 58312 52081 251 24 0 54946 0
Current children cumulated CPU time (s) 4902.35
Current children cumulated vsize (KiB) 233248

[startup+4962.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/562 23677
/proc/meminfo: memFree=23168148/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=264068 CPUtime=4962.35 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 1137244 0 0 0 495958 277 0 0 25 0 1 0 773811456 270405632 59537 33554432000 4194304 4291949 140734585790352 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 66017 59537 251 24 0 62651 0
Current children cumulated CPU time (s) 4962.35
Current children cumulated vsize (KiB) 264068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.88 2.00 2.00 2/556 23696
/proc/meminfo: memFree=23530948/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=233248 CPUtime=5000.08 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 1147963 0 0 0 499728 280 0 0 25 0 1 0 773811456 238845952 52887 33554432000 4194304 4291949 140734585790352 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 58312 52887 251 24 0 54946 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 233248

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

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

[startup+5000 s]
/proc/loadavg: 1.88 2.00 2.00 2/556 23696
/proc/meminfo: memFree=23530948/32950928 swapFree=41934332/67111528
[pid=23532] ppid=23530 vsize=233248 CPUtime=5000.08 cores=1,3,5,7
/proc/23532/stat : 23532 (RestartSAT) R 23530 23532 22943 0 -1 4202496 1147963 0 0 0 499728 280 0 0 25 0 1 0 773811456 238845952 52887 33554432000 4194304 4291949 140734585790352 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23532/statm: 58312 52887 251 24 0 54946 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 233248

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.03
CPU time (s): 5000.09
CPU user time (s): 4997.28
CPU system time (s): 2.81057
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 264068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.28
system time used= 2.81057
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1147963
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= 10195

runsolver used 26.277 second user time and 65.1391 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-29 00:35:28
IDJOB=3421144
IDBENCH=83245
IDSOLVER=1911
FILE ID=node126/3421144-1306622127
RUNJOBID= node126-1306612101-22962
PBS_JOBID= 13471619
Free space on /tmp= 73472 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-3-6_2072.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421144-1306622127/watcher-3421144-1306622127 -o /tmp/evaluation-result-3421144-1306622127/solver-3421144-1306622127 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421144-1306622127.cnf

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

MD5SUM BENCH= d2ef996f95bbf68a3c980c797dfdc364
RANDOM SEED=138196048

node126.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.783
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.56
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.783
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.75
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.783
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.783
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.74
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.783
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.80
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23687272 kB
Buffers:        323696 kB
Cached:        6372064 kB
SwapCached:      49920 kB
Active:        4303800 kB
Inactive:      4640696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23687272 kB
SwapTotal:    67111528 kB
SwapFree:     41934332 kB
Dirty:            8116 kB
Writeback:           0 kB
AnonPages:     2211552 kB
Mapped:          25160 kB
Slab:           148100 kB
PageTables:     100192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 176449188 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= 73476 MiB
End job on node126 at 2011-05-29 01:58:50