Trace number 3393943

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
MPhaseSAT64 2011-05-14 (fixed)? (TO) 5000.08 5000.02

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitswegner/
countbitswegner128.cnf
MD5SUM4b75ef7fb46928f50793af1d74c176e2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3303.24
Satisfiable
(Un)Satisfiability was proved
Number of variables98048
Number of clauses293759
Sum of the clauses size685435
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2195838
Number of clauses of size 397919
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3393943-1306070235/watcher-3393943-1306070235 -o /tmp/evaluation-result-3393943-1306070235/solver-3393943-1306070235 -C 5000 -W 5100 -M 15500 MPhaseSAT64 HOME/instance-3393943-1306070235.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.16 1.16 0.47 2/527 4275
/proc/meminfo: memFree=7583368/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=11796 CPUtime=0 cores=0,2,4,6
/proc/4275/stat : 4275 (runsolver) R 4273 4275 4204 0 -1 4202560 40 0 0 0 0 0 0 0 25 0 1 0 797254160 12079104 50 33554432000 4194304 5432360 140733807977920 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/4275/statm: 2949 50 30 303 0 2643 0

[startup+0.073553 s]
/proc/loadavg: 2.16 1.16 0.47 2/527 4275
/proc/meminfo: memFree=7583368/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=17608 CPUtime=0.05 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 830 0 0 0 5 0 0 0 25 0 1 0 797254160 18030592 772 33554432000 4194304 4479436 140735451326608 18446744073709551615 4213885 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/4275/statm: 4402 772 267 70 0 1522 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 17608

[startup+0.100544 s]
/proc/loadavg: 2.16 1.16 0.47 2/527 4275
/proc/meminfo: memFree=7583368/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=17608 CPUtime=0.07 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 1066 0 0 0 7 0 0 0 25 0 1 0 797254160 18030592 1008 33554432000 4194304 4479436 140735451326608 18446744073709551615 4213760 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/4275/statm: 4402 1008 267 70 0 1522 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 17608

[startup+0.300523 s]
/proc/loadavg: 2.16 1.16 0.47 2/527 4275
/proc/meminfo: memFree=7583368/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=20108 CPUtime=0.27 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 10639 0 0 0 26 1 0 0 25 0 1 0 797254160 20590592 2384 33554432000 4194304 4479436 140735451326608 18446744073709551615 4376688 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/4275/statm: 5027 2384 476 70 0 2147 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 20108

[startup+0.700467 s]
/proc/loadavg: 2.16 1.16 0.47 2/527 4275
/proc/meminfo: memFree=7583368/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=45708 CPUtime=0.67 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 17305 0 0 0 65 2 0 0 25 0 1 0 797254160 46804992 8792 33554432000 4194304 4479436 140735451326608 18446744073709551615 4339617 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/4275/statm: 11427 8792 484 70 0 8547 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 45708

[startup+1.50032 s]
/proc/loadavg: 2.16 1.16 0.47 3/528 4276
/proc/meminfo: memFree=7544660/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=49112 CPUtime=1.47 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 22093 0 0 0 145 2 0 0 25 0 1 0 797254160 50290688 9655 33554432000 4194304 4479436 140735451326608 18446744073709551615 4306795 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/4275/statm: 12278 9655 496 70 0 9398 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 49112

[startup+3.101 s]
/proc/loadavg: 2.16 1.16 0.47 3/528 4276
/proc/meminfo: memFree=7543916/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=49112 CPUtime=3.07 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 22106 0 0 0 305 2 0 0 25 0 1 0 797254160 50290688 9668 33554432000 4194304 4479436 140735451326608 18446744073709551615 4329680 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/4275/statm: 12278 9668 503 70 0 9398 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 49112

[startup+6.30047 s]
/proc/loadavg: 2.14 1.18 0.48 3/528 4276
/proc/meminfo: memFree=7542600/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=51112 CPUtime=6.27 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 22606 0 0 0 625 2 0 0 25 0 1 0 797254160 52338688 10168 33554432000 4194304 4479436 140735451326608 18446744073709551615 4327640 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/4275/statm: 12778 10168 503 70 0 9898 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 51112

[startup+12.7003 s]
/proc/loadavg: 2.13 1.19 0.49 3/528 4277
/proc/meminfo: memFree=7549452/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=42920 CPUtime=12.67 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 22609 0 0 0 1265 2 0 0 25 0 1 0 797254160 43950080 8123 33554432000 4194304 4479436 140735451326608 18446744073709551615 4306752 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/4275/statm: 10730 8123 506 70 0 7850 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 42920

[startup+25.5011 s]
/proc/loadavg: 2.10 1.23 0.51 3/528 4277
/proc/meminfo: memFree=7550076/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=42920 CPUtime=25.47 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 22609 0 0 0 2545 2 0 0 25 0 1 0 797254160 43950080 8123 33554432000 4194304 4479436 140735451326608 18446744073709551615 4385022 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/4275/statm: 10730 8123 506 70 0 7850 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 42920

[startup+51.1006 s]
/proc/loadavg: 2.13 1.31 0.55 3/528 4278
/proc/meminfo: memFree=7548244/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=45380 CPUtime=51.05 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 23224 0 0 0 5103 2 0 0 25 0 1 0 797254160 46469120 8738 33554432000 4194304 4479436 140735451326608 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 6 0 0 0
/proc/4275/statm: 11345 8738 506 70 0 8465 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 45380

[startup+102.32 s]
/proc/loadavg: 2.06 1.41 0.63 3/528 4279
/proc/meminfo: memFree=7548356/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=45380 CPUtime=102.25 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 23224 0 0 0 10223 2 0 0 25 0 1 0 797254160 46469120 8738 33554432000 4194304 4479436 140735451326608 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/4275/statm: 11345 8738 506 70 0 8465 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 45380

[startup+162.301 s]
/proc/loadavg: 2.02 1.52 0.71 3/528 4281
/proc/meminfo: memFree=7545352/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=46924 CPUtime=162.23 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 27019 0 0 0 16221 2 0 0 25 0 1 0 797254160 48050176 9133 33554432000 4194304 4479436 140735451326608 18446744073709551615 4339136 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/4275/statm: 11731 9133 408 70 0 8851 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 46924

[startup+222.301 s]
/proc/loadavg: 2.16 1.63 0.80 3/528 4282
/proc/meminfo: memFree=7525116/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=69452 CPUtime=222.23 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 32651 0 0 0 22220 3 0 0 25 0 1 0 797254160 71118848 14765 33554432000 4194304 4479436 140735451326608 18446744073709551615 4384937 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/4275/statm: 17363 14765 408 70 0 14483 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 69452

[startup+282.301 s]
/proc/loadavg: 2.21 1.73 0.88 3/528 4284
/proc/meminfo: memFree=7525468/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=69452 CPUtime=282.24 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 32651 0 0 0 28220 4 0 0 25 0 1 0 797254160 71118848 14765 33554432000 4194304 4479436 140735451326608 18446744073709551615 4339545 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/4275/statm: 17363 14765 408 70 0 14483 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 69452

[startup+342.301 s]
/proc/loadavg: 2.07 1.78 0.95 3/528 4285
/proc/meminfo: memFree=7525304/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=69452 CPUtime=342.24 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 32651 0 0 0 34220 4 0 0 25 0 1 0 797254160 71118848 14765 33554432000 4194304 4479436 140735451326608 18446744073709551615 4380280 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/4275/statm: 17363 14765 408 70 0 14483 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 69452

[startup+402.301 s]
/proc/loadavg: 2.02 1.81 1.01 3/528 4287
/proc/meminfo: memFree=7523044/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=71500 CPUtime=402.24 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 33163 0 0 0 40220 4 0 0 25 0 1 0 797254160 73216000 15277 33554432000 4194304 4479436 140735451326608 18446744073709551615 4382522 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/4275/statm: 17875 15277 408 70 0 14995 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 71500

[startup+462.301 s]
/proc/loadavg: 2.01 1.85 1.07 3/528 4289
/proc/meminfo: memFree=7523400/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=71500 CPUtime=462.24 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 33163 0 0 0 46220 4 0 0 25 0 1 0 797254160 73216000 15277 33554432000 4194304 4479436 140735451326608 18446744073709551615 4330617 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/4275/statm: 17875 15277 408 70 0 14995 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 71500

[startup+522.301 s]
/proc/loadavg: 2.00 1.87 1.12 3/528 4290
/proc/meminfo: memFree=7513700/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=79696 CPUtime=522.24 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 37260 0 0 0 52220 4 0 0 25 0 1 0 797254160 81608704 17326 33554432000 4194304 4479436 140735451326608 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/4275/statm: 19924 17326 408 70 0 17044 0
Current children cumulated CPU time (s) 522.24
Current children cumulated vsize (KiB) 79696

[startup+582.3 s]
/proc/loadavg: 2.09 1.92 1.19 3/528 4292
/proc/meminfo: memFree=7513784/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=79696 CPUtime=582.24 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 37260 0 0 0 58220 4 0 0 25 0 1 0 797254160 81608704 17326 33554432000 4194304 4479436 140735451326608 18446744073709551615 4380323 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/4275/statm: 19924 17326 408 70 0 17044 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 79696

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.08 2.05 1.98 3/528 4395
/proc/meminfo: memFree=7493764/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=101216 CPUtime=4002.32 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 227728 0 0 0 400201 31 0 0 25 0 1 0 797254160 103645184 22706 33554432000 4194304 4479436 140735451326608 18446744073709551615 4385008 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/4275/statm: 25304 22706 408 70 0 22424 0
Current children cumulated CPU time (s) 4002.32
Current children cumulated vsize (KiB) 101216

[startup+4062.32 s]
/proc/loadavg: 2.07 2.05 1.99 3/528 4397
/proc/meminfo: memFree=7480944/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=113504 CPUtime=4062.34 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 233360 0 0 0 406203 31 0 0 25 0 1 0 797254160 116228096 25778 33554432000 4194304 4479436 140735451326608 18446744073709551615 4339572 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/4275/statm: 28376 25778 408 70 0 25496 0
Current children cumulated CPU time (s) 4062.34
Current children cumulated vsize (KiB) 113504

[startup+4122.3 s]
/proc/loadavg: 2.02 2.04 1.99 3/528 4398
/proc/meminfo: memFree=7485376/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=109408 CPUtime=4122.32 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 234768 0 0 0 412201 31 0 0 25 0 1 0 797254160 112033792 24754 33554432000 4194304 4479436 140735451326608 18446744073709551615 4380359 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/4275/statm: 27352 24754 408 70 0 24472 0
Current children cumulated CPU time (s) 4122.32
Current children cumulated vsize (KiB) 109408

[startup+4182.3 s]
/proc/loadavg: 2.01 2.03 1.99 3/528 4400
/proc/meminfo: memFree=7460676/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=103264 CPUtime=4182.33 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 236304 0 0 0 418201 32 0 0 25 0 1 0 797254160 105742336 23218 33554432000 4194304 4479436 140735451326608 18446744073709551615 4382303 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/4275/statm: 25816 23218 408 70 0 22936 0
Current children cumulated CPU time (s) 4182.33
Current children cumulated vsize (KiB) 103264

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/528 4401
/proc/meminfo: memFree=7481492/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=114528 CPUtime=4242.33 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 240784 0 0 0 424200 33 0 0 25 0 1 0 797254160 117276672 26034 33554432000 4194304 4479436 140735451326608 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/4275/statm: 28632 26034 408 70 0 25752 0
Current children cumulated CPU time (s) 4242.33
Current children cumulated vsize (KiB) 114528

[startup+4302.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/528 4403
/proc/meminfo: memFree=7417472/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=111456 CPUtime=4302.33 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 244368 0 0 0 430200 33 0 0 25 0 1 0 797254160 114130944 25266 33554432000 4194304 4479436 140735451326608 18446744073709551615 4330577 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/4275/statm: 27864 25266 408 70 0 24984 0
Current children cumulated CPU time (s) 4302.33
Current children cumulated vsize (KiB) 111456

[startup+4362.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/528 4405
/proc/meminfo: memFree=7490608/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=104288 CPUtime=4362.33 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 246800 0 0 0 436200 33 0 0 25 0 1 0 797254160 106790912 23474 33554432000 4194304 4479436 140735451326608 18446744073709551615 4330307 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/4275/statm: 26072 23474 408 70 0 23192 0
Current children cumulated CPU time (s) 4362.33
Current children cumulated vsize (KiB) 104288

[startup+4422.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/528 4406
/proc/meminfo: memFree=7418528/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=108896 CPUtime=4422.33 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 251024 0 0 0 442199 34 0 0 25 0 1 0 797254160 111509504 24626 33554432000 4194304 4479436 140735451326608 18446744073709551615 4385093 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/4275/statm: 27224 24626 408 70 0 24344 0
Current children cumulated CPU time (s) 4422.33
Current children cumulated vsize (KiB) 108896

[startup+4482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/528 4408
/proc/meminfo: memFree=7483484/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=111456 CPUtime=4482.33 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 254224 0 0 0 448198 35 0 0 25 0 1 0 797254160 114130944 25266 33554432000 4194304 4479436 140735451326608 18446744073709551615 4385093 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/4275/statm: 27864 25266 408 70 0 24984 0
Current children cumulated CPU time (s) 4482.33
Current children cumulated vsize (KiB) 111456

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/528 4409
/proc/meminfo: memFree=7420216/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=108384 CPUtime=4542.33 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 258192 0 0 0 454198 35 0 0 25 0 1 0 797254160 110985216 24498 33554432000 4194304 4479436 140735451326608 18446744073709551615 4306787 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/4275/statm: 27096 24498 408 70 0 24216 0
Current children cumulated CPU time (s) 4542.33
Current children cumulated vsize (KiB) 108384

[startup+4602.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/528 4411
/proc/meminfo: memFree=7482800/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=109408 CPUtime=4602.35 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 263952 0 0 0 460198 37 0 0 25 0 1 0 797254160 112033792 24754 33554432000 4194304 4479436 140735451326608 18446744073709551615 4380541 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/4275/statm: 27352 24754 408 70 0 24472 0
Current children cumulated CPU time (s) 4602.35
Current children cumulated vsize (KiB) 109408

[startup+4662.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/528 4413
/proc/meminfo: memFree=7415324/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=112480 CPUtime=4662.34 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 270096 0 0 0 466197 37 0 0 25 0 1 0 797254160 115179520 25522 33554432000 4194304 4479436 140735451326608 18446744073709551615 4385073 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/4275/statm: 28120 25522 408 70 0 25240 0
Current children cumulated CPU time (s) 4662.34
Current children cumulated vsize (KiB) 112480

[startup+4722.32 s]
/proc/loadavg: 2.02 2.03 2.00 3/528 4414
/proc/meminfo: memFree=7479156/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=113504 CPUtime=4722.36 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 274320 0 0 0 472198 38 0 0 25 0 1 0 797254160 116228096 25778 33554432000 4194304 4479436 140735451326608 18446744073709551615 4306752 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/4275/statm: 28376 25778 408 70 0 25496 0
Current children cumulated CPU time (s) 4722.36
Current children cumulated vsize (KiB) 113504

[startup+4782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/528 4444
/proc/meminfo: memFree=7673668/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=108384 CPUtime=4782.34 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 275216 0 0 0 478196 38 0 0 25 0 1 0 797254160 110985216 24498 33554432000 4194304 4479436 140735451326608 18446744073709551615 4370898 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/4275/statm: 27096 24498 408 70 0 24216 0
Current children cumulated CPU time (s) 4782.34
Current children cumulated vsize (KiB) 108384

[startup+4842.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/528 4445
/proc/meminfo: memFree=7727372/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=99680 CPUtime=4842.34 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 277776 0 0 0 484196 38 0 0 25 0 1 0 797254160 102072320 22322 33554432000 4194304 4479436 140735451326608 18446744073709551615 4451016 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/4275/statm: 24920 22322 408 70 0 22040 0
Current children cumulated CPU time (s) 4842.34
Current children cumulated vsize (KiB) 99680

[startup+4902.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/528 4449
/proc/meminfo: memFree=7613644/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=120672 CPUtime=4902.35 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 285712 0 0 0 490196 39 0 0 25 0 1 0 797254160 123568128 27570 33554432000 4194304 4479436 140735451326608 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/4275/statm: 30168 27570 408 70 0 27288 0
Current children cumulated CPU time (s) 4902.35
Current children cumulated vsize (KiB) 120672

[startup+4962.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/528 4479
/proc/meminfo: memFree=7242272/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=108384 CPUtime=4962.35 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 285712 0 0 0 496196 39 0 0 25 0 1 0 797254160 110985216 24498 33554432000 4194304 4479436 140735451326608 18446744073709551615 4384793 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/4275/statm: 27096 24498 408 70 0 24216 0
Current children cumulated CPU time (s) 4962.35
Current children cumulated vsize (KiB) 108384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.04 2.03 2.00 3/528 4480
/proc/meminfo: memFree=7249952/32951124 swapFree=65586204/67111528
[pid=4275] ppid=4273 vsize=100704 CPUtime=5000.05 cores=0,2,4,6
/proc/4275/stat : 4275 (MPhaseSAT64) R 4273 4275 4204 0 -1 4202496 286992 0 0 0 499966 39 0 0 25 0 1 0 797254160 103120896 22578 33554432000 4194304 4479436 140735451326608 18446744073709551615 4330289 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/4275/statm: 25176 22578 408 70 0 22296 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 100704

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): 5000.02
CPU time (s): 5000.08
CPU user time (s): 4999.68
CPU system time (s): 0.397939
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 202584

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

runsolver used 27.1539 second user time and 57.5992 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-22 15:17:15
IDJOB=3393943
IDBENCH=70799
IDSOLVER=1879
FILE ID=node119/3393943-1306070235
RUNJOBID= node119-1306069996-4222
PBS_JOBID= 13387884
Free space on /tmp= 73000 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitswegner/countbitswegner128.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3393943-1306070235/watcher-3393943-1306070235 -o /tmp/evaluation-result-3393943-1306070235/solver-3393943-1306070235 -C 5000 -W 5100 -M 15500  MPhaseSAT64 HOME/instance-3393943-1306070235.cnf

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

MD5SUM BENCH= 4b75ef7fb46928f50793af1d74c176e2
RANDOM SEED=1698472603

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:       7583532 kB
Buffers:        344492 kB
Cached:        8148288 kB
SwapCached:       4756 kB
Active:       20135096 kB
Inactive:      4867392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7583532 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:            5300 kB
Writeback:           0 kB
AnonPages:    16508028 kB
Mapped:          42008 kB
Slab:           215128 kB
PageTables:      79628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 164205696 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= 72968 MiB
End job on node119 at 2011-05-22 16:40:37