Trace number 3250565

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-03-03? (TO) 1300.04 1300.01

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-20_389.cnf
MD5SUMf105570f47bdca662c2d3d185f8dc1f8
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 variables389
Number of clauses41426
Sum of the clauses size188708
Maximum clause length20
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 337636
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 53790

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

running on 2 cores: 4,6

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: 1.00 1.98 3.00 5/185 18004
/proc/meminfo: memFree=13059184/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=4204 CPUtime=0 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 321 0 0 0 0 0 0 0 23 0 1 0 465999122 4304896 262 33554432000 134512640 134761588 4288098304 18446744073709551615 134531305 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 1051 262 225 61 0 354 0

[startup+0.0786641 s]
/proc/loadavg: 1.00 1.98 3.00 5/185 18004
/proc/meminfo: memFree=13059184/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=8192 CPUtime=0.06 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 2535 0 0 0 6 0 0 0 23 0 1 0 465999122 8388608 1580 33554432000 134512640 134761588 4288098304 18446744073709551615 5243655 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 2048 1593 253 61 0 1351 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8192

[startup+0.100659 s]
/proc/loadavg: 1.00 1.98 3.00 5/185 18004
/proc/meminfo: memFree=13059184/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=8348 CPUtime=0.09 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 2558 0 0 0 9 0 0 0 23 0 1 0 465999122 8548352 1602 33554432000 134512640 134761588 4288098304 18446744073709551615 134632827 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 2087 1602 255 61 0 1390 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8348

[startup+0.30063 s]
/proc/loadavg: 1.00 1.98 3.00 5/185 18004
/proc/meminfo: memFree=13059184/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=6512 CPUtime=0.29 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 2866 0 0 0 29 0 0 0 24 0 1 0 465999122 6668288 1169 33554432000 134512640 134761588 4288098304 18446744073709551615 134614442 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 1628 1169 265 61 0 931 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6512

[startup+0.700547 s]
/proc/loadavg: 1.00 1.98 3.00 5/185 18004
/proc/meminfo: memFree=13059184/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=6512 CPUtime=0.69 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 2871 0 0 0 69 0 0 0 25 0 1 0 465999122 6668288 1174 33554432000 134512640 134761588 4288098304 18446744073709551615 134748129 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 1628 1174 270 61 0 931 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6512

[startup+1.50041 s]
/proc/loadavg: 1.00 1.98 3.00 5/190 18013
/proc/meminfo: memFree=13047728/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=8888 CPUtime=1.48 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 3449 0 0 0 148 0 0 0 25 0 1 0 465999122 9101312 1752 33554432000 134512640 134761588 4288098304 18446744073709551615 134748065 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 2222 1752 270 61 0 1525 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8888

[startup+3.10111 s]
/proc/loadavg: 1.00 1.98 3.00 5/190 18013
/proc/meminfo: memFree=13038552/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=9696 CPUtime=3.08 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 4373 0 0 0 308 0 0 0 25 0 1 0 465999122 9928704 1977 33554432000 134512640 134761588 4288098304 18446744073709551615 134747206 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 2424 1977 270 61 0 1727 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9696

[startup+6.30054 s]
/proc/loadavg: 1.24 2.02 3.01 5/190 18013
/proc/meminfo: memFree=13035832/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=10472 CPUtime=6.28 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 5330 0 0 0 628 0 0 0 25 0 1 0 465999122 10723328 2171 33554432000 134512640 134761588 4288098304 18446744073709551615 134747294 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 2618 2171 270 61 0 1921 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10472

[startup+12.7004 s]
/proc/loadavg: 1.46 2.05 3.01 5/190 18013
/proc/meminfo: memFree=13039956/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=9760 CPUtime=12.69 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 11445 0 0 0 1268 1 0 0 25 0 1 0 465999122 9994240 1978 33554432000 134512640 134761588 4288098304 18446744073709551615 134748372 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 2440 1978 276 61 0 1743 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9760

[startup+25.501 s]
/proc/loadavg: 2.02 2.14 3.03 5/190 18013
/proc/meminfo: memFree=13029428/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=12940 CPUtime=25.49 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 13887 0 0 0 2548 1 0 0 25 0 1 0 465999122 13250560 2758 33554432000 134512640 134761588 4288098304 18446744073709551615 134635866 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 3235 2758 276 61 0 2538 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12940

[startup+51.1003 s]
/proc/loadavg: 2.69 2.29 3.05 5/190 18041
/proc/meminfo: memFree=13028832/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=13328 CPUtime=51.09 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 17660 0 0 0 5107 2 0 0 25 0 1 0 465999122 13647872 2855 33554432000 134512640 134761588 4288098304 18446744073709551615 134635850 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 3332 2855 276 61 0 2635 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 13328

[startup+102.307 s]
/proc/loadavg: 3.43 2.55 3.10 5/190 18069
/proc/meminfo: memFree=13019896/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=18708 CPUtime=102.29 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 21271 0 0 0 10227 2 0 0 25 0 1 0 465999122 19156992 4200 33554432000 134512640 134761588 4288098304 18446744073709551615 134636041 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 4677 4200 276 61 0 3980 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 18708

[startup+162.301 s]
/proc/loadavg: 3.79 2.81 3.15 5/190 18098
/proc/meminfo: memFree=13021256/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=19328 CPUtime=162.29 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 32738 0 0 0 16225 4 0 0 25 0 1 0 465999122 19791872 4394 33554432000 134512640 134761588 4288098304 18446744073709551615 134636566 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 4832 4394 283 61 0 4135 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 19328

[startup+222.301 s]
/proc/loadavg: 3.92 3.03 3.20 5/190 18127
/proc/meminfo: memFree=13021204/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=20456 CPUtime=222.29 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 43624 0 0 0 22223 6 0 0 25 0 1 0 465999122 20946944 4676 33554432000 134512640 134761588 4288098304 18446744073709551615 134644967 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 5114 4676 283 61 0 4417 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 20456

[startup+282.301 s]
/proc/loadavg: 3.97 3.20 3.25 5/190 18128
/proc/meminfo: memFree=13012496/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=19072 CPUtime=282.3 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 52089 0 0 0 28222 8 0 0 25 0 1 0 465999122 19529728 4330 33554432000 134512640 134761588 4288098304 18446744073709551615 134684758 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 4768 4330 283 61 0 4071 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 19072

[startup+342.3 s]
/proc/loadavg: 3.99 3.34 3.30 5/190 18130
/proc/meminfo: memFree=13015060/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=19456 CPUtime=342.3 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 59434 0 0 0 34221 9 0 0 25 0 1 0 465999122 19922944 4426 33554432000 134512640 134761588 4288098304 18446744073709551615 134748154 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 4864 4426 283 61 0 4167 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 19456

[startup+402.3 s]
/proc/loadavg: 4.06 3.48 3.34 5/190 18131
/proc/meminfo: memFree=13021964/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=15616 CPUtime=402.3 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 67227 0 0 0 40220 10 0 0 25 0 1 0 465999122 15990784 3466 33554432000 134512640 134761588 4288098304 18446744073709551615 134748111 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 3904 3466 283 61 0 3207 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 15616

[startup+462.3 s]
/proc/loadavg: 4.05 3.58 3.38 5/190 18133
/proc/meminfo: memFree=13014612/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=19584 CPUtime=462.3 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 75563 0 0 0 46219 11 0 0 25 0 1 0 465999122 20054016 4458 33554432000 134512640 134761588 4288098304 18446744073709551615 134748113 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 4896 4458 283 61 0 4199 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 19584

[startup+522.3 s]
/proc/loadavg: 4.02 3.66 3.42 6/190 18135
/proc/meminfo: memFree=13012604/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=14592 CPUtime=522.3 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 83265 0 0 0 52218 12 0 0 25 0 1 0 465999122 14942208 3210 33554432000 134512640 134761588 4288098304 18446744073709551615 134748109 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 3648 3210 283 61 0 2951 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 14592

[startup+582.3 s]
/proc/loadavg: 4.00 3.72 3.45 5/190 18136
/proc/meminfo: memFree=13009216/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=14336 CPUtime=582.3 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 90135 0 0 0 58217 13 0 0 25 0 1 0 465999122 14680064 3146 33554432000 134512640 134761588 4288098304 18446744073709551615 134747254 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 3584 3146 283 61 0 2887 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 14336

[startup+642.3 s]
/proc/loadavg: 4.00 3.77 3.48 5/190 18138
/proc/meminfo: memFree=13021336/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=16132 CPUtime=642.31 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 97102 0 0 0 64217 14 0 0 25 0 1 0 465999122 16519168 3563 33554432000 134512640 134761588 4288098304 18446744073709551615 134636848 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 4033 3563 283 61 0 3336 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 16132

[startup+702.3 s]
/proc/loadavg: 4.00 3.80 3.51 5/190 18139
/proc/meminfo: memFree=13012612/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=18820 CPUtime=702.3 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 103459 0 0 0 70215 15 0 0 25 0 1 0 465999122 19271680 4235 33554432000 134512640 134761588 4288098304 18446744073709551615 134748129 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 4705 4235 283 61 0 4008 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 18820

[startup+762.306 s]
/proc/loadavg: 4.00 3.84 3.54 5/190 18141
/proc/meminfo: memFree=13012324/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=18820 CPUtime=762.31 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 110137 0 0 0 76215 16 0 0 25 0 1 0 465999122 19271680 4235 33554432000 134512640 134761588 4288098304 18446744073709551615 134680795 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 4705 4235 283 61 0 4008 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 18820

[startup+822.301 s]
/proc/loadavg: 4.00 3.86 3.57 5/190 18143
/proc/meminfo: memFree=13026052/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=14596 CPUtime=822.31 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 115983 0 0 0 82214 17 0 0 25 0 1 0 465999122 14946304 3179 33554432000 134512640 134761588 4288098304 18446744073709551615 134747274 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 3649 3179 283 61 0 2952 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 14596

[startup+882.301 s]
/proc/loadavg: 4.00 3.89 3.59 5/190 18144
/proc/meminfo: memFree=13013096/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=19848 CPUtime=882.31 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 123045 0 0 0 88213 18 0 0 25 0 1 0 465999122 20324352 4492 33554432000 134512640 134761588 4288098304 18446744073709551615 134747392 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 4962 4492 283 61 0 4265 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 19848

[startup+942.301 s]
/proc/loadavg: 4.00 3.90 3.61 5/190 18146
/proc/meminfo: memFree=13019956/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=14856 CPUtime=942.32 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 129761 0 0 0 94212 20 0 0 25 0 1 0 465999122 15212544 3244 33554432000 134512640 134761588 4288098304 18446744073709551615 134727045 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 3714 3244 283 61 0 3017 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 14856

[startup+1002.3 s]
/proc/loadavg: 4.07 3.95 3.65 5/190 18147
/proc/meminfo: memFree=13015696/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=15880 CPUtime=1002.32 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 138038 0 0 0 100211 21 0 0 25 0 1 0 465999122 16261120 3500 33554432000 134512640 134761588 4288098304 18446744073709551615 134747282 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 3970 3500 283 61 0 3273 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 15880

[startup+1062.3 s]
/proc/loadavg: 3.50 3.81 3.62 4/184 18166
/proc/meminfo: memFree=13032500/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=19720 CPUtime=1062.32 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 143761 0 0 0 106210 22 0 0 25 0 1 0 465999122 20193280 4460 33554432000 134512640 134761588 4288098304 18446744073709551615 134747254 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 4930 4460 283 61 0 4233 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 19720

[startup+1122.3 s]
/proc/loadavg: 3.18 3.66 3.58 4/184 18168
/proc/meminfo: memFree=13034692/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=15496 CPUtime=1122.32 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 149639 0 0 0 112209 23 0 0 25 0 1 0 465999122 15867904 3404 33554432000 134512640 134761588 4288098304 18446744073709551615 134636432 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 3874 3404 283 61 0 3177 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 15496

[startup+1182.3 s]
/proc/loadavg: 3.06 3.54 3.54 4/184 18169
/proc/meminfo: memFree=13036892/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=18312 CPUtime=1182.32 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 156162 0 0 0 118209 23 0 0 25 0 1 0 465999122 18751488 4108 33554432000 134512640 134761588 4288098304 18446744073709551615 134747265 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 4578 4108 283 61 0 3881 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 18312

[startup+1242.3 s]
/proc/loadavg: 3.02 3.44 3.50 4/184 18171
/proc/meminfo: memFree=13034144/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=18312 CPUtime=1242.32 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 161367 0 0 0 124208 24 0 0 25 0 1 0 465999122 18751488 4108 33554432000 134512640 134761588 4288098304 18446744073709551615 134748016 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 4578 4108 283 61 0 3881 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 18312



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.01 3.36 3.47 4/184 18172
/proc/meminfo: memFree=13035616/32951124 swapFree=67111528/67111528
[pid=18004] ppid=18001 vsize=18312 CPUtime=1300.03 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18001 18004 17257 0 -1 4202496 166226 0 0 0 129978 25 0 0 25 0 1 0 465999122 18751488 4108 33554432000 134512640 134761588 4288098304 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 4578 4108 283 61 0 3881 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 18312

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): 1300.04
CPU user time (s): 1299.79
CPU system time (s): 0.254961
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 21996

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

runsolver used 2.28165 second user time and 4.33934 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-23 09:33:07
IDJOB=3250565
IDBENCH=83321
IDSOLVER=1521
FILE ID=node104/3250565-1303543987
RUNJOBID= node104-1303543986-17971
PBS_JOBID= 13143134
Free space on /tmp= 71132 MiB

SOLVER NAME= MPhaseSAT64 2011-03-03
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-20_389.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250565-1303543987/watcher-3250565-1303543987 -o /tmp/evaluation-result-3250565-1303543987/solver-3250565-1303543987 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3250565-1303543987.cnf

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

MD5SUM BENCH= f105570f47bdca662c2d3d185f8dc1f8
RANDOM SEED=106378044

node104.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.855
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.71
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.855
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13059612 kB
Buffers:       2271348 kB
Cached:       16974516 kB
SwapCached:          0 kB
Active:       10768132 kB
Inactive:      8550088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13059612 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2752 kB
Writeback:           0 kB
AnonPages:       71468 kB
Mapped:          16040 kB
Slab:           509788 kB
PageTables:       5088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   241288 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= 71132 MiB
End job on node104 at 2011-04-23 09:54:49