Trace number 3445799

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
MPhaseSAT 2011-02-15? (TO) 5000.07 4999.91

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_24_40_2-log.shuffled-as.sat03-119.cnf
MD5SUMcf96a8eea16f98b3cec72117cedd0285
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2742.7
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of clauses48342
Sum of the clauses size483180
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 548
Number of clauses of size over 548294

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-3445799-1306980765/watcher-3445799-1306980765 -o /tmp/evaluation-result-3445799-1306980765/solver-3445799-1306980765 -C 5000 -W 5100 -M 15500 MPhaseSAT HOME/instance-3445799-1306980765.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.06 2.06 2.01 2/327 11951
/proc/meminfo: memFree=24215572/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=4368 CPUtime=0 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 352 0 0 0 0 0 0 0 25 0 1 0 888307125 4472832 294 33554432000 134512640 134731564 4290144080 18446744073709551615 134531593 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 1092 294 225 54 0 402 0

[startup+0.0929801 s]
/proc/loadavg: 2.06 2.06 2.01 2/327 11951
/proc/meminfo: memFree=24215572/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=5180 CPUtime=0.09 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 836 0 0 0 9 0 0 0 25 0 1 0 888307125 5304320 777 33554432000 134512640 134731564 4290144080 18446744073709551615 134574924 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 1295 777 230 54 0 605 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5180

[startup+0.100971 s]
/proc/loadavg: 2.06 2.06 2.01 2/327 11951
/proc/meminfo: memFree=24215572/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=5180 CPUtime=0.09 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 837 0 0 0 9 0 0 0 25 0 1 0 888307125 5304320 778 33554432000 134512640 134731564 4290144080 18446744073709551615 134571617 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 1295 778 231 54 0 605 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5180

[startup+0.300944 s]
/proc/loadavg: 2.06 2.06 2.01 2/327 11951
/proc/meminfo: memFree=24215572/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=11580 CPUtime=0.29 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 5145 0 0 0 29 0 0 0 25 0 1 0 888307125 11857920 2360 33554432000 134512640 134731564 4290144080 18446744073709551615 134622947 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 2895 2360 262 54 0 2205 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11580

[startup+0.700835 s]
/proc/loadavg: 2.06 2.06 2.01 2/327 11951
/proc/meminfo: memFree=24215572/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=12124 CPUtime=0.69 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 5289 0 0 0 69 0 0 0 25 0 1 0 888307125 12414976 2504 33554432000 134512640 134731564 4290144080 18446744073709551615 134659722 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 3031 2504 262 54 0 2341 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12124

[startup+1.50072 s]
/proc/loadavg: 2.05 2.06 2.01 3/328 11952
/proc/meminfo: memFree=24205900/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=12388 CPUtime=1.49 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 5362 0 0 0 149 0 0 0 25 0 1 0 888307125 12685312 2577 33554432000 134512640 134731564 4290144080 18446744073709551615 134659535 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 3097 2577 262 54 0 2407 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12388

[startup+3.10043 s]
/proc/loadavg: 2.05 2.06 2.01 3/328 11952
/proc/meminfo: memFree=24204660/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=13092 CPUtime=3.09 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 5525 0 0 0 309 0 0 0 25 0 1 0 888307125 13406208 2740 33554432000 134512640 134731564 4290144080 18446744073709551615 134715488 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 3273 2740 262 54 0 2583 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13092

[startup+6.30085 s]
/proc/loadavg: 2.05 2.06 2.01 3/328 11952
/proc/meminfo: memFree=24203880/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=9024 CPUtime=6.29 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 7530 0 0 0 629 0 0 0 25 0 1 0 888307125 9240576 1774 33554432000 134512640 134731564 4290144080 18446744073709551615 134559237 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 2256 1784 265 54 0 1566 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9024

[startup+12.7007 s]
/proc/loadavg: 2.04 2.06 2.01 3/328 11952
/proc/meminfo: memFree=24199820/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=15948 CPUtime=12.69 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 16107 0 0 0 1268 1 0 0 25 0 1 0 888307125 16330752 3492 33554432000 134512640 134731564 4290144080 18446744073709551615 134721168 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 3987 3492 270 54 0 3297 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15948

[startup+25.5003 s]
/proc/loadavg: 2.04 2.05 2.00 3/328 11953
/proc/meminfo: memFree=24199940/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=15812 CPUtime=25.49 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 16734 0 0 0 2548 1 0 0 25 0 1 0 888307125 16191488 3469 33554432000 134512640 134731564 4290144080 18446744073709551615 134620745 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 3953 3469 270 54 0 3263 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 15812

[startup+51.1006 s]
/proc/loadavg: 2.02 2.05 2.00 3/328 11953
/proc/meminfo: memFree=24196564/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=16612 CPUtime=51.09 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 37171 0 0 0 5106 3 0 0 25 0 1 0 888307125 17010688 3704 33554432000 134512640 134731564 4290144080 18446744073709551615 134620999 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 4153 3704 271 54 0 3463 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 16612

[startup+102.312 s]
/proc/loadavg: 2.01 2.04 2.00 3/328 11955
/proc/meminfo: memFree=24191568/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=24492 CPUtime=102.31 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 352545 0 0 0 10194 37 0 0 25 0 1 0 888307125 25079808 5580 33554432000 134512640 134731564 4290144080 18446744073709551615 134621186 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 6123 5580 271 54 0 5433 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 24492

[startup+162.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/328 11956
/proc/meminfo: memFree=24190780/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=24496 CPUtime=162.3 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 426253 0 0 0 16184 46 0 0 25 0 1 0 888307125 25083904 5583 33554432000 134512640 134731564 4290144080 18446744073709551615 134620770 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 6124 5583 271 54 0 5434 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 24496

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/328 11958
/proc/meminfo: memFree=24189352/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=25676 CPUtime=222.3 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 446077 0 0 0 22181 49 0 0 25 0 1 0 888307125 26292224 5948 33554432000 134512640 134731564 4290144080 18446744073709551615 134620773 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 6419 5948 271 54 0 5729 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 25676

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/328 11960
/proc/meminfo: memFree=24187320/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=27676 CPUtime=282.3 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 446490 0 0 0 28181 49 0 0 25 0 1 0 888307125 28340224 6361 33554432000 134512640 134731564 4290144080 18446744073709551615 134620773 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 6919 6361 271 54 0 6229 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 27676

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 11961
/proc/meminfo: memFree=24187240/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=27676 CPUtime=342.3 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 446501 0 0 0 34181 49 0 0 25 0 1 0 888307125 28340224 6372 33554432000 134512640 134731564 4290144080 18446744073709551615 134659306 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 6919 6372 271 54 0 6229 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 27676

[startup+402.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/328 11963
/proc/meminfo: memFree=24187208/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=27676 CPUtime=402.3 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 446501 0 0 0 40181 49 0 0 25 0 1 0 888307125 28340224 6372 33554432000 134512640 134731564 4290144080 18446744073709551615 134620712 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 6919 6372 271 54 0 6229 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 27676

[startup+462.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/328 11964
/proc/meminfo: memFree=24187760/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=27676 CPUtime=462.3 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 446501 0 0 0 46181 49 0 0 25 0 1 0 888307125 28340224 6372 33554432000 134512640 134731564 4290144080 18446744073709551615 134620702 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 6919 6372 271 54 0 6229 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 27676

[startup+522.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/328 11966
/proc/meminfo: memFree=24187340/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=27676 CPUtime=522.3 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 446505 0 0 0 52181 49 0 0 25 0 1 0 888307125 28340224 6376 33554432000 134512640 134731564 4290144080 18446744073709551615 134667199 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 6919 6376 271 54 0 6229 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 27676

[startup+582.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/328 11968
/proc/meminfo: memFree=24187164/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=27676 CPUtime=582.31 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 446505 0 0 0 58182 49 0 0 25 0 1 0 888307125 28340224 6376 33554432000 134512640 134731564 4290144080 18446744073709551615 134659329 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 6919 6376 271 54 0 6229 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 27676

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 1.00 1.02 1.28 2/322 12089
/proc/meminfo: memFree=24209208/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=27676 CPUtime=4062.43 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 446540 0 0 0 406192 51 0 0 25 0 1 0 888307125 28340224 6411 33554432000 134512640 134731564 4290144080 18446744073709551615 134620745 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 6919 6411 272 54 0 6229 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 27676

[startup+4122.3 s]
/proc/loadavg: 1.00 1.01 1.26 2/322 12091
/proc/meminfo: memFree=24208424/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=27676 CPUtime=4122.42 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 446540 0 0 0 412191 51 0 0 25 0 1 0 888307125 28340224 6411 33554432000 134512640 134731564 4290144080 18446744073709551615 134620734 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 6919 6411 272 54 0 6229 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 27676

[startup+4182.3 s]
/proc/loadavg: 1.00 1.01 1.24 2/322 12093
/proc/meminfo: memFree=24208628/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=27676 CPUtime=4182.42 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 446540 0 0 0 418191 51 0 0 25 0 1 0 888307125 28340224 6411 33554432000 134512640 134731564 4290144080 18446744073709551615 134620715 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 6919 6411 272 54 0 6229 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 27676

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.23 2/322 12094
/proc/meminfo: memFree=24208572/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=27676 CPUtime=4242.42 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 446540 0 0 0 424191 51 0 0 25 0 1 0 888307125 28340224 6411 33554432000 134512640 134731564 4290144080 18446744073709551615 134620668 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 6919 6411 272 54 0 6229 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 27676

[startup+4302.3 s]
/proc/loadavg: 1.04 1.01 1.21 2/322 12096
/proc/meminfo: memFree=24208532/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=27676 CPUtime=4302.42 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 446540 0 0 0 430191 51 0 0 25 0 1 0 888307125 28340224 6411 33554432000 134512640 134731564 4290144080 18446744073709551615 134620680 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 6919 6411 272 54 0 6229 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 27676

[startup+4362.3 s]
/proc/loadavg: 1.01 1.01 1.20 2/322 12097
/proc/meminfo: memFree=24208612/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=27676 CPUtime=4362.42 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 446540 0 0 0 436191 51 0 0 25 0 1 0 888307125 28340224 6411 33554432000 134512640 134731564 4290144080 18446744073709551615 134620755 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 6919 6411 272 54 0 6229 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 27676

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.18 2/322 12099
/proc/meminfo: memFree=24208568/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=27676 CPUtime=4422.43 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 446540 0 0 0 442192 51 0 0 25 0 1 0 888307125 28340224 6411 33554432000 134512640 134731564 4290144080 18446744073709551615 134620773 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 6919 6411 272 54 0 6229 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 27676

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/322 12101
/proc/meminfo: memFree=24208524/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=27676 CPUtime=4482.43 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 446540 0 0 0 448192 51 0 0 25 0 1 0 888307125 28340224 6411 33554432000 134512640 134731564 4290144080 18446744073709551615 134620745 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 6919 6411 272 54 0 6229 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 27676

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/322 12102
/proc/meminfo: memFree=24209704/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=27676 CPUtime=4542.43 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 446540 0 0 0 454192 51 0 0 25 0 1 0 888307125 28340224 6411 33554432000 134512640 134731564 4290144080 18446744073709551615 134620745 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 6919 6411 272 54 0 6229 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 27676

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/322 12104
/proc/meminfo: memFree=24208300/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=27676 CPUtime=4602.44 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 446540 0 0 0 460193 51 0 0 25 0 1 0 888307125 28340224 6411 33554432000 134512640 134731564 4290144080 18446744073709551615 134620773 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 6919 6411 272 54 0 6229 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 27676

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/322 12105
/proc/meminfo: memFree=24208260/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=27676 CPUtime=4662.43 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 446540 0 0 0 466192 51 0 0 25 0 1 0 888307125 28340224 6411 33554432000 134512640 134731564 4290144080 18446744073709551615 134620644 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 6919 6411 272 54 0 6229 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 27676

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.12 2/322 12107
/proc/meminfo: memFree=24209088/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=27676 CPUtime=4722.45 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 446540 0 0 0 472194 51 0 0 25 0 1 0 888307125 28340224 6411 33554432000 134512640 134731564 4290144080 18446744073709551615 134620755 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 6919 6411 272 54 0 6229 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 27676

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/322 12109
/proc/meminfo: memFree=24209044/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=27676 CPUtime=4782.44 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 446540 0 0 0 478193 51 0 0 25 0 1 0 888307125 28340224 6411 33554432000 134512640 134731564 4290144080 18446744073709551615 134620725 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 6919 6411 272 54 0 6229 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 27676

[startup+4842.3 s]
/proc/loadavg: 1.06 1.01 1.10 2/322 12110
/proc/meminfo: memFree=24208988/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=27676 CPUtime=4842.44 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 446540 0 0 0 484193 51 0 0 25 0 1 0 888307125 28340224 6411 33554432000 134512640 134731564 4290144080 18446744073709551615 134620734 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 6919 6411 272 54 0 6229 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 27676

[startup+4902.3 s]
/proc/loadavg: 1.02 1.01 1.09 2/322 12112
/proc/meminfo: memFree=24209064/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=27676 CPUtime=4902.44 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 446540 0 0 0 490193 51 0 0 25 0 1 0 888307125 28340224 6411 33554432000 134512640 134731564 4290144080 18446744073709551615 134726344 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 6919 6411 272 54 0 6229 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 27676

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/322 12113
/proc/meminfo: memFree=24209020/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=27676 CPUtime=4962.44 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 446540 0 0 0 496193 51 0 0 25 0 1 0 888307125 28340224 6411 33554432000 134512640 134731564 4290144080 18446744073709551615 134620734 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 6919 6411 272 54 0 6229 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 27676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.08 2/322 12114
/proc/meminfo: memFree=24209240/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=27676 CPUtime=5000.05 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 446540 0 0 0 499954 51 0 0 25 0 1 0 888307125 28340224 6411 33554432000 134512640 134731564 4290144080 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 6919 6411 272 54 0 6229 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 27676

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: 1.00 1.00 1.08 2/322 12114
/proc/meminfo: memFree=24209240/32951124 swapFree=67056304/67111528
[pid=11951] ppid=11949 vsize=27676 CPUtime=5000.05 cores=0,2,4,6
/proc/11951/stat : 11951 (MPhaseSAT) R 11949 11951 8999 0 -1 4202496 446540 0 0 0 499954 51 0 0 25 0 1 0 888307125 28340224 6411 33554432000 134512640 134731564 4290144080 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11951/statm: 6919 6411 272 54 0 6229 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 27676

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.91
CPU time (s): 5000.07
CPU user time (s): 4999.55
CPU system time (s): 0.51992
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 27676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.55
system time used= 0.51992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 446540
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= 8167

runsolver used 16.0856 second user time and 33.9268 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-02 04:12:45
IDJOB=3445799
IDBENCH=83894
IDSOLVER=1941
FILE ID=node110/3445799-1306980765
RUNJOBID= node110-1306969048-9017
PBS_JOBID= 13497676
Free space on /tmp= 73864 MiB

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

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

MD5SUM BENCH= cf96a8eea16f98b3cec72117cedd0285
RANDOM SEED=1546485545

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.76
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.830
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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24215744 kB
Buffers:        253960 kB
Cached:        4535536 kB
SwapCached:       8652 kB
Active:        3846448 kB
Inactive:      4567140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24215744 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:            1980 kB
Writeback:           4 kB
AnonPages:     3621900 kB
Mapped:          28256 kB
Slab:           230248 kB
PageTables:      27032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75626380 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= 73864 MiB
End job on node110 at 2011-06-02 05:36:07