Trace number 3262006

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
MPhaseSAT 2011-02-15? (TO) 1299.99 1300.01

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-23_507.cnf
MD5SUM0c4fc551e2fe598a8074df6204d87f7d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables254
Number of clauses34289
Sum of the clauses size152236
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2337
Number of clauses of size 331448
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52504

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: 935)

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-3262006-1303544995/watcher-3262006-1303544995 -o /tmp/evaluation-result-3262006-1303544995/solver-3262006-1303544995 -C 2400 -W 1300 -M 7680 MPhaseSAT HOME/instance-3262006-1303544995.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.97 3.92 4/189 23006
/proc/meminfo: memFree=14774488/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=3980 CPUtime=0 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 336 0 0 0 0 0 0 0 25 0 1 0 446914850 4075520 277 33554432000 134512640 134731564 4287793632 18446744073709551615 134531593 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 995 277 225 54 0 305 0

[startup+0.013904 s]
/proc/loadavg: 3.92 3.97 3.92 4/189 23006
/proc/meminfo: memFree=14774488/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=3980 CPUtime=0.01 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 383 0 0 0 1 0 0 0 25 0 1 0 446914850 4075520 324 33554432000 134512640 134731564 4287793632 18446744073709551615 9472733 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 995 324 225 54 0 305 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3980

[startup+0.100893 s]
/proc/loadavg: 3.92 3.97 3.92 4/189 23006
/proc/meminfo: memFree=14774488/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=6692 CPUtime=0.09 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 2282 0 0 0 9 0 0 0 25 0 1 0 446914850 6852608 1234 33554432000 134512640 134731564 4287793632 18446744073709551615 134634373 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 1673 1234 264 54 0 983 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6692

[startup+0.300859 s]
/proc/loadavg: 3.92 3.97 3.92 4/189 23006
/proc/meminfo: memFree=14774488/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=7484 CPUtime=0.29 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 2460 0 0 0 29 0 0 0 25 0 1 0 446914850 7663616 1412 33554432000 134512640 134731564 4287793632 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 1871 1412 264 54 0 1181 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7484

[startup+0.700788 s]
/proc/loadavg: 3.92 3.97 3.92 4/189 23006
/proc/meminfo: memFree=14774488/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=7888 CPUtime=0.69 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 2572 0 0 0 69 0 0 0 25 0 1 0 446914850 8077312 1524 33554432000 134512640 134731564 4287793632 18446744073709551615 134659280 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 1972 1524 264 54 0 1282 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7888

[startup+1.50064 s]
/proc/loadavg: 3.92 3.97 3.92 5/190 23007
/proc/meminfo: memFree=14769032/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=8292 CPUtime=1.49 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 2672 0 0 0 149 0 0 0 25 0 1 0 446914850 8491008 1624 33554432000 134512640 134731564 4287793632 18446744073709551615 134659313 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 2073 1624 264 54 0 1383 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8292

[startup+3.10036 s]
/proc/loadavg: 3.92 3.97 3.92 5/190 23007
/proc/meminfo: memFree=14768164/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=8824 CPUtime=3.09 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 2786 0 0 0 309 0 0 0 25 0 1 0 446914850 9035776 1738 33554432000 134512640 134731564 4287793632 18446744073709551615 134720128 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 2206 1738 264 54 0 1516 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8824

[startup+6.30081 s]
/proc/loadavg: 4.01 3.99 3.93 5/190 23007
/proc/meminfo: memFree=14767308/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=9352 CPUtime=6.29 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 2935 0 0 0 629 0 0 0 25 0 1 0 446914850 9576448 1887 33554432000 134512640 134731564 4287793632 18446744073709551615 134659306 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 2338 1887 264 54 0 1648 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9352

[startup+12.7007 s]
/proc/loadavg: 4.00 3.99 3.93 5/190 23008
/proc/meminfo: memFree=14765796/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=8484 CPUtime=12.7 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 6623 0 0 0 1269 1 0 0 25 0 1 0 446914850 8687616 1670 33554432000 134512640 134731564 4287793632 18446744073709551615 134658986 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 2121 1670 270 54 0 1431 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 8484

[startup+25.5004 s]
/proc/loadavg: 4.00 3.99 3.93 5/190 23008
/proc/meminfo: memFree=14765552/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=9520 CPUtime=25.49 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 6906 0 0 0 2548 1 0 0 25 0 1 0 446914850 9748480 1939 33554432000 134512640 134731564 4287793632 18446744073709551615 134620766 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 2380 1939 270 54 0 1690 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 9520

[startup+51.1009 s]
/proc/loadavg: 4.00 3.99 3.93 5/190 23008
/proc/meminfo: memFree=14762300/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=9784 CPUtime=51.09 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 7121 0 0 0 5108 1 0 0 25 0 1 0 446914850 10018816 2008 33554432000 134512640 134731564 4287793632 18446744073709551615 134621077 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 2446 2008 270 54 0 1756 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 9784

[startup+102.307 s]
/proc/loadavg: 4.00 3.99 3.93 5/190 23010
/proc/meminfo: memFree=14756084/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=12376 CPUtime=102.3 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 7750 0 0 0 10229 1 0 0 25 0 1 0 446914850 12673024 2637 33554432000 134512640 134731564 4287793632 18446744073709551615 134719759 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 3094 2637 270 54 0 2404 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 12376

[startup+162.3 s]
/proc/loadavg: 4.00 3.99 3.93 5/190 23012
/proc/meminfo: memFree=14758296/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=16260 CPUtime=162.29 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 8592 0 0 0 16228 1 0 0 25 0 1 0 446914850 16650240 3479 33554432000 134512640 134731564 4287793632 18446744073709551615 134659675 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 4065 3479 270 54 0 3375 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 16260

[startup+222.301 s]
/proc/loadavg: 4.00 3.99 3.93 5/190 23013
/proc/meminfo: memFree=14749472/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=18116 CPUtime=222.29 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 8969 0 0 0 22228 1 0 0 25 0 1 0 446914850 18550784 3856 33554432000 134512640 134731564 4287793632 18446744073709551615 9326938 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 4529 3856 270 54 0 3839 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 18116

[startup+282.301 s]
/proc/loadavg: 4.00 3.99 3.93 5/190 23015
/proc/meminfo: memFree=14747828/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=18948 CPUtime=282.29 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 9151 0 0 0 28228 1 0 0 25 0 1 0 446914850 19402752 4038 33554432000 134512640 134731564 4287793632 18446744073709551615 134655747 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 4737 4038 270 54 0 4047 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 18948

[startup+342.3 s]
/proc/loadavg: 4.03 4.00 3.93 5/190 23016
/proc/meminfo: memFree=14737636/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=20196 CPUtime=342.29 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 9383 0 0 0 34227 2 0 0 25 0 1 0 446914850 20680704 4270 33554432000 134512640 134731564 4287793632 18446744073709551615 134659270 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 5049 4270 270 54 0 4359 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 20196

[startup+402.301 s]
/proc/loadavg: 4.01 4.00 3.93 5/190 23018
/proc/meminfo: memFree=14736232/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=20388 CPUtime=402.29 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 9418 0 0 0 40227 2 0 0 25 0 1 0 446914850 20877312 4305 33554432000 134512640 134731564 4287793632 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 5097 4305 270 54 0 4407 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 20388

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 23020
/proc/meminfo: memFree=14733484/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=20772 CPUtime=462.29 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 9495 0 0 0 46227 2 0 0 25 0 1 0 446914850 21270528 4382 33554432000 134512640 134731564 4287793632 18446744073709551615 134634510 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 5193 4382 270 54 0 4503 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 20772

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 23021
/proc/meminfo: memFree=14729364/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=21316 CPUtime=522.28 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 9583 0 0 0 52226 2 0 0 25 0 1 0 446914850 21827584 4470 33554432000 134512640 134731564 4287793632 18446744073709551615 134659672 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 5329 4470 270 54 0 4639 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 21316

[startup+582.301 s]
/proc/loadavg: 4.06 4.02 3.94 5/190 23023
/proc/meminfo: memFree=14719292/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=22084 CPUtime=582.28 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 9720 0 0 0 58226 2 0 0 25 0 1 0 446914850 22614016 4607 33554432000 134512640 134731564 4287793632 18446744073709551615 134720128 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 5521 4607 270 54 0 4831 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 22084

[startup+642.3 s]
/proc/loadavg: 4.02 4.01 3.94 5/190 23024
/proc/meminfo: memFree=14712800/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=22276 CPUtime=642.29 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 9755 0 0 0 64227 2 0 0 25 0 1 0 446914850 22810624 4642 33554432000 134512640 134731564 4287793632 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 5569 4642 270 54 0 4879 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 22276

[startup+702.301 s]
/proc/loadavg: 4.01 4.00 3.94 5/190 23035
/proc/meminfo: memFree=14711824/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=22276 CPUtime=702.28 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 9774 0 0 0 70226 2 0 0 25 0 1 0 446914850 22810624 4661 33554432000 134512640 134731564 4287793632 18446744073709551615 134659517 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 5569 4661 270 54 0 4879 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 22276

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 23037
/proc/meminfo: memFree=14711552/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=22468 CPUtime=762.29 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 9799 0 0 0 76227 2 0 0 25 0 1 0 446914850 23007232 4686 33554432000 134512640 134731564 4287793632 18446744073709551615 134719837 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 5617 4686 270 54 0 4927 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 22468

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 23038
/proc/meminfo: memFree=14711132/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=22660 CPUtime=822.28 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 9834 0 0 0 82226 2 0 0 25 0 1 0 446914850 23203840 4721 33554432000 134512640 134731564 4287793632 18446744073709551615 134634320 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 5665 4721 270 54 0 4975 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 22660

[startup+882.301 s]
/proc/loadavg: 4.04 4.01 3.94 5/190 23040
/proc/meminfo: memFree=14710980/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=22852 CPUtime=882.28 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 9863 0 0 0 88226 2 0 0 25 0 1 0 446914850 23400448 4750 33554432000 134512640 134731564 4287793632 18446744073709551615 134720143 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 5713 4750 270 54 0 5023 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 22852

[startup+942.3 s]
/proc/loadavg: 4.01 4.01 3.94 5/190 23041
/proc/meminfo: memFree=14710584/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=23044 CPUtime=942.28 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 9907 0 0 0 94226 2 0 0 25 0 1 0 446914850 23597056 4794 33554432000 134512640 134731564 4287793632 18446744073709551615 134720143 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 5761 4794 270 54 0 5071 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 23044

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 23043
/proc/meminfo: memFree=14710440/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=23236 CPUtime=1002.28 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 9948 0 0 0 100226 2 0 0 25 0 1 0 446914850 23793664 4835 33554432000 134512640 134731564 4287793632 18446744073709551615 134720128 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 5809 4835 270 54 0 5119 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 23236

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 23045
/proc/meminfo: memFree=14710140/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=23620 CPUtime=1062.28 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 9994 0 0 0 106226 2 0 0 25 0 1 0 446914850 24186880 4881 33554432000 134512640 134731564 4287793632 18446744073709551615 134659535 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 5905 4881 270 54 0 5215 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 23620

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 23046
/proc/meminfo: memFree=14709988/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=23812 CPUtime=1122.28 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 10052 0 0 0 112226 2 0 0 25 0 1 0 446914850 24383488 4939 33554432000 134512640 134731564 4287793632 18446744073709551615 134669549 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 5953 4939 270 54 0 5263 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 23812

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 23048
/proc/meminfo: memFree=14709448/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=24196 CPUtime=1182.28 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 10099 0 0 0 118226 2 0 0 25 0 1 0 446914850 24776704 4986 33554432000 134512640 134731564 4287793632 18446744073709551615 134720137 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 6049 4986 270 54 0 5359 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 24196

[startup+1242.3 s]
/proc/loadavg: 3.84 3.97 3.93 3/180 23085
/proc/meminfo: memFree=14780736/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=24196 CPUtime=1242.28 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 10100 0 0 0 124226 2 0 0 25 0 1 0 446914850 24776704 4987 33554432000 134512640 134731564 4287793632 18446744073709551615 134659320 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 6049 4987 270 54 0 5359 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 24196



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.11 3.45 3.76 2/172 23105
/proc/meminfo: memFree=14803028/32951124 swapFree=67111528/67111528
[pid=23006] ppid=23004 vsize=24196 CPUtime=1299.98 cores=1,3
/proc/23006/stat : 23006 (MPhaseSAT) R 23004 23006 22113 0 -1 4202496 10113 0 0 0 129996 2 0 0 25 0 1 0 446914850 24776704 5000 33554432000 134512640 134731564 4287793632 18446744073709551615 134659720 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/23006/statm: 6049 5000 270 54 0 5359 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 24196

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.01
CPU time (s): 1299.99
CPU user time (s): 1299.97
CPU system time (s): 0.025996
CPU usage (%): 99.9989
Max. virtual memory (cumulated for all children) (KiB): 24196

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

runsolver used 1.9807 second user time and 5.06623 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-23 09:49:55
IDJOB=3262006
IDBENCH=83269
IDSOLVER=1520
FILE ID=node140/3262006-1303544995
RUNJOBID= node140-1303544932-22911
PBS_JOBID= 13143098
Free space on /tmp= 72072 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-23_507.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262006-1303544995/watcher-3262006-1303544995 -o /tmp/evaluation-result-3262006-1303544995/solver-3262006-1303544995 -C 2400 -W 1300 -M 7680  MPhaseSAT HOME/instance-3262006-1303544995.cnf

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

MD5SUM BENCH= 0c4fc551e2fe598a8074df6204d87f7d
RANDOM SEED=1614856908

node140.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.833
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.833
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.14
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.833
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.833
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.77
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.833
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.833
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.74
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.833
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.833
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14774752 kB
Buffers:       2350608 kB
Cached:       15162836 kB
SwapCached:          0 kB
Active:       10171168 kB
Inactive:      7450312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14774752 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             832 kB
Writeback:           0 kB
AnonPages:      107512 kB
Mapped:          16736 kB
Slab:           492040 kB
PageTables:       4932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   290124 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= 72076 MiB
End job on node140 at 2011-04-23 10:11:37