Trace number 3290699

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.04 1300.01

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/korf-18.cnf
MD5SUM47bea79e2bf12e18e409c2c4bd6fac03
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark671.532
Satisfiable
(Un)Satisfiability was proved
Number of variables7794
Number of clauses186934
Sum of the clauses size1289969
Maximum clause length55
Minimum clause length1
Number of clauses of size 16
Number of clauses of size 220093
Number of clauses of size 316000
Number of clauses of size 45706
Number of clauses of size 56282
Number of clauses of size over 5138847

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-3290699-1303787644/watcher-3290699-1303787644 -o /tmp/evaluation-result-3290699-1303787644/solver-3290699-1303787644 -C 2400 -W 1300 -M 7680 MPhaseSAT_M HOME/instance-3290699-1303787644.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: 2.80 2.54 3.00 5/189 9993
/proc/meminfo: memFree=17032116/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=6064 CPUtime=0 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 490363229 6209536 269 33554432000 134512640 134829744 4293734368 18446744073709551615 134531753 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 1516 269 225 78 0 802 0

[startup+0.0858839 s]
/proc/loadavg: 2.80 2.54 3.00 5/189 9993
/proc/meminfo: memFree=17032116/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=6064 CPUtime=0.08 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 778 0 0 0 8 0 0 0 25 0 1 0 490363229 6209536 719 33554432000 134512640 134829744 4293734368 18446744073709551615 134531753 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 1516 719 225 78 0 802 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6064

[startup+0.100876 s]
/proc/loadavg: 2.80 2.54 3.00 5/189 9993
/proc/meminfo: memFree=17032116/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=6064 CPUtime=0.09 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 863 0 0 0 9 0 0 0 25 0 1 0 490363229 6209536 804 33554432000 134512640 134829744 4293734368 18446744073709551615 6482175 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 1516 804 225 78 0 802 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6064

[startup+0.300844 s]
/proc/loadavg: 2.80 2.54 3.00 5/189 9993
/proc/meminfo: memFree=17032116/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=13776 CPUtime=0.29 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 2958 0 0 0 29 0 0 0 25 0 1 0 490363229 14106624 2898 33554432000 134512640 134829744 4293734368 18446744073709551615 6604284 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 3444 2901 242 78 0 2730 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13776

[startup+0.700776 s]
/proc/loadavg: 2.80 2.54 3.00 5/189 9993
/proc/meminfo: memFree=17032116/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=30096 CPUtime=0.69 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 6867 0 0 0 68 1 0 0 25 0 1 0 490363229 30818304 6807 33554432000 134512640 134829744 4293734368 18446744073709551615 6601536 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 7524 6807 252 78 0 6810 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30096

[startup+1.50063 s]
/proc/loadavg: 2.80 2.54 3.00 5/190 9994
/proc/meminfo: memFree=16999876/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=35184 CPUtime=1.49 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 8234 0 0 0 148 1 0 0 25 0 1 0 490363229 36028416 8173 33554432000 134512640 134829744 4293734368 18446744073709551615 134722601 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 8796 8173 268 78 0 8082 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35184

[startup+3.10029 s]
/proc/loadavg: 2.80 2.54 3.00 5/190 9994
/proc/meminfo: memFree=16999592/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=35184 CPUtime=3.09 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 8331 0 0 0 308 1 0 0 25 0 1 0 490363229 36028416 8270 33554432000 134512640 134829744 4293734368 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 8796 8270 268 78 0 8082 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35184

[startup+6.30078 s]
/proc/loadavg: 2.89 2.57 3.01 5/190 9995
/proc/meminfo: memFree=16998852/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=35908 CPUtime=6.29 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 8487 0 0 0 628 1 0 0 25 0 1 0 490363229 36769792 8426 33554432000 134512640 134829744 4293734368 18446744073709551615 134661497 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 8977 8426 268 78 0 8263 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35908

[startup+12.7006 s]
/proc/loadavg: 2.98 2.59 3.01 5/190 9995
/proc/meminfo: memFree=16993912/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=35208 CPUtime=12.69 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 9447 0 0 0 1268 1 0 0 25 0 1 0 490363229 36052992 8309 33554432000 134512640 134829744 4293734368 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 8802 8309 268 78 0 8088 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35208

[startup+25.5003 s]
/proc/loadavg: 3.21 2.66 3.03 5/190 9995
/proc/meminfo: memFree=17023548/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=35208 CPUtime=25.49 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 11246 0 0 0 2547 2 0 0 25 0 1 0 490363229 36052992 8309 33554432000 134512640 134829744 4293734368 18446744073709551615 134614882 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 8802 8309 268 78 0 8088 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 35208

[startup+51.1008 s]
/proc/loadavg: 3.48 2.77 3.05 5/190 10023
/proc/meminfo: memFree=16716832/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=37328 CPUtime=51.09 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 12674 0 0 0 5107 2 0 0 25 0 1 0 490363229 38223872 8754 33554432000 134512640 134829744 4293734368 18446744073709551615 6345050 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 9332 8754 268 78 0 8618 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 37328

[startup+102.307 s]
/proc/loadavg: 3.77 2.95 3.10 5/190 10024
/proc/meminfo: memFree=16703028/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=40616 CPUtime=102.29 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 13455 0 0 0 10227 2 0 0 25 0 1 0 490363229 41590784 9535 33554432000 134512640 134829744 4293734368 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 10154 9535 268 78 0 9440 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 40616

[startup+162.301 s]
/proc/loadavg: 3.52 3.05 3.12 4/184 10043
/proc/meminfo: memFree=16681100/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=40632 CPUtime=162.3 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 14044 0 0 0 16227 3 0 0 25 0 1 0 490363229 41607168 9664 33554432000 134512640 134829744 4293734368 18446744073709551615 134661647 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 10158 9664 268 78 0 9444 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 40632

[startup+222.3 s]
/proc/loadavg: 2.66 2.90 3.06 3/178 10061
/proc/meminfo: memFree=16791120/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=40628 CPUtime=222.3 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 14916 0 0 0 22227 3 0 0 25 0 1 0 490363229 41603072 9666 33554432000 134512640 134829744 4293734368 18446744073709551615 134722223 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 10157 9666 268 78 0 9443 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 40628

[startup+282.301 s]
/proc/loadavg: 2.30 2.75 3.00 3/178 10063
/proc/meminfo: memFree=16790752/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=41840 CPUtime=282.3 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 15168 0 0 0 28227 3 0 0 25 0 1 0 490363229 42844160 9918 33554432000 134512640 134829744 4293734368 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 10460 9918 268 78 0 9746 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 41840

[startup+342.301 s]
/proc/loadavg: 2.11 2.61 2.93 3/178 10064
/proc/meminfo: memFree=16809840/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=23432 CPUtime=342.29 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 35437 0 0 0 34224 5 0 0 25 0 1 0 490363229 23994368 5242 33554432000 134512640 134829744 4293734368 18446744073709551615 134580648 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 5858 5242 276 78 0 5144 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 23432

[startup+402.3 s]
/proc/loadavg: 1.75 2.43 2.85 2/172 10083
/proc/meminfo: memFree=17194644/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=23432 CPUtime=402.29 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 35437 0 0 0 40224 5 0 0 25 0 1 0 490363229 23994368 5242 33554432000 134512640 134829744 4293734368 18446744073709551615 134580689 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 5858 5242 276 78 0 5144 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 23432

[startup+462.3 s]
/proc/loadavg: 1.27 2.17 2.73 2/172 10085
/proc/meminfo: memFree=17194744/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=23432 CPUtime=462.3 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 35437 0 0 0 46225 5 0 0 25 0 1 0 490363229 23994368 5242 33554432000 134512640 134829744 4293734368 18446744073709551615 134580682 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 5858 5242 276 78 0 5144 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 23432

[startup+522.301 s]
/proc/loadavg: 1.10 1.95 2.62 2/172 10086
/proc/meminfo: memFree=17194588/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=23432 CPUtime=522.3 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 35437 0 0 0 52225 5 0 0 25 0 1 0 490363229 23994368 5242 33554432000 134512640 134829744 4293734368 18446744073709551615 134580670 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 5858 5242 276 78 0 5144 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 23432

[startup+582.301 s]
/proc/loadavg: 1.03 1.78 2.52 2/172 10088
/proc/meminfo: memFree=17162828/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=55592 CPUtime=582.31 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 54767 0 0 0 58223 8 0 0 25 0 1 0 490363229 56926208 13313 33554432000 134512640 134829744 4293734368 18446744073709551615 134621246 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 13898 13313 280 78 0 13184 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 55592

[startup+642.301 s]
/proc/loadavg: 1.01 1.63 2.42 2/172 10089
/proc/meminfo: memFree=17155864/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=62456 CPUtime=642.31 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 56352 0 0 0 64222 9 0 0 25 0 1 0 490363229 63954944 14898 33554432000 134512640 134829744 4293734368 18446744073709551615 134620951 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 15614 14898 280 78 0 14900 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 62456

[startup+702.301 s]
/proc/loadavg: 1.00 1.51 2.33 2/172 10091
/proc/meminfo: memFree=17155352/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=61300 CPUtime=702.31 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 63237 0 0 0 70221 10 0 0 25 0 1 0 490363229 62771200 14854 33554432000 134512640 134829744 4293734368 18446744073709551615 134620994 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 15325 14854 280 78 0 14611 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 61300

[startup+762.306 s]
/proc/loadavg: 1.05 1.43 2.25 2/172 10093
/proc/meminfo: memFree=17155312/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=61268 CPUtime=762.31 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 64902 0 0 0 76221 10 0 0 25 0 1 0 490363229 62738432 14846 33554432000 134512640 134829744 4293734368 18446744073709551615 134621251 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 15317 14846 280 78 0 14603 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 61268

[startup+822.3 s]
/proc/loadavg: 1.02 1.35 2.16 2/172 10094
/proc/meminfo: memFree=17154660/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=62092 CPUtime=822.31 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 66953 0 0 0 82221 10 0 0 25 0 1 0 490363229 63582208 15052 33554432000 134512640 134829744 4293734368 18446744073709551615 134620990 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 15523 15052 280 78 0 14809 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 62092

[startup+882.301 s]
/proc/loadavg: 1.00 1.28 2.09 2/172 10096
/proc/meminfo: memFree=17154860/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=62572 CPUtime=882.31 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 67005 0 0 0 88221 10 0 0 25 0 1 0 490363229 64073728 15104 33554432000 134512640 134829744 4293734368 18446744073709551615 134623144 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 15643 15104 280 78 0 14929 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 62572

[startup+942.301 s]
/proc/loadavg: 1.00 1.23 2.02 2/172 10097
/proc/meminfo: memFree=17151968/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=65012 CPUtime=942.32 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 69246 0 0 0 94221 11 0 0 25 0 1 0 490363229 66572288 15776 33554432000 134512640 134829744 4293734368 18446744073709551615 134718358 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 16253 15776 280 78 0 15539 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 65012

[startup+1002.3 s]
/proc/loadavg: 1.00 1.19 1.95 2/172 10099
/proc/meminfo: memFree=17152184/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=65400 CPUtime=1002.32 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 69281 0 0 0 100221 11 0 0 25 0 1 0 490363229 66969600 15811 33554432000 134512640 134829744 4293734368 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 16350 15811 280 78 0 15636 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 65400

[startup+1062.3 s]
/proc/loadavg: 1.00 1.15 1.89 2/172 10101
/proc/meminfo: memFree=17151640/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=66192 CPUtime=1062.32 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 71055 0 0 0 106221 11 0 0 25 0 1 0 490363229 67780608 16043 33554432000 134512640 134829744 4293734368 18446744073709551615 134661441 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 16548 16043 280 78 0 15834 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 66192

[startup+1122.3 s]
/proc/loadavg: 1.00 1.12 1.83 2/172 10102
/proc/meminfo: memFree=17150364/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=67868 CPUtime=1122.32 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 71397 0 0 0 112221 11 0 0 25 0 1 0 490363229 69496832 16385 33554432000 134512640 134829744 4293734368 18446744073709551615 134661787 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 16967 16385 280 78 0 16253 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 67868

[startup+1182.3 s]
/proc/loadavg: 1.00 1.10 1.78 2/172 10104
/proc/meminfo: memFree=17149600/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=69196 CPUtime=1182.32 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 71704 0 0 0 118220 12 0 0 25 0 1 0 490363229 70856704 16692 33554432000 134512640 134829744 4293734368 18446744073709551615 134661635 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 17299 16692 280 78 0 16585 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 69196

[startup+1242.3 s]
/proc/loadavg: 1.00 1.08 1.72 2/172 10105
/proc/meminfo: memFree=17148216/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=69884 CPUtime=1242.32 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 71877 0 0 0 124220 12 0 0 25 0 1 0 490363229 71561216 16865 33554432000 134512640 134829744 4293734368 18446744073709551615 134722597 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 17471 16865 280 78 0 16757 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 69884



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.07 1.07 1.68 2/172 10107
/proc/meminfo: memFree=17147688/32950928 swapFree=67111528/67111528
[pid=9993] ppid=9991 vsize=70556 CPUtime=1300.03 cores=0,2
/proc/9993/stat : 9993 (MPhaseSAT_M) R 9991 9993 8297 0 -1 4202496 72007 0 0 0 129991 12 0 0 25 0 1 0 490363229 72249344 16995 33554432000 134512640 134829744 4293734368 18446744073709551615 134661382 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9993/statm: 17639 16995 280 78 0 16925 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 70556

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.04
CPU user time (s): 1299.91
CPU system time (s): 0.12798
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 70556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.91
system time used= 0.12798
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72007
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= 9
involuntary context switches= 2472

runsolver used 1.88771 second user time and 4.17936 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-26 05:14:04
IDJOB=3290699
IDBENCH=83446
IDSOLVER=1522
FILE ID=node122/3290699-1303787644
RUNJOBID= node122-1303787612-9869
PBS_JOBID= 13157214
Free space on /tmp= 71684 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/korf-18.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290699-1303787644/watcher-3290699-1303787644 -o /tmp/evaluation-result-3290699-1303787644/solver-3290699-1303787644 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3290699-1303787644.cnf

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

MD5SUM BENCH= 47bea79e2bf12e18e409c2c4bd6fac03
RANDOM SEED=1899289613

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17032396 kB
Buffers:       1720316 kB
Cached:       13411616 kB
SwapCached:          0 kB
Active:        4474992 kB
Inactive:     10878100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17032396 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           29268 kB
Writeback:           0 kB
AnonPages:      220624 kB
Mapped:          16968 kB
Slab:           499420 kB
PageTables:       5604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   410956 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= 71712 MiB
End job on node122 at 2011-04-26 05:35:46