Trace number 3362518

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 reference: minisat 2.2.0? (TO) 1300.07 1300.04

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
bc57-sensors-1-k303-unsat.shuffled-as.sat03-406.cnf
MD5SUMf16626953757fdd1326f2a14f01adca9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1015.28
Satisfiable
(Un)Satisfiability was proved
Number of variables435701
Number of clauses1379987
Sum of the clauses size3544455
Maximum clause length304
Minimum clause length1
Number of clauses of size 1142
Number of clauses of size 2654099
Number of clauses of size 3705129
Number of clauses of size 412732
Number of clauses of size 54852
Number of clauses of size over 53033

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-3362518-1305308257/watcher-3362518-1305308257 -o /tmp/evaluation-result-3362518-1305308257/solver-3362518-1305308257 -C 2400 -W 1300 -M 7680 minisat_release HOME/instance-3362518-1305308257.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.02 4.03 4.00 4/395 5851
/proc/meminfo: memFree=7349312/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=23272 CPUtime=0 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 1420 0 0 0 0 0 0 0 23 0 1 0 721056598 23830528 1361 33554432000 4194304 4291037 140735484045504 18446744073709551615 4240897 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 5818 1365 213 24 0 2452 0

[startup+0.046383 s]
/proc/loadavg: 4.02 4.03 4.00 4/395 5851
/proc/meminfo: memFree=7349312/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=63020 CPUtime=0.04 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 9056 0 0 0 3 1 0 0 23 0 1 0 721056598 64532480 8832 33554432000 4194304 4291037 140735484045504 18446744073709551615 4224186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 15755 8844 213 24 0 12389 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 63020

[startup+0.100362 s]
/proc/loadavg: 4.02 4.03 4.00 4/395 5851
/proc/meminfo: memFree=7349312/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=79172 CPUtime=0.09 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 12695 0 0 0 7 2 0 0 23 0 1 0 721056598 81072128 12239 33554432000 4194304 4291037 140735484045504 18446744073709551615 216734839493 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 19793 12241 216 24 0 16427 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 79172

[startup+0.300327 s]
/proc/loadavg: 4.02 4.03 4.00 4/395 5851
/proc/meminfo: memFree=7349312/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=93960 CPUtime=0.29 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 17434 0 0 0 26 3 0 0 24 0 1 0 721056598 96215040 16521 33554432000 4194304 4291037 140735484045504 18446744073709551615 216734839493 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 23490 16521 216 24 0 20124 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 93960

[startup+0.700258 s]
/proc/loadavg: 4.02 4.03 4.00 4/395 5851
/proc/meminfo: memFree=7349312/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=119684 CPUtime=0.69 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 24594 0 0 0 65 4 0 0 25 0 1 0 721056598 122556416 22426 33554432000 4194304 4291037 140735484045504 18446744073709551615 4220841 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 29954 22427 216 24 0 26588 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 119684

[startup+1.50112 s]
/proc/loadavg: 4.02 4.03 4.00 5/396 5852
/proc/meminfo: memFree=7243044/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=152392 CPUtime=1.49 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 34353 0 0 0 143 6 0 0 25 0 1 0 721056598 156049408 30934 33554432000 4194304 4291037 140735484045504 18446744073709551615 216734839493 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 38098 30934 216 24 0 34732 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 152392

[startup+3.10085 s]
/proc/loadavg: 4.02 4.03 4.00 5/396 5852
/proc/meminfo: memFree=7194188/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=190576 CPUtime=3.09 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 43973 0 0 0 301 8 0 0 25 0 1 0 721056598 195149824 39099 33554432000 4194304 4291037 140735484045504 18446744073709551615 4260683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 47644 39099 239 24 0 44278 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 190576

[startup+6.30029 s]
/proc/loadavg: 4.01 4.03 4.00 5/396 5852
/proc/meminfo: memFree=7162052/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=205976 CPUtime=6.29 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 66521 0 0 0 617 12 0 0 25 0 1 0 721056598 210919424 43696 33554432000 4194304 4291037 140735484045504 18446744073709551615 4232068 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 51494 43696 239 24 0 48128 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 205976

[startup+12.7002 s]
/proc/loadavg: 4.01 4.03 4.00 5/396 5852
/proc/meminfo: memFree=7178552/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=189136 CPUtime=12.69 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 70313 0 0 0 1256 13 0 0 25 0 1 0 721056598 193675264 37848 33554432000 4194304 4291037 140735484045504 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 47284 37848 259 24 0 43918 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 189136

[startup+25.5009 s]
/proc/loadavg: 4.01 4.03 4.00 5/396 5853
/proc/meminfo: memFree=7154640/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=189136 CPUtime=25.49 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 71122 0 0 0 2536 13 0 0 25 0 1 0 721056598 193675264 38644 33554432000 4194304 4291037 140735484045504 18446744073709551615 4248933 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 47284 38644 259 24 0 43918 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 189136

[startup+51.1005 s]
/proc/loadavg: 4.00 4.02 4.00 5/396 5853
/proc/meminfo: memFree=7113372/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=219484 CPUtime=51.1 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 73192 0 0 0 5095 15 0 0 25 0 1 0 721056598 224751616 40689 33554432000 4194304 4291037 140735484045504 18446744073709551615 4248998 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 54871 40689 259 24 0 51505 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 219484

[startup+102.315 s]
/proc/loadavg: 4.00 4.02 4.00 5/396 5858
/proc/meminfo: memFree=7001112/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=268804 CPUtime=102.31 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 84466 0 0 0 10214 17 0 0 25 0 1 0 721056598 275255296 51905 33554432000 4194304 4291037 140735484045504 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 67201 51905 259 24 0 63835 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 268804

[startup+162.301 s]
/proc/loadavg: 4.16 4.05 4.01 5/396 5913
/proc/meminfo: memFree=6871836/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=299624 CPUtime=162.29 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 89810 0 0 0 16210 19 0 0 25 0 1 0 721056598 306814976 57178 33554432000 4194304 4291037 140735484045504 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 74906 57178 259 24 0 71540 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 299624

[startup+222.301 s]
/proc/loadavg: 4.13 4.06 4.02 5/396 5915
/proc/meminfo: memFree=6321612/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=349712 CPUtime=222.3 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 96530 0 0 0 22207 23 0 0 25 0 1 0 721056598 358105088 63857 33554432000 4194304 4291037 140735484045504 18446744073709551615 4248455 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 87428 63857 259 24 0 84062 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 349712

[startup+282.301 s]
/proc/loadavg: 4.08 4.06 4.02 6/396 5917
/proc/meminfo: memFree=6351716/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=349712 CPUtime=282.3 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 102391 0 0 0 28204 26 0 0 25 0 1 0 721056598 358105088 69675 33554432000 4194304 4291037 140735484045504 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 87428 69675 259 24 0 84062 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 349712

[startup+342.301 s]
/proc/loadavg: 4.03 4.05 4.01 5/396 5918
/proc/meminfo: memFree=6254484/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=349712 CPUtime=342.3 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 106496 0 0 0 34202 28 0 0 25 0 1 0 721056598 358105088 73744 33554432000 4194304 4291037 140735484045504 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 87428 73744 259 24 0 84062 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 349712

[startup+402.3 s]
/proc/loadavg: 4.01 4.04 4.00 5/396 5920
/proc/meminfo: memFree=6150664/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=431100 CPUtime=402.3 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 110394 0 0 0 40200 30 0 0 25 0 1 0 721056598 441446400 77609 33554432000 4194304 4291037 140735484045504 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 107775 77609 259 24 0 104409 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 431100

[startup+462.301 s]
/proc/loadavg: 4.00 4.03 4.00 5/396 5921
/proc/meminfo: memFree=6296312/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=431100 CPUtime=462.3 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 115204 0 0 0 46197 33 0 0 25 0 1 0 721056598 441446400 82395 33554432000 4194304 4291037 140735484045504 18446744073709551615 4262079 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 107775 82395 259 24 0 104409 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 431100

[startup+522.301 s]
/proc/loadavg: 4.03 4.03 4.00 5/396 5923
/proc/meminfo: memFree=6083488/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=431100 CPUtime=522.3 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 119595 0 0 0 52196 34 0 0 25 0 1 0 721056598 441446400 86762 33554432000 4194304 4291037 140735484045504 18446744073709551615 4251581 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 107775 86762 259 24 0 104409 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 431100

[startup+582.301 s]
/proc/loadavg: 4.10 4.05 4.01 5/396 5925
/proc/meminfo: memFree=5962048/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=431100 CPUtime=582.31 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 124969 0 0 0 58193 38 0 0 25 0 1 0 721056598 441446400 92112 33554432000 4194304 4291037 140735484045504 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 107775 92112 259 24 0 104409 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 431100

[startup+642.3 s]
/proc/loadavg: 4.03 4.04 4.00 5/396 5926
/proc/meminfo: memFree=5830676/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=563360 CPUtime=642.31 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 130062 0 0 0 64191 40 0 0 25 0 1 0 721056598 576880640 97192 33554432000 4194304 4291037 140735484045504 18446744073709551615 4248448 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 140840 97192 259 24 0 137474 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 563360

[startup+702.301 s]
/proc/loadavg: 4.01 4.03 4.00 5/396 5928
/proc/meminfo: memFree=5722620/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=563360 CPUtime=702.3 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 133339 0 0 0 70190 40 0 0 25 0 1 0 721056598 576880640 100449 33554432000 4194304 4291037 140735484045504 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 140840 100449 259 24 0 137474 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 563360

[startup+762.314 s]
/proc/loadavg: 3.44 3.87 3.95 4/390 5947
/proc/meminfo: memFree=5985912/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=563360 CPUtime=762.32 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 134664 0 0 0 76191 41 0 0 25 0 1 0 721056598 576880640 101767 33554432000 4194304 4291037 140735484045504 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 140840 101767 259 24 0 137474 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 563360

[startup+822.301 s]
/proc/loadavg: 3.16 3.71 3.88 4/390 5949
/proc/meminfo: memFree=5855176/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=563360 CPUtime=822.31 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 142141 0 0 0 82187 44 0 0 25 0 1 0 721056598 576880640 109228 33554432000 4194304 4291037 140735484045504 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 140840 109228 259 24 0 137474 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 563360

[startup+882.3 s]
/proc/loadavg: 3.06 3.58 3.83 4/390 5951
/proc/meminfo: memFree=5773164/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=563360 CPUtime=882.31 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 147210 0 0 0 88185 46 0 0 25 0 1 0 721056598 576880640 114281 33554432000 4194304 4291037 140735484045504 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 140840 114281 259 24 0 137474 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 563360

[startup+942.301 s]
/proc/loadavg: 3.02 3.47 3.77 4/390 5952
/proc/meminfo: memFree=5707268/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=563360 CPUtime=942.31 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 151605 0 0 0 94182 49 0 0 25 0 1 0 721056598 576880640 118658 33554432000 4194304 4291037 140735484045504 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 140840 118658 259 24 0 137474 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 563360

[startup+1002.3 s]
/proc/loadavg: 3.00 3.38 3.72 4/390 5954
/proc/meminfo: memFree=5607788/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=563360 CPUtime=1002.32 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 155702 0 0 0 100181 51 0 0 25 0 1 0 721056598 576880640 122742 33554432000 4194304 4291037 140735484045504 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 140840 122742 259 24 0 137474 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 563360

[startup+1062.3 s]
/proc/loadavg: 3.09 3.34 3.68 4/390 5955
/proc/meminfo: memFree=5538920/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=563360 CPUtime=1062.32 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 159774 0 0 0 106179 53 0 0 25 0 1 0 721056598 576880640 126799 33554432000 4194304 4291037 140735484045504 18446744073709551615 4262207 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 140840 126799 259 24 0 137474 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 563360

[startup+1122.3 s]
/proc/loadavg: 3.19 3.32 3.65 4/390 5957
/proc/meminfo: memFree=5441036/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=778284 CPUtime=1122.31 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 163632 0 0 0 112177 54 0 0 25 0 1 0 721056598 796962816 130643 33554432000 4194304 4291037 140735484045504 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 194571 130643 259 24 0 191205 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 778284

[startup+1182.3 s]
/proc/loadavg: 2.99 3.24 3.60 3/385 5977
/proc/meminfo: memFree=4777292/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=778284 CPUtime=1182.31 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 168157 0 0 0 118175 56 0 0 25 0 1 0 721056598 796962816 135144 33554432000 4194304 4291037 140735484045504 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 194571 135144 259 24 0 191205 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 778284

[startup+1242.3 s]
/proc/loadavg: 2.36 3.01 3.50 3/384 5978
/proc/meminfo: memFree=4720296/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=778284 CPUtime=1242.32 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 171723 0 0 0 124174 58 0 0 25 0 1 0 721056598 796962816 138699 33554432000 4194304 4291037 140735484045504 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 194571 138699 259 24 0 191205 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 778284



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.13 2.83 3.40 3/384 5980
/proc/meminfo: memFree=4652772/32951124 swapFree=65586204/67111528
[pid=5851] ppid=5849 vsize=778284 CPUtime=1300.02 cores=1,3
/proc/5851/stat : 5851 (minisat_release) R 5849 5851 5258 0 -1 4202496 175552 0 0 0 129942 60 0 0 25 0 1 0 721056598 796962816 142508 33554432000 4194304 4291037 140735484045504 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5851/statm: 194571 142508 259 24 0 191205 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 778284

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): 1300.04
CPU time (s): 1300.07
CPU user time (s): 1299.44
CPU system time (s): 0.630904
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 778284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.44
system time used= 0.630904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175552
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= 9
involuntary context switches= 773

runsolver used 4.76527 second user time and 11.3723 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-13 19:37:39
IDJOB=3362518
IDBENCH=84246
IDSOLVER=1840
FILE ID=node119/3362518-1305308257
RUNJOBID= node119-1305306604-5278
PBS_JOBID= 13321478
Free space on /tmp= 35064 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT03/industrial/schuppan/l2s/bc57-sensors-1-k303-unsat.shuffled-as.sat03-406.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362518-1305308257/watcher-3362518-1305308257 -o /tmp/evaluation-result-3362518-1305308257/solver-3362518-1305308257 -C 2400 -W 1300 -M 7680  minisat_release HOME/instance-3362518-1305308257.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= f16626953757fdd1326f2a14f01adca9
RANDOM SEED=1440020125

node119.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.815
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.63
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.815
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.83
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.815
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.815
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.83
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.815
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.67
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.815
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.83
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.815
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.74
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.815
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7349592 kB
Buffers:        229340 kB
Cached:       11572556 kB
SwapCached:       4756 kB
Active:       15575120 kB
Inactive:      9540844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7349592 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           28184 kB
Writeback:           0 kB
AnonPages:    13312500 kB
Mapped:          30504 kB
Slab:           361908 kB
PageTables:      58036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 103006184 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= 34868 MiB
End job on node119 at 2011-05-13 19:59:21