Trace number 3219590

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) 5000.03 4999.91

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S379804333-028-UNKNOWN.cnf
MD5SUM0aa289a52d8d004ea581b39b43a8a19a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark144.181
Satisfiable
(Un)Satisfiability was proved
Number of variables29999
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
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-3219590-1303259394/watcher-3219590-1303259394 -o /tmp/evaluation-result-3219590-1303259394/solver-3219590-1303259394 -C 5000 -W 5000 -M 15500 MPhaseSAT_M HOME/instance-3219590-1303259394.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 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: 1.80 1.23 2.73 2/177 9521
/proc/meminfo: memFree=16051784/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=5116 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 516170037 5238784 270 33554432000 134512640 134829744 4290979472 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 1279 270 225 78 0 565 0

[startup+0.025233 s]
/proc/loadavg: 1.80 1.23 2.73 2/177 9521
/proc/meminfo: memFree=16051784/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=5116 CPUtime=0.02 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 427 0 0 0 2 0 0 0 25 0 1 0 516170037 5238784 369 33554432000 134512640 134829744 4290979472 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 1279 369 225 78 0 565 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5116

[startup+0.100247 s]
/proc/loadavg: 1.80 1.23 2.73 2/177 9521
/proc/meminfo: memFree=16051784/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=5112 CPUtime=0.09 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 840 0 0 0 9 0 0 0 25 0 1 0 516170037 5234688 781 33554432000 134512640 134829744 4290979472 18446744073709551615 134534967 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 1278 781 229 78 0 564 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5112

[startup+0.300215 s]
/proc/loadavg: 1.80 1.23 2.73 2/177 9521
/proc/meminfo: memFree=16051784/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=19896 CPUtime=0.29 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 7047 0 0 0 28 1 0 0 25 0 1 0 516170037 20373504 4442 33554432000 134512640 134829744 4290979472 18446744073709551615 6469596 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 4974 4442 256 78 0 4260 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19896

[startup+0.701145 s]
/proc/loadavg: 1.80 1.23 2.73 2/177 9521
/proc/meminfo: memFree=16051784/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=24752 CPUtime=0.69 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 8639 0 0 0 68 1 0 0 25 0 1 0 516170037 25346048 5681 33554432000 134512640 134829744 4290979472 18446744073709551615 134657925 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 6188 5681 273 78 0 5474 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24752

[startup+1.50098 s]
/proc/loadavg: 1.80 1.23 2.73 3/178 9522
/proc/meminfo: memFree=16029220/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=24752 CPUtime=1.49 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 8639 0 0 0 148 1 0 0 25 0 1 0 516170037 25346048 5681 33554432000 134512640 134829744 4290979472 18446744073709551615 134661632 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 6188 5681 273 78 0 5474 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24752

[startup+3.10072 s]
/proc/loadavg: 1.80 1.23 2.73 3/178 9522
/proc/meminfo: memFree=16028848/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=27404 CPUtime=3.09 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 9312 0 0 0 308 1 0 0 25 0 1 0 516170037 28061696 6354 33554432000 134512640 134829744 4290979472 18446744073709551615 134722447 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 6851 6354 273 78 0 6137 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27404

[startup+6.30116 s]
/proc/loadavg: 1.82 1.25 2.73 3/178 9522
/proc/meminfo: memFree=16021044/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=34964 CPUtime=6.29 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 11181 0 0 0 627 2 0 0 25 0 1 0 516170037 35803136 8223 33554432000 134512640 134829744 4290979472 18446744073709551615 134661122 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 8741 8223 273 78 0 8027 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34964

[startup+12.701 s]
/proc/loadavg: 1.83 1.26 2.72 3/178 9522
/proc/meminfo: memFree=16012216/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=41324 CPUtime=12.69 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 12782 0 0 0 1267 2 0 0 25 0 1 0 516170037 42315776 9824 33554432000 134512640 134829744 4290979472 18446744073709551615 6181103 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 10331 9824 273 78 0 9617 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41324

[startup+25.5008 s]
/proc/loadavg: 1.87 1.29 2.71 3/178 9523
/proc/meminfo: memFree=16007380/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=46656 CPUtime=25.49 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 14125 0 0 0 2546 3 0 0 25 0 1 0 516170037 47775744 11167 33554432000 134512640 134829744 4290979472 18446744073709551615 134661632 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 11664 11167 273 78 0 10950 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46656

[startup+51.1003 s]
/proc/loadavg: 1.91 1.35 2.69 3/178 9523
/proc/meminfo: memFree=16012704/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=42312 CPUtime=51.08 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 32959 0 0 0 5103 5 0 0 25 0 1 0 516170037 43327488 10067 33554432000 134512640 134829744 4290979472 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 10578 10067 279 78 0 9864 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 42312

[startup+102.306 s]
/proc/loadavg: 1.96 1.45 2.65 3/178 9525
/proc/meminfo: memFree=16000900/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=51892 CPUtime=102.29 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 36387 0 0 0 10223 6 0 0 25 0 1 0 516170037 53137408 12450 33554432000 134512640 134829744 4290979472 18446744073709551615 134624962 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 12973 12450 279 78 0 12259 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 51892

[startup+162.301 s]
/proc/loadavg: 2.02 1.56 2.61 3/178 9526
/proc/meminfo: memFree=15969276/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=70916 CPUtime=162.3 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 41483 0 0 0 16222 8 0 0 25 0 1 0 516170037 72617984 17206 33554432000 134512640 134829744 4290979472 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 17729 17206 279 78 0 17015 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 70916

[startup+222.3 s]
/proc/loadavg: 2.01 1.64 2.57 3/178 9528
/proc/meminfo: memFree=15966420/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=70916 CPUtime=222.3 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 41483 0 0 0 22222 8 0 0 25 0 1 0 516170037 72617984 17206 33554432000 134512640 134829744 4290979472 18446744073709551615 134678278 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 17729 17206 279 78 0 17015 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 70916

[startup+282.301 s]
/proc/loadavg: 2.00 1.70 2.53 3/178 9529
/proc/meminfo: memFree=15966660/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=70916 CPUtime=282.3 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 41483 0 0 0 28222 8 0 0 25 0 1 0 516170037 72617984 17206 33554432000 134512640 134829744 4290979472 18446744073709551615 134669647 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 17729 17206 279 78 0 17015 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 70916

[startup+342.3 s]
/proc/loadavg: 2.00 1.75 2.50 3/178 9531
/proc/meminfo: memFree=15962948/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=70916 CPUtime=342.3 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 41483 0 0 0 34222 8 0 0 25 0 1 0 516170037 72617984 17206 33554432000 134512640 134829744 4290979472 18446744073709551615 6180683 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 17729 17206 279 78 0 17015 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 70916

[startup+402.301 s]
/proc/loadavg: 2.00 1.80 2.46 3/178 9533
/proc/meminfo: memFree=15962936/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=70916 CPUtime=402.3 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 41483 0 0 0 40222 8 0 0 25 0 1 0 516170037 72617984 17206 33554432000 134512640 134829744 4290979472 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 17729 17206 279 78 0 17015 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 70916

[startup+462.3 s]
/proc/loadavg: 2.00 1.83 2.43 3/178 9534
/proc/meminfo: memFree=15942224/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=92108 CPUtime=462.3 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 46787 0 0 0 46221 9 0 0 25 0 1 0 516170037 94318592 22510 33554432000 134512640 134829744 4290979472 18446744073709551615 134722615 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 23027 22510 279 78 0 22313 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 92108

[startup+522.301 s]
/proc/loadavg: 2.00 1.86 2.40 3/178 9536
/proc/meminfo: memFree=15937884/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=92108 CPUtime=522.3 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 46787 0 0 0 52221 9 0 0 25 0 1 0 516170037 94318592 22510 33554432000 134512640 134829744 4290979472 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 23027 22510 279 78 0 22313 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 92108

[startup+582.3 s]
/proc/loadavg: 2.00 1.88 2.37 3/178 9541
/proc/meminfo: memFree=15928028/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=92108 CPUtime=582.3 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 46787 0 0 0 58221 9 0 0 25 0 1 0 516170037 94318592 22510 33554432000 134512640 134829744 4290979472 18446744073709551615 134679068 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 23027 22510 279 78 0 22313 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 92108

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9669
/proc/meminfo: memFree=15863480/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=171644 CPUtime=4062.39 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 67762 0 0 0 406224 15 0 0 25 0 1 0 516170037 175763456 42420 33554432000 134512640 134829744 4290979472 18446744073709551615 134661614 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 42911 42420 279 78 0 42197 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 171644

[startup+4122.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 9671
/proc/meminfo: memFree=15863200/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=171644 CPUtime=4122.39 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 67762 0 0 0 412224 15 0 0 25 0 1 0 516170037 175763456 42420 33554432000 134512640 134829744 4290979472 18446744073709551615 6469598 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 42911 42420 279 78 0 42197 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 171644

[startup+4182.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 9676
/proc/meminfo: memFree=15864180/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=170712 CPUtime=4182.39 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 67762 0 0 0 418224 15 0 0 25 0 1 0 516170037 174809088 42187 33554432000 134512640 134829744 4290979472 18446744073709551615 134661368 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 42678 42187 279 78 0 41964 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 170712

[startup+4242.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 9677
/proc/meminfo: memFree=15863912/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=170712 CPUtime=4242.39 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 67762 0 0 0 424224 15 0 0 25 0 1 0 516170037 174809088 42187 33554432000 134512640 134829744 4290979472 18446744073709551615 134678931 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 42678 42187 279 78 0 41964 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 170712

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 9679
/proc/meminfo: memFree=15864132/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=170712 CPUtime=4302.39 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 67762 0 0 0 430224 15 0 0 25 0 1 0 516170037 174809088 42187 33554432000 134512640 134829744 4290979472 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 42678 42187 279 78 0 41964 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 170712

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9680
/proc/meminfo: memFree=15864232/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=170712 CPUtime=4362.39 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 67762 0 0 0 436224 15 0 0 25 0 1 0 516170037 174809088 42187 33554432000 134512640 134829744 4290979472 18446744073709551615 134722615 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 42678 42187 279 78 0 41964 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 170712

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9682
/proc/meminfo: memFree=15864440/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=170712 CPUtime=4422.39 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 67762 0 0 0 442224 15 0 0 25 0 1 0 516170037 174809088 42187 33554432000 134512640 134829744 4290979472 18446744073709551615 134669816 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 42678 42187 279 78 0 41964 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 170712

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9683
/proc/meminfo: memFree=15864416/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=170712 CPUtime=4482.39 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 67762 0 0 0 448224 15 0 0 25 0 1 0 516170037 174809088 42187 33554432000 134512640 134829744 4290979472 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 42678 42187 279 78 0 41964 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 170712

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9685
/proc/meminfo: memFree=15864500/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=170712 CPUtime=4542.4 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 67762 0 0 0 454225 15 0 0 25 0 1 0 516170037 174809088 42187 33554432000 134512640 134829744 4290979472 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 42678 42187 279 78 0 41964 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 170712

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9687
/proc/meminfo: memFree=15864084/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=170712 CPUtime=4602.4 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 67762 0 0 0 460225 15 0 0 25 0 1 0 516170037 174809088 42187 33554432000 134512640 134829744 4290979472 18446744073709551615 134662127 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 42678 42187 279 78 0 41964 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 170712

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9688
/proc/meminfo: memFree=15864172/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=170712 CPUtime=4662.4 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 67762 0 0 0 466225 15 0 0 25 0 1 0 516170037 174809088 42187 33554432000 134512640 134829744 4290979472 18446744073709551615 6181210 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 42678 42187 279 78 0 41964 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 170712

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9690
/proc/meminfo: memFree=15864140/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=170712 CPUtime=4722.41 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 67762 0 0 0 472226 15 0 0 25 0 1 0 516170037 174809088 42187 33554432000 134512640 134829744 4290979472 18446744073709551615 134661647 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 42678 42187 279 78 0 41964 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 170712

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9691
/proc/meminfo: memFree=15864104/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=170712 CPUtime=4782.4 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 67762 0 0 0 478225 15 0 0 25 0 1 0 516170037 174809088 42187 33554432000 134512640 134829744 4290979472 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 42678 42187 279 78 0 41964 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 170712

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9693
/proc/meminfo: memFree=15864196/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=170712 CPUtime=4842.4 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 67762 0 0 0 484225 15 0 0 25 0 1 0 516170037 174809088 42187 33554432000 134512640 134829744 4290979472 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 42678 42187 279 78 0 41964 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 170712

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9695
/proc/meminfo: memFree=15864168/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=170712 CPUtime=4902.4 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 67762 0 0 0 490225 15 0 0 25 0 1 0 516170037 174809088 42187 33554432000 134512640 134829744 4290979472 18446744073709551615 134661806 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 42678 42187 279 78 0 41964 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 170712

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9696
/proc/meminfo: memFree=15864140/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=170712 CPUtime=4962.4 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 67762 0 0 0 496225 15 0 0 25 0 1 0 516170037 174809088 42187 33554432000 134512640 134829744 4290979472 18446744073709551615 134722615 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 42678 42187 279 78 0 41964 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 170712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9697
/proc/meminfo: memFree=15864236/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=170712 CPUtime=5000.01 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 67762 0 0 0 499986 15 0 0 25 0 1 0 516170037 174809088 42187 33554432000 134512640 134829744 4290979472 18446744073709551615 134723533 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 42678 42187 279 78 0 41964 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 170712

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9697
/proc/meminfo: memFree=15864236/32951124 swapFree=67102140/67111528
[pid=9521] ppid=9519 vsize=170712 CPUtime=5000.01 cores=0,2,4,6
/proc/9521/stat : 9521 (MPhaseSAT_M) R 9519 9521 9453 0 -1 4202496 67762 0 0 0 499986 15 0 0 25 0 1 0 516170037 174809088 42187 33554432000 134512640 134829744 4290979472 18446744073709551615 134723533 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9521/statm: 42678 42187 279 78 0 41964 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 170712

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.91
CPU time (s): 5000.03
CPU user time (s): 4999.87
CPU system time (s): 0.159975
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 173200

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

runsolver used 7.68183 second user time and 15.2297 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-20 02:29:54
IDJOB=3219590
IDBENCH=82615
IDSOLVER=1637
FILE ID=node119/3219590-1303259394
RUNJOBID= node119-1303259273-9471
PBS_JOBID= 13049507
Free space on /tmp= 72316 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v30000-c126000-S379804333-028-UNKNOWN.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219590-1303259394/watcher-3219590-1303259394 -o /tmp/evaluation-result-3219590-1303259394/solver-3219590-1303259394 -C 5000 -W 5000 -M 15500  MPhaseSAT_M HOME/instance-3219590-1303259394.cnf

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

MD5SUM BENCH= 0aa289a52d8d004ea581b39b43a8a19a
RANDOM SEED=2030607253

node119.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16052072 kB
Buffers:        699172 kB
Cached:       15737840 kB
SwapCached:       5504 kB
Active:        4720468 kB
Inactive:     11815784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16052072 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:            2980 kB
Writeback:           0 kB
AnonPages:       97212 kB
Mapped:          16264 kB
Slab:           299560 kB
PageTables:       4836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   247336 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= 72316 MiB
End job on node119 at 2011-04-20 03:53:16