Trace number 3445842

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

NameSAT04/handmade/marijn/equilarge-l/
equilarge_l4.used-as.sat04-896.cnf
MD5SUMfc993d9544ccd8eaeaa4882599387947
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark821.55
Satisfiable
(Un)Satisfiability was proved
Number of variables4499
Number of clauses18603
Sum of the clauses size54454
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317248
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3445842-1306983844/watcher-3445842-1306983844 -o /tmp/evaluation-result-3445842-1306983844/solver-3445842-1306983844 -C 5000 -W 5100 -M 15500 MPhaseSAT HOME/instance-3445842-1306983844.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: 1.00 1.00 1.10 3/526 28122
/proc/meminfo: memFree=25263460/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=3768 CPUtime=0.01 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 561 0 0 0 1 0 0 0 23 0 1 0 888615054 3858432 447 33554432000 134512640 134731564 4294694784 18446744073709551615 134559237 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 942 447 236 54 0 252 0

[startup+0.109778 s]
/proc/loadavg: 1.00 1.00 1.10 3/526 28122
/proc/meminfo: memFree=25263460/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=7156 CPUtime=0.1 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 1557 0 0 0 10 0 0 0 24 0 1 0 888615054 7327744 1272 33554432000 134512640 134731564 4294694784 18446744073709551615 134668901 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 1789 1272 271 54 0 1099 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7156

[startup+0.20071 s]
/proc/loadavg: 1.00 1.00 1.10 3/526 28122
/proc/meminfo: memFree=25263460/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=7156 CPUtime=0.19 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 1557 0 0 0 19 0 0 0 24 0 1 0 888615054 7327744 1272 33554432000 134512640 134731564 4294694784 18446744073709551615 134723640 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 1789 1272 271 54 0 1099 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7156

[startup+0.300747 s]
/proc/loadavg: 1.00 1.00 1.10 3/526 28122
/proc/meminfo: memFree=25263460/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=7156 CPUtime=0.29 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 1557 0 0 0 29 0 0 0 25 0 1 0 888615054 7327744 1272 33554432000 134512640 134731564 4294694784 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 1789 1272 271 54 0 1099 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7156

[startup+0.700677 s]
/proc/loadavg: 1.00 1.00 1.10 3/526 28122
/proc/meminfo: memFree=25263460/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=7156 CPUtime=0.69 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 1557 0 0 0 69 0 0 0 25 0 1 0 888615054 7327744 1272 33554432000 134512640 134731564 4294694784 18446744073709551615 134659345 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 1789 1272 271 54 0 1099 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7156

[startup+1.50054 s]
/proc/loadavg: 1.08 1.02 1.10 3/528 28151
/proc/meminfo: memFree=25255608/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=7420 CPUtime=1.49 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 1651 0 0 0 149 0 0 0 25 0 1 0 888615054 7598080 1366 33554432000 134512640 134731564 4294694784 18446744073709551615 134717563 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 1855 1366 271 54 0 1165 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7420

[startup+3.10023 s]
/proc/loadavg: 1.08 1.02 1.10 3/528 28151
/proc/meminfo: memFree=25252888/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=7952 CPUtime=3.09 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 1773 0 0 0 309 0 0 0 25 0 1 0 888615054 8142848 1488 33554432000 134512640 134731564 4294694784 18446744073709551615 134720177 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 1988 1488 271 54 0 1298 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7952

[startup+6.3007 s]
/proc/loadavg: 1.08 1.02 1.10 3/528 28151
/proc/meminfo: memFree=25251904/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=8504 CPUtime=6.29 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 1891 0 0 0 629 0 0 0 25 0 1 0 888615054 8708096 1606 33554432000 134512640 134731564 4294694784 18446744073709551615 134659296 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 2126 1606 271 54 0 1436 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8504

[startup+12.7006 s]
/proc/loadavg: 1.22 1.05 1.11 3/528 28151
/proc/meminfo: memFree=25249604/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=9044 CPUtime=12.69 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 2034 0 0 0 1269 0 0 0 25 0 1 0 888615054 9261056 1749 33554432000 134512640 134731564 4294694784 18446744073709551615 134717377 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 2261 1749 271 54 0 1571 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9044

[startup+25.5003 s]
/proc/loadavg: 1.42 1.10 1.13 3/528 28152
/proc/meminfo: memFree=25250592/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=6512 CPUtime=25.49 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 3253 0 0 0 2549 0 0 0 25 0 1 0 888615054 6668288 1199 33554432000 134512640 134731564 4294694784 18446744073709551615 134720151 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 1628 1199 284 54 0 938 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6512

[startup+51.1008 s]
/proc/loadavg: 1.69 1.18 1.15 3/528 28152
/proc/meminfo: memFree=25247964/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=7588 CPUtime=51.09 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 3494 0 0 0 5109 0 0 0 25 0 1 0 888615054 7770112 1440 33554432000 134512640 134731564 4294694784 18446744073709551615 134655376 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 1897 1440 284 54 0 1207 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 7588

[startup+102.301 s]
/proc/loadavg: 1.87 1.32 1.20 3/528 28154
/proc/meminfo: memFree=25242340/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=10744 CPUtime=102.31 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 12976 0 0 0 10230 1 0 0 25 0 1 0 888615054 11001856 2218 33554432000 134512640 134731564 4294694784 18446744073709551615 134715390 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 2686 2218 285 54 0 1996 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 10744

[startup+162.3 s]
/proc/loadavg: 1.95 1.44 1.25 3/528 28155
/proc/meminfo: memFree=25237712/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=13276 CPUtime=162.29 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 13602 0 0 0 16228 1 0 0 25 0 1 0 888615054 13594624 2836 33554432000 134512640 134731564 4294694784 18446744073709551615 134667199 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 3319 2836 285 54 0 2629 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 13276

[startup+222.32 s]
/proc/loadavg: 1.98 1.54 1.29 3/528 28157
/proc/meminfo: memFree=25239036/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=13640 CPUtime=222.31 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 13874 0 0 0 22230 1 0 0 25 0 1 0 888615054 13967360 2949 33554432000 134512640 134731564 4294694784 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 3410 2949 285 54 0 2720 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 13640

[startup+282.3 s]
/proc/loadavg: 1.99 1.62 1.33 3/528 28159
/proc/meminfo: memFree=25240232/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=13640 CPUtime=282.29 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 13904 0 0 0 28228 1 0 0 25 0 1 0 888615054 13967360 2979 33554432000 134512640 134731564 4294694784 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 3410 2979 285 54 0 2720 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 13640

[startup+342.301 s]
/proc/loadavg: 1.99 1.69 1.37 3/528 28160
/proc/meminfo: memFree=25239572/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=13724 CPUtime=342.29 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 14128 0 0 0 34228 1 0 0 25 0 1 0 888615054 14053376 3000 33554432000 134512640 134731564 4294694784 18446744073709551615 134668680 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 3431 3000 285 54 0 2741 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 13724

[startup+402.3 s]
/proc/loadavg: 1.99 1.74 1.41 3/528 28162
/proc/meminfo: memFree=25239636/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=13724 CPUtime=402.29 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 14129 0 0 0 40228 1 0 0 25 0 1 0 888615054 14053376 3001 33554432000 134512640 134731564 4294694784 18446744073709551615 134621168 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 3431 3001 285 54 0 2741 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 13724

[startup+462.301 s]
/proc/loadavg: 1.99 1.79 1.44 3/528 28163
/proc/meminfo: memFree=25239592/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=14268 CPUtime=462.3 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 14235 0 0 0 46228 2 0 0 25 0 1 0 888615054 14610432 3107 33554432000 134512640 134731564 4294694784 18446744073709551615 134620789 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 3567 3107 285 54 0 2877 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 14268

[startup+522.3 s]
/proc/loadavg: 1.99 1.82 1.47 3/528 28165
/proc/meminfo: memFree=25239924/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=14268 CPUtime=522.3 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 14235 0 0 0 52228 2 0 0 25 0 1 0 888615054 14610432 3107 33554432000 134512640 134731564 4294694784 18446744073709551615 134620862 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 3567 3107 285 54 0 2877 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 14268

[startup+582.301 s]
/proc/loadavg: 2.18 1.91 1.52 3/528 28167
/proc/meminfo: memFree=25239892/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=14268 CPUtime=582.3 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 14235 0 0 0 58228 2 0 0 25 0 1 0 888615054 14610432 3107 33554432000 134512640 134731564 4294694784 18446744073709551615 134659337 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 3567 3107 285 54 0 2877 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 14268

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.21 2.07 2.02 3/528 28270
/proc/meminfo: memFree=25234000/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=19084 CPUtime=4002.38 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 25719 0 0 0 400234 4 0 0 25 0 1 0 888615054 19542016 4158 33554432000 134512640 134731564 4294694784 18446744073709551615 134659702 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 4771 4158 285 54 0 4081 0
Current children cumulated CPU time (s) 4002.38
Current children cumulated vsize (KiB) 19084

[startup+4062.3 s]
/proc/loadavg: 2.11 2.07 2.02 3/528 28271
/proc/meminfo: memFree=25236560/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=14032 CPUtime=4062.4 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 25785 0 0 0 406236 4 0 0 25 0 1 0 888615054 14368768 3079 33554432000 134512640 134731564 4294694784 18446744073709551615 134659325 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 3508 3079 285 54 0 2818 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 14032

[startup+4122.3 s]
/proc/loadavg: 2.04 2.06 2.01 3/528 28273
/proc/meminfo: memFree=25237388/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=15096 CPUtime=4122.38 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 25991 0 0 0 412234 4 0 0 25 0 1 0 888615054 15458304 3273 33554432000 134512640 134731564 4294694784 18446744073709551615 134659293 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 3774 3273 285 54 0 3084 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 15096

[startup+4182.32 s]
/proc/loadavg: 2.01 2.04 2.01 3/528 28275
/proc/meminfo: memFree=25235980/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=16544 CPUtime=4182.4 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 26349 0 0 0 418236 4 0 0 25 0 1 0 888615054 16941056 3614 33554432000 134512640 134731564 4294694784 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 4136 3614 285 54 0 3446 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 16544

[startup+4242.3 s]
/proc/loadavg: 1.72 1.97 1.98 2/522 28293
/proc/meminfo: memFree=25247844/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=13716 CPUtime=4242.38 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 26737 0 0 0 424234 4 0 0 25 0 1 0 888615054 14045184 3000 33554432000 134512640 134731564 4294694784 18446744073709551615 134620916 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 3429 3000 285 54 0 2739 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 13716

[startup+4302.3 s]
/proc/loadavg: 1.26 1.79 1.92 2/522 28295
/proc/meminfo: memFree=25247164/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=15448 CPUtime=4302.39 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 27118 0 0 0 430234 5 0 0 25 0 1 0 888615054 15818752 3371 33554432000 134512640 134731564 4294694784 18446744073709551615 134620893 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 3862 3371 285 54 0 3172 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 15448

[startup+4362.3 s]
/proc/loadavg: 1.09 1.64 1.86 2/522 28296
/proc/meminfo: memFree=25246380/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=16616 CPUtime=4362.39 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 27374 0 0 0 436234 5 0 0 25 0 1 0 888615054 17014784 3614 33554432000 134512640 134731564 4294694784 18446744073709551615 134720133 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 4154 3614 285 54 0 3464 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 16616

[startup+4422.3 s]
/proc/loadavg: 1.03 1.52 1.80 2/522 28298
/proc/meminfo: memFree=25248208/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=14124 CPUtime=4422.4 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 27747 0 0 0 442235 5 0 0 25 0 1 0 888615054 14462976 3078 33554432000 134512640 134731564 4294694784 18446744073709551615 134720120 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 3531 3078 285 54 0 2841 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 14124

[startup+4482.3 s]
/proc/loadavg: 1.01 1.42 1.75 2/522 28300
/proc/meminfo: memFree=25247064/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=15884 CPUtime=4482.4 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 28139 0 0 0 448235 5 0 0 25 0 1 0 888615054 16265216 3449 33554432000 134512640 134731564 4294694784 18446744073709551615 134673162 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 3971 3449 285 54 0 3281 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 15884

[startup+4542.3 s]
/proc/loadavg: 1.08 1.37 1.71 2/522 28301
/proc/meminfo: memFree=25248280/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=14012 CPUtime=4542.39 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 28577 0 0 0 454234 5 0 0 25 0 1 0 888615054 14348288 3054 33554432000 134512640 134731564 4294694784 18446744073709551615 134659010 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 3503 3054 285 54 0 2813 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 14012

[startup+4602.3 s]
/proc/loadavg: 1.07 1.32 1.67 2/522 28303
/proc/meminfo: memFree=25246980/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=16012 CPUtime=4602.4 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 29025 0 0 0 460235 5 0 0 25 0 1 0 888615054 16396288 3489 33554432000 134512640 134731564 4294694784 18446744073709551615 6180587 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 4003 3489 285 54 0 3313 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 16012

[startup+4662.3 s]
/proc/loadavg: 1.02 1.26 1.62 2/522 28304
/proc/meminfo: memFree=25247068/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=14004 CPUtime=4662.4 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 29407 0 0 0 466235 5 0 0 25 0 1 0 888615054 14340096 3055 33554432000 134512640 134731564 4294694784 18446744073709551615 6180721 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 3501 3055 285 54 0 2811 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 14004

[startup+4722.3 s]
/proc/loadavg: 1.01 1.21 1.58 2/522 28306
/proc/meminfo: memFree=25248264/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=14180 CPUtime=4722.41 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 29847 0 0 0 472236 5 0 0 25 0 1 0 888615054 14520320 3065 33554432000 134512640 134731564 4294694784 18446744073709551615 134660015 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 3545 3065 285 54 0 2855 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 14180

[startup+4782.3 s]
/proc/loadavg: 1.00 1.17 1.54 2/522 28308
/proc/meminfo: memFree=25247976/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=14348 CPUtime=4782.4 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 30267 0 0 0 478235 5 0 0 25 0 1 0 888615054 14692352 3147 33554432000 134512640 134731564 4294694784 18446744073709551615 134660015 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 3587 3147 285 54 0 2897 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 14348

[startup+4842.32 s]
/proc/loadavg: 1.00 1.13 1.51 2/522 28309
/proc/meminfo: memFree=25247924/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=14288 CPUtime=4842.42 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 30670 0 0 0 484237 5 0 0 25 0 1 0 888615054 14630912 3118 33554432000 134512640 134731564 4294694784 18446744073709551615 134659270 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 3572 3118 285 54 0 2882 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 14288

[startup+4902.3 s]
/proc/loadavg: 1.00 1.11 1.47 2/522 28311
/proc/meminfo: memFree=25248364/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=13716 CPUtime=4902.41 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 30996 0 0 0 490235 6 0 0 25 0 1 0 888615054 14045184 3000 33554432000 134512640 134731564 4294694784 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 3429 3000 285 54 0 2739 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 13716

[startup+4962.3 s]
/proc/loadavg: 1.00 1.08 1.44 2/522 28312
/proc/meminfo: memFree=25248448/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=13716 CPUtime=4962.41 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 30996 0 0 0 496235 6 0 0 25 0 1 0 888615054 14045184 3000 33554432000 134512640 134731564 4294694784 18446744073709551615 134723056 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 3429 3000 285 54 0 2739 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 13716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.07 1.42 2/522 28313
/proc/meminfo: memFree=25248536/32951124 swapFree=56241860/67111528
[pid=28122] ppid=28120 vsize=14312 CPUtime=5000.03 cores=0,2,4,6
/proc/28122/stat : 28122 (MPhaseSAT) R 28120 28122 25088 0 -1 4202496 31141 0 0 0 499997 6 0 0 25 0 1 0 888615054 14655488 3133 33554432000 134512640 134731564 4294694784 18446744073709551615 134620879 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28122/statm: 3578 3133 285 54 0 2888 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 14312

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

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

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.97
system time used= 0.06099
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31141
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= 9
involuntary context switches= 6863

runsolver used 28.2017 second user time and 56.2405 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-02 05:04:04
IDJOB=3445842
IDBENCH=84762
IDSOLVER=1941
FILE ID=node119/3445842-1306983844
RUNJOBID= node119-1306983844-28103
PBS_JOBID= 13497666
Free space on /tmp= 73600 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT04/handmade/marijn/equilarge-l/equilarge_l4.used-as.sat04-896.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3445842-1306983844/watcher-3445842-1306983844 -o /tmp/evaluation-result-3445842-1306983844/solver-3445842-1306983844 -C 5000 -W 5100 -M 15500  MPhaseSAT HOME/instance-3445842-1306983844.cnf

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

MD5SUM BENCH= fc993d9544ccd8eaeaa4882599387947
RANDOM SEED=1092407074

node119.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.815
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.63
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.815
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.815
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.815
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.815
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.67
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.815
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.815
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.815
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:      25263980 kB
Buffers:        117432 kB
Cached:         383600 kB
SwapCached:      59076 kB
Active:         546404 kB
Inactive:      6847072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25263980 kB
SwapTotal:    67111528 kB
SwapFree:     56241860 kB
Dirty:             400 kB
Writeback:           0 kB
AnonPages:     6836340 kB
Mapped:          33792 kB
Slab:           145912 kB
PageTables:      79472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 163865712 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= 73600 MiB
End job on node119 at 2011-06-02 06:27:26