Trace number 3420912

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.12 5000.04

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2400c266431gyes1.cnf
MD5SUM836d368f7cf78173b8e7f8b131296e2f
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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-3420912-1306589842/watcher-3420912-1306589842 -o /tmp/evaluation-result-3420912-1306589842/solver-3420912-1306589842 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420912-1306589842.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: 2.00 2.04 2.00 2/575 13400
/proc/meminfo: memFree=16437224/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=19768 CPUtime=0 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 791 0 0 0 0 0 0 0 25 0 1 0 770581910 20242432 733 33554432000 4194304 4291949 140736607777936 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13400/statm: 4942 735 225 24 0 1576 0

[startup+0.10615 s]
/proc/loadavg: 2.00 2.04 2.00 2/575 13400
/proc/meminfo: memFree=16437224/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=30784 CPUtime=0.09 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 5066 0 0 0 8 1 0 0 25 0 1 0 770581910 31522816 4476 33554432000 4194304 4291949 140736607777936 18446744073709551615 4230019 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13400/statm: 7696 4476 232 24 0 4330 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30784

[startup+0.201129 s]
/proc/loadavg: 2.00 2.04 2.00 2/575 13400
/proc/meminfo: memFree=16437224/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=30784 CPUtime=0.19 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 5072 0 0 0 18 1 0 0 25 0 1 0 770581910 31522816 4482 33554432000 4194304 4291949 140736607777936 18446744073709551615 4229941 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13400/statm: 7696 4482 232 24 0 4330 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 30784

[startup+0.301124 s]
/proc/loadavg: 2.00 2.04 2.00 2/575 13400
/proc/meminfo: memFree=16437224/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=30784 CPUtime=0.29 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 5076 0 0 0 28 1 0 0 25 0 1 0 770581910 31522816 4486 33554432000 4194304 4291949 140736607777936 18446744073709551615 4229999 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13400/statm: 7696 4486 232 24 0 4330 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30784

[startup+0.70104 s]
/proc/loadavg: 2.00 2.04 2.00 2/575 13400
/proc/meminfo: memFree=16437224/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=32288 CPUtime=0.68 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 6515 0 0 0 67 1 0 0 25 0 1 0 770581910 33062912 4320 33554432000 4194304 4291949 140736607777936 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13400/statm: 8072 4320 253 24 0 4706 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 32288

[startup+1.50091 s]
/proc/loadavg: 2.00 2.04 2.00 3/576 13401
/proc/meminfo: memFree=16417508/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=36708 CPUtime=1.48 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 7762 0 0 0 147 1 0 0 25 0 1 0 770581910 37588992 5562 33554432000 4194304 4291949 140736607777936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13400/statm: 9177 5562 253 24 0 5811 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 36708

[startup+3.10061 s]
/proc/loadavg: 2.00 2.04 2.00 3/576 13401
/proc/meminfo: memFree=16410936/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=44108 CPUtime=3.08 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 9343 0 0 0 307 1 0 0 25 0 1 0 770581910 45166592 7128 33554432000 4194304 4291949 140736607777936 18446744073709551615 4256295 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13400/statm: 11027 7128 253 24 0 7661 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 44108

[startup+6.30102 s]
/proc/loadavg: 2.00 2.04 2.00 3/576 13401
/proc/meminfo: memFree=16399008/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=57736 CPUtime=6.28 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 12009 0 0 0 626 2 0 0 25 0 1 0 770581910 59121664 9773 33554432000 4194304 4291949 140736607777936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13400/statm: 14434 9773 253 24 0 11068 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 57736

[startup+12.7009 s]
/proc/loadavg: 2.00 2.04 2.00 3/576 13401
/proc/meminfo: memFree=16378952/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=80368 CPUtime=12.68 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 16661 0 0 0 1265 3 0 0 25 0 1 0 770581910 82296832 14399 33554432000 4194304 4291949 140736607777936 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13400/statm: 20092 14399 253 24 0 16726 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 80368

[startup+25.5005 s]
/proc/loadavg: 2.00 2.04 2.00 3/576 13401
/proc/meminfo: memFree=16354148/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=116296 CPUtime=25.49 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 22841 0 0 0 2544 5 0 0 25 0 1 0 770581910 119087104 20537 33554432000 4194304 4291949 140736607777936 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13400/statm: 29074 20537 253 24 0 25708 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 116296

[startup+51.1009 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 13402
/proc/meminfo: memFree=16313976/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=173556 CPUtime=51.02 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 32917 0 0 0 5094 8 0 0 25 0 1 0 770581910 177721344 30552 33554432000 4194304 4291949 140736607777936 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/13400/statm: 43389 30552 253 24 0 40023 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 173556

[startup+102.301 s]
/proc/loadavg: 1.92 2.01 1.99 3/576 13431
/proc/meminfo: memFree=16319292/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=265104 CPUtime=102.24 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 45422 0 0 0 10212 12 0 0 25 0 1 0 770581910 271466496 42999 33554432000 4194304 4291949 140736607777936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/13400/statm: 66276 42999 253 24 0 62910 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 265104

[startup+162.301 s]
/proc/loadavg: 1.97 2.00 1.99 3/576 13433
/proc/meminfo: memFree=16166072/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=274252 CPUtime=162.23 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 60113 0 0 0 16205 18 0 0 25 0 1 0 770581910 280834048 57618 33554432000 4194304 4291949 140736607777936 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/13400/statm: 68563 57618 253 24 0 65197 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 274252

[startup+222.323 s]
/proc/loadavg: 2.04 2.01 2.00 3/576 13434
/proc/meminfo: memFree=16080932/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=413860 CPUtime=222.25 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 69700 0 0 0 22203 22 0 0 25 0 1 0 770581910 423792640 67165 33554432000 4194304 4291949 140736607777936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/13400/statm: 103465 67165 253 24 0 100099 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 413860

[startup+282.301 s]
/proc/loadavg: 2.17 2.06 2.01 3/576 13436
/proc/meminfo: memFree=16114876/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=419532 CPUtime=282.23 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 79344 0 0 0 28198 25 0 0 25 0 1 0 770581910 429600768 76776 33554432000 4194304 4291949 140736607777936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/13400/statm: 104883 76776 253 24 0 101517 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 419532

[startup+342.301 s]
/proc/loadavg: 2.16 2.07 2.02 3/576 13438
/proc/meminfo: memFree=16039436/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=426888 CPUtime=342.24 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 86453 0 0 0 34195 29 0 0 25 0 1 0 770581910 437133312 83852 33554432000 4194304 4291949 140736607777936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/13400/statm: 106722 83852 253 24 0 103356 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 426888

[startup+402.301 s]
/proc/loadavg: 2.06 2.06 2.01 3/576 13439
/proc/meminfo: memFree=15979880/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=431664 CPUtime=402.24 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 93302 0 0 0 40192 32 0 0 25 0 1 0 770581910 442023936 90672 33554432000 4194304 4291949 140736607777936 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/13400/statm: 107916 90672 253 24 0 104550 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 431664

[startup+462.301 s]
/proc/loadavg: 2.02 2.04 2.01 3/576 13441
/proc/meminfo: memFree=15927124/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=435824 CPUtime=462.24 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 99107 0 0 0 46190 34 0 0 25 0 1 0 770581910 446283776 96449 33554432000 4194304 4291949 140736607777936 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/13400/statm: 108956 96449 253 24 0 105590 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 435824

[startup+522.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 13442
/proc/meminfo: memFree=15880436/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=440148 CPUtime=522.23 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 104933 0 0 0 52186 37 0 0 25 0 1 0 770581910 450711552 102245 33554432000 4194304 4291949 140736607777936 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/13400/statm: 110037 102245 253 24 0 106671 0
Current children cumulated CPU time (s) 522.23
Current children cumulated vsize (KiB) 440148

[startup+582.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 13444
/proc/meminfo: memFree=16073112/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=226868 CPUtime=582.24 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 134207 0 0 0 58179 45 0 0 25 0 1 0 770581910 232312832 43314 33554432000 4194304 4291949 140736607777936 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/13400/statm: 56717 43314 253 24 0 53351 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 226868

[startup+642.301 s]

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

[startup+4062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/576 13549
/proc/meminfo: memFree=15447780/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=716296 CPUtime=4062.35 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 514841 0 0 0 406022 213 0 0 25 0 1 0 770581910 733487104 153684 33554432000 4194304 4291949 140736607777936 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/13400/statm: 179074 153684 253 24 0 175708 0
Current children cumulated CPU time (s) 4062.35
Current children cumulated vsize (KiB) 716296

[startup+4122.3 s]
/proc/loadavg: 2.37 2.11 2.03 3/576 13550
/proc/meminfo: memFree=15407820/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=716676 CPUtime=4122.35 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 522571 0 0 0 412017 218 0 0 25 0 1 0 770581910 733876224 161388 33554432000 4194304 4291949 140736607777936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/13400/statm: 179169 161388 253 24 0 175803 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 716676

[startup+4182.32 s]
/proc/loadavg: 2.21 2.10 2.03 3/576 13552
/proc/meminfo: memFree=15375184/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=717436 CPUtime=4182.37 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 528556 0 0 0 418016 221 0 0 25 0 1 0 770581910 734654464 167354 33554432000 4194304 4291949 140736607777936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/13400/statm: 179359 167354 253 24 0 175993 0
Current children cumulated CPU time (s) 4182.37
Current children cumulated vsize (KiB) 717436

[startup+4242.3 s]
/proc/loadavg: 2.07 2.08 2.03 3/576 13554
/proc/meminfo: memFree=15341936/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=717688 CPUtime=4242.35 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 534708 0 0 0 424011 224 0 0 25 0 1 0 770581910 734912512 173488 33554432000 4194304 4291949 140736607777936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/13400/statm: 179422 173488 253 24 0 176056 0
Current children cumulated CPU time (s) 4242.35
Current children cumulated vsize (KiB) 717688

[startup+4302.3 s]
/proc/loadavg: 2.02 2.06 2.02 3/576 13555
/proc/meminfo: memFree=15620032/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=1067948 CPUtime=4302.35 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 540700 0 0 0 430008 227 0 0 25 0 1 0 770581910 1093578752 179465 33554432000 4194304 4291949 140736607777936 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/13400/statm: 266987 179465 253 24 0 263621 0
Current children cumulated CPU time (s) 4302.35
Current children cumulated vsize (KiB) 1067948

[startup+4362.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/576 13557
/proc/meminfo: memFree=15558968/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=1068800 CPUtime=4362.36 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 547550 0 0 0 436005 231 0 0 25 0 1 0 770581910 1094451200 186286 33554432000 4194304 4291949 140736607777936 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/13400/statm: 267200 186286 253 24 0 263834 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 1068800

[startup+4422.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/576 13558
/proc/meminfo: memFree=15501536/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=1069560 CPUtime=4422.36 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 554825 0 0 0 442002 234 0 0 25 0 1 0 770581910 1095229440 193539 33554432000 4194304 4291949 140736607777936 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/13400/statm: 267390 193539 253 24 0 264024 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 1069560

[startup+4482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 13560
/proc/meminfo: memFree=15458724/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=1069940 CPUtime=4482.36 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 560714 0 0 0 447999 237 0 0 25 0 1 0 770581910 1095618560 199412 33554432000 4194304 4291949 140736607777936 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/13400/statm: 267485 199412 253 24 0 264119 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 1069940

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 13562
/proc/meminfo: memFree=15417536/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=1071584 CPUtime=4542.36 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 566694 0 0 0 453996 240 0 0 25 0 1 0 770581910 1097302016 205374 33554432000 4194304 4291949 140736607777936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/13400/statm: 267896 205374 253 24 0 264530 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 1071584

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 13563
/proc/meminfo: memFree=15369644/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=1071584 CPUtime=4602.37 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 572827 0 0 0 459994 243 0 0 25 0 1 0 770581910 1097302016 211487 33554432000 4194304 4291949 140736607777936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/13400/statm: 267896 211487 253 24 0 264530 0
Current children cumulated CPU time (s) 4602.37
Current children cumulated vsize (KiB) 1071584

[startup+4662.3 s]
/proc/loadavg: 2.18 2.07 2.02 3/576 13565
/proc/meminfo: memFree=15329676/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=1072532 CPUtime=4662.36 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 578997 0 0 0 465991 245 0 0 25 0 1 0 770581910 1098272768 217636 33554432000 4194304 4291949 140736607777936 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/13400/statm: 268133 217636 253 24 0 264767 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 1072532

[startup+4722.3 s]
/proc/loadavg: 2.19 2.10 2.03 3/576 13566
/proc/meminfo: memFree=15292688/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=1080908 CPUtime=4722.38 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 584852 0 0 0 471991 247 0 0 25 0 1 0 770581910 1106849792 223466 33554432000 4194304 4291949 140736607777936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/13400/statm: 270227 223466 253 24 0 266861 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 1080908

[startup+4782.3 s]
/proc/loadavg: 2.07 2.08 2.02 3/576 13568
/proc/meminfo: memFree=15956432/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=259256 CPUtime=4782.37 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 603331 0 0 0 477982 255 0 0 25 0 1 0 770581910 265478144 55047 33554432000 4194304 4291949 140736607777936 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/13400/statm: 64814 55047 253 24 0 61448 0
Current children cumulated CPU time (s) 4782.37
Current children cumulated vsize (KiB) 259256

[startup+4842.32 s]
/proc/loadavg: 2.02 2.06 2.02 3/576 13570
/proc/meminfo: memFree=15891548/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=309344 CPUtime=4842.39 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 615517 0 0 0 483979 260 0 0 25 0 1 0 770581910 316768256 67183 33554432000 4194304 4291949 140736607777936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/13400/statm: 77336 67183 253 24 0 73970 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 309344

[startup+4902.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/576 13571
/proc/meminfo: memFree=15841916/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=390732 CPUtime=4902.38 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 625458 0 0 0 489974 264 0 0 25 0 1 0 770581910 400109568 77083 33554432000 4194304 4291949 140736607777936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/13400/statm: 97683 77083 253 24 0 94317 0
Current children cumulated CPU time (s) 4902.38
Current children cumulated vsize (KiB) 390732

[startup+4962.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/576 13573
/proc/meminfo: memFree=15804408/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=390732 CPUtime=4962.38 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 632062 0 0 0 495971 267 0 0 25 0 1 0 770581910 400109568 83666 33554432000 4194304 4291949 140736607777936 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/13400/statm: 97683 83666 253 24 0 94317 0
Current children cumulated CPU time (s) 4962.38
Current children cumulated vsize (KiB) 390732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 13574
/proc/meminfo: memFree=15780216/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=390732 CPUtime=5000.09 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 636621 0 0 0 499741 268 0 0 25 0 1 0 770581910 400109568 88202 33554432000 4194304 4291949 140736607777936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/13400/statm: 97683 88202 253 24 0 94317 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 390732

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: 2.00 2.03 2.00 3/576 13574
/proc/meminfo: memFree=15780216/32951124 swapFree=64375276/67111528
[pid=13400] ppid=13398 vsize=390732 CPUtime=5000.09 cores=1,3,5,7
/proc/13400/stat : 13400 (RestartSAT) R 13398 13400 12855 0 -1 4202496 636621 0 0 0 499741 268 0 0 25 0 1 0 770581910 400109568 88202 33554432000 4194304 4291949 140736607777936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/13400/statm: 97683 88202 253 24 0 94317 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 390732

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.04
CPU time (s): 5000.12
CPU user time (s): 4997.42
CPU system time (s): 2.70159
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1117516

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

runsolver used 27.9507 second user time and 69.9894 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-28 15:37:22
IDJOB=3420912
IDBENCH=71385
IDSOLVER=1911
FILE ID=node139/3420912-1306589842
RUNJOBID= node139-1306579391-12874
PBS_JOBID= 13471541
Free space on /tmp= 72820 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2400c266431gyes1.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420912-1306589842/watcher-3420912-1306589842 -o /tmp/evaluation-result-3420912-1306589842/solver-3420912-1306589842 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420912-1306589842.cnf

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

MD5SUM BENCH= 836d368f7cf78173b8e7f8b131296e2f
RANDOM SEED=2115914274

node139.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.852
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.70
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.852
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.852
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.852
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.852
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	: 5321.49
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.852
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.852
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16437380 kB
Buffers:        186452 kB
Cached:        2285548 kB
SwapCached:      20488 kB
Active:        8636244 kB
Inactive:      7573740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16437380 kB
SwapTotal:    67111528 kB
SwapFree:     64375276 kB
Dirty:            3884 kB
Writeback:           0 kB
AnonPages:    13718200 kB
Mapped:          40820 kB
Slab:           154548 kB
PageTables:      78528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 170974764 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= 72816 MiB
End job on node139 at 2011-05-28 17:00:44