Trace number 3433908

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
minisat hack: MiniSAT 2.2.0-agile-26? (TO) 5000.05 4999.92

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-27-s100.cnf
MD5SUMf47c33d2a9a327da4633207adfef7b77
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3141.43
Satisfiable
(Un)Satisfiability was proved
Number of variables31951
Number of clauses96161
Sum of the clauses size226837
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261518
Number of clauses of size 334579
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3433908-1306844154/watcher-3433908-1306844154 -o /tmp/evaluation-result-3433908-1306844154/solver-3433908-1306844154 -C 5000 -W 5100 -M 15500 minisat HOME/instance-3433908-1306844154.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.02 1.99 1.46 2/477 5825
/proc/meminfo: memFree=7408852/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=23544 CPUtime=0 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 1619 0 0 0 0 0 0 0 22 0 1 0 776830758 24109056 1548 33554432000 4194304 4291235 140733949789232 18446744073709551615 254261277381 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 5886 1549 216 24 0 2520 0

[startup+0.102799 s]
/proc/loadavg: 2.02 1.99 1.46 2/477 5825
/proc/meminfo: memFree=7408852/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=32644 CPUtime=0.09 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 4554 0 0 0 9 0 0 0 22 0 1 0 776830758 33427456 4127 33554432000 4194304 4291235 140733949789232 18446744073709551615 4210080 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 8161 4129 240 24 0 4795 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32644

[startup+0.200783 s]
/proc/loadavg: 2.02 1.99 1.46 2/477 5825
/proc/meminfo: memFree=7408852/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=30180 CPUtime=0.19 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 4997 0 0 0 19 0 0 0 23 0 1 0 776830758 30904320 3917 33554432000 4194304 4291235 140733949789232 18446744073709551615 254261285024 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 7545 3917 240 24 0 4179 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 30180

[startup+0.300762 s]
/proc/loadavg: 2.02 1.99 1.46 2/477 5825
/proc/meminfo: memFree=7408852/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=27740 CPUtime=0.29 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 5301 0 0 0 29 0 0 0 23 0 1 0 776830758 28405760 3352 33554432000 4194304 4291235 140733949789232 18446744073709551615 4262952 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 6935 3352 256 24 0 3569 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27740

[startup+0.700689 s]
/proc/loadavg: 2.02 1.99 1.46 2/477 5825
/proc/meminfo: memFree=7408852/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=27740 CPUtime=0.69 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 5312 0 0 0 69 0 0 0 25 0 1 0 776830758 28405760 3363 33554432000 4194304 4291235 140733949789232 18446744073709551615 4255934 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 6935 3363 256 24 0 3569 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27740

[startup+1.50055 s]
/proc/loadavg: 2.02 1.99 1.46 3/478 5826
/proc/meminfo: memFree=7395088/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=27740 CPUtime=1.49 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 5340 0 0 0 149 0 0 0 25 0 1 0 776830758 28405760 3391 33554432000 4194304 4291235 140733949789232 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 6935 3391 256 24 0 3569 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27740

[startup+3.10027 s]
/proc/loadavg: 2.02 1.99 1.46 3/478 5826
/proc/meminfo: memFree=7394464/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=27740 CPUtime=3.09 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 5378 0 0 0 309 0 0 0 25 0 1 0 776830758 28405760 3428 33554432000 4194304 4291235 140733949789232 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 6935 3428 256 24 0 3569 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27740

[startup+6.3007 s]
/proc/loadavg: 2.02 1.99 1.47 3/478 5826
/proc/meminfo: memFree=7394528/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=27740 CPUtime=6.29 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 5457 0 0 0 629 0 0 0 25 0 1 0 776830758 28405760 3504 33554432000 4194304 4291235 140733949789232 18446744073709551615 4262416 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 6935 3504 256 24 0 3569 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27740

[startup+12.7006 s]
/proc/loadavg: 2.02 1.99 1.47 3/478 5827
/proc/meminfo: memFree=7393420/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=30416 CPUtime=12.69 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 5651 0 0 0 1269 0 0 0 25 0 1 0 776830758 31145984 3692 33554432000 4194304 4291235 140733949789232 18446744073709551615 4261945 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 7604 3692 256 24 0 4238 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30416

[startup+25.5003 s]
/proc/loadavg: 2.01 1.99 1.47 3/478 5827
/proc/meminfo: memFree=7388820/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=33312 CPUtime=25.49 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 6739 0 0 0 2548 1 0 0 25 0 1 0 776830758 34111488 4767 33554432000 4194304 4291235 140733949789232 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 8328 4767 256 24 0 4962 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 33312

[startup+51.1008 s]
/proc/loadavg: 2.01 1.99 1.49 3/478 5828
/proc/meminfo: memFree=7379716/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=40388 CPUtime=51.09 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 8513 0 0 0 5108 1 0 0 25 0 1 0 776830758 41357312 6514 33554432000 4194304 4291235 140733949789232 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 10097 6514 256 24 0 6731 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 40388

[startup+102.301 s]
/proc/loadavg: 2.00 1.99 1.51 3/478 5829
/proc/meminfo: memFree=7383780/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=41900 CPUtime=102.3 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 10090 0 0 0 10229 1 0 0 25 0 1 0 776830758 42905600 5374 33554432000 4194304 4291235 140733949789232 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 10475 5374 256 24 0 7109 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 41900

[startup+162.301 s]
/proc/loadavg: 2.00 1.99 1.54 3/478 5831
/proc/meminfo: memFree=7369252/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=49420 CPUtime=162.3 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 13549 0 0 0 16228 2 0 0 25 0 1 0 776830758 50606080 8776 33554432000 4194304 4291235 140733949789232 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 12355 8776 256 24 0 8989 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 49420

[startup+222.318 s]
/proc/loadavg: 2.00 1.99 1.57 3/478 5832
/proc/meminfo: memFree=7367604/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=49420 CPUtime=222.31 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 16920 0 0 0 22229 2 0 0 25 0 1 0 776830758 50606080 8945 33554432000 4194304 4291235 140733949789232 18446744073709551615 4262431 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 12355 8945 256 24 0 8989 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 49420

[startup+282.301 s]
/proc/loadavg: 2.04 2.00 1.60 3/478 5834
/proc/meminfo: memFree=7362988/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=68140 CPUtime=282.3 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 18316 0 0 0 28227 3 0 0 25 0 1 0 776830758 69775360 10251 33554432000 4194304 4291235 140733949789232 18446744073709551615 4256087 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 17035 10251 256 24 0 13669 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 68140

[startup+342.3 s]
/proc/loadavg: 2.01 2.00 1.62 3/478 5835
/proc/meminfo: memFree=7356268/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=68140 CPUtime=342.3 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 19907 0 0 0 34227 3 0 0 25 0 1 0 776830758 69775360 11802 33554432000 4194304 4291235 140733949789232 18446744073709551615 4262950 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 17035 11802 256 24 0 13669 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 68140

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.64 3/478 5837
/proc/meminfo: memFree=7353148/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=68140 CPUtime=402.3 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 20748 0 0 0 40227 3 0 0 25 0 1 0 776830758 69775360 12622 33554432000 4194304 4291235 140733949789232 18446744073709551615 4255722 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 17035 12622 256 24 0 13669 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 68140

[startup+462.3 s]
/proc/loadavg: 2.11 2.03 1.67 3/478 5839
/proc/meminfo: memFree=7353620/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=68140 CPUtime=462.3 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 20750 0 0 0 46227 3 0 0 25 0 1 0 776830758 69775360 12624 33554432000 4194304 4291235 140733949789232 18446744073709551615 4256313 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 17035 12624 256 24 0 13669 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 68140

[startup+522.301 s]
/proc/loadavg: 2.07 2.03 1.69 3/478 5867
/proc/meminfo: memFree=7351728/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=68140 CPUtime=522.3 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 20750 0 0 0 52227 3 0 0 25 0 1 0 776830758 69775360 12624 33554432000 4194304 4291235 140733949789232 18446744073709551615 4255872 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 17035 12624 256 24 0 13669 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 68140

[startup+582.301 s]
/proc/loadavg: 2.02 2.03 1.71 3/478 5872
/proc/meminfo: memFree=7355976/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=68140 CPUtime=582.3 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 20750 0 0 0 58227 3 0 0 25 0 1 0 776830758 69775360 12624 33554432000 4194304 4291235 140733949789232 18446744073709551615 4248312 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 17035 12624 256 24 0 13669 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 68140

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/478 6107
/proc/meminfo: memFree=5686596/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=121464 CPUtime=4002.39 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 36482 0 0 0 400232 7 0 0 25 0 1 0 776830758 124379136 23367 33554432000 4194304 4291235 140733949789232 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 30366 23367 256 24 0 27000 0
Current children cumulated CPU time (s) 4002.39
Current children cumulated vsize (KiB) 121464

[startup+4062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/478 6109
/proc/meminfo: memFree=5664968/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=121464 CPUtime=4062.4 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 37131 0 0 0 406233 7 0 0 25 0 1 0 776830758 124379136 24001 33554432000 4194304 4291235 140733949789232 18446744073709551615 4262289 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 30366 24001 256 24 0 27000 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 121464

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/478 6110
/proc/meminfo: memFree=5644332/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=121464 CPUtime=4122.39 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 37131 0 0 0 412232 7 0 0 25 0 1 0 776830758 124379136 24001 33554432000 4194304 4291235 140733949789232 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 30366 24001 256 24 0 27000 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 121464

[startup+4182.32 s]
/proc/loadavg: 2.10 2.03 2.01 3/478 6115
/proc/meminfo: memFree=5617984/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=121464 CPUtime=4182.41 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 37597 0 0 0 418234 7 0 0 25 0 1 0 776830758 124379136 24453 33554432000 4194304 4291235 140733949789232 18446744073709551615 4256129 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 30366 24453 256 24 0 27000 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 121464

[startup+4242.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/478 6116
/proc/meminfo: memFree=5590124/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=121464 CPUtime=4242.39 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 38208 0 0 0 424232 7 0 0 25 0 1 0 776830758 124379136 25048 33554432000 4194304 4291235 140733949789232 18446744073709551615 4255643 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 30366 25048 256 24 0 27000 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 121464

[startup+4302.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/478 6118
/proc/meminfo: memFree=5567764/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=121464 CPUtime=4302.39 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 38208 0 0 0 430232 7 0 0 25 0 1 0 776830758 124379136 25048 33554432000 4194304 4291235 140733949789232 18446744073709551615 4255549 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 30366 25048 256 24 0 27000 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 121464

[startup+4362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/478 6120
/proc/meminfo: memFree=5546008/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=121464 CPUtime=4362.39 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 38208 0 0 0 436232 7 0 0 25 0 1 0 776830758 124379136 25048 33554432000 4194304 4291235 140733949789232 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 30366 25048 256 24 0 27000 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 121464

[startup+4422.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/478 6121
/proc/meminfo: memFree=5526004/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=121464 CPUtime=4422.39 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 38208 0 0 0 442232 7 0 0 25 0 1 0 776830758 124379136 25048 33554432000 4194304 4291235 140733949789232 18446744073709551615 4255824 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 30366 25048 256 24 0 27000 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 121464

[startup+4482.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/478 6123
/proc/meminfo: memFree=5505252/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=121464 CPUtime=4482.4 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 38208 0 0 0 448233 7 0 0 25 0 1 0 776830758 124379136 25048 33554432000 4194304 4291235 140733949789232 18446744073709551615 4255645 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 30366 25048 256 24 0 27000 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 121464

[startup+4542.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/478 6124
/proc/meminfo: memFree=5478924/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=121464 CPUtime=4542.4 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 38208 0 0 0 454233 7 0 0 25 0 1 0 776830758 124379136 25048 33554432000 4194304 4291235 140733949789232 18446744073709551615 4261947 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 30366 25048 256 24 0 27000 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 121464

[startup+4602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/478 6126
/proc/meminfo: memFree=5454576/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=121464 CPUtime=4602.4 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 38208 0 0 0 460233 7 0 0 25 0 1 0 776830758 124379136 25048 33554432000 4194304 4291235 140733949789232 18446744073709551615 4256107 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 30366 25048 256 24 0 27000 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 121464

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/478 6128
/proc/meminfo: memFree=5428840/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=121464 CPUtime=4662.4 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 38208 0 0 0 466233 7 0 0 25 0 1 0 776830758 124379136 25048 33554432000 4194304 4291235 140733949789232 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 30366 25048 256 24 0 27000 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 121464

[startup+4722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/478 6129
/proc/meminfo: memFree=5414420/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=121464 CPUtime=4722.41 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 38237 0 0 0 472234 7 0 0 25 0 1 0 776830758 124379136 25077 33554432000 4194304 4291235 140733949789232 18446744073709551615 4255939 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 30366 25077 256 24 0 27000 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 121464

[startup+4782.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/478 6131
/proc/meminfo: memFree=5392448/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=121464 CPUtime=4782.4 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 38254 0 0 0 478233 7 0 0 25 0 1 0 776830758 124379136 25094 33554432000 4194304 4291235 140733949789232 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 30366 25094 256 24 0 27000 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 121464

[startup+4842.32 s]
/proc/loadavg: 2.02 2.02 2.00 3/478 6132
/proc/meminfo: memFree=5373044/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=121464 CPUtime=4842.42 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 38254 0 0 0 484235 7 0 0 25 0 1 0 776830758 124379136 25094 33554432000 4194304 4291235 140733949789232 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 30366 25094 256 24 0 27000 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 121464

[startup+4902.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/478 6134
/proc/meminfo: memFree=5339660/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=121464 CPUtime=4902.41 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 38322 0 0 0 490234 7 0 0 25 0 1 0 776830758 124379136 25162 33554432000 4194304 4291235 140733949789232 18446744073709551615 4261947 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 30366 25162 256 24 0 27000 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 121464

[startup+4962.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/478 6136
/proc/meminfo: memFree=5318044/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=121464 CPUtime=4962.41 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 38331 0 0 0 496234 7 0 0 25 0 1 0 776830758 124379136 25171 33554432000 4194304 4291235 140733949789232 18446744073709551615 4261947 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 30366 25171 256 24 0 27000 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 121464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.11 2.05 2.01 3/478 6137
/proc/meminfo: memFree=5306236/32951124 swapFree=67057928/67111528
[pid=5825] ppid=5823 vsize=121464 CPUtime=5000.02 cores=1,3,5,7
/proc/5825/stat : 5825 (minisat) R 5823 5825 5718 0 -1 4202496 38331 0 0 0 499995 7 0 0 25 0 1 0 776830758 124379136 25171 33554432000 4194304 4291235 140733949789232 18446744073709551615 4255824 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5825/statm: 30366 25171 256 24 0 27000 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 121464

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.05
CPU user time (s): 4999.96
CPU system time (s): 0.084987
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 121464

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

runsolver used 21.8957 second user time and 55.4086 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-31 14:15:54
IDJOB=3433908
IDBENCH=70849
IDSOLVER=1930
FILE ID=node140/3433908-1306844154
RUNJOBID= node140-1306842918-5737
PBS_JOBID= 13482012
Free space on /tmp= 57544 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-27-s100.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3433908-1306844154/watcher-3433908-1306844154 -o /tmp/evaluation-result-3433908-1306844154/solver-3433908-1306844154 -C 5000 -W 5100 -M 15500  minisat HOME/instance-3433908-1306844154.cnf

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

MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED=1487263318

node140.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.833
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.66
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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.14
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.833
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.75
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.833
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.77
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.833
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.75
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.833
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.74
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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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:       7409008 kB
Buffers:        217872 kB
Cached:       17708084 kB
SwapCached:       6932 kB
Active:       13343948 kB
Inactive:     11520980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7409008 kB
SwapTotal:    67111528 kB
SwapFree:     67057928 kB
Dirty:            1552 kB
Writeback:          12 kB
AnonPages:     6937476 kB
Mapped:          38172 kB
Slab:           555680 kB
PageTables:      51628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141428424 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= 57516 MiB
End job on node140 at 2011-05-31 15:39:16