Trace number 3095404

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_M 2011-02-16? (TO) 1300.01 1300.01

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S625465881-078-UNKNOWN.cnf
MD5SUM3ba69e7f651721ce4358ca0320f27486
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark497.12
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
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 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3095404-1301752475/watcher-3095404-1301752475 -o /tmp/evaluation-result-3095404-1301752475/solver-3095404-1301752475 -C 2400 -W 1300 -M 7680 MPhaseSAT_M HOME/instance-3095404-1301752475.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.04 4.05 3.99 3/191 18336
/proc/meminfo: memFree=20928384/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=5440 CPUtime=0 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 286845422 5570560 272 33554432000 134512640 134829744 4292842464 18446744073709551615 134531753 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 1360 272 225 78 0 646 0

[startup+0.0836271 s]
/proc/loadavg: 4.04 4.05 3.99 3/191 18336
/proc/meminfo: memFree=20928384/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=5440 CPUtime=0.08 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 686 0 0 0 8 0 0 0 25 0 1 0 286845422 5570560 625 33554432000 134512640 134829744 4292842464 18446744073709551615 10164957 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 1360 625 225 78 0 646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5440

[startup+0.100617 s]
/proc/loadavg: 4.04 4.05 3.99 3/191 18336
/proc/meminfo: memFree=20928384/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=5440 CPUtime=0.09 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 763 0 0 0 9 0 0 0 25 0 1 0 286845422 5570560 702 33554432000 134512640 134829744 4292842464 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 1360 702 225 78 0 646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5440

[startup+0.300595 s]
/proc/loadavg: 4.04 4.05 3.99 3/191 18336
/proc/meminfo: memFree=20928384/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=21164 CPUtime=0.29 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 9100 0 0 0 28 1 0 0 25 0 1 0 286845422 21671936 4408 33554432000 134512640 134829744 4292842464 18446744073709551615 10278396 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 5291 4409 315 78 0 4577 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21164

[startup+0.700468 s]
/proc/loadavg: 4.04 4.05 3.99 3/191 18336
/proc/meminfo: memFree=20928384/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=32536 CPUtime=0.69 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 12643 0 0 0 68 1 0 0 25 0 1 0 286845422 33316864 7196 33554432000 134512640 134829744 4292842464 18446744073709551615 134724175 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 8134 7196 329 78 0 7420 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32536

[startup+1.50032 s]
/proc/loadavg: 4.04 4.05 3.99 4/192 18337
/proc/meminfo: memFree=20899740/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=32536 CPUtime=1.49 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 12657 0 0 0 148 1 0 0 25 0 1 0 286845422 33316864 7209 33554432000 134512640 134829744 4292842464 18446744073709551615 134624903 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 8134 7209 341 78 0 7420 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32536

[startup+3.10106 s]
/proc/loadavg: 4.04 4.05 3.99 5/194 18364
/proc/meminfo: memFree=20896868/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=33472 CPUtime=3.09 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 12889 0 0 0 308 1 0 0 25 0 1 0 286845422 34275328 7441 33554432000 134512640 134829744 4292842464 18446744073709551615 134712929 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 8368 7441 341 78 0 7654 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33472

[startup+6.30046 s]
/proc/loadavg: 4.04 4.05 3.99 5/194 18364
/proc/meminfo: memFree=20890580/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=39196 CPUtime=6.29 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 14346 0 0 0 627 2 0 0 25 0 1 0 286845422 40136704 8898 33554432000 134512640 134829744 4292842464 18446744073709551615 134614879 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 9799 8898 341 78 0 9085 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39196

[startup+12.7003 s]
/proc/loadavg: 4.04 4.05 3.99 5/194 18364
/proc/meminfo: memFree=20876580/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=50088 CPUtime=12.69 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 17039 0 0 0 1267 2 0 0 25 0 1 0 286845422 51290112 11591 33554432000 134512640 134829744 4292842464 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 12522 11591 341 78 0 11808 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50088

[startup+25.5009 s]
/proc/loadavg: 4.03 4.05 3.99 5/194 18365
/proc/meminfo: memFree=20871860/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=53156 CPUtime=25.49 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 17814 0 0 0 2546 3 0 0 25 0 1 0 286845422 54431744 12366 33554432000 134512640 134829744 4292842464 18446744073709551615 134623584 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 13289 12366 341 78 0 12575 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53156

[startup+51.1012 s]
/proc/loadavg: 4.02 4.04 3.99 5/194 18365
/proc/meminfo: memFree=20866800/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=12928 CPUtime=51.09 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 29381 0 0 0 5104 5 0 0 25 0 1 0 286845422 13238272 2093 33554432000 134512640 134829744 4292842464 18446744073709551615 134580540 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 3232 2093 344 78 0 2518 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 12928

[startup+102.307 s]
/proc/loadavg: 3.93 4.02 3.98 5/194 18395
/proc/meminfo: memFree=20884444/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=68128 CPUtime=102.3 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 50008 0 0 0 10222 8 0 0 25 0 1 0 286845422 69763072 16024 33554432000 134512640 134829744 4292842464 18446744073709551615 134614879 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 17032 16024 347 78 0 16318 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 68128

[startup+162.301 s]
/proc/loadavg: 4.03 4.03 3.99 5/194 18396
/proc/meminfo: memFree=20862112/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=81088 CPUtime=162.29 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 53865 0 0 0 16221 8 0 0 25 0 1 0 286845422 83034112 19276 33554432000 134512640 134829744 4292842464 18446744073709551615 134722430 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 20272 19276 347 78 0 19558 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 81088

[startup+222.3 s]
/proc/loadavg: 4.16 4.06 4.00 5/194 18398
/proc/meminfo: memFree=20853668/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=81088 CPUtime=222.29 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 53866 0 0 0 22221 8 0 0 25 0 1 0 286845422 83034112 19277 33554432000 134512640 134829744 4292842464 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 20272 19277 347 78 0 19558 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 81088

[startup+282.3 s]
/proc/loadavg: 4.11 4.06 4.00 5/194 18400
/proc/meminfo: memFree=20844728/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=81088 CPUtime=282.29 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 53866 0 0 0 28221 8 0 0 25 0 1 0 286845422 83034112 19277 33554432000 134512640 134829744 4292842464 18446744073709551615 134679906 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 20272 19277 347 78 0 19558 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 81088

[startup+342.3 s]
/proc/loadavg: 4.18 4.09 4.01 5/194 18401
/proc/meminfo: memFree=20834176/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=81088 CPUtime=342.29 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 53866 0 0 0 34220 9 0 0 25 0 1 0 286845422 83034112 19277 33554432000 134512640 134829744 4292842464 18446744073709551615 134725136 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 20272 19277 347 78 0 19558 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 81088

[startup+402.301 s]
/proc/loadavg: 4.13 4.09 4.01 5/194 18412
/proc/meminfo: memFree=20826136/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=81088 CPUtime=402.29 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 53866 0 0 0 40220 9 0 0 25 0 1 0 286845422 83034112 19277 33554432000 134512640 134829744 4292842464 18446744073709551615 134623421 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 20272 19277 347 78 0 19558 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 81088

[startup+462.301 s]
/proc/loadavg: 4.15 4.10 4.02 5/194 18413
/proc/meminfo: memFree=20818556/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=81088 CPUtime=462.29 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 53866 0 0 0 46220 9 0 0 25 0 1 0 286845422 83034112 19277 33554432000 134512640 134829744 4292842464 18446744073709551615 134661614 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 20272 19277 347 78 0 19558 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 81088

[startup+522.301 s]
/proc/loadavg: 4.14 4.11 4.02 5/194 18415
/proc/meminfo: memFree=20813200/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=81088 CPUtime=522.29 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 53866 0 0 0 52220 9 0 0 25 0 1 0 286845422 83034112 19277 33554432000 134512640 134829744 4292842464 18446744073709551615 134719904 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 20272 19277 347 78 0 19558 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 81088

[startup+582.301 s]
/proc/loadavg: 4.16 4.12 4.03 5/194 18417
/proc/meminfo: memFree=20778452/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=108352 CPUtime=582.29 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 60675 0 0 0 58218 11 0 0 25 0 1 0 286845422 110952448 26086 33554432000 134512640 134829744 4292842464 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 27088 26086 347 78 0 26374 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 108352

[startup+642.301 s]
/proc/loadavg: 4.10 4.11 4.03 5/194 18421
/proc/meminfo: memFree=20767084/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=108352 CPUtime=642.29 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 60675 0 0 0 64218 11 0 0 25 0 1 0 286845422 110952448 26086 33554432000 134512640 134829744 4292842464 18446744073709551615 134723689 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 27088 26086 347 78 0 26374 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 108352

[startup+702.301 s]
/proc/loadavg: 4.03 4.09 4.02 6/194 18423
/proc/meminfo: memFree=20759872/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=108352 CPUtime=702.28 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 60675 0 0 0 70217 11 0 0 25 0 1 0 286845422 110952448 26086 33554432000 134512640 134829744 4292842464 18446744073709551615 134725229 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 27088 26086 347 78 0 26374 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 108352

[startup+762.306 s]
/proc/loadavg: 4.09 4.10 4.03 6/194 18424
/proc/meminfo: memFree=20753528/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=108352 CPUtime=762.29 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 60675 0 0 0 76218 11 0 0 25 0 1 0 286845422 110952448 26086 33554432000 134512640 134829744 4292842464 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 27088 26086 347 78 0 26374 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 108352

[startup+822.3 s]
/proc/loadavg: 4.03 4.08 4.02 5/194 18426
/proc/meminfo: memFree=20741600/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=113788 CPUtime=822.28 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 62012 0 0 0 82217 11 0 0 25 0 1 0 286845422 116518912 27423 33554432000 134512640 134829744 4292842464 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 28447 27423 347 78 0 27733 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 113788

[startup+882.3 s]
/proc/loadavg: 4.01 4.06 4.01 5/194 18428
/proc/meminfo: memFree=20733276/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=113788 CPUtime=882.28 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 62012 0 0 0 88217 11 0 0 25 0 1 0 286845422 116518912 27423 33554432000 134512640 134829744 4292842464 18446744073709551615 134661632 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 28447 27423 347 78 0 27733 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 113788

[startup+942.301 s]
/proc/loadavg: 4.06 4.06 4.01 5/194 18456
/proc/meminfo: memFree=20774776/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=113788 CPUtime=942.28 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 62012 0 0 0 94216 12 0 0 25 0 1 0 286845422 116518912 27423 33554432000 134512640 134829744 4292842464 18446744073709551615 134658112 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 28447 27423 347 78 0 27733 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 113788

[startup+1002.3 s]
/proc/loadavg: 4.10 4.08 4.02 5/194 18458
/proc/meminfo: memFree=20765944/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=113788 CPUtime=1002.28 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 62012 0 0 0 100216 12 0 0 25 0 1 0 286845422 116518912 27423 33554432000 134512640 134829744 4292842464 18446744073709551615 134678497 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 28447 27423 347 78 0 27733 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 113788

[startup+1062.3 s]
/proc/loadavg: 4.14 4.09 4.02 5/194 18459
/proc/meminfo: memFree=20749928/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=121192 CPUtime=1062.28 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 63873 0 0 0 106216 12 0 0 25 0 1 0 286845422 124100608 29284 33554432000 134512640 134829744 4292842464 18446744073709551615 134661806 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 30298 29284 347 78 0 29584 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 121192

[startup+1122.3 s]
/proc/loadavg: 4.05 4.07 4.02 5/194 18461
/proc/meminfo: memFree=20734032/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=127496 CPUtime=1122.28 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 65468 0 0 0 112215 13 0 0 25 0 1 0 286845422 130555904 30879 33554432000 134512640 134829744 4292842464 18446744073709551615 134669626 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 31874 30879 347 78 0 31160 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 127496

[startup+1182.3 s]
/proc/loadavg: 4.02 4.06 4.01 5/194 18463
/proc/meminfo: memFree=20722728/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=126564 CPUtime=1182.28 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 65468 0 0 0 118215 13 0 0 25 0 1 0 286845422 129601536 30646 33554432000 134512640 134829744 4292842464 18446744073709551615 134657870 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 31641 30646 347 78 0 30927 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 126564

[startup+1242.3 s]
/proc/loadavg: 4.00 4.04 4.01 5/194 18464
/proc/meminfo: memFree=20701372/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=135480 CPUtime=1242.29 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 68241 0 0 0 124215 14 0 0 25 0 1 0 286845422 138731520 32874 33554432000 134512640 134829744 4292842464 18446744073709551615 134624965 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 33870 32874 347 78 0 33156 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 135480



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.03 4.00 5/194 18466
/proc/meminfo: memFree=20691676/32951124 swapFree=67111528/67111528
[pid=18336] ppid=18334 vsize=135480 CPUtime=1299.99 cores=0,2
/proc/18336/stat : 18336 (MPhaseSAT_M) R 18334 18336 17826 0 -1 4202496 68241 0 0 0 129985 14 0 0 25 0 1 0 286845422 138731520 32874 33554432000 134512640 134829744 4292842464 18446744073709551615 134678931 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18336/statm: 33870 32874 347 78 0 33156 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 135480

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): 1300.01
CPU time (s): 1300.01
CPU user time (s): 1299.86
CPU system time (s): 0.147977
CPU usage (%): 99.9993
Max. virtual memory (cumulated for all children) (KiB): 137772

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

runsolver used 2.31765 second user time and 4.78627 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-02 15:54:36
IDJOB=3095404
IDBENCH=82686
IDSOLVER=1522
FILE ID=node135/3095404-1301752475
RUNJOBID= node135-1301748568-17844
PBS_JOBID= 12841002
Free space on /tmp= 71872 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S625465881-078-UNKNOWN.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3095404-1301752475/watcher-3095404-1301752475 -o /tmp/evaluation-result-3095404-1301752475/solver-3095404-1301752475 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3095404-1301752475.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 3ba69e7f651721ce4358ca0320f27486
RANDOM SEED=439771970

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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	: 6640.14
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.851
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.78
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.851
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.75
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.851
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20928540 kB
Buffers:        373700 kB
Cached:       11261608 kB
SwapCached:          0 kB
Active:        7993220 kB
Inactive:      3749440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20928540 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3136 kB
Writeback:           0 kB
AnonPages:      107312 kB
Mapped:          16864 kB
Slab:           217680 kB
PageTables:       5500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   304088 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71876 MiB
End job on node135 at 2011-04-02 16:16:18