Trace number 3445809

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.92

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_18_80_10-dir.shuffled-as.sat03-140.cnf
MD5SUM1037a2754a0a53f62ba8ec901741c9e9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3019.17
Satisfiable
(Un)Satisfiability was proved
Number of variables540
Number of clauses40510
Sum of the clauses size81524
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 240492
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518

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

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 2/372 981
/proc/meminfo: memFree=23007052/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=4152 CPUtime=0 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 325 0 0 0 0 0 0 0 18 0 1 0 809766388 4251648 267 33554432000 134512640 134731564 4291882736 18446744073709551615 134531503 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/979/statm: 1038 267 225 54 0 348 0

[startup+0.053098 s]
/proc/loadavg: 2.00 2.01 2.00 2/372 981
/proc/meminfo: memFree=23007052/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=5720 CPUtime=0.05 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 1149 0 0 0 5 0 0 0 18 0 1 0 809766388 5857280 970 33554432000 134512640 134731564 4291882736 18446744073709551615 134629965 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/979/statm: 1430 970 255 54 0 740 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5720

[startup+0.101089 s]
/proc/loadavg: 2.00 2.01 2.00 2/372 981
/proc/meminfo: memFree=23007052/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=6908 CPUtime=0.09 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 1452 0 0 0 9 0 0 0 18 0 1 0 809766388 7073792 1273 33554432000 134512640 134731564 4291882736 18446744073709551615 134630183 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/979/statm: 1727 1273 260 54 0 1037 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6908

[startup+0.301053 s]
/proc/loadavg: 2.00 2.01 2.00 2/372 981
/proc/meminfo: memFree=23007052/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=6908 CPUtime=0.29 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 1465 0 0 0 29 0 0 0 18 0 1 0 809766388 7073792 1285 33554432000 134512640 134731564 4291882736 18446744073709551615 134659520 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/979/statm: 1727 1285 271 54 0 1037 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6908

[startup+0.700982 s]
/proc/loadavg: 2.00 2.01 2.00 2/372 981
/proc/meminfo: memFree=23007052/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=7700 CPUtime=0.69 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 1664 0 0 0 69 0 0 0 18 0 1 0 809766388 7884800 1484 33554432000 134512640 134731564 4291882736 18446744073709551615 134659224 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/979/statm: 1925 1484 271 54 0 1235 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7700

[startup+1.50086 s]
/proc/loadavg: 2.00 2.01 2.00 4/374 983
/proc/meminfo: memFree=22995948/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=8492 CPUtime=1.49 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 1846 0 0 0 149 0 0 0 20 0 1 0 809766388 8695808 1666 33554432000 134512640 134731564 4291882736 18446744073709551615 4956080 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/979/statm: 2123 1666 271 54 0 1433 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8492

[startup+3.10057 s]
/proc/loadavg: 2.00 2.01 2.00 4/374 983
/proc/meminfo: memFree=22992476/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=9944 CPUtime=3.09 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 2211 0 0 0 309 0 0 0 25 0 1 0 809766388 10182656 2031 33554432000 134512640 134731564 4291882736 18446744073709551615 134659270 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/979/statm: 2486 2031 271 54 0 1796 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9944

[startup+6.30098 s]
/proc/loadavg: 2.00 2.01 2.00 4/374 983
/proc/meminfo: memFree=22988908/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=11020 CPUtime=6.29 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 2474 0 0 0 629 0 0 0 25 0 1 0 809766388 11284480 2294 33554432000 134512640 134731564 4291882736 18446744073709551615 134623128 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/979/statm: 2755 2294 271 54 0 2065 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11020

[startup+12.7008 s]
/proc/loadavg: 2.00 2.01 2.00 4/374 983
/proc/meminfo: memFree=22995268/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=8928 CPUtime=12.65 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 4774 0 0 0 1264 1 0 0 25 0 1 0 809766388 9142272 1797 33554432000 134512640 134731564 4291882736 18446744073709551615 134719759 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/979/statm: 2232 1797 277 54 0 1542 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 8928

[startup+25.5005 s]
/proc/loadavg: 2.00 2.01 2.00 4/374 984
/proc/meminfo: memFree=22988600/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=9984 CPUtime=25.45 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 5011 0 0 0 2544 1 0 0 25 0 1 0 809766388 10223616 2034 33554432000 134512640 134731564 4291882736 18446744073709551615 134620725 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/979/statm: 2496 2034 277 54 0 1806 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 9984

[startup+51.1008 s]
/proc/loadavg: 2.00 2.01 2.00 4/374 984
/proc/meminfo: memFree=22984732/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=13700 CPUtime=51.05 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 5936 0 0 0 5104 1 0 0 25 0 1 0 809766388 14028800 2959 33554432000 134512640 134731564 4291882736 18446744073709551615 134721181 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/979/statm: 3425 2959 277 54 0 2735 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 13700

[startup+102.314 s]
/proc/loadavg: 2.00 2.00 2.00 4/374 986
/proc/meminfo: memFree=22964264/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=24096 CPUtime=102.26 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 8424 0 0 0 10225 1 0 0 25 0 1 0 809766388 24674304 5447 33554432000 134512640 134731564 4291882736 18446744073709551615 134666943 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/979/statm: 6024 5447 277 54 0 5334 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 24096

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/374 987
/proc/meminfo: memFree=22948860/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=31072 CPUtime=162.26 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 9915 0 0 0 16224 2 0 0 25 0 1 0 809766388 31817728 6938 33554432000 134512640 134731564 4291882736 18446744073709551615 5244894 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/979/statm: 7768 6938 277 54 0 7078 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 31072

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/374 989
/proc/meminfo: memFree=22945104/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=34540 CPUtime=222.26 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 10761 0 0 0 22224 2 0 0 25 0 1 0 809766388 35368960 7784 33554432000 134512640 134731564 4291882736 18446744073709551615 134614650 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/979/statm: 8635 7784 277 54 0 7945 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 34540

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/374 990
/proc/meminfo: memFree=22945444/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=35232 CPUtime=282.26 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 10934 0 0 0 28224 2 0 0 25 0 1 0 809766388 36077568 7957 33554432000 134512640 134731564 4291882736 18446744073709551615 134659345 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/979/statm: 8808 7957 277 54 0 8118 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 35232

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/374 992
/proc/meminfo: memFree=22938352/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=35232 CPUtime=342.26 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 11001 0 0 0 34224 2 0 0 25 0 1 0 809766388 36077568 8024 33554432000 134512640 134731564 4291882736 18446744073709551615 134667879 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/979/statm: 8808 8024 277 54 0 8118 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 35232

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/374 994
/proc/meminfo: memFree=22937580/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=35232 CPUtime=402.26 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 11134 0 0 0 40224 2 0 0 25 0 1 0 809766388 36077568 8157 33554432000 134512640 134731564 4291882736 18446744073709551615 134669301 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/979/statm: 8808 8157 277 54 0 8118 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 35232

[startup+462.301 s]
/proc/loadavg: 2.07 2.03 2.01 4/374 995
/proc/meminfo: memFree=22938672/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=35232 CPUtime=462.26 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 11240 0 0 0 46224 2 0 0 25 0 1 0 809766388 36077568 8263 33554432000 134512640 134731564 4291882736 18446744073709551615 5244868 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/979/statm: 8808 8263 277 54 0 8118 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 35232

[startup+522.301 s]
/proc/loadavg: 2.09 2.05 2.01 4/374 997
/proc/meminfo: memFree=22936664/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=37536 CPUtime=522.26 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 11694 0 0 0 52224 2 0 0 25 0 1 0 809766388 38436864 8717 33554432000 134512640 134731564 4291882736 18446744073709551615 134719816 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/979/statm: 9384 8717 277 54 0 8694 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 37536

[startup+582.301 s]
/proc/loadavg: 2.03 2.04 2.00 4/374 998
/proc/meminfo: memFree=22936756/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=36256 CPUtime=582.26 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 12099 0 0 0 58224 2 0 0 25 0 1 0 809766388 37126144 8501 33554432000 134512640 134731564 4291882736 18446744073709551615 134659533 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/979/statm: 9064 8501 277 54 0 8374 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 36256

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/374 1121
/proc/meminfo: memFree=22924548/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=43216 CPUtime=4062.39 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 13960 0 0 0 406236 3 0 0 25 0 1 0 809766388 44253184 10362 33554432000 134512640 134731564 4291882736 18446744073709551615 4956080 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/979/statm: 10804 10362 277 54 0 10114 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 43216

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/374 1124
/proc/meminfo: memFree=22924512/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=43216 CPUtime=4122.37 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 13960 0 0 0 412234 3 0 0 25 0 1 0 809766388 44253184 10362 33554432000 134512640 134731564 4291882736 18446744073709551615 134659270 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/979/statm: 10804 10362 277 54 0 10114 0
Current children cumulated CPU time (s) 4122.37
Current children cumulated vsize (KiB) 43216

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/374 1125
/proc/meminfo: memFree=22924600/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=43216 CPUtime=4182.37 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 13960 0 0 0 418234 3 0 0 25 0 1 0 809766388 44253184 10362 33554432000 134512640 134731564 4291882736 18446744073709551615 134659726 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/979/statm: 10804 10362 277 54 0 10114 0
Current children cumulated CPU time (s) 4182.37
Current children cumulated vsize (KiB) 43216

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/374 1127
/proc/meminfo: memFree=22924564/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=43216 CPUtime=4242.38 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 13960 0 0 0 424235 3 0 0 25 0 1 0 809766388 44253184 10362 33554432000 134512640 134731564 4291882736 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/979/statm: 10804 10362 277 54 0 10114 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 43216

[startup+4302.3 s]
/proc/loadavg: 2.10 2.03 2.01 4/374 1129
/proc/meminfo: memFree=22924528/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=43216 CPUtime=4302.38 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 13960 0 0 0 430235 3 0 0 25 0 1 0 809766388 44253184 10362 33554432000 134512640 134731564 4291882736 18446744073709551615 4956006 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/979/statm: 10804 10362 277 54 0 10114 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 43216

[startup+4362.3 s]
/proc/loadavg: 2.07 2.03 2.01 4/374 1131
/proc/meminfo: memFree=22924744/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=43216 CPUtime=4362.38 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 13960 0 0 0 436235 3 0 0 25 0 1 0 809766388 44253184 10362 33554432000 134512640 134731564 4291882736 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/979/statm: 10804 10362 277 54 0 10114 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 43216

[startup+4422.3 s]
/proc/loadavg: 2.02 2.03 2.00 4/374 1133
/proc/meminfo: memFree=22924716/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=43216 CPUtime=4422.38 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 13960 0 0 0 442235 3 0 0 25 0 1 0 809766388 44253184 10362 33554432000 134512640 134731564 4291882736 18446744073709551615 134659523 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/979/statm: 10804 10362 277 54 0 10114 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 43216

[startup+4482.3 s]
/proc/loadavg: 2.01 2.02 2.00 4/374 1135
/proc/meminfo: memFree=22924808/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=43216 CPUtime=4482.38 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 13960 0 0 0 448235 3 0 0 25 0 1 0 809766388 44253184 10362 33554432000 134512640 134731564 4291882736 18446744073709551615 134668897 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/979/statm: 10804 10362 277 54 0 10114 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 43216

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/374 1137
/proc/meminfo: memFree=22924532/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=43216 CPUtime=4542.38 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 13960 0 0 0 454235 3 0 0 25 0 1 0 809766388 44253184 10362 33554432000 134512640 134731564 4291882736 18446744073709551615 134614658 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/979/statm: 10804 10362 277 54 0 10114 0
Current children cumulated CPU time (s) 4542.38
Current children cumulated vsize (KiB) 43216

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/374 1140
/proc/meminfo: memFree=22922892/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=43216 CPUtime=4602.39 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 13960 0 0 0 460236 3 0 0 25 0 1 0 809766388 44253184 10362 33554432000 134512640 134731564 4291882736 18446744073709551615 134659270 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/979/statm: 10804 10362 277 54 0 10114 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 43216

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/374 1141
/proc/meminfo: memFree=22922996/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=43216 CPUtime=4662.39 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 13960 0 0 0 466236 3 0 0 25 0 1 0 809766388 44253184 10362 33554432000 134512640 134731564 4291882736 18446744073709551615 134655651 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/979/statm: 10804 10362 277 54 0 10114 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 43216

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/374 1143
/proc/meminfo: memFree=22922960/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=43216 CPUtime=4722.4 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 13960 0 0 0 472237 3 0 0 25 0 1 0 809766388 44253184 10362 33554432000 134512640 134731564 4291882736 18446744073709551615 134659320 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/979/statm: 10804 10362 277 54 0 10114 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 43216

[startup+4782.3 s]
/proc/loadavg: 2.24 2.05 2.02 4/374 1145
/proc/meminfo: memFree=22923060/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=43216 CPUtime=4782.39 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 13960 0 0 0 478236 3 0 0 25 0 1 0 809766388 44253184 10362 33554432000 134512640 134731564 4291882736 18446744073709551615 134659284 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/979/statm: 10804 10362 277 54 0 10114 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 43216

[startup+4842.3 s]
/proc/loadavg: 2.23 2.07 2.02 4/374 1147
/proc/meminfo: memFree=22923028/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=43216 CPUtime=4842.39 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 13960 0 0 0 484236 3 0 0 25 0 1 0 809766388 44253184 10362 33554432000 134512640 134731564 4291882736 18446744073709551615 134659694 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/979/statm: 10804 10362 277 54 0 10114 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 43216

[startup+4902.3 s]
/proc/loadavg: 2.08 2.05 2.02 4/374 1150
/proc/meminfo: memFree=22923120/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=43216 CPUtime=4902.39 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 13960 0 0 0 490236 3 0 0 25 0 1 0 809766388 44253184 10362 33554432000 134512640 134731564 4291882736 18446744073709551615 134717611 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/979/statm: 10804 10362 277 54 0 10114 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 43216

[startup+4962.3 s]
/proc/loadavg: 2.03 2.04 2.01 4/374 1151
/proc/meminfo: memFree=22924708/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=43216 CPUtime=4962.4 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 13960 0 0 0 496237 3 0 0 25 0 1 0 809766388 44253184 10362 33554432000 134512640 134731564 4291882736 18446744073709551615 4955924 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/979/statm: 10804 10362 277 54 0 10114 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 43216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.04 2.01 4/374 1152
/proc/meminfo: memFree=22924696/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=43216 CPUtime=5000 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 13960 0 0 0 499997 3 0 0 25 0 1 0 809766388 44253184 10362 33554432000 134512640 134731564 4291882736 18446744073709551615 134715882 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/979/statm: 10804 10362 277 54 0 10114 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 43216

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.01 2.04 2.01 4/374 1152
/proc/meminfo: memFree=22924696/32951124 swapFree=37148216/67111528
[pid=979] ppid=975 vsize=43216 CPUtime=5000 cores=0,2,4,6
/proc/979/stat : 979 (MPhaseSAT) R 975 979 30398 0 -1 4202496 13960 0 0 0 499997 3 0 0 25 0 1 0 809766388 44253184 10362 33554432000 134512640 134731564 4291882736 18446744073709551615 134715882 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/979/statm: 10804 10362 277 54 0 10114 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 43216

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

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

runsolver used 19.726 second user time and 42.3096 second system time

The end

Launcher Data

Begin job on node104 at 2011-06-02 04:27:39
IDJOB=3445809
IDBENCH=83945
IDSOLVER=1941
FILE ID=node104/3445809-1306981659
RUNJOBID= node104-1306981659-961
PBS_JOBID= 13497658
Free space on /tmp= 73856 MiB

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

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

MD5SUM BENCH= 1037a2754a0a53f62ba8ec901741c9e9
RANDOM SEED=2031271111

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:      23007488 kB
Buffers:        392620 kB
Cached:        7449088 kB
SwapCached:     163872 kB
Active:        3616324 kB
Inactive:      5998988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23007488 kB
SwapTotal:    67111528 kB
SwapFree:     37148216 kB
Dirty:            1192 kB
Writeback:           0 kB
AnonPages:     1633072 kB
Mapped:          10256 kB
Slab:           172908 kB
PageTables:      89012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 87702600 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= 73856 MiB
End job on node104 at 2011-06-02 05:51:01