Trace number 3362533

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.06

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p0.cnf
MD5SUM209f7789e3588d11f275f2003f2c6a67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark365.63
Satisfiable
(Un)Satisfiability was proved
Number of variables259616
Number of clauses1374599
Sum of the clauses size3310772
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2982807
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

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-3362533-1305306642/watcher-3362533-1305306642 -o /tmp/evaluation-result-3362533-1305306642/solver-3362533-1305306642 -C 2400 -W 1300 -M 7680 minisat_release HOME/instance-3362533-1305306642.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: 3.42 3.88 3.94 4/359 9910
/proc/meminfo: memFree=25695244/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=26700 CPUtime=0 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 2096 0 0 0 0 0 0 0 22 0 1 0 642264741 27340800 2033 33554432000 4194304 4291037 140734106080224 18446744073709551615 230809223594 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 6729 2033 215 24 0 3363 0

[startup+0.082823 s]
/proc/loadavg: 3.42 3.88 3.94 4/359 9910
/proc/meminfo: memFree=25695244/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=56304 CPUtime=0.07 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 8579 0 0 0 7 0 0 0 22 0 1 0 642264741 57655296 8310 33554432000 4194304 4291037 140734106080224 18446744073709551615 230809191530 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 14076 8311 215 24 0 10710 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 56304

[startup+0.100822 s]
/proc/loadavg: 3.42 3.88 3.94 4/359 9910
/proc/meminfo: memFree=25695244/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=58552 CPUtime=0.09 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 9434 0 0 0 8 1 0 0 22 0 1 0 642264741 59957248 9029 33554432000 4194304 4291037 140734106080224 18446744073709551615 230808826565 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 14638 9030 215 24 0 11272 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 58552

[startup+0.300786 s]
/proc/loadavg: 3.42 3.88 3.94 4/359 9910
/proc/meminfo: memFree=25695244/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=83592 CPUtime=0.29 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 15438 0 0 0 27 2 0 0 23 0 1 0 642264741 85598208 14519 33554432000 4194304 4291037 140734106080224 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 20898 14519 215 24 0 17532 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83592

[startup+0.700716 s]
/proc/loadavg: 3.42 3.88 3.94 4/359 9910
/proc/meminfo: memFree=25695244/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=115100 CPUtime=0.69 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 24694 0 0 0 66 3 0 0 25 0 1 0 642264741 117862400 22559 33554432000 4194304 4291037 140734106080224 18446744073709551615 4220543 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 28775 22560 216 24 0 25409 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 115100

[startup+1.50057 s]
/proc/loadavg: 3.46 3.88 3.94 5/360 9911
/proc/meminfo: memFree=25567028/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=150132 CPUtime=1.49 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 34644 0 0 0 145 4 0 0 25 0 1 0 642264741 153735168 31064 33554432000 4194304 4291037 140734106080224 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 37533 31064 239 24 0 34167 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 150132

[startup+3.10028 s]
/proc/loadavg: 3.46 3.88 3.94 5/360 9911
/proc/meminfo: memFree=25539996/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=136196 CPUtime=3.09 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 43533 0 0 0 303 6 0 0 25 0 1 0 642264741 139464704 28144 33554432000 4194304 4291037 140734106080224 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 34049 28144 258 24 0 30683 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 136196

[startup+6.30069 s]
/proc/loadavg: 3.46 3.88 3.94 5/357 9932
/proc/meminfo: memFree=25662184/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=136196 CPUtime=6.29 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 44026 0 0 0 623 6 0 0 25 0 1 0 642264741 139464704 28633 33554432000 4194304 4291037 140734106080224 18446744073709551615 4248401 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 34049 28633 258 24 0 30683 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 136196

[startup+12.7005 s]
/proc/loadavg: 3.62 3.90 3.95 6/360 9938
/proc/meminfo: memFree=25558068/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=147872 CPUtime=12.69 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 45867 0 0 0 1262 7 0 0 25 0 1 0 642264741 151420928 30465 33554432000 4194304 4291037 140734106080224 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 36968 30465 258 24 0 33602 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 147872

[startup+25.5012 s]
/proc/loadavg: 3.68 3.90 3.95 5/360 9938
/proc/meminfo: memFree=25509460/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=166840 CPUtime=25.49 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 49750 0 0 0 2541 8 0 0 25 0 1 0 642264741 170844160 34331 33554432000 4194304 4291037 140734106080224 18446744073709551615 4262877 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 41710 34331 258 24 0 38344 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 166840

[startup+51.1005 s]
/proc/loadavg: 3.94 3.94 3.96 6/357 9960
/proc/meminfo: memFree=25516776/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=197660 CPUtime=51.09 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 58167 0 0 0 5099 10 0 0 25 0 1 0 642264741 202403840 42714 33554432000 4194304 4291037 140734106080224 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 49415 42714 258 24 0 46049 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 197660

[startup+102.314 s]
/proc/loadavg: 3.97 3.95 3.96 5/360 9968
/proc/meminfo: memFree=25177844/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=329136 CPUtime=102.31 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 75312 0 0 0 10215 16 0 0 25 0 1 0 642264741 337035264 59804 33554432000 4194304 4291037 140734106080224 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 82284 59804 258 24 0 78918 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 329136

[startup+162.301 s]
/proc/loadavg: 3.99 3.95 3.96 6/360 9969
/proc/meminfo: memFree=24950656/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=461396 CPUtime=162.29 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 95656 0 0 0 16207 22 0 0 25 0 1 0 642264741 472469504 80084 33554432000 4194304 4291037 140734106080224 18446744073709551615 4248354 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 115349 80084 258 24 0 111983 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 461396

[startup+222.301 s]
/proc/loadavg: 3.99 3.96 3.96 5/360 9971
/proc/meminfo: memFree=24726668/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=465152 CPUtime=222.29 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 118083 0 0 0 22199 30 0 0 25 0 1 0 642264741 476315648 102468 33554432000 4194304 4291037 140734106080224 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 116288 102468 258 24 0 112922 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 465152

[startup+282.3 s]
/proc/loadavg: 3.99 3.97 3.96 5/360 9972
/proc/meminfo: memFree=24536776/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=684832 CPUtime=282.29 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 135500 0 0 0 28192 37 0 0 25 0 1 0 642264741 701267968 119841 33554432000 4194304 4291037 140734106080224 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 171208 119841 258 24 0 167842 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 684832

[startup+342.3 s]
/proc/loadavg: 3.99 3.97 3.96 6/360 9974
/proc/meminfo: memFree=24347508/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=690124 CPUtime=342.29 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 151976 0 0 0 34187 42 0 0 25 0 1 0 642264741 706686976 136275 33554432000 4194304 4291037 140734106080224 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 172531 136275 258 24 0 169165 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 690124

[startup+402.3 s]
/proc/loadavg: 3.99 3.97 3.96 6/360 9976
/proc/meminfo: memFree=24176468/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=692992 CPUtime=402.29 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 165889 0 0 0 40182 47 0 0 25 0 1 0 642264741 709623808 150152 33554432000 4194304 4291037 140734106080224 18446744073709551615 4255953 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 173248 150152 258 24 0 169882 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 692992

[startup+462.3 s]
/proc/loadavg: 3.99 3.97 3.96 5/360 9977
/proc/meminfo: memFree=23992532/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=697044 CPUtime=462.29 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 182353 0 0 0 46176 53 0 0 25 0 1 0 642264741 713773056 166593 33554432000 4194304 4291037 140734106080224 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 174261 166593 258 24 0 170895 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 697044

[startup+522.3 s]
/proc/loadavg: 4.14 4.02 3.97 5/360 9979
/proc/meminfo: memFree=23832300/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=1049884 CPUtime=522.29 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 197402 0 0 0 52171 58 0 0 25 0 1 0 642264741 1075081216 181611 33554432000 4194304 4291037 140734106080224 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 262471 181611 258 24 0 259105 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 1049884

[startup+582.3 s]
/proc/loadavg: 4.05 4.01 3.97 5/360 10007
/proc/meminfo: memFree=23773316/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=1052640 CPUtime=582.29 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 211771 0 0 0 58165 64 0 0 25 0 1 0 642264741 1077903360 195959 33554432000 4194304 4291037 140734106080224 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 263160 195959 258 24 0 259794 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 1052640

[startup+642.3 s]
/proc/loadavg: 4.02 4.01 3.97 5/360 10009
/proc/meminfo: memFree=23539088/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=1056256 CPUtime=642.3 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 228136 0 0 0 64159 71 0 0 25 0 1 0 642264741 1081606144 212300 33554432000 4194304 4291037 140734106080224 18446744073709551615 4262887 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 264064 212300 258 24 0 260698 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 1056256

[startup+702.3 s]
/proc/loadavg: 4.06 4.02 3.98 5/360 10011
/proc/meminfo: memFree=23348348/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=1060132 CPUtime=702.29 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 241889 0 0 0 70154 75 0 0 25 0 1 0 642264741 1085575168 226033 33554432000 4194304 4291037 140734106080224 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 265033 226033 258 24 0 261667 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 1060132

[startup+762.313 s]
/proc/loadavg: 4.02 4.01 3.98 5/360 10012
/proc/meminfo: memFree=23138736/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=1062792 CPUtime=762.31 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 253991 0 0 0 76150 81 0 0 25 0 1 0 642264741 1088299008 238105 33554432000 4194304 4291037 140734106080224 18446744073709551615 4261635 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 265698 238105 258 24 0 262332 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1062792

[startup+822.3 s]
/proc/loadavg: 4.00 4.01 3.98 5/360 10014
/proc/meminfo: memFree=22914748/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=1065432 CPUtime=822.29 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 265603 0 0 0 82143 86 0 0 25 0 1 0 642264741 1091002368 249683 33554432000 4194304 4291037 140734106080224 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 266358 249683 258 24 0 262992 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 1065432

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.98 5/360 10015
/proc/meminfo: memFree=22708384/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=1067956 CPUtime=882.29 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 276615 0 0 0 88138 91 0 0 25 0 1 0 642264741 1093586944 260670 33554432000 4194304 4291037 140734106080224 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 266989 260670 258 24 0 263623 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 1067956

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.98 5/360 10017
/proc/meminfo: memFree=22523092/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=1638756 CPUtime=942.3 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 286838 0 0 0 94134 96 0 0 25 0 1 0 642264741 1678086144 270865 33554432000 4194304 4291037 140734106080224 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 409689 270865 258 24 0 406323 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 1638756

[startup+1002.3 s]
/proc/loadavg: 4.08 4.02 3.98 5/360 10019
/proc/meminfo: memFree=22313252/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=1641384 CPUtime=1002.29 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 298526 0 0 0 100128 101 0 0 25 0 1 0 642264741 1680777216 282536 33554432000 4194304 4291037 140734106080224 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 410346 282536 258 24 0 406980 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 1641384

[startup+1062.3 s]
/proc/loadavg: 4.26 4.07 4.01 5/360 10020
/proc/meminfo: memFree=22137872/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=1643800 CPUtime=1062.3 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 307276 0 0 0 106125 105 0 0 25 0 1 0 642264741 1683251200 291267 33554432000 4194304 4291037 140734106080224 18446744073709551615 4248142 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 410950 291267 258 24 0 407584 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 1643800

[startup+1122.3 s]
/proc/loadavg: 4.09 4.06 4.00 5/360 10022
/proc/meminfo: memFree=21974412/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=1646292 CPUtime=1122.29 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 318898 0 0 0 112120 109 0 0 25 0 1 0 642264741 1685803008 302864 33554432000 4194304 4291037 140734106080224 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 411573 302864 258 24 0 408207 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 1646292

[startup+1182.3 s]
/proc/loadavg: 4.03 4.04 4.00 6/360 10050
/proc/meminfo: memFree=22609072/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=1650744 CPUtime=1182.29 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 327936 0 0 0 118115 114 0 0 25 0 1 0 642264741 1690361856 311878 33554432000 4194304 4291037 140734106080224 18446744073709551615 4248998 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 412686 311878 258 24 0 409320 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 1650744

[startup+1242.3 s]
/proc/loadavg: 4.01 4.03 4.00 6/360 10052
/proc/meminfo: memFree=22479008/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=1652384 CPUtime=1242.3 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 339349 0 0 0 124112 118 0 0 25 0 1 0 642264741 1692041216 323260 33554432000 4194304 4291037 140734106080224 18446744073709551615 4255687 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 413096 323260 258 24 0 409730 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 1652384



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.03 4.00 5/356 10076
/proc/meminfo: memFree=23456812/32951124 swapFree=40554400/67111528
[pid=9910] ppid=9908 vsize=1654620 CPUtime=1300.01 cores=1,3
/proc/9910/stat : 9910 (minisat_release) R 9908 9910 9823 0 -1 4202496 347895 0 0 0 129879 122 0 0 25 0 1 0 642264741 1694330880 331782 33554432000 4194304 4291037 140734106080224 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9910/statm: 413655 331782 258 24 0 410289 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 1654620

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.06
CPU time (s): 1300.07
CPU user time (s): 1298.8
CPU system time (s): 1.27181
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 1654620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.8
system time used= 1.27181
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 347895
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= 5
involuntary context switches= 1245

runsolver used 4.40533 second user time and 10.9783 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-13 19:10:43
IDJOB=3362533
IDBENCH=71037
IDSOLVER=1840
FILE ID=node104/3362533-1305306642
RUNJOBID= node104-1305306639-9843
PBS_JOBID= 13321480
Free space on /tmp= 16304 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p0.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362533-1305306642/watcher-3362533-1305306642 -o /tmp/evaluation-result-3362533-1305306642/solver-3362533-1305306642 -C 2400 -W 1300 -M 7680  minisat_release HOME/instance-3362533-1305306642.cnf

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

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED=1367323836

node104.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.855
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.71
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.855
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25695524 kB
Buffers:        207488 kB
Cached:        2303408 kB
SwapCached:     122128 kB
Active:        1197552 kB
Inactive:      5797916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25695524 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:           92940 kB
Writeback:           0 kB
AnonPages:     4374588 kB
Mapped:          11424 kB
Slab:           107924 kB
PageTables:      85760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75176652 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= 16304 MiB
End job on node104 at 2011-05-13 19:32:25