Trace number 3317996

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) 1300.11 1300.09

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p1.cnf
MD5SUM9573f6b4001373bab93d1a02f96820d1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark665.597
Satisfiable
(Un)Satisfiability was proved
Number of variables260342
Number of clauses1391257
Sum of the clauses size3358569
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2984984
Number of clauses of size 3327764
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-3317996-1304900217/watcher-3317996-1304900217 -o /tmp/evaluation-result-3317996-1304900217/solver-3317996-1304900217 -C 2400 -W 1300 -M 7680 minisat HOME/instance-3317996-1304900217.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.92 3.95 3.02 5/361 5779
/proc/meminfo: memFree=16763256/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=20852 CPUtime=0 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 958 0 0 0 0 0 0 0 22 0 1 0 582437935 21352448 899 33554432000 4194304 4291235 140733820005568 18446744073709551615 4277553 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 5213 903 215 24 0 1847 0

[startup+0.0259921 s]
/proc/loadavg: 3.92 3.95 3.02 5/361 5779
/proc/meminfo: memFree=16763256/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=39152 CPUtime=0.01 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 4509 0 0 0 1 0 0 0 22 0 1 0 582437935 40091648 4434 33554432000 4194304 4291235 140733820005568 18446744073709551615 4271356 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 9788 4440 215 24 0 6422 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 39152

[startup+0.100979 s]
/proc/loadavg: 3.92 3.95 3.02 5/361 5779
/proc/meminfo: memFree=16763256/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=58680 CPUtime=0.09 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 9454 0 0 0 8 1 0 0 22 0 1 0 582437935 60088320 9049 33554432000 4194304 4291235 140733820005568 18446744073709551615 255106429637 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 14670 9052 215 24 0 11304 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 58680

[startup+0.300947 s]
/proc/loadavg: 3.92 3.95 3.02 5/361 5779
/proc/meminfo: memFree=16763256/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=83852 CPUtime=0.29 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 15513 0 0 0 27 2 0 0 23 0 1 0 582437935 85864448 14593 33554432000 4194304 4291235 140733820005568 18446744073709551615 255106428843 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 20963 14593 215 24 0 17597 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83852

[startup+0.700887 s]
/proc/loadavg: 3.92 3.95 3.02 5/361 5779
/proc/meminfo: memFree=16763256/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=116152 CPUtime=0.68 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 25158 0 0 0 64 4 0 0 25 0 1 0 582437935 118939648 23017 33554432000 4194304 4291235 140733820005568 18446744073709551615 255106429637 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 29038 23018 216 24 0 25672 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 116152

[startup+1.50073 s]
/proc/loadavg: 3.92 3.95 3.02 5/362 5780
/proc/meminfo: memFree=16639132/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=151172 CPUtime=1.49 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 35247 0 0 0 143 6 0 0 25 0 1 0 582437935 154800128 31683 33554432000 4194304 4291235 140733820005568 18446744073709551615 255106429637 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 37793 31685 239 24 0 34427 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 151172

[startup+3.10045 s]
/proc/loadavg: 3.92 3.95 3.02 5/362 5780
/proc/meminfo: memFree=16616704/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=136864 CPUtime=3.09 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 43907 0 0 0 301 8 0 0 25 0 1 0 582437935 140148736 28471 33554432000 4194304 4291235 140733820005568 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 34216 28471 258 24 0 30850 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 136864

[startup+6.30089 s]
/proc/loadavg: 3.93 3.95 3.03 5/362 5780
/proc/meminfo: memFree=16637268/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=136864 CPUtime=6.29 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 44284 0 0 0 621 8 0 0 25 0 1 0 582437935 140148736 28845 33554432000 4194304 4291235 140733820005568 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 34216 28845 258 24 0 30850 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 136864

[startup+12.7008 s]
/proc/loadavg: 3.93 3.95 3.03 5/362 5781
/proc/meminfo: memFree=16621280/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=148540 CPUtime=12.68 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 45618 0 0 0 1260 8 0 0 25 0 1 0 582437935 152104960 30163 33554432000 4194304 4291235 140733820005568 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 37135 30163 258 24 0 33769 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 148540

[startup+25.5005 s]
/proc/loadavg: 3.95 3.95 3.05 5/362 5781
/proc/meminfo: memFree=16590204/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=167508 CPUtime=25.49 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 49329 0 0 0 2539 10 0 0 25 0 1 0 582437935 171528192 33861 33554432000 4194304 4291235 140733820005568 18446744073709551615 4248950 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 41877 33861 258 24 0 38511 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 167508

[startup+51.101 s]
/proc/loadavg: 3.96 3.96 3.07 5/359 5803
/proc/meminfo: memFree=16265868/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=198328 CPUtime=51.09 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 58364 0 0 0 5096 13 0 0 25 0 1 0 582437935 203087872 42867 33554432000 4194304 4291235 140733820005568 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 49582 42867 258 24 0 46216 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 198328

[startup+102.314 s]
/proc/loadavg: 4.03 3.98 3.12 5/362 5810
/proc/meminfo: memFree=15148028/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=329804 CPUtime=102.3 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 76287 0 0 0 10210 20 0 0 25 0 1 0 582437935 337719296 60728 33554432000 4194304 4291235 140733820005568 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 82451 60728 258 24 0 79085 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 329804

[startup+162.3 s]
/proc/loadavg: 4.13 4.01 3.18 5/362 5839
/proc/meminfo: memFree=16208316/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=464332 CPUtime=162.3 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 96720 0 0 0 16201 29 0 0 25 0 1 0 582437935 475475968 81107 33554432000 4194304 4291235 140733820005568 18446744073709551615 4255717 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 116083 81107 258 24 0 112717 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 464332

[startup+222.301 s]
/proc/loadavg: 4.17 4.03 3.24 5/362 5840
/proc/meminfo: memFree=16018968/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=470008 CPUtime=222.3 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 120506 0 0 0 22195 35 0 0 25 0 1 0 582437935 481288192 104843 33554432000 4194304 4291235 140733820005568 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 117502 104843 258 24 0 114136 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 470008

[startup+282.3 s]
/proc/loadavg: 4.06 4.03 3.29 5/362 5842
/proc/meminfo: memFree=15793092/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=690836 CPUtime=282.3 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 140770 0 0 0 28189 41 0 0 25 0 1 0 582437935 707416064 125049 33554432000 4194304 4291235 140733820005568 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 172709 125049 258 24 0 169343 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 690836

[startup+342.301 s]
/proc/loadavg: 4.02 4.02 3.33 5/362 5843
/proc/meminfo: memFree=15578216/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=695740 CPUtime=342.29 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 160266 0 0 0 34182 47 0 0 25 0 1 0 582437935 712437760 144501 33554432000 4194304 4291235 140733820005568 18446744073709551615 4248345 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 173935 144501 258 24 0 170569 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 695740

[startup+402.3 s]
/proc/loadavg: 4.01 4.01 3.37 5/362 5845
/proc/meminfo: memFree=15433400/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=700728 CPUtime=402.3 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 178652 0 0 0 40174 56 0 0 25 0 1 0 582437935 717545472 162849 33554432000 4194304 4291235 140733820005568 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 175182 162849 258 24 0 171816 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 700728

[startup+462.301 s]
/proc/loadavg: 4.00 4.01 3.40 6/362 5874
/proc/meminfo: memFree=15214336/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=1053948 CPUtime=462.3 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 196713 0 0 0 46168 62 0 0 25 0 1 0 582437935 1079242752 180879 33554432000 4194304 4291235 140733820005568 18446744073709551615 4251573 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 263487 180879 258 24 0 260121 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1053948

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.44 6/362 5878
/proc/meminfo: memFree=14890068/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=1059912 CPUtime=522.3 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 213657 0 0 0 52161 69 0 0 25 0 1 0 582437935 1085349888 197791 33554432000 4194304 4291235 140733820005568 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 264978 197791 258 24 0 261612 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1059912

[startup+582.301 s]
/proc/loadavg: 4.07 4.02 3.48 6/362 5880
/proc/meminfo: memFree=14574076/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=1063436 CPUtime=582.3 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 231266 0 0 0 58153 77 0 0 25 0 1 0 582437935 1088958464 215363 33554432000 4194304 4291235 140733820005568 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 265859 215363 258 24 0 262493 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1063436

[startup+642.3 s]
/proc/loadavg: 3.54 3.89 3.46 5/356 5899
/proc/meminfo: memFree=14375424/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=1067000 CPUtime=642.31 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 248870 0 0 0 64148 83 0 0 25 0 1 0 582437935 1092608000 232941 33554432000 4194304 4291235 140733820005568 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 266750 232941 258 24 0 263384 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1067000

[startup+702.301 s]
/proc/loadavg: 3.20 3.72 3.43 5/356 5901
/proc/meminfo: memFree=14073208/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=1070336 CPUtime=702.3 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 265269 0 0 0 70142 88 0 0 25 0 1 0 582437935 1096024064 249306 33554432000 4194304 4291235 140733820005568 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 267584 249306 258 24 0 264218 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 1070336

[startup+762.313 s]
/proc/loadavg: 3.07 3.59 3.40 5/356 5903
/proc/meminfo: memFree=13784104/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=1641888 CPUtime=762.32 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 283558 0 0 0 76139 93 0 0 25 0 1 0 582437935 1681293312 267548 33554432000 4194304 4291235 140733820005568 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 410472 267548 258 24 0 407106 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1641888

[startup+822.301 s]
/proc/loadavg: 3.18 3.52 3.39 5/356 5904
/proc/meminfo: memFree=13471432/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=1644936 CPUtime=822.31 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 300173 0 0 0 82134 97 0 0 25 0 1 0 582437935 1684414464 284133 33554432000 4194304 4291235 140733820005568 18446744073709551615 4255872 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 411234 284133 258 24 0 407868 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1644936

[startup+882.301 s]
/proc/loadavg: 3.06 3.42 3.36 5/356 5906
/proc/meminfo: memFree=13214068/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=1648868 CPUtime=882.31 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 316941 0 0 0 88127 104 0 0 25 0 1 0 582437935 1688440832 300859 33554432000 4194304 4291235 140733820005568 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 412217 300859 258 24 0 408851 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1648868

[startup+942.3 s]
/proc/loadavg: 3.02 3.34 3.34 5/356 5907
/proc/meminfo: memFree=12949776/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=1654204 CPUtime=942.31 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 332153 0 0 0 94123 108 0 0 25 0 1 0 582437935 1693904896 316034 33554432000 4194304 4291235 140733820005568 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 413551 316034 258 24 0 410185 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1654204

[startup+1002.3 s]
/proc/loadavg: 3.01 3.28 3.31 5/356 5909
/proc/meminfo: memFree=12671836/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=1656508 CPUtime=1002.31 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 349749 0 0 0 100117 114 0 0 25 0 1 0 582437935 1696264192 333605 33554432000 4194304 4291235 140733820005568 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 414127 333605 258 24 0 410761 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1656508

[startup+1062.3 s]
/proc/loadavg: 3.00 3.23 3.29 5/356 5911
/proc/meminfo: memFree=12401208/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=1659440 CPUtime=1062.31 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 366105 0 0 0 106112 119 0 0 25 0 1 0 582437935 1699266560 349930 33554432000 4194304 4291235 140733820005568 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 414860 349930 258 24 0 411494 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1659440

[startup+1122.3 s]
/proc/loadavg: 3.00 3.18 3.27 5/356 5912
/proc/meminfo: memFree=12114104/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=1662680 CPUtime=1122.31 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 380295 0 0 0 112108 123 0 0 25 0 1 0 582437935 1702584320 364090 33554432000 4194304 4291235 140733820005568 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 415670 364090 258 24 0 412304 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1662680

[startup+1182.3 s]
/proc/loadavg: 3.04 3.16 3.26 5/356 5914
/proc/meminfo: memFree=11809240/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=1665816 CPUtime=1182.32 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 393745 0 0 0 118103 129 0 0 25 0 1 0 582437935 1705795584 377508 33554432000 4194304 4291235 140733820005568 18446744073709551615 4255827 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 416454 377508 258 24 0 413088 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1665816

[startup+1242.3 s]
/proc/loadavg: 3.01 3.13 3.24 5/356 5915
/proc/meminfo: memFree=11535148/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=1668476 CPUtime=1242.32 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 408325 0 0 0 124099 133 0 0 25 0 1 0 582437935 1708519424 392061 33554432000 4194304 4291235 140733820005568 18446744073709551615 4256265 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 417119 392061 258 24 0 413753 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1668476



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.10 3.22 4/356 5917
/proc/meminfo: memFree=11266140/32951124 swapFree=67111348/67111528
[pid=5779] ppid=5777 vsize=1671520 CPUtime=1300.02 cores=1,3
/proc/5779/stat : 5779 (minisat) R 5777 5779 5564 0 -1 4202496 421511 0 0 0 129864 138 0 0 25 0 1 0 582437935 1711636480 405226 33554432000 4194304 4291235 140733820005568 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5779/statm: 417880 405226 258 24 0 414514 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 1671520

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.09
CPU time (s): 1300.11
CPU user time (s): 1298.65
CPU system time (s): 1.45778
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1671520

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

runsolver used 4.21936 second user time and 10.3414 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-09 02:16:58
IDJOB=3317996
IDBENCH=71050
IDSOLVER=1707
FILE ID=node144/3317996-1304900217
RUNJOBID= node144-1304898906-5584
PBS_JOBID= 13282127
Free space on /tmp= 37644 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p1.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317996-1304900217/watcher-3317996-1304900217 -o /tmp/evaluation-result-3317996-1304900217/solver-3317996-1304900217 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3317996-1304900217.cnf

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

MD5SUM BENCH= 9573f6b4001373bab93d1a02f96820d1
RANDOM SEED=400918770

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.16
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.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16763536 kB
Buffers:        192332 kB
Cached:        8143800 kB
SwapCached:          0 kB
Active:        7869156 kB
Inactive:      7842532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16763536 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           57632 kB
Writeback:           0 kB
AnonPages:     7375376 kB
Mapped:          27740 kB
Slab:           374152 kB
PageTables:      38456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82299992 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= 37596 MiB
End job on node144 at 2011-05-09 02:38:40