Trace number 3375648

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) 1300.05 1300.02

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes7.cnf
MD5SUM6200c727c8a5a324974090a1f9a6d7ab
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.03669
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.02 5.07 6.57 5/370 5570
/proc/meminfo: memFree=23037436/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=13788 CPUtime=0 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 382 0 0 0 0 0 0 0 25 0 1 0 656352852 14118912 323 33554432000 4194304 4479436 140733776733072 18446744073709551615 253640859392 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 3447 323 267 70 0 567 0

[startup+0.027683 s]
/proc/loadavg: 4.02 5.07 6.57 5/370 5570
/proc/meminfo: memFree=23037436/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=14748 CPUtime=0.02 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 817 0 0 0 2 0 0 0 25 0 1 0 656352852 15101952 758 33554432000 4194304 4479436 140733776733072 18446744073709551615 4244438 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 3687 774 275 70 0 807 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14748

[startup+0.100668 s]
/proc/loadavg: 4.02 5.07 6.57 5/370 5570
/proc/meminfo: memFree=23037436/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=19360 CPUtime=0.08 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 3791 0 0 0 8 0 0 0 25 0 1 0 656352852 19824640 1998 33554432000 4194304 4479436 140733776733072 18446744073709551615 4315393 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 4840 1998 307 70 0 1960 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 19360

[startup+0.300634 s]
/proc/loadavg: 4.02 5.07 6.57 5/370 5570
/proc/meminfo: memFree=23037436/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=18804 CPUtime=0.28 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 3849 0 0 0 28 0 0 0 25 0 1 0 656352852 19255296 1799 33554432000 4194304 4479436 140733776733072 18446744073709551615 4379244 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 4701 1799 319 70 0 1821 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 18804

[startup+0.70057 s]
/proc/loadavg: 4.02 5.07 6.57 5/370 5570
/proc/meminfo: memFree=23037436/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=19632 CPUtime=0.68 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 4096 0 0 0 68 0 0 0 25 0 1 0 656352852 20103168 2046 33554432000 4194304 4479436 140733776733072 18446744073709551615 4304976 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 4908 2046 319 70 0 2028 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 19632

[startup+1.50042 s]
/proc/loadavg: 4.02 5.07 6.57 5/371 5571
/proc/meminfo: memFree=23029780/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=19632 CPUtime=1.48 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 4096 0 0 0 148 0 0 0 25 0 1 0 656352852 20103168 2046 33554432000 4194304 4479436 140733776733072 18446744073709551615 4304718 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 4908 2046 319 70 0 2028 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 19632

[startup+3.10112 s]
/proc/loadavg: 4.02 5.07 6.57 5/371 5571
/proc/meminfo: memFree=23030400/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=19692 CPUtime=3.08 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 4502 0 0 0 308 0 0 0 25 0 1 0 656352852 20164608 1939 33554432000 4194304 4479436 140733776733072 18446744073709551615 4331553 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 4923 1939 327 70 0 2043 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 19692

[startup+6.30054 s]
/proc/loadavg: 4.02 5.06 6.55 5/371 5571
/proc/meminfo: memFree=23026432/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=22380 CPUtime=6.28 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 5174 0 0 0 628 0 0 0 25 0 1 0 656352852 22917120 2611 33554432000 4194304 4479436 140733776733072 18446744073709551615 4331487 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 5595 2611 327 70 0 2715 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 22380

[startup+12.7004 s]
/proc/loadavg: 4.02 5.04 6.54 5/371 5571
/proc/meminfo: memFree=23025904/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=22380 CPUtime=12.68 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 5174 0 0 0 1268 0 0 0 25 0 1 0 656352852 22917120 2611 33554432000 4194304 4479436 140733776733072 18446744073709551615 4451008 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 5595 2611 327 70 0 2715 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 22380

[startup+25.501 s]
/proc/loadavg: 4.02 4.99 6.50 5/371 5572
/proc/meminfo: memFree=23025764/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=23152 CPUtime=25.49 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 7112 0 0 0 2548 1 0 0 25 0 1 0 656352852 23707648 2750 33554432000 4194304 4479436 140733776733072 18446744073709551615 4331656 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 5788 2750 327 70 0 2908 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 23152

[startup+51.1004 s]
/proc/loadavg: 4.01 4.91 6.43 5/371 5572
/proc/meminfo: memFree=23028472/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=22388 CPUtime=51.09 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 10751 0 0 0 5108 1 0 0 25 0 1 0 656352852 22925312 2649 33554432000 4194304 4479436 140733776733072 18446744073709551615 4331483 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 5597 2649 327 70 0 2717 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 22388

[startup+102.314 s]
/proc/loadavg: 4.00 4.76 6.30 5/371 5574
/proc/meminfo: memFree=23028700/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=19540 CPUtime=102.31 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 18174 0 0 0 10228 3 0 0 25 0 1 0 656352852 20008960 1831 33554432000 4194304 4479436 140733776733072 18446744073709551615 4450802 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 4885 1831 327 70 0 2005 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 19540

[startup+162.301 s]
/proc/loadavg: 4.08 4.65 6.16 5/371 5575
/proc/meminfo: memFree=23027920/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=22488 CPUtime=162.29 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 31306 0 0 0 16224 5 0 0 25 0 1 0 656352852 23027712 2568 33554432000 4194304 4479436 140733776733072 18446744073709551615 4331393 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 5622 2568 327 70 0 2742 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 22488

[startup+222.301 s]
/proc/loadavg: 4.03 4.53 6.02 5/371 5577
/proc/meminfo: memFree=23025048/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=23220 CPUtime=222.3 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 44069 0 0 0 22223 7 0 0 25 0 1 0 656352852 23777280 2854 33554432000 4194304 4479436 140733776733072 18446744073709551615 4331536 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 5805 2854 327 70 0 2925 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 23220

[startup+282.3 s]
/proc/loadavg: 4.01 4.43 5.89 5/371 5578
/proc/meminfo: memFree=23024616/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=22784 CPUtime=282.29 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 55005 0 0 0 28221 8 0 0 25 0 1 0 656352852 23330816 2658 33554432000 4194304 4479436 140733776733072 18446744073709551615 4331440 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 5696 2658 327 70 0 2816 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 22784

[startup+342.3 s]
/proc/loadavg: 4.11 4.38 5.78 5/371 5580
/proc/meminfo: memFree=23025460/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=23032 CPUtime=342.3 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 62820 0 0 0 34220 10 0 0 25 0 1 0 656352852 23584768 2810 33554432000 4194304 4479436 140733776733072 18446744073709551615 4451917 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 5758 2810 327 70 0 2878 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 23032

[startup+402.3 s]
/proc/loadavg: 4.04 4.31 5.67 5/371 5582
/proc/meminfo: memFree=23026904/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=17308 CPUtime=402.3 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 75733 0 0 0 40219 11 0 0 25 0 1 0 656352852 17723392 1473 33554432000 4194304 4479436 140733776733072 18446744073709551615 4308233 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 4327 1473 327 70 0 1447 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 17308

[startup+462.3 s]
/proc/loadavg: 4.01 4.25 5.56 5/371 5583
/proc/meminfo: memFree=23024136/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=20204 CPUtime=462.3 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 88399 0 0 0 46216 14 0 0 25 0 1 0 656352852 20688896 2197 33554432000 4194304 4479436 140733776733072 18446744073709551615 4331461 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 5051 2197 327 70 0 2171 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 20204

[startup+522.3 s]
/proc/loadavg: 4.00 4.20 5.46 5/371 5585
/proc/meminfo: memFree=23025332/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=22184 CPUtime=522.31 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 102317 0 0 0 52215 16 0 0 25 0 1 0 656352852 22716416 2496 33554432000 4194304 4479436 140733776733072 18446744073709551615 4331553 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 5546 2496 327 70 0 2666 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 22184

[startup+582.3 s]
/proc/loadavg: 4.00 4.16 5.37 5/371 5586
/proc/meminfo: memFree=23024768/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=20268 CPUtime=582.31 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 113835 0 0 0 58214 17 0 0 25 0 1 0 656352852 20754432 2020 33554432000 4194304 4479436 140733776733072 18446744073709551615 4331463 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 5067 2020 327 70 0 2187 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 20268

[startup+642.301 s]
/proc/loadavg: 4.00 4.13 5.28 5/371 5588
/proc/meminfo: memFree=23021508/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=23040 CPUtime=642.31 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 126462 0 0 0 64212 19 0 0 25 0 1 0 656352852 23592960 2812 33554432000 4194304 4479436 140733776733072 18446744073709551615 4371424 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 5760 2812 327 70 0 2880 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 23040

[startup+702.301 s]
/proc/loadavg: 4.12 4.13 5.21 5/371 5590
/proc/meminfo: memFree=23017384/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=23092 CPUtime=702.31 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 136645 0 0 0 70211 20 0 0 25 0 1 0 656352852 23646208 2727 33554432000 4194304 4479436 140733776733072 18446744073709551615 4380802 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 5773 2727 327 70 0 2893 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 23092

[startup+762.314 s]
/proc/loadavg: 4.04 4.11 5.13 5/371 5618
/proc/meminfo: memFree=23269072/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=22696 CPUtime=762.33 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 147042 0 0 0 76211 22 0 0 25 0 1 0 656352852 23240704 2625 33554432000 4194304 4479436 140733776733072 18446744073709551615 4331336 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 5674 2625 327 70 0 2794 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 22696

[startup+822.301 s]
/proc/loadavg: 4.01 4.08 5.06 5/371 5620
/proc/meminfo: memFree=23268788/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=20068 CPUtime=822.31 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 157913 0 0 0 82208 23 0 0 25 0 1 0 656352852 20549632 1964 33554432000 4194304 4479436 140733776733072 18446744073709551615 4331546 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 5017 1964 327 70 0 2137 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 20068

[startup+882.301 s]
/proc/loadavg: 4.07 4.08 4.99 5/371 5621
/proc/meminfo: memFree=23265628/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=21624 CPUtime=882.31 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 168515 0 0 0 88206 25 0 0 25 0 1 0 656352852 22142976 2340 33554432000 4194304 4479436 140733776733072 18446744073709551615 4331531 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 5406 2340 327 70 0 2526 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 21624

[startup+942.301 s]
/proc/loadavg: 3.96 4.05 4.92 5/371 5679
/proc/meminfo: memFree=23699008/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=22680 CPUtime=942.32 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 177671 0 0 0 94205 27 0 0 25 0 1 0 656352852 23224320 2622 33554432000 4194304 4479436 140733776733072 18446744073709551615 4331531 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 5670 2622 327 70 0 2790 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 22680

[startup+1002.3 s]
/proc/loadavg: 4.02 4.05 4.87 5/371 5681
/proc/meminfo: memFree=23687956/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=23008 CPUtime=1002.32 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 183970 0 0 0 100204 28 0 0 25 0 1 0 656352852 23560192 2715 33554432000 4194304 4479436 140733776733072 18446744073709551615 4331549 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 5752 2715 327 70 0 2872 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 23008

[startup+1062.3 s]
/proc/loadavg: 4.14 4.08 4.82 5/371 5682
/proc/meminfo: memFree=23692008/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=19484 CPUtime=1062.32 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 194642 0 0 0 106203 29 0 0 25 0 1 0 656352852 19951616 1815 33554432000 4194304 4479436 140733776733072 18446744073709551615 4331520 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 4871 1815 327 70 0 1991 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 19484

[startup+1122.3 s]
/proc/loadavg: 4.09 4.08 4.78 5/371 5684
/proc/meminfo: memFree=23684020/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=16748 CPUtime=1122.32 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 202364 0 0 0 112203 29 0 0 25 0 1 0 656352852 17149952 1366 33554432000 4194304 4479436 140733776733072 18446744073709551615 4304706 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 4187 1366 327 70 0 1307 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 16748

[startup+1182.3 s]
/proc/loadavg: 4.03 4.06 4.72 5/371 5685
/proc/meminfo: memFree=23684832/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=22688 CPUtime=1182.32 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 211436 0 0 0 118202 30 0 0 25 0 1 0 656352852 23232512 2621 33554432000 4194304 4479436 140733776733072 18446744073709551615 4331653 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 5672 2621 327 70 0 2792 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 22688

[startup+1242.3 s]
/proc/loadavg: 4.07 4.07 4.68 5/371 5687
/proc/meminfo: memFree=23683056/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=22924 CPUtime=1242.32 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 218726 0 0 0 124201 31 0 0 25 0 1 0 656352852 23474176 2781 33554432000 4194304 4479436 140733776733072 18446744073709551615 4451020 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 5731 2781 327 70 0 2851 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 22924



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.05 4.63 5/371 5689
/proc/meminfo: memFree=23683900/32951124 swapFree=56449224/67111528
[pid=5570] ppid=5568 vsize=19492 CPUtime=1300.03 cores=5,7
/proc/5570/stat : 5570 (MPhaseSAT64) R 5568 5570 5445 0 -1 4202496 230944 0 0 0 129970 33 0 0 25 0 1 0 656352852 19959808 2020 33554432000 4194304 4479436 140733776733072 18446744073709551615 4331549 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5570/statm: 4873 2020 327 70 0 1993 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 19492

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.02
CPU time (s): 1300.05
CPU user time (s): 1299.71
CPU system time (s): 0.335948
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 24220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.71
system time used= 0.335948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230944
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 2833

runsolver used 4.36234 second user time and 10.7754 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-15 10:18:45
IDJOB=3375648
IDBENCH=71540
IDSOLVER=1855
FILE ID=node106/3375648-1305447524
RUNJOBID= node106-1305447134-5466
PBS_JOBID= 13324871
Free space on /tmp= 73388 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v945c61409gyes7.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3375648-1305447524/watcher-3375648-1305447524 -o /tmp/evaluation-result-3375648-1305447524/solver-3375648-1305447524 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3375648-1305447524.cnf

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

MD5SUM BENCH= 6200c727c8a5a324974090a1f9a6d7ab
RANDOM SEED=459028621

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.20
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.830
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.830
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.82
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.830
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.74
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.830
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.75
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.830
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.830
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:      23037592 kB
Buffers:        282020 kB
Cached:        6002944 kB
SwapCached:      27544 kB
Active:        1484904 kB
Inactive:      8195152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23037592 kB
SwapTotal:    67111528 kB
SwapFree:     56449224 kB
Dirty:             780 kB
Writeback:           0 kB
AnonPages:     3376324 kB
Mapped:          11200 kB
Slab:           116236 kB
PageTables:      49684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75717404 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= 73460 MiB
End job on node106 at 2011-05-15 10:40:27