Trace number 3420071

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 4999.93

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom21.cnf
MD5SUMe6407843d1fbd00b68d4ad600a25dfb2
Bench CategoryAPPLICATION (applications 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 variables48639
Number of clauses162901
Sum of the clauses size415741
Maximum clause length1542
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 283161
Number of clauses of size 378900
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5590

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

running on 4 cores: 0,2,4,6

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: 2.01 2.04 2.00 2/521 15498
/proc/meminfo: memFree=7887516/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=25440 CPUtime=0 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 2034 0 0 0 0 0 0 0 25 0 1 0 750894361 26050560 1918 33554432000 4194304 4291949 140733632386464 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 6360 1918 228 24 0 2994 0

[startup+0.065622 s]
/proc/loadavg: 2.01 2.04 2.00 2/521 15498
/proc/meminfo: memFree=7887516/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=33040 CPUtime=0.05 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 4993 0 0 0 5 0 0 0 25 0 1 0 750894361 33832960 4407 33554432000 4194304 4291949 140733632386464 18446744073709551615 228095111877 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 8260 4408 228 24 0 4894 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 33040

[startup+0.100631 s]
/proc/loadavg: 2.01 2.04 2.00 2/521 15498
/proc/meminfo: memFree=7887516/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=34584 CPUtime=0.09 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 5510 0 0 0 9 0 0 0 25 0 1 0 750894361 35414016 4911 33554432000 4194304 4291949 140733632386464 18446744073709551615 4233574 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 8646 4912 234 24 0 5280 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34584

[startup+0.300595 s]
/proc/loadavg: 2.01 2.04 2.00 2/521 15498
/proc/meminfo: memFree=7887516/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=39532 CPUtime=0.29 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 8076 0 0 0 28 1 0 0 25 0 1 0 750894361 40480768 6088 33554432000 4194304 4291949 140733632386464 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 9883 6088 234 24 0 6517 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39532

[startup+0.700521 s]
/proc/loadavg: 2.01 2.04 2.00 2/521 15498
/proc/meminfo: memFree=7887516/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=35576 CPUtime=0.69 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 8760 0 0 0 68 1 0 0 25 0 1 0 750894361 36429824 5317 33554432000 4194304 4291949 140733632386464 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 8894 5317 253 24 0 5528 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35576

[startup+1.50037 s]
/proc/loadavg: 2.01 2.04 2.00 3/522 15499
/proc/meminfo: memFree=7865692/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=39928 CPUtime=1.49 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 9015 0 0 0 148 1 0 0 25 0 1 0 750894361 40886272 5559 33554432000 4194304 4291949 140733632386464 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 9982 5559 253 24 0 6616 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39928

[startup+3.10104 s]
/proc/loadavg: 2.01 2.04 2.00 3/522 15499
/proc/meminfo: memFree=7863332/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=39928 CPUtime=3.09 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 9542 0 0 0 308 1 0 0 25 0 1 0 750894361 40886272 6071 33554432000 4194304 4291949 140733632386464 18446744073709551615 4261651 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 9982 6071 253 24 0 6616 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39928

[startup+6.30048 s]
/proc/loadavg: 2.01 2.04 2.00 3/522 15499
/proc/meminfo: memFree=7851428/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=51776 CPUtime=6.29 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 12241 0 0 0 627 2 0 0 25 0 1 0 750894361 53018624 8743 33554432000 4194304 4291949 140733632386464 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 12944 8743 253 24 0 9578 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51776

[startup+12.7003 s]
/proc/loadavg: 2.01 2.04 2.00 3/522 15499
/proc/meminfo: memFree=7841852/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=58956 CPUtime=12.69 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 14164 0 0 0 1267 2 0 0 25 0 1 0 750894361 60370944 10621 33554432000 4194304 4291949 140733632386464 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 14739 10621 253 24 0 11373 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58956

[startup+25.501 s]
/proc/loadavg: 2.09 2.05 2.01 3/522 15526
/proc/meminfo: memFree=7984872/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=70632 CPUtime=25.49 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 17708 0 0 0 2546 3 0 0 25 0 1 0 750894361 72327168 14116 33554432000 4194304 4291949 140733632386464 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 17658 14116 253 24 0 14292 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 70632

[startup+51.1003 s]
/proc/loadavg: 2.06 2.05 2.00 3/522 15527
/proc/meminfo: memFree=7936264/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=96460 CPUtime=51.09 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 28080 0 0 0 5104 5 0 0 25 0 1 0 750894361 98775040 16489 33554432000 4194304 4291949 140733632386464 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 24115 16489 253 24 0 20749 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 96460

[startup+102.32 s]
/proc/loadavg: 2.07 2.05 2.00 3/522 15528
/proc/meminfo: memFree=7896792/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=98468 CPUtime=102.31 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 43538 0 0 0 10222 9 0 0 25 0 1 0 750894361 100831232 20374 33554432000 4194304 4291949 140733632386464 18446744073709551615 4255943 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 24617 20374 253 24 0 21251 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 98468

[startup+162.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/522 15530
/proc/meminfo: memFree=7931124/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=67824 CPUtime=162.3 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 64531 0 0 0 16216 14 0 0 25 0 1 0 750894361 69451776 11776 33554432000 4194304 4291949 140733632386464 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 16956 11776 253 24 0 13590 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 67824

[startup+222.301 s]
/proc/loadavg: 2.09 2.06 2.01 3/522 15532
/proc/meminfo: memFree=7875540/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=130916 CPUtime=222.29 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 78606 0 0 0 22211 18 0 0 25 0 1 0 750894361 134057984 25671 33554432000 4194304 4291949 140733632386464 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 32729 25671 253 24 0 29363 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 130916

[startup+282.301 s]
/proc/loadavg: 2.07 2.06 2.01 3/522 15533
/proc/meminfo: memFree=7906396/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=132884 CPUtime=282.3 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 96933 0 0 0 28207 23 0 0 25 0 1 0 750894361 136073216 26609 33554432000 4194304 4291949 140733632386464 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 33221 26609 253 24 0 29855 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 132884

[startup+342.301 s]
/proc/loadavg: 2.02 2.05 2.00 3/522 15535
/proc/meminfo: memFree=7830236/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=184216 CPUtime=342.3 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 120608 0 0 0 34202 28 0 0 25 0 1 0 750894361 188637184 30715 33554432000 4194304 4291949 140733632386464 18446744073709551615 4255946 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 46054 30715 253 24 0 42688 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 184216

[startup+402.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/522 15536
/proc/meminfo: memFree=7893824/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=137108 CPUtime=402.3 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 140129 0 0 0 40198 32 0 0 25 0 1 0 750894361 140398592 26870 33554432000 4194304 4291949 140733632386464 18446744073709551615 4256275 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 34277 26870 253 24 0 30911 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 137108

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/522 15538
/proc/meminfo: memFree=7829828/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=138356 CPUtime=462.3 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 155946 0 0 0 46193 37 0 0 25 0 1 0 750894361 141676544 24077 33554432000 4194304 4291949 140733632386464 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 34589 24077 253 24 0 31223 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 138356

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 15540
/proc/meminfo: memFree=7904328/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=92432 CPUtime=522.31 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 169354 0 0 0 52189 42 0 0 25 0 1 0 750894361 94650368 17278 33554432000 4194304 4291949 140733632386464 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 23108 17278 253 24 0 19742 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 92432

[startup+582.301 s]
/proc/loadavg: 2.08 2.03 2.01 3/522 15541
/proc/meminfo: memFree=7797656/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=144776 CPUtime=582.31 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 183537 0 0 0 58186 45 0 0 25 0 1 0 750894361 148250624 31299 33554432000 4194304 4291949 140733632386464 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 36194 31299 253 24 0 32828 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 144776

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.12 2.07 2.01 3/522 15646
/proc/meminfo: memFree=7668496/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=177856 CPUtime=4062.43 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 928699 0 0 0 405991 252 0 0 25 0 1 0 750894361 182124544 35783 33554432000 4194304 4291949 140733632386464 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 44464 35783 253 24 0 41098 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 177856

[startup+4122.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/522 15648
/proc/meminfo: memFree=7744480/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=208676 CPUtime=4122.42 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 939674 0 0 0 411987 255 0 0 25 0 1 0 750894361 213684224 46619 33554432000 4194304 4291949 140733632386464 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 52169 46619 253 24 0 48803 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 208676

[startup+4182.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/522 15649
/proc/meminfo: memFree=7667832/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=260648 CPUtime=4182.42 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 947355 0 0 0 417984 258 0 0 25 0 1 0 750894361 266903552 54209 33554432000 4194304 4291949 140733632386464 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 65162 54209 253 24 0 61796 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 260648

[startup+4242.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/522 15651
/proc/meminfo: memFree=7614116/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=343316 CPUtime=4242.42 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 953853 0 0 0 423981 261 0 0 25 0 1 0 750894361 351555584 60638 33554432000 4194304 4291949 140733632386464 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 85829 60638 253 24 0 82463 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 343316

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 15652
/proc/meminfo: memFree=7647700/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=211840 CPUtime=4302.43 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 971169 0 0 0 429977 266 0 0 25 0 1 0 750894361 216924160 44425 33554432000 4194304 4291949 140733632386464 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 52960 44425 253 24 0 49594 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 211840

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 15657
/proc/meminfo: memFree=7594272/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=261928 CPUtime=4362.43 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 979400 0 0 0 435974 269 0 0 25 0 1 0 750894361 268214272 52567 33554432000 4194304 4291949 140733632386464 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 65482 52567 253 24 0 62116 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 261928

[startup+4422.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/522 15659
/proc/meminfo: memFree=7677568/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=262568 CPUtime=4422.43 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 985739 0 0 0 441972 271 0 0 25 0 1 0 750894361 268869632 58842 33554432000 4194304 4291949 140733632386464 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 65642 58842 253 24 0 62276 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 262568

[startup+4482.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/522 15660
/proc/meminfo: memFree=7696876/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=212480 CPUtime=4482.43 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 1001897 0 0 0 447967 276 0 0 25 0 1 0 750894361 217579520 40867 33554432000 4194304 4291949 140733632386464 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 53120 40867 253 24 0 49754 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 212480

[startup+4542.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/522 15662
/proc/meminfo: memFree=7633116/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=262568 CPUtime=4542.44 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 1011139 0 0 0 453965 279 0 0 25 0 1 0 750894361 268869632 49996 33554432000 4194304 4291949 140733632386464 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 65642 49996 253 24 0 62276 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 262568

[startup+4602.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/522 15663
/proc/meminfo: memFree=7674260/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=163332 CPUtime=4602.44 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 1028753 0 0 0 459961 283 0 0 25 0 1 0 750894361 167251968 33056 33554432000 4194304 4291949 140733632386464 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 40833 33056 253 24 0 37467 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 163332

[startup+4662.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/522 15665
/proc/meminfo: memFree=7584968/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=263208 CPUtime=4662.43 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 1045761 0 0 0 465956 287 0 0 25 0 1 0 750894361 269524992 49905 33554432000 4194304 4291949 140733632386464 18446744073709551615 4255767 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 65802 49905 253 24 0 62436 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 263208

[startup+4722.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/522 15667
/proc/meminfo: memFree=7667152/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=264552 CPUtime=4722.45 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 1055875 0 0 0 471956 289 0 0 25 0 1 0 750894361 270901248 59930 33554432000 4194304 4291949 140733632386464 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 66138 59930 253 24 0 62772 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 264552

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 15668
/proc/meminfo: memFree=7731108/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=169820 CPUtime=4782.44 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 1069631 0 0 0 477950 294 0 0 25 0 1 0 750894361 173895680 35028 33554432000 4194304 4291949 140733632386464 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 42455 35028 253 24 0 39089 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 169820

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 15670
/proc/meminfo: memFree=7640080/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=269980 CPUtime=4842.44 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 1085028 0 0 0 483947 297 0 0 25 0 1 0 750894361 276459520 50285 33554432000 4194304 4291949 140733632386464 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 67495 50285 253 24 0 64129 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 269980

[startup+4902.3 s]
/proc/loadavg: 2.15 2.04 2.01 3/522 15671
/proc/meminfo: memFree=7551272/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=353952 CPUtime=4902.44 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 1098400 0 0 0 489943 301 0 0 25 0 1 0 750894361 362446848 63532 33554432000 4194304 4291949 140733632386464 18446744073709551615 4248320 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 88488 63532 253 24 0 85122 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 353952

[startup+4962.3 s]
/proc/loadavg: 2.19 2.07 2.02 3/522 15673
/proc/meminfo: memFree=7727216/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=223424 CPUtime=4962.45 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 1119389 0 0 0 495939 306 0 0 25 0 1 0 750894361 228786176 44894 33554432000 4194304 4291949 140733632386464 18446744073709551615 4262102 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 55856 44894 253 24 0 52490 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 223424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.09 2.06 2.01 3/522 15674
/proc/meminfo: memFree=7660728/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=273940 CPUtime=5000.06 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 1129311 0 0 0 499698 308 0 0 25 0 1 0 750894361 280514560 54740 33554432000 4194304 4291949 140733632386464 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 68485 54740 253 24 0 65119 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 273940

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.09 2.06 2.01 3/522 15674
/proc/meminfo: memFree=7660728/32951124 swapFree=65066528/67111528
[pid=15498] ppid=15496 vsize=273940 CPUtime=5000.06 cores=0,2,4,6
/proc/15498/stat : 15498 (RestartSAT) R 15496 15498 15212 0 -1 4202496 1129311 0 0 0 499698 308 0 0 25 0 1 0 750894361 280514560 54740 33554432000 4194304 4291949 140733632386464 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15498/statm: 68485 54740 253 24 0 65119 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 273940

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.09
CPU user time (s): 4996.99
CPU system time (s): 3.09453
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 358544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4996.99
system time used= 3.09453
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1129313
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= 10
involuntary context switches= 3689

runsolver used 27.4058 second user time and 58.965 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-28 14:13:09
IDJOB=3420071
IDBENCH=83135
IDSOLVER=1911
FILE ID=node142/3420071-1306584789
RUNJOBID= node142-1306579391-15230
PBS_JOBID= 13471538
Free space on /tmp= 73540 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom21.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420071-1306584789/watcher-3420071-1306584789 -o /tmp/evaluation-result-3420071-1306584789/solver-3420071-1306584789 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420071-1306584789.cnf

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

MD5SUM BENCH= e6407843d1fbd00b68d4ad600a25dfb2
RANDOM SEED=39418264

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:       7887680 kB
Buffers:        278492 kB
Cached:        7599316 kB
SwapCached:      20520 kB
Active:       12387768 kB
Inactive:     12342256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7887680 kB
SwapTotal:    67111528 kB
SwapFree:     65066528 kB
Dirty:            3500 kB
Writeback:           0 kB
AnonPages:    16840268 kB
Mapped:          33828 kB
Slab:           188240 kB
PageTables:      75428 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145615604 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= 73552 MiB
End job on node142 at 2011-05-28 15:36:31