Trace number 3433904

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.11 5000.02

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-12.cnf
MD5SUM0621e557bffdc18ca509447665adecda
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 variables69553
Number of clauses226752
Sum of the clauses size587624
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292374
Number of clauses of size 3134249
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-3433904-1306843578/watcher-3433904-1306843578 -o /tmp/evaluation-result-3433904-1306843578/solver-3433904-1306843578 -C 5000 -W 5100 -M 15500 minisat HOME/instance-3433904-1306843578.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.10 1.81 1.02 2/458 18152
/proc/meminfo: memFree=8440316/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=25172 CPUtime=0 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 1996 0 0 0 0 0 0 0 24 0 1 0 795955979 25776128 1883 33554432000 4194304 4291235 140735559727776 18446744073709551615 4240833 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18152/statm: 6293 1886 216 24 0 2927 0

[startup+0.116933 s]
/proc/loadavg: 2.10 1.81 1.02 2/458 18152
/proc/meminfo: memFree=8440316/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=41444 CPUtime=0.1 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 7486 0 0 0 10 0 0 0 25 0 1 0 795955979 42438656 6631 33554432000 4194304 4291235 140735559727776 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18152/statm: 10361 6632 216 24 0 6995 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 41444

[startup+0.200918 s]
/proc/loadavg: 2.10 1.81 1.02 2/458 18152
/proc/meminfo: memFree=8440316/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=47204 CPUtime=0.18 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 8560 0 0 0 18 0 0 0 25 0 1 0 795955979 48336896 7656 33554432000 4194304 4291235 140735559727776 18446744073709551615 4233034 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18152/statm: 11801 7656 240 24 0 8435 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 47204

[startup+0.300901 s]
/proc/loadavg: 2.10 1.81 1.02 2/458 18152
/proc/meminfo: memFree=8440316/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=55268 CPUtime=0.29 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 10042 0 0 0 28 1 0 0 25 0 1 0 795955979 56594432 9017 33554432000 4194304 4291235 140735559727776 18446744073709551615 4210080 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18152/statm: 13817 9020 240 24 0 10451 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55268

[startup+0.700827 s]
/proc/loadavg: 2.10 1.81 1.02 2/458 18152
/proc/meminfo: memFree=8440316/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=46112 CPUtime=0.69 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 12540 0 0 0 68 1 0 0 25 0 1 0 795955979 47218688 7478 33554432000 4194304 4291235 140735559727776 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18152/statm: 11528 7478 256 24 0 8162 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46112

[startup+1.50065 s]
/proc/loadavg: 2.10 1.81 1.02 3/459 18153
/proc/meminfo: memFree=8409068/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=46112 CPUtime=1.49 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 12586 0 0 0 148 1 0 0 25 0 1 0 795955979 47218688 7524 33554432000 4194304 4291235 140735559727776 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/18152/statm: 11528 7524 258 24 0 8162 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46112

[startup+3.10044 s]
/proc/loadavg: 2.10 1.81 1.02 3/459 18153
/proc/meminfo: memFree=8407208/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=46112 CPUtime=3.07 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 12721 0 0 0 306 1 0 0 25 0 1 0 795955979 47218688 7658 33554432000 4194304 4291235 140735559727776 18446744073709551615 4261955 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 11528 7658 258 24 0 8162 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 46112

[startup+6.30083 s]
/proc/loadavg: 2.09 1.82 1.02 3/459 18153
/proc/meminfo: memFree=8404104/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=53188 CPUtime=6.28 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 12938 0 0 0 626 2 0 0 25 0 1 0 795955979 54464512 7872 33554432000 4194304 4291235 140735559727776 18446744073709551615 4255824 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 13297 7872 258 24 0 9931 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 53188

[startup+12.7007 s]
/proc/loadavg: 2.08 1.82 1.03 3/459 18153
/proc/meminfo: memFree=8395760/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=53188 CPUtime=12.68 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 13389 0 0 0 1266 2 0 0 25 0 1 0 795955979 54464512 8318 33554432000 4194304 4291235 140735559727776 18446744073709551615 4255653 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 13297 8318 258 24 0 9931 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 53188

[startup+25.5005 s]
/proc/loadavg: 2.21 1.86 1.05 3/459 18154
/proc/meminfo: memFree=8376044/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=53188 CPUtime=25.47 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 14258 0 0 0 2545 2 0 0 25 0 1 0 795955979 54464512 9179 33554432000 4194304 4291235 140735559727776 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 13297 9179 258 24 0 9931 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 53188

[startup+51.1009 s]
/proc/loadavg: 2.14 1.87 1.08 3/459 18154
/proc/meminfo: memFree=8334112/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=71864 CPUtime=51.08 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 18658 0 0 0 5104 4 0 0 25 0 1 0 795955979 73588736 13570 33554432000 4194304 4291235 140735559727776 18446744073709551615 4256141 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 17966 13570 258 24 0 14600 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 71864

[startup+102.301 s]
/proc/loadavg: 2.06 1.89 1.12 4/459 18156
/proc/meminfo: memFree=8882916/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=83540 CPUtime=102.28 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 21891 0 0 0 10224 4 0 0 25 0 1 0 795955979 85544960 16789 33554432000 4194304 4291235 140735559727776 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 20885 16789 258 24 0 17519 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 83540

[startup+162.301 s]
/proc/loadavg: 2.02 1.91 1.18 3/459 18157
/proc/meminfo: memFree=8745872/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=102508 CPUtime=162.28 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 24901 0 0 0 16223 5 0 0 25 0 1 0 795955979 104968192 19777 33554432000 4194304 4291235 140735559727776 18446744073709551615 4262355 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 25627 19777 258 24 0 22261 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 102508

[startup+222.317 s]
/proc/loadavg: 2.07 1.94 1.23 3/459 18159
/proc/meminfo: memFree=8672572/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=102508 CPUtime=222.29 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 26938 0 0 0 22224 5 0 0 25 0 1 0 795955979 104968192 21797 33554432000 4194304 4291235 140735559727776 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 25627 21797 258 24 0 22261 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 102508

[startup+282.301 s]
/proc/loadavg: 2.02 1.94 1.28 3/459 18160
/proc/meminfo: memFree=8585256/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=133328 CPUtime=282.28 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 28451 0 0 0 28222 6 0 0 25 0 1 0 795955979 136527872 23293 33554432000 4194304 4291235 140735559727776 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 33332 23293 258 24 0 29966 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 133328

[startup+342.301 s]
/proc/loadavg: 2.04 1.97 1.32 3/459 18162
/proc/meminfo: memFree=8499420/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=133328 CPUtime=342.28 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 31192 0 0 0 34221 7 0 0 25 0 1 0 795955979 136527872 26010 33554432000 4194304 4291235 140735559727776 18446744073709551615 4256052 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 33332 26010 258 24 0 29966 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 133328

[startup+402.3 s]
/proc/loadavg: 2.05 1.99 1.37 3/459 18164
/proc/meminfo: memFree=8428724/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=133328 CPUtime=402.28 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 34139 0 0 0 40220 8 0 0 25 0 1 0 795955979 136527872 28935 33554432000 4194304 4291235 140735559727776 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 33332 28935 258 24 0 29966 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 133328

[startup+462.301 s]
/proc/loadavg: 2.07 2.00 1.41 3/459 18165
/proc/meminfo: memFree=8371416/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=133328 CPUtime=462.29 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 34606 0 0 0 46220 9 0 0 25 0 1 0 795955979 136527872 29389 33554432000 4194304 4291235 140735559727776 18446744073709551615 4262256 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 33332 29389 258 24 0 29966 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 133328

[startup+522.301 s]
/proc/loadavg: 2.02 2.00 1.44 3/459 18167
/proc/meminfo: memFree=8316216/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=183416 CPUtime=522.29 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 34979 0 0 0 52220 9 0 0 25 0 1 0 795955979 187817984 29749 33554432000 4194304 4291235 140735559727776 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 45854 29749 258 24 0 42488 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 183416

[startup+582.3 s]
/proc/loadavg: 2.12 2.03 1.49 3/459 18168
/proc/meminfo: memFree=8864252/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=183416 CPUtime=582.28 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 36759 0 0 0 58219 9 0 0 25 0 1 0 795955979 187817984 31514 33554432000 4194304 4291235 140735559727776 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 45854 31514 258 24 0 42488 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 183416

[startup+642.301 s]

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

[startup+4062.3 s]
/proc/loadavg: 2.12 2.06 2.01 4/459 18542
/proc/meminfo: memFree=8840508/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=167480 CPUtime=4062.36 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 89838 0 0 0 406201 35 0 0 25 0 1 0 795955979 171499520 31105 33554432000 4194304 4291235 140735559727776 18446744073709551615 4256095 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 41870 31105 258 24 0 38504 0
Current children cumulated CPU time (s) 4062.36
Current children cumulated vsize (KiB) 167480

[startup+4122.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/459 18544
/proc/meminfo: memFree=8837124/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=168524 CPUtime=4122.35 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 90608 0 0 0 412200 35 0 0 25 0 1 0 795955979 172568576 31856 33554432000 4194304 4291235 140735559727776 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 42131 31856 258 24 0 38765 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 168524

[startup+4182.32 s]
/proc/loadavg: 2.04 2.05 2.01 3/459 18545
/proc/meminfo: memFree=8832392/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=168948 CPUtime=4182.37 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 91073 0 0 0 418202 35 0 0 25 0 1 0 795955979 173002752 32308 33554432000 4194304 4291235 140735559727776 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 42237 32308 258 24 0 38871 0
Current children cumulated CPU time (s) 4182.37
Current children cumulated vsize (KiB) 168948

[startup+4242.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/459 18547
/proc/meminfo: memFree=8811032/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=168948 CPUtime=4242.35 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 91319 0 0 0 424200 35 0 0 25 0 1 0 795955979 173002752 32545 33554432000 4194304 4291235 140735559727776 18446744073709551615 4255872 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 42237 32545 258 24 0 38871 0
Current children cumulated CPU time (s) 4242.35
Current children cumulated vsize (KiB) 168948

[startup+4302.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/459 18549
/proc/meminfo: memFree=8798724/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=168948 CPUtime=4302.36 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 92196 0 0 0 430199 37 0 0 25 0 1 0 795955979 173002752 33408 33554432000 4194304 4291235 140735559727776 18446744073709551615 4255827 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 42237 33408 258 24 0 38871 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 168948

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/459 18550
/proc/meminfo: memFree=8846540/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=100468 CPUtime=4362.36 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 95206 0 0 0 436198 38 0 0 25 0 1 0 795955979 102879232 20913 33554432000 4194304 4291235 140735559727776 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 25117 20913 258 24 0 21751 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 100468

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/459 18552
/proc/meminfo: memFree=8842540/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=107648 CPUtime=4422.36 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 96173 0 0 0 442198 38 0 0 25 0 1 0 795955979 110231552 21860 33554432000 4194304 4291235 140735559727776 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 26912 21860 258 24 0 23546 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 107648

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/459 18553
/proc/meminfo: memFree=8822800/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=107648 CPUtime=4482.37 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 96727 0 0 0 448198 39 0 0 25 0 1 0 795955979 110231552 22400 33554432000 4194304 4291235 140735559727776 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 26912 22400 258 24 0 23546 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 107648

[startup+4542.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/459 18555
/proc/meminfo: memFree=8820800/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=107648 CPUtime=4542.37 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 97202 0 0 0 454198 39 0 0 25 0 1 0 795955979 110231552 22861 33554432000 4194304 4291235 140735559727776 18446744073709551615 4256114 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 26912 22861 258 24 0 23546 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 107648

[startup+4602.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/459 18558
/proc/meminfo: memFree=8818164/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=119640 CPUtime=4602.37 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 97800 0 0 0 460198 39 0 0 25 0 1 0 795955979 122511360 23445 33554432000 4194304 4291235 140735559727776 18446744073709551615 4256121 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 29910 23445 258 24 0 26544 0
Current children cumulated CPU time (s) 4602.37
Current children cumulated vsize (KiB) 119640

[startup+4662.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/459 18560
/proc/meminfo: memFree=8813780/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=120020 CPUtime=4662.36 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 98559 0 0 0 466197 39 0 0 25 0 1 0 795955979 122900480 24185 33554432000 4194304 4291235 140735559727776 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 30005 24185 258 24 0 26639 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 120020

[startup+4722.3 s]
/proc/loadavg: 2.12 2.07 2.02 4/459 18563
/proc/meminfo: memFree=8811644/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=120304 CPUtime=4722.37 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 99165 0 0 0 472198 39 0 0 25 0 1 0 795955979 123191296 24778 33554432000 4194304 4291235 140735559727776 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 30076 24778 258 24 0 26710 0
Current children cumulated CPU time (s) 4722.37
Current children cumulated vsize (KiB) 120304

[startup+4782.3 s]
/proc/loadavg: 2.04 2.06 2.01 3/459 18564
/proc/meminfo: memFree=8809892/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=120732 CPUtime=4782.37 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 99799 0 0 0 478197 40 0 0 25 0 1 0 795955979 123629568 25397 33554432000 4194304 4291235 140735559727776 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 30183 25397 258 24 0 26817 0
Current children cumulated CPU time (s) 4782.37
Current children cumulated vsize (KiB) 120732

[startup+4842.32 s]
/proc/loadavg: 2.01 2.04 2.00 3/459 18567
/proc/meminfo: memFree=8803784/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=139700 CPUtime=4842.39 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 100465 0 0 0 484199 40 0 0 25 0 1 0 795955979 143052800 26044 33554432000 4194304 4291235 140735559727776 18446744073709551615 4261699 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 34925 26044 258 24 0 31559 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 139700

[startup+4902.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/459 18569
/proc/meminfo: memFree=8801136/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=139700 CPUtime=4902.37 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 101192 0 0 0 490196 41 0 0 25 0 1 0 795955979 143052800 26758 33554432000 4194304 4291235 140735559727776 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 34925 26758 258 24 0 31559 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 139700

[startup+4962.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/459 18570
/proc/meminfo: memFree=8778904/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=140484 CPUtime=4962.37 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 102022 0 0 0 496196 41 0 0 25 0 1 0 795955979 143855616 27567 33554432000 4194304 4291235 140735559727776 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 35121 27567 258 24 0 31755 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 140484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.02 2.00 3/459 18571
/proc/meminfo: memFree=8776528/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=142084 CPUtime=5000.09 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 102608 0 0 0 499967 42 0 0 25 0 1 0 795955979 145494016 28142 33554432000 4194304 4291235 140735559727776 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 35521 28142 258 24 0 32155 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 142084

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.02 2.00 3/459 18571
/proc/meminfo: memFree=8776528/32951124 swapFree=60688864/67111528
[pid=18152] ppid=18150 vsize=142084 CPUtime=5000.09 cores=0,2,4,6
/proc/18152/stat : 18152 (minisat) R 18150 18152 18023 0 -1 4202496 102608 0 0 0 499967 42 0 0 25 0 1 0 795955979 145494016 28142 33554432000 4194304 4291235 140735559727776 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18152/statm: 35521 28142 258 24 0 32155 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 142084

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.02
CPU time (s): 5000.11
CPU user time (s): 4999.68
CPU system time (s): 0.426935
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 188628

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

runsolver used 23.6534 second user time and 49.8284 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-31 14:06:18
IDJOB=3433904
IDBENCH=70829
IDSOLVER=1930
FILE ID=node132/3433904-1306843578
RUNJOBID= node132-1306842918-18044
PBS_JOBID= 13482020
Free space on /tmp= 56956 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-12.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3433904-1306843578/watcher-3433904-1306843578 -o /tmp/evaluation-result-3433904-1306843578/solver-3433904-1306843578 -C 5000 -W 5100 -M 15500  minisat HOME/instance-3433904-1306843578.cnf

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

MD5SUM BENCH= 0621e557bffdc18ca509447665adecda
RANDOM SEED=1487263318

node132.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	: 5332.74
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.76
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.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.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.77
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.67
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.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.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:       8440480 kB
Buffers:        260876 kB
Cached:       19736796 kB
SwapCached:      14980 kB
Active:       18748328 kB
Inactive:      5075588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8440480 kB
SwapTotal:    67111528 kB
SwapFree:     60688864 kB
Dirty:            4308 kB
Writeback:           0 kB
AnonPages:     3818820 kB
Mapped:          19268 kB
Slab:           569832 kB
PageTables:      51700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110261232 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 56964 MiB
End job on node132 at 2011-05-31 15:29:40