Trace number 3218948

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) 4999.96 5000.02

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S883457431-033-UNKNOWN.cnf
MD5SUM0d0abbf84f73b4226aa3bedf08367d2e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark132.892
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-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3218948-1303204520/watcher-3218948-1303204520 -o /tmp/evaluation-result-3218948-1303204520/solver-3218948-1303204520 -C 5000 -W 5000 -M 15500 MPhaseSAT_M HOME/instance-3218948-1303204520.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): 5000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.12 3.41 2/175 17350
/proc/meminfo: memFree=20492868/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=5440 CPUtime=0 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 432051608 5570560 269 33554432000 134512640 134829744 4289449840 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 1360 269 225 78 0 646 0

[startup+0.090958 s]
/proc/loadavg: 2.06 2.12 3.41 2/175 17350
/proc/meminfo: memFree=20492868/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=5440 CPUtime=0.08 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 731 0 0 0 8 0 0 0 21 0 1 0 432051608 5570560 673 33554432000 134512640 134829744 4289449840 18446744073709551615 8707892 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 1360 673 225 78 0 646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5440

[startup+0.100957 s]
/proc/loadavg: 2.06 2.12 3.41 2/175 17350
/proc/meminfo: memFree=20492868/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=5440 CPUtime=0.09 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 779 0 0 0 9 0 0 0 21 0 1 0 432051608 5570560 721 33554432000 134512640 134829744 4289449840 18446744073709551615 134531753 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 1360 721 225 78 0 646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5440

[startup+0.300926 s]
/proc/loadavg: 2.06 2.12 3.41 2/175 17350
/proc/meminfo: memFree=20492868/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=23936 CPUtime=0.29 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 9786 0 0 0 28 1 0 0 22 0 1 0 432051608 24510464 5097 33554432000 134512640 134829744 4289449840 18446744073709551615 8812028 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 5984 5099 315 78 0 5270 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23936

[startup+0.70086 s]
/proc/loadavg: 2.06 2.12 3.41 2/175 17350
/proc/meminfo: memFree=20492868/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=31704 CPUtime=0.69 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 12807 0 0 0 68 1 0 0 23 0 1 0 432051608 32464896 6999 33554432000 134512640 134829744 4289449840 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 7926 6999 341 78 0 7212 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31704

[startup+1.50072 s]
/proc/loadavg: 2.06 2.12 3.41 3/176 17351
/proc/meminfo: memFree=20465340/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=31704 CPUtime=1.49 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 12807 0 0 0 148 1 0 0 25 0 1 0 432051608 32464896 6999 33554432000 134512640 134829744 4289449840 18446744073709551615 134661791 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 7926 6999 341 78 0 7212 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31704

[startup+3.10046 s]
/proc/loadavg: 2.06 2.12 3.41 3/176 17351
/proc/meminfo: memFree=20464968/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=33952 CPUtime=3.09 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 13398 0 0 0 308 1 0 0 25 0 1 0 432051608 34766848 7590 33554432000 134512640 134829744 4289449840 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 8488 7590 341 78 0 7774 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33952

[startup+6.30092 s]
/proc/loadavg: 2.06 2.11 3.40 3/176 17351
/proc/meminfo: memFree=20457688/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=41116 CPUtime=6.29 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 15157 0 0 0 627 2 0 0 25 0 1 0 432051608 42102784 9349 33554432000 134512640 134829744 4289449840 18446744073709551615 134657906 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 10279 9349 341 78 0 9565 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41116

[startup+12.7008 s]
/proc/loadavg: 2.05 2.11 3.40 3/176 17351
/proc/meminfo: memFree=20445756/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=52140 CPUtime=12.7 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 17918 0 0 0 1267 3 0 0 25 0 1 0 432051608 53391360 12110 33554432000 134512640 134829744 4289449840 18446744073709551615 134661647 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 13035 12110 341 78 0 12321 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 52140

[startup+25.5007 s]
/proc/loadavg: 2.04 2.11 3.37 3/176 17352
/proc/meminfo: memFree=20442672/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=54696 CPUtime=25.49 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 18562 0 0 0 2546 3 0 0 25 0 1 0 432051608 56008704 12754 33554432000 134512640 134829744 4289449840 18446744073709551615 134614879 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 13674 12754 341 78 0 12960 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 54696

[startup+51.1004 s]
/proc/loadavg: 2.02 2.10 3.34 3/176 17353
/proc/meminfo: memFree=20448972/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=49816 CPUtime=51.09 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 45189 0 0 0 5102 7 0 0 25 0 1 0 432051608 51011584 11421 33554432000 134512640 134829744 4289449840 18446744073709551615 134657870 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 12454 11421 345 78 0 11740 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 49816

[startup+102.307 s]
/proc/loadavg: 2.01 2.08 3.26 3/176 17354
/proc/meminfo: memFree=20429252/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=67968 CPUtime=102.29 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 51397 0 0 0 10220 9 0 0 25 0 1 0 432051608 69599232 15969 33554432000 134512640 134829744 4289449840 18446744073709551615 134670048 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 16992 15969 345 78 0 16278 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 67968

[startup+162.301 s]
/proc/loadavg: 2.00 2.06 3.18 3/176 17355
/proc/meminfo: memFree=20413872/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=85132 CPUtime=162.29 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 57544 0 0 0 16218 11 0 0 25 0 1 0 432051608 87175168 20260 33554432000 134512640 134829744 4289449840 18446744073709551615 134718304 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 21283 20260 345 78 0 20569 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 85132

[startup+222.3 s]
/proc/loadavg: 2.06 2.06 3.11 3/176 17357
/proc/meminfo: memFree=20406924/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=90372 CPUtime=222.29 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 58784 0 0 0 22218 11 0 0 25 0 1 0 432051608 92540928 21500 33554432000 134512640 134829744 4289449840 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 22593 21500 345 78 0 21879 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 90372

[startup+282.3 s]
/proc/loadavg: 2.02 2.05 3.04 3/176 17359
/proc/meminfo: memFree=20406424/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=90372 CPUtime=282.28 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 58784 0 0 0 28217 11 0 0 25 0 1 0 432051608 92540928 21500 33554432000 134512640 134829744 4289449840 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 22593 21500 345 78 0 21879 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 90372

[startup+342.3 s]
/proc/loadavg: 2.01 2.04 2.97 3/176 17361
/proc/meminfo: memFree=20398984/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=96608 CPUtime=342.28 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 60903 0 0 0 34216 12 0 0 25 0 1 0 432051608 98926592 23149 33554432000 134512640 134829744 4289449840 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 24152 23149 345 78 0 23438 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 96608

[startup+402.301 s]
/proc/loadavg: 2.00 2.03 2.91 3/176 17362
/proc/meminfo: memFree=20398976/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=96608 CPUtime=402.28 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 60903 0 0 0 40216 12 0 0 25 0 1 0 432051608 98926592 23149 33554432000 134512640 134829744 4289449840 18446744073709551615 134722430 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 24152 23149 345 78 0 23438 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 96608

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.85 3/176 17363
/proc/meminfo: memFree=20398848/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=96608 CPUtime=462.28 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 60903 0 0 0 46216 12 0 0 25 0 1 0 432051608 98926592 23149 33554432000 134512640 134829744 4289449840 18446744073709551615 134661647 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 24152 23149 345 78 0 23438 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 96608

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.79 3/176 17365
/proc/meminfo: memFree=20380368/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=117500 CPUtime=522.29 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 66119 0 0 0 52215 14 0 0 25 0 1 0 432051608 120320000 28365 33554432000 134512640 134829744 4289449840 18446744073709551615 8552792 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 29375 28365 345 78 0 28661 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 117500

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.74 3/176 17367
/proc/meminfo: memFree=20374036/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=121488 CPUtime=582.28 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 67230 0 0 0 58214 14 0 0 25 0 1 0 432051608 124403712 29368 33554432000 134512640 134829744 4289449840 18446744073709551615 134661632 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 30372 29368 345 78 0 29658 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 121488

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 17524
/proc/meminfo: memFree=20296748/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=186884 CPUtime=4002.24 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 84528 0 0 0 400205 19 0 0 25 0 1 0 432051608 191369216 45721 33554432000 134512640 134829744 4289449840 18446744073709551615 134669043 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 46721 45721 345 78 0 46007 0
Current children cumulated CPU time (s) 4002.24
Current children cumulated vsize (KiB) 186884

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 17525
/proc/meminfo: memFree=20296864/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=186884 CPUtime=4062.24 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 84528 0 0 0 406205 19 0 0 25 0 1 0 432051608 191369216 45721 33554432000 134512640 134829744 4289449840 18446744073709551615 8552267 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 46721 45721 345 78 0 46007 0
Current children cumulated CPU time (s) 4062.24
Current children cumulated vsize (KiB) 186884

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 17527
/proc/meminfo: memFree=20296356/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=186884 CPUtime=4122.24 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 84528 0 0 0 412205 19 0 0 25 0 1 0 432051608 191369216 45721 33554432000 134512640 134829744 4289449840 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 46721 45721 345 78 0 46007 0
Current children cumulated CPU time (s) 4122.24
Current children cumulated vsize (KiB) 186884

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 17529
/proc/meminfo: memFree=20296472/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=186884 CPUtime=4182.24 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 84528 0 0 0 418205 19 0 0 25 0 1 0 432051608 191369216 45721 33554432000 134512640 134829744 4289449840 18446744073709551615 8552302 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 46721 45721 345 78 0 46007 0
Current children cumulated CPU time (s) 4182.24
Current children cumulated vsize (KiB) 186884

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 17531
/proc/meminfo: memFree=20253804/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=229240 CPUtime=4242.24 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 95279 0 0 0 424203 21 0 0 25 0 1 0 432051608 234741760 56273 33554432000 134512640 134829744 4289449840 18446744073709551615 134661441 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 57310 56273 345 78 0 56596 0
Current children cumulated CPU time (s) 4242.24
Current children cumulated vsize (KiB) 229240

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 17532
/proc/meminfo: memFree=20253904/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=229240 CPUtime=4302.23 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 95281 0 0 0 430202 21 0 0 25 0 1 0 432051608 234741760 56275 33554432000 134512640 134829744 4289449840 18446744073709551615 134661635 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 57310 56275 345 78 0 56596 0
Current children cumulated CPU time (s) 4302.23
Current children cumulated vsize (KiB) 229240

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 17533
/proc/meminfo: memFree=20254884/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=228164 CPUtime=4362.24 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 95281 0 0 0 436203 21 0 0 25 0 1 0 432051608 233639936 56038 33554432000 134512640 134829744 4289449840 18446744073709551615 134722430 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 57041 56038 345 78 0 56327 0
Current children cumulated CPU time (s) 4362.24
Current children cumulated vsize (KiB) 228164

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 17535
/proc/meminfo: memFree=20254988/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=228164 CPUtime=4422.24 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 95281 0 0 0 442203 21 0 0 25 0 1 0 432051608 233639936 56038 33554432000 134512640 134829744 4289449840 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 57041 56038 345 78 0 56327 0
Current children cumulated CPU time (s) 4422.24
Current children cumulated vsize (KiB) 228164

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 17537
/proc/meminfo: memFree=20255100/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=228164 CPUtime=4482.24 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 95281 0 0 0 448203 21 0 0 25 0 1 0 432051608 233639936 56038 33554432000 134512640 134829744 4289449840 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 57041 56038 345 78 0 56327 0
Current children cumulated CPU time (s) 4482.24
Current children cumulated vsize (KiB) 228164

[startup+4542.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 17539
/proc/meminfo: memFree=20256952/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=226264 CPUtime=4542.24 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 95281 0 0 0 454203 21 0 0 25 0 1 0 432051608 231694336 55563 33554432000 134512640 134829744 4289449840 18446744073709551615 134633168 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 56566 55563 345 78 0 55852 0
Current children cumulated CPU time (s) 4542.24
Current children cumulated vsize (KiB) 226264

[startup+4602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 17540
/proc/meminfo: memFree=20256576/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=226264 CPUtime=4602.24 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 95281 0 0 0 460203 21 0 0 25 0 1 0 432051608 231694336 55563 33554432000 134512640 134829744 4289449840 18446744073709551615 134661632 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 56566 55563 345 78 0 55852 0
Current children cumulated CPU time (s) 4602.24
Current children cumulated vsize (KiB) 226264

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 17541
/proc/meminfo: memFree=20256440/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=226264 CPUtime=4662.24 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 95281 0 0 0 466203 21 0 0 25 0 1 0 432051608 231694336 55563 33554432000 134512640 134829744 4289449840 18446744073709551615 134614879 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 56566 55563 345 78 0 55852 0
Current children cumulated CPU time (s) 4662.24
Current children cumulated vsize (KiB) 226264

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 17543
/proc/meminfo: memFree=20256432/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=226264 CPUtime=4722.24 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 95281 0 0 0 472203 21 0 0 25 0 1 0 432051608 231694336 55563 33554432000 134512640 134829744 4289449840 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 56566 55563 345 78 0 55852 0
Current children cumulated CPU time (s) 4722.24
Current children cumulated vsize (KiB) 226264

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 17545
/proc/meminfo: memFree=20256668/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=226264 CPUtime=4782.23 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 95281 0 0 0 478202 21 0 0 25 0 1 0 432051608 231694336 55563 33554432000 134512640 134829744 4289449840 18446744073709551615 134722592 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 56566 55563 345 78 0 55852 0
Current children cumulated CPU time (s) 4782.23
Current children cumulated vsize (KiB) 226264

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 17547
/proc/meminfo: memFree=20256036/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=226264 CPUtime=4842.23 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 95281 0 0 0 484202 21 0 0 25 0 1 0 432051608 231694336 55563 33554432000 134512640 134829744 4289449840 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 56566 55563 345 78 0 55852 0
Current children cumulated CPU time (s) 4842.23
Current children cumulated vsize (KiB) 226264

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 17548
/proc/meminfo: memFree=20255772/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=226264 CPUtime=4902.23 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 95281 0 0 0 490202 21 0 0 25 0 1 0 432051608 231694336 55563 33554432000 134512640 134829744 4289449840 18446744073709551615 134661437 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 56566 55563 345 78 0 55852 0
Current children cumulated CPU time (s) 4902.23
Current children cumulated vsize (KiB) 226264

[startup+4962.3 s]
/proc/loadavg: 2.14 2.03 2.01 3/176 17549
/proc/meminfo: memFree=20255888/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=226264 CPUtime=4962.23 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 95281 0 0 0 496202 21 0 0 25 0 1 0 432051608 231694336 55563 33554432000 134512640 134829744 4289449840 18446744073709551615 134661122 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 56566 55563 345 78 0 55852 0
Current children cumulated CPU time (s) 4962.23
Current children cumulated vsize (KiB) 226264



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.07 2.03 2.00 3/176 17551
/proc/meminfo: memFree=20255632/32951132 swapFree=67111528/67111528
[pid=17350] ppid=17348 vsize=226264 CPUtime=4999.94 cores=1,3,5,7
/proc/17350/stat : 17350 (MPhaseSAT_M) R 17348 17350 17216 0 -1 4202496 95281 0 0 0 499973 21 0 0 25 0 1 0 432051608 231694336 55563 33554432000 134512640 134829744 4289449840 18446744073709551615 134661632 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/17350/statm: 56566 55563 345 78 0 55852 0
Current children cumulated CPU time (s) 4999.94
Current children cumulated vsize (KiB) 226264

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): 5000.02
CPU time (s): 4999.96
CPU user time (s): 4999.73
CPU system time (s): 0.224965
CPU usage (%): 99.9988
Max. virtual memory (cumulated for all children) (KiB): 230036

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

runsolver used 6.68098 second user time and 16.0736 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-19 11:15:20
IDJOB=3218948
IDBENCH=82508
IDSOLVER=1637
FILE ID=node129/3218948-1303204520
RUNJOBID= node129-1303203382-17235
PBS_JOBID= 13030645
Free space on /tmp= 72960 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S883457431-033-UNKNOWN.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3218948-1303204520/watcher-3218948-1303204520 -o /tmp/evaluation-result-3218948-1303204520/solver-3218948-1303204520 -C 5000 -W 5000 -M 15500  MPhaseSAT_M HOME/instance-3218948-1303204520.cnf

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

MD5SUM BENCH= 0d0abbf84f73b4226aa3bedf08367d2e
RANDOM SEED=1197383520

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.831
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.831
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.82
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.831
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.74
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.831
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.831
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.75
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.831
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:     32951132 kB
MemFree:      20493164 kB
Buffers:        513364 kB
Cached:       11549832 kB
SwapCached:          0 kB
Active:        3898272 kB
Inactive:      8243952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      20493164 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3156 kB
Writeback:           0 kB
AnonPages:       78568 kB
Mapped:          16428 kB
Slab:           252408 kB
PageTables:       4848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   224524 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72960 MiB
End job on node129 at 2011-04-19 12:38:42