Trace number 3445811

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.03 4999.91

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_20_70_1-dir.shuffled-as.sat03-146.cnf
MD5SUM7ef2b563e57ba91e22d23e55abe69485
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2999.01
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses46988
Sum of the clauses size94536
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 246968
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

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-3445811-1306981921/watcher-3445811-1306981921 -o /tmp/evaluation-result-3445811-1306981921/solver-3445811-1306981921 -C 5000 -W 5100 -M 15500 MPhaseSAT HOME/instance-3445811-1306981921.cnf 

running on 4 cores: 1,3,5,7

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.73 1.94 1.98 2/270 27224
/proc/meminfo: memFree=28398596/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=4328 CPUtime=0 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 339 0 0 0 0 0 0 0 22 0 1 0 809792897 4431872 280 33554432000 134512640 134731564 4289853200 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27224/statm: 1082 280 225 54 0 392 0

[startup+0.0298121 s]
/proc/loadavg: 1.73 1.94 1.98 2/270 27224
/proc/meminfo: memFree=28398596/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=4880 CPUtime=0.02 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 602 0 0 0 2 0 0 0 22 0 1 0 809792897 4997120 542 33554432000 134512640 134731564 4289853200 18446744073709551615 134559216 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27224/statm: 1220 542 232 54 0 530 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4880

[startup+0.10082 s]
/proc/loadavg: 1.73 1.94 1.98 2/270 27224
/proc/meminfo: memFree=28398596/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=7456 CPUtime=0.09 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 1595 0 0 0 9 0 0 0 22 0 1 0 809792897 7634944 1396 33554432000 134512640 134731564 4289853200 18446744073709551615 11789820 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27224/statm: 1864 1396 259 54 0 1174 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7456

[startup+0.300759 s]
/proc/loadavg: 1.73 1.94 1.98 2/270 27224
/proc/meminfo: memFree=28398596/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=7456 CPUtime=0.29 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 1617 0 0 0 29 0 0 0 23 0 1 0 809792897 7634944 1417 33554432000 134512640 134731564 4289853200 18446744073709551615 134667537 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27224/statm: 1864 1417 271 54 0 1174 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7456

[startup+0.7007 s]
/proc/loadavg: 1.73 1.94 1.98 2/270 27224
/proc/meminfo: memFree=28398596/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=7720 CPUtime=0.69 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 1700 0 0 0 69 0 0 0 25 0 1 0 809792897 7905280 1500 33554432000 134512640 134731564 4289853200 18446744073709551615 134720750 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27224/statm: 1930 1500 271 54 0 1240 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7720

[startup+1.50054 s]
/proc/loadavg: 1.73 1.94 1.98 3/274 27231
/proc/meminfo: memFree=28382328/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=8908 CPUtime=1.49 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 1991 0 0 0 149 0 0 0 25 0 1 0 809792897 9121792 1791 33554432000 134512640 134731564 4289853200 18446744073709551615 11818974 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27224/statm: 2227 1791 271 54 0 1537 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8908

[startup+3.10026 s]
/proc/loadavg: 1.76 1.94 1.98 3/274 27231
/proc/meminfo: memFree=28380352/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=9568 CPUtime=3.09 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 2161 0 0 0 309 0 0 0 25 0 1 0 809792897 9797632 1961 33554432000 134512640 134731564 4289853200 18446744073709551615 11818974 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27224/statm: 2392 1961 271 54 0 1702 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9568

[startup+6.30067 s]
/proc/loadavg: 1.76 1.94 1.98 3/274 27231
/proc/meminfo: memFree=28377220/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=11284 CPUtime=6.29 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 2591 0 0 0 629 0 0 0 25 0 1 0 809792897 11554816 2391 33554432000 134512640 134731564 4289853200 18446744073709551615 134659010 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27224/statm: 2821 2391 271 54 0 2131 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11284

[startup+12.7005 s]
/proc/loadavg: 1.79 1.95 1.98 3/274 27231
/proc/meminfo: memFree=28373776/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=9420 CPUtime=12.69 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 6225 0 0 0 1268 1 0 0 25 0 1 0 809792897 9646080 1917 33554432000 134512640 134731564 4289853200 18446744073709551615 134721107 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27224/statm: 2355 1917 277 54 0 1665 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9420

[startup+25.5002 s]
/proc/loadavg: 1.82 1.95 1.98 3/274 27232
/proc/meminfo: memFree=28373624/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=10212 CPUtime=25.49 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 6421 0 0 0 2548 1 0 0 25 0 1 0 809792897 10457088 2113 33554432000 134512640 134731564 4289853200 18446744073709551615 134719837 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27224/statm: 2553 2113 277 54 0 1863 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10212

[startup+51.1005 s]
/proc/loadavg: 1.88 1.95 1.98 3/274 27232
/proc/meminfo: memFree=28368472/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=14452 CPUtime=51.09 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 7469 0 0 0 5108 1 0 0 25 0 1 0 809792897 14798848 3161 33554432000 134512640 134731564 4289853200 18446744073709551615 134719844 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27224/statm: 3613 3161 277 54 0 2923 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 14452

[startup+102.31 s]
/proc/loadavg: 1.95 1.95 1.98 3/274 27234
/proc/meminfo: memFree=28354936/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=26256 CPUtime=102.3 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 10362 0 0 0 10228 2 0 0 25 0 1 0 809792897 26886144 6054 33554432000 134512640 134731564 4289853200 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27224/statm: 6564 6054 277 54 0 5874 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 26256

[startup+162.301 s]
/proc/loadavg: 1.98 1.96 1.98 3/274 27235
/proc/meminfo: memFree=28343376/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=28984 CPUtime=162.28 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 11037 0 0 0 16226 2 0 0 25 0 1 0 809792897 29679616 6729 33554432000 134512640 134731564 4289853200 18446744073709551615 134659395 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27224/statm: 7246 6729 277 54 0 6556 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 28984

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/274 27237
/proc/meminfo: memFree=28341744/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=31032 CPUtime=222.27 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 11523 0 0 0 22225 2 0 0 25 0 1 0 809792897 31776768 7215 33554432000 134512640 134731564 4289853200 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27224/statm: 7758 7215 277 54 0 7068 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 31032

[startup+282.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/274 27239
/proc/meminfo: memFree=28339624/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=34072 CPUtime=282.27 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 12126 0 0 0 28225 2 0 0 25 0 1 0 809792897 34889728 7818 33554432000 134512640 134731564 4289853200 18446744073709551615 134721120 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27224/statm: 8518 7818 277 54 0 7828 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 34072

[startup+342.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/274 27240
/proc/meminfo: memFree=28333772/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=39896 CPUtime=342.28 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 13504 0 0 0 34225 3 0 0 25 0 1 0 809792897 40853504 9196 33554432000 134512640 134731564 4289853200 18446744073709551615 11818944 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27224/statm: 9974 9196 277 54 0 9284 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 39896

[startup+402.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/274 27242
/proc/meminfo: memFree=28333624/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=39896 CPUtime=402.27 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 13514 0 0 0 40224 3 0 0 25 0 1 0 809792897 40853504 9206 33554432000 134512640 134731564 4289853200 18446744073709551615 134719816 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27224/statm: 9974 9206 277 54 0 9284 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 39896

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/274 27243
/proc/meminfo: memFree=28333220/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=41240 CPUtime=462.27 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 13758 0 0 0 46224 3 0 0 25 0 1 0 809792897 42229760 9450 33554432000 134512640 134731564 4289853200 18446744073709551615 134623203 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/27224/statm: 10310 9450 277 54 0 9620 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 41240

[startup+522.3 s]
/proc/loadavg: 2.07 1.99 1.98 3/274 27245
/proc/meminfo: memFree=28332324/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=42264 CPUtime=522.27 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 13923 0 0 0 52224 3 0 0 25 0 1 0 809792897 43278336 9615 33554432000 134512640 134731564 4289853200 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/27224/statm: 10566 9615 277 54 0 9876 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 42264

[startup+582.3 s]
/proc/loadavg: 2.06 2.00 1.99 3/274 27247
/proc/meminfo: memFree=28331172/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=43800 CPUtime=582.27 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 14205 0 0 0 58224 3 0 0 25 0 1 0 809792897 44851200 9897 33554432000 134512640 134731564 4289853200 18446744073709551615 134720151 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/27224/statm: 10950 9897 277 54 0 10260 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 43800

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/274 27351
/proc/meminfo: memFree=28321120/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=50228 CPUtime=4062.39 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 16593 0 0 0 406235 4 0 0 25 0 1 0 809792897 51433472 11923 33554432000 134512640 134731564 4289853200 18446744073709551615 134673272 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/27224/statm: 12557 11923 277 54 0 11867 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 50228

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/274 27353
/proc/meminfo: memFree=28321820/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=50228 CPUtime=4122.38 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 16593 0 0 0 412234 4 0 0 25 0 1 0 809792897 51433472 11923 33554432000 134512640 134731564 4289853200 18446744073709551615 134659726 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/27224/statm: 12557 11923 277 54 0 11867 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 50228

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 27355
/proc/meminfo: memFree=28321796/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=50228 CPUtime=4182.38 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 16593 0 0 0 418234 4 0 0 25 0 1 0 809792897 51433472 11923 33554432000 134512640 134731564 4289853200 18446744073709551615 134659748 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/27224/statm: 12557 11923 277 54 0 11867 0
Current children cumulated CPU time (s) 4182.38
Current children cumulated vsize (KiB) 50228

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 27356
/proc/meminfo: memFree=28321760/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=50228 CPUtime=4242.38 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 16593 0 0 0 424234 4 0 0 25 0 1 0 809792897 51433472 11923 33554432000 134512640 134731564 4289853200 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/27224/statm: 12557 11923 277 54 0 11867 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 50228

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 27358
/proc/meminfo: memFree=28321988/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=50228 CPUtime=4302.39 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 16593 0 0 0 430235 4 0 0 25 0 1 0 809792897 51433472 11923 33554432000 134512640 134731564 4289853200 18446744073709551615 134659345 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/27224/statm: 12557 11923 277 54 0 11867 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 50228

[startup+4362.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/274 27359
/proc/meminfo: memFree=28321832/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=50228 CPUtime=4362.39 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 16593 0 0 0 436235 4 0 0 25 0 1 0 809792897 51433472 11923 33554432000 134512640 134731564 4289853200 18446744073709551615 134659329 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/27224/statm: 12557 11923 277 54 0 11867 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 50228

[startup+4422.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/274 27361
/proc/meminfo: memFree=28321804/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=50228 CPUtime=4422.39 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 16593 0 0 0 442235 4 0 0 25 0 1 0 809792897 51433472 11923 33554432000 134512640 134731564 4289853200 18446744073709551615 134659502 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/27224/statm: 12557 11923 277 54 0 11867 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 50228

[startup+4482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/274 27363
/proc/meminfo: memFree=28321900/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=50228 CPUtime=4482.39 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 16593 0 0 0 448235 4 0 0 25 0 1 0 809792897 51433472 11923 33554432000 134512640 134731564 4289853200 18446744073709551615 134659051 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/27224/statm: 12557 11923 277 54 0 11867 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 50228

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/274 27364
/proc/meminfo: memFree=28321876/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=50228 CPUtime=4542.39 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 16593 0 0 0 454235 4 0 0 25 0 1 0 809792897 51433472 11923 33554432000 134512640 134731564 4289853200 18446744073709551615 134721203 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/27224/statm: 12557 11923 277 54 0 11867 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 50228

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 27366
/proc/meminfo: memFree=28320852/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=50228 CPUtime=4602.4 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 16593 0 0 0 460236 4 0 0 25 0 1 0 809792897 51433472 11923 33554432000 134512640 134731564 4289853200 18446744073709551615 134655717 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/27224/statm: 12557 11923 277 54 0 11867 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 50228

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 27367
/proc/meminfo: memFree=28320684/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=50228 CPUtime=4662.4 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 16593 0 0 0 466236 4 0 0 25 0 1 0 809792897 51433472 11923 33554432000 134512640 134731564 4289853200 18446744073709551615 134659523 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/27224/statm: 12557 11923 277 54 0 11867 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 50228

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 27369
/proc/meminfo: memFree=28321272/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=50228 CPUtime=4722.41 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 16593 0 0 0 472237 4 0 0 25 0 1 0 809792897 51433472 11923 33554432000 134512640 134731564 4289853200 18446744073709551615 134720344 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/27224/statm: 12557 11923 277 54 0 11867 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 50228

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 27371
/proc/meminfo: memFree=28321620/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=50228 CPUtime=4782.4 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 16593 0 0 0 478236 4 0 0 25 0 1 0 809792897 51433472 11923 33554432000 134512640 134731564 4289853200 18446744073709551615 134659293 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/27224/statm: 12557 11923 277 54 0 11867 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 50228

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 27372
/proc/meminfo: memFree=28321460/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=50228 CPUtime=4842.4 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 16593 0 0 0 484236 4 0 0 25 0 1 0 809792897 51433472 11923 33554432000 134512640 134731564 4289853200 18446744073709551615 134668888 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/27224/statm: 12557 11923 277 54 0 11867 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 50228

[startup+4902.3 s]
/proc/loadavg: 2.13 2.03 2.01 3/274 27374
/proc/meminfo: memFree=28321564/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=50228 CPUtime=4902.4 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 16593 0 0 0 490236 4 0 0 25 0 1 0 809792897 51433472 11923 33554432000 134512640 134731564 4289853200 18446744073709551615 11786659 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/27224/statm: 12557 11923 277 54 0 11867 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 50228

[startup+4962.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/274 27375
/proc/meminfo: memFree=28321900/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=50228 CPUtime=4962.41 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 16593 0 0 0 496237 4 0 0 25 0 1 0 809792897 51433472 11923 33554432000 134512640 134731564 4289853200 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/27224/statm: 12557 11923 277 54 0 11867 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 50228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.02 2.02 2.00 3/274 27376
/proc/meminfo: memFree=28321760/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=50228 CPUtime=5000.01 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 16593 0 0 0 499997 4 0 0 25 0 1 0 809792897 51433472 11923 33554432000 134512640 134731564 4289853200 18446744073709551615 134659306 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/27224/statm: 12557 11923 277 54 0 11867 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 50228

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+4999.9 s]
/proc/loadavg: 2.02 2.02 2.00 3/274 27376
/proc/meminfo: memFree=28321760/32951124 swapFree=55664332/67111528
[pid=27224] ppid=27222 vsize=50228 CPUtime=5000.01 cores=1,3,5,7
/proc/27224/stat : 27224 (MPhaseSAT) R 27222 27224 25859 0 -1 4202496 16593 0 0 0 499997 4 0 0 25 0 1 0 809792897 51433472 11923 33554432000 134512640 134731564 4289853200 18446744073709551615 134659306 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/27224/statm: 12557 11923 277 54 0 11867 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 50228

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.91
CPU time (s): 5000.03
CPU user time (s): 4999.98
CPU system time (s): 0.049992
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 51744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.98
system time used= 0.049992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16593
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= 15
involuntary context switches= 12671

runsolver used 11.8942 second user time and 29.0256 second system time

The end

Launcher Data

Begin job on node109 at 2011-06-02 04:32:02
IDJOB=3445811
IDBENCH=83952
IDSOLVER=1941
FILE ID=node109/3445811-1306981921
RUNJOBID= node109-1306981921-27211
PBS_JOBID= 13497662
Free space on /tmp= 73688 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_20_70_1-dir.shuffled-as.sat03-146.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3445811-1306981921/watcher-3445811-1306981921 -o /tmp/evaluation-result-3445811-1306981921/solver-3445811-1306981921 -C 5000 -W 5100 -M 15500  MPhaseSAT HOME/instance-3445811-1306981921.cnf

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

MD5SUM BENCH= 7ef2b563e57ba91e22d23e55abe69485
RANDOM SEED=732658097

node109.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.809
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.61
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.809
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.809
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.809
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.809
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.82
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.809
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28399000 kB
Buffers:        275652 kB
Cached:        2306844 kB
SwapCached:      10360 kB
Active:         910068 kB
Inactive:      3402752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28399000 kB
SwapTotal:    67111528 kB
SwapFree:     55664332 kB
Dirty:             500 kB
Writeback:           4 kB
AnonPages:     1726580 kB
Mapped:          15644 kB
Slab:           139840 kB
PageTables:      37196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 30868104 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= 73684 MiB
End job on node109 at 2011-06-02 05:55:23