Trace number 3445670

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.12 4999.92

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2640c305320gyes10.cnf
MD5SUM98bac4f2d533fe7abb12552567f9e1aa
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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-3445670-1306971666/watcher-3445670-1306971666 -o /tmp/evaluation-result-3445670-1306971666/solver-3445670-1306971666 -C 5000 -W 5100 -M 15500 MPhaseSAT HOME/instance-3445670-1306971666.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.06 3/437 24240
/proc/meminfo: memFree=25020032/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=7816 CPUtime=0 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 356 0 0 0 0 0 0 0 25 0 1 0 789582197 8003584 298 33554432000 134512640 134731564 4293803872 18446744073709551615 134531593 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24240/statm: 1954 298 225 54 0 1264 0

[startup+0.05841 s]
/proc/loadavg: 2.00 2.01 2.06 3/437 24240
/proc/meminfo: memFree=25020032/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=7816 CPUtime=0.05 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 627 0 0 0 5 0 0 0 25 0 1 0 789582197 8003584 569 33554432000 134512640 134731564 4293803872 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24240/statm: 1954 569 225 54 0 1264 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7816

[startup+0.100391 s]
/proc/loadavg: 2.00 2.01 2.06 3/437 24240
/proc/meminfo: memFree=25020032/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=7816 CPUtime=0.09 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 873 0 0 0 9 0 0 0 25 0 1 0 789582197 8003584 815 33554432000 134512640 134731564 4293803872 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24240/statm: 1954 815 225 54 0 1264 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7816

[startup+0.300367 s]
/proc/loadavg: 2.00 2.01 2.06 3/437 24240
/proc/meminfo: memFree=25020032/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=14548 CPUtime=0.28 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 6802 0 0 0 28 0 0 0 25 0 1 0 789582197 14897152 3151 33554432000 134512640 134731564 4293803872 18446744073709551615 2409980 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24240/statm: 3637 3153 248 54 0 2947 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 14548

[startup+0.700286 s]
/proc/loadavg: 2.00 2.01 2.06 3/437 24240
/proc/meminfo: memFree=25020032/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=32572 CPUtime=0.69 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 11359 0 0 0 68 1 0 0 25 0 1 0 789582197 33353728 7675 33554432000 134512640 134731564 4293803872 18446744073709551615 134629615 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24240/statm: 8143 7675 259 54 0 7453 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32572

[startup+1.50109 s]
/proc/loadavg: 2.00 2.01 2.06 3/438 24241
/proc/meminfo: memFree=24989276/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=32572 CPUtime=1.49 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 11372 0 0 0 148 1 0 0 25 0 1 0 789582197 33353728 7687 33554432000 134512640 134731564 4293803872 18446744073709551615 134659060 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24240/statm: 8143 7687 270 54 0 7453 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32572

[startup+3.1008 s]
/proc/loadavg: 2.00 2.01 2.06 3/438 24241
/proc/meminfo: memFree=24988284/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=32572 CPUtime=3.09 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 11372 0 0 0 308 1 0 0 25 0 1 0 789582197 33353728 7687 33554432000 134512640 134731564 4293803872 18446744073709551615 134715906 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24240/statm: 8143 7687 270 54 0 7453 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32572

[startup+6.30117 s]
/proc/loadavg: 2.00 2.01 2.06 3/438 24241
/proc/meminfo: memFree=24987792/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=32572 CPUtime=6.29 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 11372 0 0 0 628 1 0 0 25 0 1 0 789582197 33353728 7687 33554432000 134512640 134731564 4293803872 18446744073709551615 134717307 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24240/statm: 8143 7687 270 54 0 7453 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32572

[startup+12.7009 s]
/proc/loadavg: 2.00 2.01 2.06 3/438 24241
/proc/meminfo: memFree=24987512/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=33220 CPUtime=12.69 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 11533 0 0 0 1268 1 0 0 25 0 1 0 789582197 34017280 7848 33554432000 134512640 134731564 4293803872 18446744073709551615 134719844 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24240/statm: 8305 7848 270 54 0 7615 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33220

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.06 3/438 24241
/proc/meminfo: memFree=24985264/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=35664 CPUtime=25.49 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 12134 0 0 0 2548 1 0 0 25 0 1 0 789582197 36519936 8449 33554432000 134512640 134731564 4293803872 18446744073709551615 134719850 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24240/statm: 8916 8449 270 54 0 8226 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 35664

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.06 3/438 24242
/proc/meminfo: memFree=25004644/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=31172 CPUtime=51.09 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 33869 0 0 0 5105 4 0 0 25 0 1 0 789582197 31920128 7315 33554432000 134512640 134731564 4293803872 18446744073709551615 134667525 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24240/statm: 7793 7315 276 54 0 7103 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 31172

[startup+102.316 s]
/proc/loadavg: 2.00 2.00 2.05 3/438 24243
/proc/meminfo: memFree=24979692/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=39456 CPUtime=102.3 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 36778 0 0 0 10226 4 0 0 25 0 1 0 789582197 40402944 9413 33554432000 134512640 134731564 4293803872 18446744073709551615 134659323 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24240/statm: 9864 9413 276 54 0 9174 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 39456

[startup+162.3 s]
/proc/loadavg: 2.16 2.03 2.06 3/438 24245
/proc/meminfo: memFree=24977540/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=43284 CPUtime=162.26 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 37718 0 0 0 16222 4 0 0 25 0 1 0 789582197 44322816 10353 33554432000 134512640 134731564 4293803872 18446744073709551615 134655810 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24240/statm: 10821 10353 276 54 0 10131 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 43284

[startup+222.3 s]
/proc/loadavg: 2.13 2.04 2.05 3/438 24247
/proc/meminfo: memFree=24972404/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=48168 CPUtime=222.27 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 38933 0 0 0 22222 5 0 0 25 0 1 0 789582197 49324032 11568 33554432000 134512640 134731564 4293803872 18446744073709551615 134659325 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24240/statm: 12042 11568 276 54 0 11352 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 48168

[startup+282.3 s]
/proc/loadavg: 2.17 2.06 2.06 3/438 24248
/proc/meminfo: memFree=24968772/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=51732 CPUtime=282.27 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 39821 0 0 0 28222 5 0 0 25 0 1 0 789582197 52973568 12456 33554432000 134512640 134731564 4293803872 18446744073709551615 134719837 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24240/statm: 12933 12456 276 54 0 12243 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 51732

[startup+342.3 s]
/proc/loadavg: 2.12 2.06 2.06 3/438 24250
/proc/meminfo: memFree=24966120/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=53976 CPUtime=342.26 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 40403 0 0 0 34221 5 0 0 25 0 1 0 789582197 55271424 13038 33554432000 134512640 134731564 4293803872 18446744073709551615 134669459 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24240/statm: 13494 13038 276 54 0 12804 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 53976

[startup+402.301 s]
/proc/loadavg: 2.04 2.05 2.05 3/438 24251
/proc/meminfo: memFree=24963964/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=56748 CPUtime=402.27 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 41075 0 0 0 40221 6 0 0 25 0 1 0 789582197 58109952 13710 33554432000 134512640 134731564 4293803872 18446744073709551615 134715894 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24240/statm: 14187 13710 276 54 0 13497 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 56748

[startup+462.301 s]
/proc/loadavg: 2.01 2.04 2.05 3/438 24253
/proc/meminfo: memFree=24961680/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=58600 CPUtime=462.27 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 41554 0 0 0 46221 6 0 0 25 0 1 0 789582197 60006400 14189 33554432000 134512640 134731564 4293803872 18446744073709551615 2150233 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24240/statm: 14650 14189 276 54 0 13960 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 58600

[startup+522.301 s]
/proc/loadavg: 2.00 2.03 2.04 3/438 24255
/proc/meminfo: memFree=24961520/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=59528 CPUtime=522.28 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 41780 0 0 0 52221 7 0 0 25 0 1 0 789582197 60956672 14415 33554432000 134512640 134731564 4293803872 18446744073709551615 134659010 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24240/statm: 14882 14415 276 54 0 14192 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 59528

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.04 3/438 24256
/proc/meminfo: memFree=24959612/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=60940 CPUtime=582.28 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 42119 0 0 0 58221 7 0 0 25 0 1 0 789582197 62402560 14754 33554432000 134512640 134731564 4293803872 18446744073709551615 134659748 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24240/statm: 15235 14754 276 54 0 14545 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 60940

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/438 24416
/proc/meminfo: memFree=24907508/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=115496 CPUtime=4062.46 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 55335 0 0 0 406220 26 0 0 25 0 1 0 789582197 118267904 27970 33554432000 134512640 134731564 4293803872 18446744073709551615 134669582 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24240/statm: 28874 27970 276 54 0 28184 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 115496

[startup+4122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/438 24418
/proc/meminfo: memFree=24907220/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=115908 CPUtime=4122.44 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 55403 0 0 0 412218 26 0 0 25 0 1 0 789582197 118689792 28038 33554432000 134512640 134731564 4293803872 18446744073709551615 134659293 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24240/statm: 28977 28038 276 54 0 28287 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 115908

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 24419
/proc/meminfo: memFree=24906312/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=116304 CPUtime=4182.44 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 55524 0 0 0 418218 26 0 0 25 0 1 0 789582197 119095296 28159 33554432000 134512640 134731564 4293803872 18446744073709551615 134659341 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24240/statm: 29076 28159 276 54 0 28386 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 116304

[startup+4242.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/438 24421
/proc/meminfo: memFree=24906140/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=116716 CPUtime=4242.45 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 55606 0 0 0 424219 26 0 0 25 0 1 0 789582197 119517184 28241 33554432000 134512640 134731564 4293803872 18446744073709551615 134659716 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24240/statm: 29179 28241 276 54 0 28489 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 116716

[startup+4302.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/438 24422
/proc/meminfo: memFree=24904492/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=117416 CPUtime=4302.45 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 55761 0 0 0 430218 27 0 0 25 0 1 0 789582197 120233984 28396 33554432000 134512640 134731564 4293803872 18446744073709551615 134659535 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24240/statm: 29354 28396 276 54 0 28664 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 117416

[startup+4362.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/438 24424
/proc/meminfo: memFree=24903828/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=117684 CPUtime=4362.45 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 55834 0 0 0 436218 27 0 0 25 0 1 0 789582197 120508416 28469 33554432000 134512640 134731564 4293803872 18446744073709551615 134659535 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24240/statm: 29421 28469 276 54 0 28731 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 117684

[startup+4422.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/438 24426
/proc/meminfo: memFree=24903784/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=118828 CPUtime=4422.46 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 56077 0 0 0 442218 28 0 0 25 0 1 0 789582197 121679872 28712 33554432000 134512640 134731564 4293803872 18446744073709551615 134659270 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24240/statm: 29707 28712 276 54 0 29017 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 118828

[startup+4482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/438 24427
/proc/meminfo: memFree=24903720/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=119628 CPUtime=4482.46 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 56242 0 0 0 448218 28 0 0 25 0 1 0 789582197 122499072 28877 33554432000 134512640 134731564 4293803872 18446744073709551615 134670238 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24240/statm: 29907 28877 276 54 0 29217 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 119628

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 24429
/proc/meminfo: memFree=24903564/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=119628 CPUtime=4542.46 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 56242 0 0 0 454218 28 0 0 25 0 1 0 789582197 122499072 28877 33554432000 134512640 134731564 4293803872 18446744073709551615 134655576 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24240/statm: 29907 28877 276 54 0 29217 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 119628

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 24430
/proc/meminfo: memFree=24902532/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=119628 CPUtime=4602.48 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 56242 0 0 0 460220 28 0 0 25 0 1 0 789582197 122499072 28877 33554432000 134512640 134731564 4293803872 18446744073709551615 134624721 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24240/statm: 29907 28877 276 54 0 29217 0
Current children cumulated CPU time (s) 4602.48
Current children cumulated vsize (KiB) 119628

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/438 24432
/proc/meminfo: memFree=24899904/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=121080 CPUtime=4662.47 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 56586 0 0 0 466219 28 0 0 25 0 1 0 789582197 123985920 29221 33554432000 134512640 134731564 4293803872 18446744073709551615 134655764 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24240/statm: 30270 29221 276 54 0 29580 0
Current children cumulated CPU time (s) 4662.47
Current children cumulated vsize (KiB) 121080

[startup+4722.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/438 24434
/proc/meminfo: memFree=24901964/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=120788 CPUtime=4722.49 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 56586 0 0 0 472220 29 0 0 25 0 1 0 789582197 123686912 29179 33554432000 134512640 134731564 4293803872 18446744073709551615 134667714 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24240/statm: 30197 29179 276 54 0 29507 0
Current children cumulated CPU time (s) 4722.49
Current children cumulated vsize (KiB) 120788

[startup+4782.3 s]
/proc/loadavg: 2.06 2.03 2.01 3/438 24435
/proc/meminfo: memFree=24901932/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=120788 CPUtime=4782.48 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 56587 0 0 0 478219 29 0 0 25 0 1 0 789582197 123686912 29180 33554432000 134512640 134731564 4293803872 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24240/statm: 30197 29180 276 54 0 29507 0
Current children cumulated CPU time (s) 4782.48
Current children cumulated vsize (KiB) 120788

[startup+4842.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/438 24446
/proc/meminfo: memFree=24901496/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=120924 CPUtime=4842.48 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 56597 0 0 0 484219 29 0 0 25 0 1 0 789582197 123826176 29190 33554432000 134512640 134731564 4293803872 18446744073709551615 2150257 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24240/statm: 30231 29190 276 54 0 29541 0
Current children cumulated CPU time (s) 4842.48
Current children cumulated vsize (KiB) 120924

[startup+4902.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/438 24447
/proc/meminfo: memFree=24901956/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=120924 CPUtime=4902.48 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 56597 0 0 0 490218 30 0 0 25 0 1 0 789582197 123826176 29190 33554432000 134512640 134731564 4293803872 18446744073709551615 134659619 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24240/statm: 30231 29190 276 54 0 29541 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 120924

[startup+4962.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/438 24449
/proc/meminfo: memFree=24901912/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=120924 CPUtime=4962.48 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 56598 0 0 0 496218 30 0 0 25 0 1 0 789582197 123826176 29191 33554432000 134512640 134731564 4293803872 18446744073709551615 134719850 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24240/statm: 30231 29191 276 54 0 29541 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 120924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.04 2.00 3/438 24450
/proc/meminfo: memFree=24901756/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=120924 CPUtime=5000.1 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 56598 0 0 0 499980 30 0 0 25 0 1 0 789582197 123826176 29191 33554432000 134512640 134731564 4293803872 18446744073709551615 134717451 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24240/statm: 30231 29191 276 54 0 29541 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 120924

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.00 3/438 24450
/proc/meminfo: memFree=24901756/32951124 swapFree=50923800/67111528
[pid=24240] ppid=24238 vsize=120924 CPUtime=5000.1 cores=0,2,4,6
/proc/24240/stat : 24240 (MPhaseSAT) R 24238 24240 24022 0 -1 4202496 56598 0 0 0 499980 30 0 0 25 0 1 0 789582197 123826176 29191 33554432000 134512640 134731564 4293803872 18446744073709551615 134717451 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24240/statm: 30231 29191 276 54 0 29541 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 120924

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.12
CPU user time (s): 4999.81
CPU system time (s): 0.310952
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 121080

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

runsolver used 21.8517 second user time and 46.4099 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-02 01:41:06
IDJOB=3445670
IDBENCH=71605
IDSOLVER=1941
FILE ID=node143/3445670-1306971666
RUNJOBID= node143-1306967394-24040
PBS_JOBID= 13497670
Free space on /tmp= 73868 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v2640c305320gyes10.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3445670-1306971666/watcher-3445670-1306971666 -o /tmp/evaluation-result-3445670-1306971666/solver-3445670-1306971666 -C 5000 -W 5100 -M 15500  MPhaseSAT HOME/instance-3445670-1306971666.cnf

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

MD5SUM BENCH= 98bac4f2d533fe7abb12552567f9e1aa
RANDOM SEED=682368754

node143.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.846
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.69
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.846
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	: 5226.15
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.846
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.846
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.846
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.75
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.846
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.846
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.846
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:      25020452 kB
Buffers:        193040 kB
Cached:         251368 kB
SwapCached:       9140 kB
Active:        7333104 kB
Inactive:       327328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25020452 kB
SwapTotal:    67111528 kB
SwapFree:     50923800 kB
Dirty:            4288 kB
Writeback:           0 kB
AnonPages:     7213764 kB
Mapped:          22968 kB
Slab:           121664 kB
PageTables:      79580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115686296 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= 73868 MiB
End job on node143 at 2011-06-02 03:04:28