Trace number 3250389

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.05 1300.01

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-3-6_2071.cnf
MD5SUM337bdbc5d8bf0013ca73aeffa06cffe8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark95.7414
Satisfiable
(Un)Satisfiability was proved
Number of variables2070
Number of clauses158884
Sum of the clauses size478584
Maximum clause length6
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3158240
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5644

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-3250389-1303542299/watcher-3250389-1303542299 -o /tmp/evaluation-result-3250389-1303542299/solver-3250389-1303542299 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3250389-1303542299.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: 2.54 3.00 3.19 3/181 4694
/proc/meminfo: memFree=15478308/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=5556 CPUtime=0 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 338 0 0 0 0 0 0 0 18 0 1 0 465827904 5689344 279 33554432000 134512640 134761588 4289742384 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 1389 279 225 61 0 692 0

[startup+0.0398501 s]
/proc/loadavg: 2.54 3.00 3.19 3/181 4694
/proc/meminfo: memFree=15478308/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=5556 CPUtime=0.03 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 542 0 0 0 3 0 0 0 18 0 1 0 465827904 5689344 483 33554432000 134512640 134761588 4289742384 18446744073709551615 4147379 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 1389 483 225 61 0 692 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5556

[startup+0.100835 s]
/proc/loadavg: 2.54 3.00 3.19 3/181 4694
/proc/meminfo: memFree=15478308/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=5556 CPUtime=0.09 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 894 0 0 0 9 0 0 0 18 0 1 0 465827904 5689344 835 33554432000 134512640 134761588 4289742384 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 1389 835 225 61 0 692 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5556

[startup+0.300803 s]
/proc/loadavg: 2.54 3.00 3.19 3/181 4694
/proc/meminfo: memFree=15478308/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=18140 CPUtime=0.29 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 8657 0 0 0 29 0 0 0 18 0 1 0 465827904 18575360 4069 33554432000 134512640 134761588 4289742384 18446744073709551615 134670031 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 4535 4069 256 61 0 3838 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18140

[startup+0.70074 s]
/proc/loadavg: 2.54 3.00 3.19 3/181 4694
/proc/meminfo: memFree=15478308/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=17224 CPUtime=0.69 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 9495 0 0 0 68 1 0 0 18 0 1 0 465827904 17637376 3865 33554432000 134512640 134761588 4289742384 18446744073709551615 134704765 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 4306 3865 265 61 0 3609 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17224

[startup+1.50058 s]
/proc/loadavg: 2.54 3.00 3.19 5/190 4711
/proc/meminfo: memFree=15439316/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=18352 CPUtime=1.49 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 9777 0 0 0 148 1 0 0 20 0 1 0 465827904 18792448 4147 33554432000 134512640 134761588 4289742384 18446744073709551615 134614189 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 4588 4147 265 61 0 3891 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18352

[startup+3.10029 s]
/proc/loadavg: 2.54 3.00 3.19 5/190 4712
/proc/meminfo: memFree=15432240/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=21128 CPUtime=3.09 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 10507 0 0 0 308 1 0 0 25 0 1 0 465827904 21635072 4846 33554432000 134512640 134761588 4289742384 18446744073709551615 134747199 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 5282 4846 270 61 0 4585 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21128

[startup+6.30071 s]
/proc/loadavg: 2.66 3.02 3.20 5/190 4712
/proc/meminfo: memFree=15430488/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=22620 CPUtime=6.29 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 12041 0 0 0 628 1 0 0 25 0 1 0 465827904 23162880 5187 33554432000 134512640 134761588 4289742384 18446744073709551615 134614992 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 5655 5187 270 61 0 4958 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22620

[startup+12.7006 s]
/proc/loadavg: 2.84 3.05 3.21 5/190 4739
/proc/meminfo: memFree=15429316/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=21536 CPUtime=12.69 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 13995 0 0 0 1268 1 0 0 25 0 1 0 465827904 22052864 4927 33554432000 134512640 134761588 4289742384 18446744073709551615 134673397 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 5384 4927 270 61 0 4687 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21536

[startup+25.5002 s]
/proc/loadavg: 3.10 3.10 3.22 5/190 4739
/proc/meminfo: memFree=15422756/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=22348 CPUtime=25.49 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 16301 0 0 0 2548 1 0 0 25 0 1 0 465827904 22884352 5119 33554432000 134512640 134761588 4289742384 18446744073709551615 134748168 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 5587 5119 270 61 0 4890 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 22348

[startup+51.1006 s]
/proc/loadavg: 3.41 3.17 3.24 5/190 4740
/proc/meminfo: memFree=15407308/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=34224 CPUtime=51.09 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 41450 0 0 0 5105 4 0 0 25 0 1 0 465827904 35045376 8118 33554432000 134512640 134761588 4289742384 18446744073709551615 134614442 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 8556 8118 276 61 0 7859 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 34224

[startup+102.306 s]
/proc/loadavg: 3.78 3.31 3.28 5/190 4741
/proc/meminfo: memFree=15389072/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=42780 CPUtime=102.3 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 46524 0 0 0 10225 5 0 0 25 0 1 0 465827904 43806720 10185 33554432000 134512640 134761588 4289742384 18446744073709551615 134635873 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 10695 10185 276 61 0 9998 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 42780

[startup+162.3 s]
/proc/loadavg: 3.92 3.43 3.32 5/190 4743
/proc/meminfo: memFree=15385088/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=43128 CPUtime=162.29 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 48460 0 0 0 16224 5 0 0 25 0 1 0 465827904 44163072 10240 33554432000 134512640 134761588 4289742384 18446744073709551615 134614629 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 10782 10240 276 61 0 10085 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 43128

[startup+222.301 s]
/proc/loadavg: 3.97 3.53 3.36 5/190 4744
/proc/meminfo: memFree=15383700/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=43624 CPUtime=222.29 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 49868 0 0 0 22224 5 0 0 25 0 1 0 465827904 44670976 10396 33554432000 134512640 134761588 4289742384 18446744073709551615 134635842 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 10906 10396 276 61 0 10209 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 43624

[startup+282.301 s]
/proc/loadavg: 3.99 3.61 3.40 5/190 4746
/proc/meminfo: memFree=15391252/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=42148 CPUtime=282.3 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 52914 0 0 0 28224 6 0 0 25 0 1 0 465827904 43159552 10087 33554432000 134512640 134761588 4289742384 18446744073709551615 134614784 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 10537 10087 276 61 0 9840 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 42148

[startup+342.301 s]
/proc/loadavg: 4.07 3.70 3.44 5/190 4748
/proc/meminfo: memFree=15391848/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=41316 CPUtime=342.3 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 63692 0 0 0 34223 7 0 0 25 0 1 0 465827904 42307584 9791 33554432000 134512640 134761588 4289742384 18446744073709551615 134636141 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 10329 9791 276 61 0 9632 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 41316

[startup+402.301 s]
/proc/loadavg: 4.02 3.75 3.47 5/190 4749
/proc/meminfo: memFree=15393932/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=40180 CPUtime=402.3 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 64829 0 0 0 40223 7 0 0 25 0 1 0 465827904 41144320 9581 33554432000 134512640 134761588 4289742384 18446744073709551615 134748148 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 10045 9581 276 61 0 9348 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 40180

[startup+462.3 s]
/proc/loadavg: 4.01 3.79 3.50 5/190 4751
/proc/meminfo: memFree=15393548/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=40516 CPUtime=462.31 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 65886 0 0 0 46223 8 0 0 25 0 1 0 465827904 41488384 9665 33554432000 134512640 134761588 4289742384 18446744073709551615 134635845 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 10129 9665 276 61 0 9432 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 40516

[startup+522.3 s]
/proc/loadavg: 4.04 3.84 3.54 5/190 4752
/proc/meminfo: memFree=15394024/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=40516 CPUtime=522.31 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 66527 0 0 0 52223 8 0 0 25 0 1 0 465827904 41488384 9665 33554432000 134512640 134761588 4289742384 18446744073709551615 134635842 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 10129 9665 276 61 0 9432 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 40516

[startup+582.3 s]
/proc/loadavg: 4.01 3.87 3.56 5/190 4754
/proc/meminfo: memFree=15392776/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=42184 CPUtime=582.31 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 68576 0 0 0 58223 8 0 0 25 0 1 0 465827904 43196416 10082 33554432000 134512640 134761588 4289742384 18446744073709551615 134644275 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 10546 10082 276 61 0 9849 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 42184

[startup+642.301 s]
/proc/loadavg: 4.06 3.91 3.59 5/190 4756
/proc/meminfo: memFree=15393748/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=41236 CPUtime=642.31 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 76890 0 0 0 64222 9 0 0 25 0 1 0 465827904 42225664 9845 33554432000 134512640 134761588 4289742384 18446744073709551615 134747280 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 10309 9845 276 61 0 9612 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 41236

[startup+702.301 s]
/proc/loadavg: 4.02 3.92 3.61 5/190 4757
/proc/meminfo: memFree=15391872/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=32976 CPUtime=702.31 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 85949 0 0 0 70220 11 0 0 25 0 1 0 465827904 33767424 7780 33554432000 134512640 134761588 4289742384 18446744073709551615 134748267 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 8244 7780 276 61 0 7547 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 32976

[startup+762.307 s]
/proc/loadavg: 4.00 3.93 3.64 5/190 4759
/proc/meminfo: memFree=15392356/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=41136 CPUtime=762.32 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 92670 0 0 0 76220 12 0 0 25 0 1 0 465827904 42123264 9820 33554432000 134512640 134761588 4289742384 18446744073709551615 134747351 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 10284 9820 276 61 0 9587 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 41136

[startup+822.301 s]
/proc/loadavg: 4.00 3.94 3.65 5/190 4760
/proc/meminfo: memFree=15391464/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=42156 CPUtime=822.32 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 100736 0 0 0 82219 13 0 0 25 0 1 0 465827904 43167744 10075 33554432000 134512640 134761588 4289742384 18446744073709551615 134747265 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 10539 10075 276 61 0 9842 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 42156

[startup+882.301 s]
/proc/loadavg: 4.00 3.95 3.67 5/190 4762
/proc/meminfo: memFree=15391824/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=41388 CPUtime=882.31 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 109058 0 0 0 88217 14 0 0 25 0 1 0 465827904 42381312 9883 33554432000 134512640 134761588 4289742384 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 10347 9883 276 61 0 9650 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 41388

[startup+942.3 s]
/proc/loadavg: 4.04 3.97 3.70 5/190 4764
/proc/meminfo: memFree=15390928/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=43692 CPUtime=942.32 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 115267 0 0 0 94217 15 0 0 25 0 1 0 465827904 44740608 10459 33554432000 134512640 134761588 4289742384 18446744073709551615 134748545 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 10923 10459 276 61 0 10226 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 43692

[startup+1002.3 s]
/proc/loadavg: 4.01 3.97 3.71 5/190 4765
/proc/meminfo: memFree=15390160/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=44848 CPUtime=1002.32 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 123365 0 0 0 100216 16 0 0 25 0 1 0 465827904 45924352 10748 33554432000 134512640 134761588 4289742384 18446744073709551615 134747179 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 11212 10748 276 61 0 10515 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 44848

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.73 5/190 4767
/proc/meminfo: memFree=15381708/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=44848 CPUtime=1062.32 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 126565 0 0 0 106216 16 0 0 25 0 1 0 465827904 45924352 10748 33554432000 134512640 134761588 4289742384 18446744073709551615 134747240 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 11212 10748 276 61 0 10515 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 44848

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.74 5/190 4768
/proc/meminfo: memFree=15381428/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=45360 CPUtime=1122.33 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 129606 0 0 0 112216 17 0 0 25 0 1 0 465827904 46448640 10876 33554432000 134512640 134761588 4289742384 18446744073709551615 134747194 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 11340 10876 276 61 0 10643 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 45360

[startup+1182.3 s]
/proc/loadavg: 3.99 3.97 3.75 4/184 4787
/proc/meminfo: memFree=15408748/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=34864 CPUtime=1182.33 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 135496 0 0 0 118215 18 0 0 25 0 1 0 465827904 35700736 8252 33554432000 134512640 134761588 4289742384 18446744073709551615 134747252 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 8716 8252 276 61 0 8019 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 34864

[startup+1242.3 s]
/proc/loadavg: 3.36 3.79 3.70 4/184 4789
/proc/meminfo: memFree=15397440/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=45360 CPUtime=1242.33 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 145129 0 0 0 124214 19 0 0 25 0 1 0 465827904 46448640 10876 33554432000 134512640 134761588 4289742384 18446744073709551615 134618391 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 11340 10876 276 61 0 10643 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 45360



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.13 3.64 3.66 4/184 4790
/proc/meminfo: memFree=15399404/32951124 swapFree=67111528/67111528
[pid=4694] ppid=4691 vsize=42544 CPUtime=1300.03 cores=1,3
/proc/4694/stat : 4694 (MPhaseSAT64) R 4691 4694 4288 0 -1 4202496 150634 0 0 0 129983 20 0 0 25 0 1 0 465827904 43565056 10172 33554432000 134512640 134761588 4289742384 18446744073709551615 134748185 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/4694/statm: 10636 10172 276 61 0 9939 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 42544

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.05
CPU user time (s): 1299.84
CPU system time (s): 0.210967
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 47024

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

runsolver used 2.18067 second user time and 4.87926 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-23 09:04:59
IDJOB=3250389
IDBENCH=83253
IDSOLVER=1521
FILE ID=node138/3250389-1303542299
RUNJOBID= node138-1303542299-4670
PBS_JOBID= 13143100
Free space on /tmp= 71956 MiB

SOLVER NAME= MPhaseSAT64 2011-03-03
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-3-6_2071.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250389-1303542299/watcher-3250389-1303542299 -o /tmp/evaluation-result-3250389-1303542299/solver-3250389-1303542299 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3250389-1303542299.cnf

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

MD5SUM BENCH= 337bdbc5d8bf0013ca73aeffa06cffe8
RANDOM SEED=223525710

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.82
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.854
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:      15478480 kB
Buffers:       2056448 kB
Cached:       14793548 kB
SwapCached:          0 kB
Active:        9695624 kB
Inactive:      7220880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15478480 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3256 kB
Writeback:           0 kB
AnonPages:       66240 kB
Mapped:          16040 kB
Slab:           491556 kB
PageTables:       4732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   212768 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= 71952 MiB
End job on node138 at 2011-04-23 09:26:41