Trace number 3445769

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.05 4999.82

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-5_4232.cnf
MD5SUM86d9f733c618d2ca060f457ab8a19463
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 variables4230
Number of clauses100443
Sum of the clauses size411786
Maximum clause length5
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 490429
Number of clauses of size 510014
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-3445769-1306977428/watcher-3445769-1306977428 -o /tmp/evaluation-result-3445769-1306977428/solver-3445769-1306977428 -C 5000 -W 5100 -M 15500 MPhaseSAT HOME/instance-3445769-1306977428.cnf 

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

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


[startup+0 s]
/proc/loadavg: 2.05 2.03 2.00 2/437 24633
/proc/meminfo: memFree=24966760/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=4616 CPUtime=0 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 368 0 0 0 0 0 0 0 25 0 1 0 790158389 4726784 310 33554432000 134512640 134731564 4289765824 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 1154 310 225 54 0 464 0

[startup+0.073527 s]
/proc/loadavg: 2.05 2.03 2.00 2/437 24633
/proc/meminfo: memFree=24966760/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=4844 CPUtime=0.07 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 720 0 0 0 7 0 0 0 25 0 1 0 790158389 4960256 662 33554432000 134512640 134731564 4289765824 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 1211 662 226 54 0 521 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4844

[startup+0.100523 s]
/proc/loadavg: 2.05 2.03 2.00 2/437 24633
/proc/meminfo: memFree=24966760/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=7072 CPUtime=0.09 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 1353 0 0 0 9 0 0 0 25 0 1 0 790158389 7241728 1294 33554432000 134512640 134731564 4289765824 18446744073709551615 134559013 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 1768 1294 233 54 0 1078 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7072

[startup+0.300485 s]
/proc/loadavg: 2.05 2.03 2.00 2/437 24633
/proc/meminfo: memFree=24966760/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=16604 CPUtime=0.29 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 5416 0 0 0 29 0 0 0 25 0 1 0 790158389 17002496 3646 33554432000 134512640 134731564 4289765824 18446744073709551615 134649520 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 4151 3646 261 54 0 3461 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16604

[startup+0.700416 s]
/proc/loadavg: 2.05 2.03 2.00 2/437 24633
/proc/meminfo: memFree=24966760/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=16764 CPUtime=0.69 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 5452 0 0 0 69 0 0 0 25 0 1 0 790158389 17166336 3681 33554432000 134512640 134731564 4289765824 18446744073709551615 134668897 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 4191 3681 271 54 0 3501 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16764

[startup+1.50025 s]
/proc/loadavg: 2.05 2.03 2.00 3/438 24634
/proc/meminfo: memFree=24951952/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=17820 CPUtime=1.49 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 5732 0 0 0 149 0 0 0 25 0 1 0 790158389 18247680 3961 33554432000 134512640 134731564 4289765824 18446744073709551615 134659263 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 4455 3961 271 54 0 3765 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17820

[startup+3.10093 s]
/proc/loadavg: 2.05 2.03 2.00 3/438 24634
/proc/meminfo: memFree=24950084/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=18216 CPUtime=3.09 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 5831 0 0 0 309 0 0 0 25 0 1 0 790158389 18653184 4060 33554432000 134512640 134731564 4289765824 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 4554 4060 271 54 0 3864 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18216

[startup+6.30029 s]
/proc/loadavg: 2.05 2.03 2.00 3/438 24635
/proc/meminfo: memFree=24949092/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=18492 CPUtime=6.29 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 5909 0 0 0 629 0 0 0 25 0 1 0 790158389 18935808 4138 33554432000 134512640 134731564 4289765824 18446744073709551615 134634471 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 4623 4138 271 54 0 3933 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18492

[startup+12.701 s]
/proc/loadavg: 2.04 2.03 2.00 3/438 24635
/proc/meminfo: memFree=24947264/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=19548 CPUtime=12.69 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 6160 0 0 0 1269 0 0 0 25 0 1 0 790158389 20017152 4389 33554432000 134512640 134731564 4289765824 18446744073709551615 134720309 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 4887 4389 271 54 0 4197 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19548

[startup+25.5005 s]
/proc/loadavg: 2.10 2.04 2.01 3/438 24635
/proc/meminfo: memFree=24943916/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=22980 CPUtime=25.49 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 7016 0 0 0 2549 0 0 0 25 0 1 0 790158389 23531520 5245 33554432000 134512640 134731564 4289765824 18446744073709551615 134659514 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 5745 5245 271 54 0 5055 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 22980

[startup+51.1004 s]
/proc/loadavg: 2.07 2.04 2.00 3/438 24636
/proc/meminfo: memFree=24937644/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=29184 CPUtime=51.09 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 8576 0 0 0 5109 0 0 0 25 0 1 0 790158389 29884416 6805 33554432000 134512640 134731564 4289765824 18446744073709551615 134670411 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 7296 6805 271 54 0 6606 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 29184

[startup+102.316 s]
/proc/loadavg: 2.17 2.06 2.01 3/438 24637
/proc/meminfo: memFree=24935612/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=30536 CPUtime=102.31 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 8914 0 0 0 10230 1 0 0 25 0 1 0 790158389 31268864 7143 33554432000 134512640 134731564 4289765824 18446744073709551615 134659293 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 7634 7143 271 54 0 6944 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 30536

[startup+162.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/438 24639
/proc/meminfo: memFree=24926636/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=37140 CPUtime=162.3 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 10540 0 0 0 16229 1 0 0 25 0 1 0 790158389 38031360 8769 33554432000 134512640 134731564 4289765824 18446744073709551615 134659320 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 9285 8769 271 54 0 8595 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 37140

[startup+222.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/438 24640
/proc/meminfo: memFree=24939228/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=25668 CPUtime=222.29 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 22200 0 0 0 22227 2 0 0 25 0 1 0 790158389 26284032 5909 33554432000 134512640 134731564 4289765824 18446744073709551615 134720304 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 6417 5909 277 54 0 5727 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 25668

[startup+282.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/438 24642
/proc/meminfo: memFree=24934712/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=30472 CPUtime=282.3 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 23398 0 0 0 28227 3 0 0 25 0 1 0 790158389 31203328 7107 33554432000 134512640 134731564 4289765824 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 7618 7107 277 54 0 6928 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 30472

[startup+342.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/438 24643
/proc/meminfo: memFree=24926724/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=37348 CPUtime=342.3 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 25129 0 0 0 34227 3 0 0 25 0 1 0 790158389 38244352 8838 33554432000 134512640 134731564 4289765824 18446744073709551615 134720137 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 9337 8838 277 54 0 8647 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 37348

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 24645
/proc/meminfo: memFree=24923188/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=37348 CPUtime=402.3 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 25129 0 0 0 40227 3 0 0 25 0 1 0 790158389 38244352 8838 33554432000 134512640 134731564 4289765824 18446744073709551615 134659293 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 9337 8838 277 54 0 8647 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 37348

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 24647
/proc/meminfo: memFree=24918684/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=39460 CPUtime=462.31 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 25671 0 0 0 46228 3 0 0 25 0 1 0 790158389 40407040 9380 33554432000 134512640 134731564 4289765824 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 9865 9380 277 54 0 9175 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 39460

[startup+522.301 s]
/proc/loadavg: 2.08 2.03 2.01 3/438 24651
/proc/meminfo: memFree=24910720/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=42368 CPUtime=522.31 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 26391 0 0 0 52228 3 0 0 25 0 1 0 790158389 43384832 10100 33554432000 134512640 134731564 4289765824 18446744073709551615 134720151 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 10592 10100 277 54 0 9902 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 42368

[startup+582.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/438 24653
/proc/meminfo: memFree=24896288/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=57744 CPUtime=582.32 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 30210 0 0 0 58227 5 0 0 25 0 1 0 790158389 59129856 13919 33554432000 134512640 134731564 4289765824 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 14436 13919 277 54 0 13746 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 57744

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.15 2.04 2.01 3/438 25245
/proc/meminfo: memFree=24871168/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=62012 CPUtime=4002.47 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 31285 0 0 0 400242 5 0 0 25 0 1 0 790158389 63500288 14994 33554432000 134512640 134731564 4289765824 18446744073709551615 2150727 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 15503 14994 277 54 0 14813 0
Current children cumulated CPU time (s) 4002.47
Current children cumulated vsize (KiB) 62012

[startup+4062.32 s]
/proc/loadavg: 2.12 2.05 2.01 3/438 25247
/proc/meminfo: memFree=24870984/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=62012 CPUtime=4062.49 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 31285 0 0 0 406244 5 0 0 25 0 1 0 790158389 63500288 14994 33554432000 134512640 134731564 4289765824 18446744073709551615 2150094 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 15503 14994 277 54 0 14813 0
Current children cumulated CPU time (s) 4062.49
Current children cumulated vsize (KiB) 62012

[startup+4122.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/438 25251
/proc/meminfo: memFree=24872032/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=62012 CPUtime=4122.48 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 31285 0 0 0 412243 5 0 0 25 0 1 0 790158389 63500288 14994 33554432000 134512640 134731564 4289765824 18446744073709551615 134717476 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 15503 14994 277 54 0 14813 0
Current children cumulated CPU time (s) 4122.48
Current children cumulated vsize (KiB) 62012

[startup+4182.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/438 25253
/proc/meminfo: memFree=24872220/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=62012 CPUtime=4182.48 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 31285 0 0 0 418243 5 0 0 25 0 1 0 790158389 63500288 14994 33554432000 134512640 134731564 4289765824 18446744073709551615 134659355 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 15503 14994 277 54 0 14813 0
Current children cumulated CPU time (s) 4182.48
Current children cumulated vsize (KiB) 62012

[startup+4242.3 s]
/proc/loadavg: 2.04 2.05 2.01 2/436 25255
/proc/meminfo: memFree=24958976/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=62012 CPUtime=4242.49 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 31285 0 0 0 424244 5 0 0 25 0 1 0 790158389 63500288 14994 33554432000 134512640 134731564 4289765824 18446744073709551615 134656013 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 15503 14994 277 54 0 14813 0
Current children cumulated CPU time (s) 4242.49
Current children cumulated vsize (KiB) 62012

[startup+4302.3 s]
/proc/loadavg: 1.38 1.86 1.94 2/432 25274
/proc/meminfo: memFree=24960068/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=62012 CPUtime=4302.49 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 31285 0 0 0 430244 5 0 0 25 0 1 0 790158389 63500288 14994 33554432000 134512640 134731564 4289765824 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 15503 14994 277 54 0 14813 0
Current children cumulated CPU time (s) 4302.49
Current children cumulated vsize (KiB) 62012

[startup+4362.3 s]
/proc/loadavg: 1.14 1.70 1.88 2/432 25276
/proc/meminfo: memFree=24960528/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=62012 CPUtime=4362.49 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 31285 0 0 0 436244 5 0 0 25 0 1 0 790158389 63500288 14994 33554432000 134512640 134731564 4289765824 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 15503 14994 277 54 0 14813 0
Current children cumulated CPU time (s) 4362.49
Current children cumulated vsize (KiB) 62012

[startup+4422.3 s]
/proc/loadavg: 1.05 1.57 1.82 2/432 25277
/proc/meminfo: memFree=24960588/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=62012 CPUtime=4422.49 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 31285 0 0 0 442244 5 0 0 25 0 1 0 790158389 63500288 14994 33554432000 134512640 134731564 4289765824 18446744073709551615 134659689 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 15503 14994 277 54 0 14813 0
Current children cumulated CPU time (s) 4422.49
Current children cumulated vsize (KiB) 62012

[startup+4482.3 s]
/proc/loadavg: 1.02 1.46 1.77 2/432 25279
/proc/meminfo: memFree=24960668/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=62012 CPUtime=4482.5 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 31285 0 0 0 448245 5 0 0 25 0 1 0 790158389 63500288 14994 33554432000 134512640 134731564 4289765824 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 15503 14994 277 54 0 14813 0
Current children cumulated CPU time (s) 4482.5
Current children cumulated vsize (KiB) 62012

[startup+4542.3 s]
/proc/loadavg: 1.09 1.40 1.73 2/432 25280
/proc/meminfo: memFree=24960468/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=62012 CPUtime=4542.5 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 31285 0 0 0 454245 5 0 0 25 0 1 0 790158389 63500288 14994 33554432000 134512640 134731564 4289765824 18446744073709551615 134667271 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 15503 14994 277 54 0 14813 0
Current children cumulated CPU time (s) 4542.5
Current children cumulated vsize (KiB) 62012

[startup+4602.3 s]
/proc/loadavg: 1.07 1.34 1.69 2/432 25282
/proc/meminfo: memFree=24960296/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=62012 CPUtime=4602.51 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 31285 0 0 0 460246 5 0 0 25 0 1 0 790158389 63500288 14994 33554432000 134512640 134731564 4289765824 18446744073709551615 134659337 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 15503 14994 277 54 0 14813 0
Current children cumulated CPU time (s) 4602.51
Current children cumulated vsize (KiB) 62012

[startup+4662.3 s]
/proc/loadavg: 1.02 1.28 1.64 2/432 25284
/proc/meminfo: memFree=24959608/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=62012 CPUtime=4662.51 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 31285 0 0 0 466246 5 0 0 25 0 1 0 790158389 63500288 14994 33554432000 134512640 134731564 4289765824 18446744073709551615 134720131 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 15503 14994 277 54 0 14813 0
Current children cumulated CPU time (s) 4662.51
Current children cumulated vsize (KiB) 62012

[startup+4722.32 s]
/proc/loadavg: 1.01 1.22 1.60 2/432 25285
/proc/meminfo: memFree=24960668/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=62012 CPUtime=4722.52 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 31285 0 0 0 472247 5 0 0 25 0 1 0 790158389 63500288 14994 33554432000 134512640 134731564 4289765824 18446744073709551615 2150213 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 15503 14994 277 54 0 14813 0
Current children cumulated CPU time (s) 4722.52
Current children cumulated vsize (KiB) 62012

[startup+4782.3 s]
/proc/loadavg: 1.00 1.18 1.56 2/432 25287
/proc/meminfo: memFree=24960612/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=62012 CPUtime=4782.51 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 31285 0 0 0 478246 5 0 0 25 0 1 0 790158389 63500288 14994 33554432000 134512640 134731564 4289765824 18446744073709551615 134659535 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 15503 14994 277 54 0 14813 0
Current children cumulated CPU time (s) 4782.51
Current children cumulated vsize (KiB) 62012

[startup+4842.3 s]
/proc/loadavg: 1.00 1.14 1.52 2/432 25288
/proc/meminfo: memFree=24960332/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=62012 CPUtime=4842.51 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 31285 0 0 0 484246 5 0 0 25 0 1 0 790158389 63500288 14994 33554432000 134512640 134731564 4289765824 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 15503 14994 277 54 0 14813 0
Current children cumulated CPU time (s) 4842.51
Current children cumulated vsize (KiB) 62012

[startup+4902.3 s]
/proc/loadavg: 1.00 1.12 1.48 2/432 25290
/proc/meminfo: memFree=24960752/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=62012 CPUtime=4902.52 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 31285 0 0 0 490247 5 0 0 25 0 1 0 790158389 63500288 14994 33554432000 134512640 134731564 4289765824 18446744073709551615 134659744 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 15503 14994 277 54 0 14813 0
Current children cumulated CPU time (s) 4902.52
Current children cumulated vsize (KiB) 62012

[startup+4962.3 s]
/proc/loadavg: 1.00 1.09 1.45 2/432 25292
/proc/meminfo: memFree=24960216/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=62012 CPUtime=4962.52 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 31285 0 0 0 496247 5 0 0 25 0 1 0 790158389 63500288 14994 33554432000 134512640 134731564 4289765824 18446744073709551615 134716240 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 15503 14994 277 54 0 14813 0
Current children cumulated CPU time (s) 4962.52
Current children cumulated vsize (KiB) 62012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 1.00 1.08 1.43 2/432 25293
/proc/meminfo: memFree=24960284/32951124 swapFree=50923800/67111528
[pid=24633] ppid=24631 vsize=62012 CPUtime=5000.03 cores=1,3,5,7
/proc/24633/stat : 24633 (MPhaseSAT) R 24631 24633 24022 0 -1 4202496 31285 0 0 0 499998 5 0 0 25 0 1 0 790158389 63500288 14994 33554432000 134512640 134731564 4289765824 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/24633/statm: 15503 14994 277 54 0 14813 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 62012

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.82
CPU time (s): 5000.05
CPU user time (s): 4999.99
CPU system time (s): 0.057991
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 62012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.99
system time used= 0.057991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31285
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= 16
involuntary context switches= 7560

runsolver used 20.2109 second user time and 50.3074 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-02 03:17:08
IDJOB=3445769
IDBENCH=83254
IDSOLVER=1941
FILE ID=node143/3445769-1306977428
RUNJOBID= node143-1306967394-24041
PBS_JOBID= 13497670
Free space on /tmp= 73868 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-5_4232.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3445769-1306977428/watcher-3445769-1306977428 -o /tmp/evaluation-result-3445769-1306977428/solver-3445769-1306977428 -C 5000 -W 5100 -M 15500  MPhaseSAT HOME/instance-3445769-1306977428.cnf

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

MD5SUM BENCH= 86d9f733c618d2ca060f457ab8a19463
RANDOM SEED=859155098

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:      24967040 kB
Buffers:        197336 kB
Cached:         249580 kB
SwapCached:       9140 kB
Active:        7383176 kB
Inactive:       330972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24967040 kB
SwapTotal:    67111528 kB
SwapFree:     50923800 kB
Dirty:            2372 kB
Writeback:           0 kB
AnonPages:     7264800 kB
Mapped:          22776 kB
Slab:           121852 kB
PageTables:      79664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115736496 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 04:40:30