Trace number 3445778

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) 5000.07 5000.02

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-23_506.cnf
MD5SUM3c65ff80757b12edd41f8ee6da874877
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark77.5062
Satisfiable
(Un)Satisfiability was proved
Number of variables253
Number of clauses34386
Sum of the clauses size155873
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284
Number of clauses of size 331656
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52646

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

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-3445778-1306978842/watcher-3445778-1306978842 -o /tmp/evaluation-result-3445778-1306978842/solver-3445778-1306978842 -C 5000 -W 5100 -M 15500 MPhaseSAT HOME/instance-3445778-1306978842.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: 1.92 2.01 1.99 2/527 25655
/proc/meminfo: memFree=25310276/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=3984 CPUtime=0.01 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 410 0 0 0 1 0 0 0 25 0 1 0 888114833 4079616 351 33554432000 134512640 134731564 4289090576 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25655/statm: 996 351 225 54 0 306 0

[startup+0.099847 s]
/proc/loadavg: 1.92 2.01 1.99 2/527 25655
/proc/meminfo: memFree=25310276/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=6800 CPUtime=0.09 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 2322 0 0 0 9 0 0 0 25 0 1 0 888114833 6963200 1245 33554432000 134512640 134731564 4289090576 18446744073709551615 134655208 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25655/statm: 1700 1245 264 54 0 1010 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6800

[startup+0.100846 s]
/proc/loadavg: 1.92 2.01 1.99 2/527 25655
/proc/meminfo: memFree=25310276/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=6800 CPUtime=0.09 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 2324 0 0 0 9 0 0 0 25 0 1 0 888114833 6963200 1247 33554432000 134512640 134731564 4289090576 18446744073709551615 134720128 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25655/statm: 1700 1247 264 54 0 1010 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6800

[startup+0.300832 s]
/proc/loadavg: 1.92 2.01 1.99 2/527 25655
/proc/meminfo: memFree=25310276/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=7592 CPUtime=0.29 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 2523 0 0 0 29 0 0 0 25 0 1 0 888114833 7774208 1446 33554432000 134512640 134731564 4289090576 18446744073709551615 134659744 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25655/statm: 1898 1446 264 54 0 1208 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7592

[startup+0.700773 s]
/proc/loadavg: 1.92 2.01 1.99 2/527 25655
/proc/meminfo: memFree=25310276/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=8124 CPUtime=0.69 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 2648 0 0 0 69 0 0 0 25 0 1 0 888114833 8318976 1571 33554432000 134512640 134731564 4289090576 18446744073709551615 6180697 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25655/statm: 2031 1571 264 54 0 1341 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8124

[startup+1.50063 s]
/proc/loadavg: 1.92 2.01 1.99 3/528 25656
/proc/meminfo: memFree=25304076/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=8524 CPUtime=1.49 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 2744 0 0 0 149 0 0 0 25 0 1 0 888114833 8728576 1667 33554432000 134512640 134731564 4289090576 18446744073709551615 134669328 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25655/statm: 2131 1667 264 54 0 1441 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8524

[startup+3.10036 s]
/proc/loadavg: 1.92 2.01 1.99 3/528 25656
/proc/meminfo: memFree=25302092/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=9060 CPUtime=3.09 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 2885 0 0 0 309 0 0 0 25 0 1 0 888114833 9277440 1808 33554432000 134512640 134731564 4289090576 18446744073709551615 134719966 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25655/statm: 2265 1808 264 54 0 1575 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9060

[startup+6.30077 s]
/proc/loadavg: 1.93 2.01 1.99 3/528 25656
/proc/meminfo: memFree=25301428/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=9740 CPUtime=6.3 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 3057 0 0 0 629 1 0 0 25 0 1 0 888114833 9973760 1980 33554432000 134512640 134731564 4289090576 18446744073709551615 134655872 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25655/statm: 2435 1980 264 54 0 1745 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 9740

[startup+12.7006 s]
/proc/loadavg: 1.93 2.01 1.99 3/528 25656
/proc/meminfo: memFree=25299952/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=8268 CPUtime=12.69 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 6425 0 0 0 1268 1 0 0 25 0 1 0 888114833 8466432 1614 33554432000 134512640 134731564 4289090576 18446744073709551615 134717129 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25655/statm: 2067 1614 270 54 0 1377 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8268

[startup+25.5004 s]
/proc/loadavg: 1.95 2.01 1.99 3/528 25656
/proc/meminfo: memFree=25300572/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=9760 CPUtime=25.49 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 7258 0 0 0 2548 1 0 0 25 0 1 0 888114833 9994240 2000 33554432000 134512640 134731564 4289090576 18446744073709551615 134621022 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25655/statm: 2440 2000 270 54 0 1750 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 9760

[startup+51.1009 s]
/proc/loadavg: 1.96 2.00 1.99 3/528 25657
/proc/meminfo: memFree=25299552/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=10040 CPUtime=51.09 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 7493 0 0 0 5108 1 0 0 25 0 1 0 888114833 10280960 2075 33554432000 134512640 134731564 4289090576 18446744073709551615 134620745 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25655/statm: 2510 2075 270 54 0 1820 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 10040

[startup+102.32 s]
/proc/loadavg: 1.98 2.00 1.99 3/528 25658
/proc/meminfo: memFree=25297148/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=12724 CPUtime=102.31 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 8140 0 0 0 10230 1 0 0 25 0 1 0 888114833 13029376 2722 33554432000 134512640 134731564 4289090576 18446744073709551615 134659284 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25655/statm: 3181 2722 270 54 0 2491 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 12724

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/528 25660
/proc/meminfo: memFree=25291764/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=16956 CPUtime=162.3 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 9075 0 0 0 16228 2 0 0 25 0 1 0 888114833 17362944 3657 33554432000 134512640 134731564 4289090576 18446744073709551615 134634710 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25655/statm: 4239 3657 270 54 0 3549 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 16956

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/528 25662
/proc/meminfo: memFree=25290336/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=18812 CPUtime=222.3 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 9455 0 0 0 22228 2 0 0 25 0 1 0 888114833 19263488 4037 33554432000 134512640 134731564 4289090576 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25655/statm: 4703 4037 270 54 0 4013 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 18812

[startup+282.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/528 25663
/proc/meminfo: memFree=25290548/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=19356 CPUtime=282.3 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 9569 0 0 0 28228 2 0 0 25 0 1 0 888114833 19820544 4151 33554432000 134512640 134731564 4289090576 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25655/statm: 4839 4151 270 54 0 4149 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 19356

[startup+342.301 s]
/proc/loadavg: 2.08 2.03 2.00 3/528 25665
/proc/meminfo: memFree=25288516/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=21020 CPUtime=342.3 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 9882 0 0 0 34228 2 0 0 25 0 1 0 888114833 21524480 4464 33554432000 134512640 134731564 4289090576 18446744073709551615 134720151 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25655/statm: 5255 4464 270 54 0 4565 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 21020

[startup+402.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/528 25666
/proc/meminfo: memFree=25288484/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=21212 CPUtime=402.3 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 9899 0 0 0 40228 2 0 0 25 0 1 0 888114833 21721088 4481 33554432000 134512640 134731564 4289090576 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25655/statm: 5303 4481 270 54 0 4613 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 21212

[startup+462.301 s]
/proc/loadavg: 2.07 2.04 2.00 3/528 25668
/proc/meminfo: memFree=25287332/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=21404 CPUtime=462.3 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 9975 0 0 0 46228 2 0 0 25 0 1 0 888114833 21917696 4557 33554432000 134512640 134731564 4289090576 18446744073709551615 134720128 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25655/statm: 5351 4557 270 54 0 4661 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 21404

[startup+522.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/528 25669
/proc/meminfo: memFree=25286856/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=21596 CPUtime=522.3 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 10009 0 0 0 52228 2 0 0 25 0 1 0 888114833 22114304 4591 33554432000 134512640 134731564 4289090576 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25655/statm: 5399 4591 270 54 0 4709 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 21596

[startup+582.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/528 25671
/proc/meminfo: memFree=25285440/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=22748 CPUtime=582.31 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 10198 0 0 0 58229 2 0 0 25 0 1 0 888114833 23293952 4780 33554432000 134512640 134731564 4289090576 18446744073709551615 134659256 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25655/statm: 5687 4780 270 54 0 4997 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 22748

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 1.02 1.07 1.36 2/522 28048
/proc/meminfo: memFree=25238512/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=26484 CPUtime=4002.33 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 11542 0 0 0 400227 6 0 0 25 0 1 0 888114833 27119616 6124 33554432000 134512640 134731564 4289090576 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25655/statm: 6621 6124 270 54 0 5931 0
Current children cumulated CPU time (s) 4002.33
Current children cumulated vsize (KiB) 26484

[startup+4062.32 s]
/proc/loadavg: 1.01 1.05 1.33 2/522 28050
/proc/meminfo: memFree=25237232/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=26484 CPUtime=4062.35 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 11546 0 0 0 406229 6 0 0 25 0 1 0 888114833 27119616 6128 33554432000 134512640 134731564 4289090576 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25655/statm: 6621 6128 270 54 0 5931 0
Current children cumulated CPU time (s) 4062.35
Current children cumulated vsize (KiB) 26484

[startup+4122.3 s]
/proc/loadavg: 1.00 1.04 1.31 2/522 28051
/proc/meminfo: memFree=25238176/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=26484 CPUtime=4122.32 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 11557 0 0 0 412226 6 0 0 25 0 1 0 888114833 27119616 6139 33554432000 134512640 134731564 4289090576 18446744073709551615 134655758 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25655/statm: 6621 6139 270 54 0 5931 0
Current children cumulated CPU time (s) 4122.32
Current children cumulated vsize (KiB) 26484

[startup+4182.3 s]
/proc/loadavg: 1.00 1.03 1.29 2/522 28053
/proc/meminfo: memFree=25239012/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=26484 CPUtime=4182.32 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 11563 0 0 0 418226 6 0 0 25 0 1 0 888114833 27119616 6145 33554432000 134512640 134731564 4289090576 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25655/statm: 6621 6145 270 54 0 5931 0
Current children cumulated CPU time (s) 4182.32
Current children cumulated vsize (KiB) 26484

[startup+4242.3 s]
/proc/loadavg: 1.00 1.02 1.26 2/522 28055
/proc/meminfo: memFree=25239096/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=26484 CPUtime=4242.33 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 11569 0 0 0 424227 6 0 0 25 0 1 0 888114833 27119616 6151 33554432000 134512640 134731564 4289090576 18446744073709551615 6180718 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25655/statm: 6621 6151 270 54 0 5931 0
Current children cumulated CPU time (s) 4242.33
Current children cumulated vsize (KiB) 26484

[startup+4302.3 s]
/proc/loadavg: 1.00 1.02 1.25 2/522 28056
/proc/meminfo: memFree=25238308/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=26484 CPUtime=4302.33 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 11569 0 0 0 430227 6 0 0 25 0 1 0 888114833 27119616 6151 33554432000 134512640 134731564 4289090576 18446744073709551615 134715894 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25655/statm: 6621 6151 270 54 0 5931 0
Current children cumulated CPU time (s) 4302.33
Current children cumulated vsize (KiB) 26484

[startup+4362.3 s]
/proc/loadavg: 1.00 1.01 1.23 2/522 28058
/proc/meminfo: memFree=25238392/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=26484 CPUtime=4362.33 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 11569 0 0 0 436227 6 0 0 25 0 1 0 888114833 27119616 6151 33554432000 134512640 134731564 4289090576 18446744073709551615 134659720 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25655/statm: 6621 6151 270 54 0 5931 0
Current children cumulated CPU time (s) 4362.33
Current children cumulated vsize (KiB) 26484

[startup+4422.3 s]
/proc/loadavg: 1.00 1.01 1.21 2/522 28059
/proc/meminfo: memFree=25238208/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=26484 CPUtime=4422.33 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 11574 0 0 0 442227 6 0 0 25 0 1 0 888114833 27119616 6156 33554432000 134512640 134731564 4289090576 18446744073709551615 134673277 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25655/statm: 6621 6156 270 54 0 5931 0
Current children cumulated CPU time (s) 4422.33
Current children cumulated vsize (KiB) 26484

[startup+4482.3 s]
/proc/loadavg: 1.11 1.03 1.20 2/522 28061
/proc/meminfo: memFree=25238152/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=26484 CPUtime=4482.33 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 11585 0 0 0 448227 6 0 0 25 0 1 0 888114833 27119616 6167 33554432000 134512640 134731564 4289090576 18446744073709551615 134668891 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25655/statm: 6621 6167 270 54 0 5931 0
Current children cumulated CPU time (s) 4482.33
Current children cumulated vsize (KiB) 26484

[startup+4542.3 s]
/proc/loadavg: 1.09 1.04 1.19 2/522 28063
/proc/meminfo: memFree=25238116/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=26640 CPUtime=4542.33 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 11615 0 0 0 454227 6 0 0 25 0 1 0 888114833 27279360 6197 33554432000 134512640 134731564 4289090576 18446744073709551615 134659502 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25655/statm: 6660 6197 270 54 0 5970 0
Current children cumulated CPU time (s) 4542.33
Current children cumulated vsize (KiB) 26640

[startup+4602.3 s]
/proc/loadavg: 1.03 1.03 1.18 2/522 28064
/proc/meminfo: memFree=25237840/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=26640 CPUtime=4602.35 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 11615 0 0 0 460229 6 0 0 25 0 1 0 888114833 27279360 6197 33554432000 134512640 134731564 4289090576 18446744073709551615 134659479 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25655/statm: 6660 6197 270 54 0 5970 0
Current children cumulated CPU time (s) 4602.35
Current children cumulated vsize (KiB) 26640

[startup+4662.3 s]
/proc/loadavg: 1.01 1.02 1.17 2/522 28066
/proc/meminfo: memFree=25237432/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=26640 CPUtime=4662.33 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 11615 0 0 0 466227 6 0 0 25 0 1 0 888114833 27279360 6197 33554432000 134512640 134731564 4289090576 18446744073709551615 134655940 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25655/statm: 6660 6197 270 54 0 5970 0
Current children cumulated CPU time (s) 4662.33
Current children cumulated vsize (KiB) 26640

[startup+4722.32 s]
/proc/loadavg: 1.00 1.02 1.15 2/522 28068
/proc/meminfo: memFree=25236776/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=26832 CPUtime=4722.36 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 11624 0 0 0 472229 7 0 0 25 0 1 0 888114833 27475968 6206 33554432000 134512640 134731564 4289090576 18446744073709551615 134659293 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25655/statm: 6708 6206 270 54 0 6018 0
Current children cumulated CPU time (s) 4722.36
Current children cumulated vsize (KiB) 26832

[startup+4782.3 s]
/proc/loadavg: 1.00 1.01 1.14 2/522 28069
/proc/meminfo: memFree=25236728/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=26832 CPUtime=4782.34 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 11624 0 0 0 478227 7 0 0 25 0 1 0 888114833 27475968 6206 33554432000 134512640 134731564 4289090576 18446744073709551615 134720131 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25655/statm: 6708 6206 270 54 0 6018 0
Current children cumulated CPU time (s) 4782.34
Current children cumulated vsize (KiB) 26832

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/522 28080
/proc/meminfo: memFree=25236632/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=26832 CPUtime=4842.34 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 11637 0 0 0 484227 7 0 0 25 0 1 0 888114833 27475968 6219 33554432000 134512640 134731564 4289090576 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25655/statm: 6708 6219 270 54 0 6018 0
Current children cumulated CPU time (s) 4842.34
Current children cumulated vsize (KiB) 26832

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/522 28081
/proc/meminfo: memFree=25236724/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=27024 CPUtime=4902.34 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 11657 0 0 0 490227 7 0 0 25 0 1 0 888114833 27672576 6239 33554432000 134512640 134731564 4289090576 18446744073709551615 134659270 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25655/statm: 6756 6239 270 54 0 6066 0
Current children cumulated CPU time (s) 4902.34
Current children cumulated vsize (KiB) 27024

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/522 28083
/proc/meminfo: memFree=25237544/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=27024 CPUtime=4962.34 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 11678 0 0 0 496227 7 0 0 25 0 1 0 888114833 27672576 6260 33554432000 134512640 134731564 4289090576 18446744073709551615 134659744 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25655/statm: 6756 6260 270 54 0 6066 0
Current children cumulated CPU time (s) 4962.34
Current children cumulated vsize (KiB) 27024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.00 1.00 1.10 2/522 28084
/proc/meminfo: memFree=25237648/32951124 swapFree=56241860/67111528
[pid=25655] ppid=25652 vsize=27216 CPUtime=5000.06 cores=0,2,4,6
/proc/25655/stat : 25655 (MPhaseSAT) R 25652 25655 25088 0 -1 4202496 11689 0 0 0 499999 7 0 0 25 0 1 0 888114833 27869184 6271 33554432000 134512640 134731564 4289090576 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25655/statm: 6804 6271 270 54 0 6114 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 27216

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.07
CPU user time (s): 5000
CPU system time (s): 0.076988
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 27216

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

runsolver used 27.8718 second user time and 58.5111 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-02 03:40:42
IDJOB=3445778
IDBENCH=83280
IDSOLVER=1941
FILE ID=node119/3445778-1306978842
RUNJOBID= node119-1306967110-25106
PBS_JOBID= 13497666
Free space on /tmp= 73596 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-23_506.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3445778-1306978842/watcher-3445778-1306978842 -o /tmp/evaluation-result-3445778-1306978842/solver-3445778-1306978842 -C 5000 -W 5100 -M 15500  MPhaseSAT HOME/instance-3445778-1306978842.cnf

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

MD5SUM BENCH= 3c65ff80757b12edd41f8ee6da874877
RANDOM SEED=2119153638

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:      25310556 kB
Buffers:        106888 kB
Cached:         281144 kB
SwapCached:      59076 kB
Active:         609452 kB
Inactive:      6747444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25310556 kB
SwapTotal:    67111528 kB
SwapFree:     56241860 kB
Dirty:             780 kB
Writeback:           0 kB
AnonPages:     6913076 kB
Mapped:          34512 kB
Slab:           135264 kB
PageTables:      79512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 163956900 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= 73600 MiB
End job on node119 at 2011-06-02 05:04:04