Trace number 3362297

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
SAT09 reference solver: ManySAT 1.1 aimd 1/2009-03-20UNSAT 40.0379 10.2465

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E02F17.cnf
MD5SUM4f20f237857124f0eb214df627f84b82
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.1971
Satisfiable
(Un)Satisfiability was proved
Number of variables6664
Number of clauses69700
Sum of the clauses size326536
Maximum clause length45
Minimum clause length1
Number of clauses of size 132
Number of clauses of size 217506
Number of clauses of size 312802
Number of clauses of size 46698
Number of clauses of size 59775
Number of clauses of size over 522887

Solver Data

0.00/0.00	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   69124   325384 |   20737       0        0     nan |  0.000 % |
0.00/0.13	c |         0 |   63826   311416 |      --       0       --      -- |     --   | -1037/11765
0.00/0.13	c ==============================================================================
0.00/0.13	c Result  :   #vars: 5295   #clauses: 63826   #literals: 311416
0.00/0.13	c CPU time:   0.12598 s
0.00/0.13	c ==============================================================================
39.85/10.24	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
39.85/10.24	c ============================[ Problem Statistics ]=============================
39.85/10.24	c |                                                                             |
39.85/10.24	c threadId              : 3
39.85/10.24	c restarts              : 112
39.85/10.24	c conflicts             : 80069          (2013 /sec)
39.85/10.24	c decisions             : 130232         (2.33 % random) (3275 /sec)
39.85/10.24	c propagations          : 19564064       (491931 /sec)
39.85/10.24	c conflict literals     : 3363697        (38.24 % deleted)
39.85/10.24	c Memory used           : 103.43 MB
39.85/10.24	c CPU time              : 39.77 s
39.85/10.24	
39.85/10.24	c --->m=4, e=8, aimd=1, HOME/13692_many.cnf	time: 9.94249	conflicts: 80069        
39.85/10.24	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3362297-1305301103/watcher-3362297-1305301103 -o /tmp/evaluation-result-3362297-1305301103/solver-3362297-1305301103 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362297-1305301103.cnf aimd 1 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 8.15 8.09 7.97 5/354 13692
/proc/meminfo: memFree=7989568/32950928 swapFree=45937192/67111528
[pid=13692] ppid=13690 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13692/stat : 13692 (manysat.sh) S 13690 13692 12655 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641707044 8908800 249 33554432000 4194304 4922060 140733665160368 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13692/statm: 2175 249 209 178 0 68 0

[startup+0.0242939 s]
/proc/loadavg: 8.15 8.09 7.97 5/354 13692
/proc/meminfo: memFree=7989568/32950928 swapFree=45937192/67111528
[pid=13692] ppid=13690 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13692/stat : 13692 (manysat.sh) S 13690 13692 12655 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641707044 8908800 249 33554432000 4194304 4922060 140733665160368 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13692/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100276 s]
/proc/loadavg: 8.15 8.09 7.97 5/354 13692
/proc/meminfo: memFree=7989568/32950928 swapFree=45937192/67111528
[pid=13692] ppid=13690 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13692/stat : 13692 (manysat.sh) S 13690 13692 12655 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641707044 8908800 249 33554432000 4194304 4922060 140733665160368 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13692/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301524 s]
/proc/loadavg: 8.15 8.09 7.97 5/354 13692
/proc/meminfo: memFree=7989568/32950928 swapFree=45937192/67111528
[pid=13692] ppid=13690 vsize=8700 CPUtime=0.18 cores=0,2,4,6
/proc/13692/stat : 13692 (manysat.sh) S 13690 13692 12655 0 -1 4202496 357 2113 0 0 0 0 17 1 24 0 1 0 641707044 8908800 252 33554432000 4194304 4922060 140733665160368 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13692/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 8700

[startup+1.17299 s]
/proc/loadavg: 8.15 8.09 7.97 5/354 13692
/proc/meminfo: memFree=7989568/32950928 swapFree=45937192/67111528
[pid=13692] ppid=13690 vsize=8700 CPUtime=0.18 cores=0,2,4,6
/proc/13692/stat : 13692 (manysat.sh) S 13690 13692 12655 0 -1 4202496 357 2113 0 0 0 0 17 1 24 0 1 0 641707044 8908800 252 33554432000 4194304 4922060 140733665160368 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13692/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 8700

[startup+1.53669 s]
/proc/loadavg: 8.15 8.09 7.97 5/354 13692
/proc/meminfo: memFree=7989568/32950928 swapFree=45937192/67111528
[pid=13692] ppid=13690 vsize=8700 CPUtime=0.18 cores=0,2,4,6
/proc/13692/stat : 13692 (manysat.sh) S 13690 13692 12655 0 -1 4202496 357 2113 0 0 0 0 17 1 24 0 1 0 641707044 8908800 252 33554432000 4194304 4922060 140733665160368 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13692/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 8700

[startup+3.10061 s]
/proc/loadavg: 8.15 8.09 7.97 9/359 13698
/proc/meminfo: memFree=7944264/32950928 swapFree=45937192/67111528
[pid=13692] ppid=13690 vsize=8700 CPUtime=0.18 cores=0,2,4,6
/proc/13692/stat : 13692 (manysat.sh) S 13690 13692 12655 0 -1 4202496 357 2113 0 0 0 0 17 1 24 0 1 0 641707044 8908800 252 33554432000 4194304 4922060 140733665160368 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13692/statm: 2175 252 209 178 0 68 0
[pid=13695] ppid=13692 vsize=76956 CPUtime=11.36 cores=0,2,4,6
/proc/13695/stat : 13695 (manysat1.1_stat) R 13692 13692 12655 0 -1 4202496 10918 0 0 0 1133 3 0 0 23 0 4 0 641707063 78802944 10870 33554432000 134512640 135305190 4293681760 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13695/statm: 19239 10870 84 194 0 19043 0
[pid=13695/tid=13696] ppid=13692 vsize=76956 CPUtime=2.82 cores=0,2,4,6
/proc/13695/task/13696/stat : 13696 (manysat1.1_stat) R 13692 13692 12655 0 -1 4202560 1314 0 0 0 282 0 0 0 23 0 4 0 641707071 78802944 10870 33554432000 134512640 135305190 4293681760 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13695/tid=13697] ppid=13692 vsize=76956 CPUtime=2.81 cores=0,2,4,6
/proc/13695/task/13697/stat : 13697 (manysat1.1_stat) R 13692 13692 12655 0 -1 4202560 1632 0 0 0 281 0 0 0 23 0 4 0 641707071 78802944 10870 33554432000 134512640 135305190 4293681760 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13695/tid=13698] ppid=13692 vsize=76956 CPUtime=2.8 cores=0,2,4,6
/proc/13695/task/13698/stat : 13698 (manysat1.1_stat) R 13692 13692 12655 0 -1 4202560 1719 0 0 0 279 1 0 0 23 0 4 0 641707071 78802944 10870 33554432000 134512640 135305190 4293681760 18446744073709551615 134556593 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.54
Current children cumulated vsize (KiB) 85656

[startup+6.30097 s]
/proc/loadavg: 8.14 8.09 7.97 9/359 13698
/proc/meminfo: memFree=7930920/32950928 swapFree=45937192/67111528
[pid=13692] ppid=13690 vsize=8700 CPUtime=0.18 cores=0,2,4,6
/proc/13692/stat : 13692 (manysat.sh) S 13690 13692 12655 0 -1 4202496 357 2113 0 0 0 0 17 1 24 0 1 0 641707044 8908800 252 33554432000 4194304 4922060 140733665160368 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13692/statm: 2175 252 209 178 0 68 0
[pid=13695] ppid=13692 vsize=89172 CPUtime=24.11 cores=0,2,4,6
/proc/13695/stat : 13695 (manysat1.1_stat) R 13692 13692 12655 0 -1 4202496 13994 0 0 0 2407 4 0 0 25 0 4 0 641707063 91312128 13946 33554432000 134512640 135305190 4293681760 18446744073709551615 134551703 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13695/statm: 22293 13946 84 194 0 22097 0
[pid=13695/tid=13696] ppid=13692 vsize=89172 CPUtime=6.02 cores=0,2,4,6
/proc/13695/task/13696/stat : 13696 (manysat1.1_stat) R 13692 13692 12655 0 -1 4202560 2028 0 0 0 602 0 0 0 25 0 4 0 641707071 91312128 13946 33554432000 134512640 135305190 4293681760 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13695/tid=13697] ppid=13692 vsize=89172 CPUtime=6.02 cores=0,2,4,6
/proc/13695/task/13697/stat : 13697 (manysat1.1_stat) R 13692 13692 12655 0 -1 4202560 2460 0 0 0 601 1 0 0 25 0 4 0 641707071 91312128 13946 33554432000 134512640 135305190 4293681760 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13695/tid=13698] ppid=13692 vsize=89172 CPUtime=5.95 cores=0,2,4,6
/proc/13695/task/13698/stat : 13698 (manysat1.1_stat) R 13692 13692 12655 0 -1 4202560 2476 0 0 0 594 1 0 0 25 0 4 0 641707071 91312128 13946 33554432000 134512640 135305190 4293681760 18446744073709551615 134559248 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.29
Current children cumulated vsize (KiB) 97872

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

[startup+7.00083 s]
/proc/loadavg: 8.14 8.09 7.97 9/359 13698
/proc/meminfo: memFree=7930920/32950928 swapFree=45937192/67111528
[pid=13692] ppid=13690 vsize=8700 CPUtime=0.18 cores=0,2,4,6
/proc/13692/stat : 13692 (manysat.sh) S 13690 13692 12655 0 -1 4202496 357 2113 0 0 0 0 17 1 24 0 1 0 641707044 8908800 252 33554432000 4194304 4922060 140733665160368 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13692/statm: 2175 252 209 178 0 68 0
[pid=13695] ppid=13692 vsize=93048 CPUtime=26.92 cores=0,2,4,6
/proc/13695/stat : 13695 (manysat1.1_stat) R 13692 13692 12655 0 -1 4202496 14950 0 0 0 2687 5 0 0 25 0 4 0 641707063 95281152 14902 33554432000 134512640 135305190 4293681760 18446744073709551615 134528559 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13695/statm: 23262 14902 84 194 0 23066 0
[pid=13695/tid=13696] ppid=13692 vsize=93048 CPUtime=6.72 cores=0,2,4,6
/proc/13695/task/13696/stat : 13696 (manysat1.1_stat) R 13692 13692 12655 0 -1 4202560 2282 0 0 0 672 0 0 0 25 0 4 0 641707071 95281152 14902 33554432000 134512640 135305190 4293681760 18446744073709551615 134551563 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13695/tid=13697] ppid=13692 vsize=93048 CPUtime=6.72 cores=0,2,4,6
/proc/13695/task/13697/stat : 13697 (manysat1.1_stat) R 13692 13692 12655 0 -1 4202560 2731 0 0 0 671 1 0 0 25 0 4 0 641707071 95281152 14902 33554432000 134512640 135305190 4293681760 18446744073709551615 134552911 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13695/tid=13698] ppid=13692 vsize=93048 CPUtime=6.65 cores=0,2,4,6
/proc/13695/task/13698/stat : 13698 (manysat1.1_stat) R 13692 13692 12655 0 -1 4202560 2645 0 0 0 664 1 0 0 25 0 4 0 641707071 95281152 14902 33554432000 134512640 135305190 4293681760 18446744073709551615 134557163 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 27.1
Current children cumulated vsize (KiB) 101748

[startup+8.60051 s]
/proc/loadavg: 8.13 8.08 7.97 9/359 13698
/proc/meminfo: memFree=7918820/32950928 swapFree=45937192/67111528
[pid=13692] ppid=13690 vsize=8700 CPUtime=0.18 cores=0,2,4,6
/proc/13692/stat : 13692 (manysat.sh) S 13690 13692 12655 0 -1 4202496 357 2113 0 0 0 0 17 1 24 0 1 0 641707044 8908800 252 33554432000 4194304 4922060 140733665160368 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13692/statm: 2175 252 209 178 0 68 0
[pid=13695] ppid=13692 vsize=103204 CPUtime=33.29 cores=0,2,4,6
/proc/13695/stat : 13695 (manysat1.1_stat) R 13692 13692 12655 0 -1 4202496 17551 0 0 0 3323 6 0 0 25 0 4 0 641707063 105680896 17503 33554432000 134512640 135305190 4293681760 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13695/statm: 25801 17503 84 194 0 25605 0
[pid=13695/tid=13696] ppid=13692 vsize=103204 CPUtime=8.32 cores=0,2,4,6
/proc/13695/task/13696/stat : 13696 (manysat1.1_stat) R 13692 13692 12655 0 -1 4202560 3013 0 0 0 831 1 0 0 25 0 4 0 641707071 105680896 17503 33554432000 134512640 135305190 4293681760 18446744073709551615 134558441 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13695/tid=13697] ppid=13692 vsize=103204 CPUtime=8.32 cores=0,2,4,6
/proc/13695/task/13697/stat : 13697 (manysat1.1_stat) R 13692 13692 12655 0 -1 4202560 3430 0 0 0 831 1 0 0 25 0 4 0 641707071 105680896 17503 33554432000 134512640 135305190 4293681760 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13695/tid=13698] ppid=13692 vsize=103204 CPUtime=8.23 cores=0,2,4,6
/proc/13695/task/13698/stat : 13698 (manysat1.1_stat) R 13692 13692 12655 0 -1 4202560 3217 0 0 0 821 2 0 0 25 0 4 0 641707071 105680896 17503 33554432000 134512640 135305190 4293681760 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 33.47
Current children cumulated vsize (KiB) 111904

[startup+9.40035 s]
/proc/loadavg: 8.13 8.08 7.97 9/359 13698
/proc/meminfo: memFree=7914132/32950928 swapFree=45937192/67111528
[pid=13692] ppid=13690 vsize=8700 CPUtime=0.18 cores=0,2,4,6
/proc/13692/stat : 13692 (manysat.sh) S 13690 13692 12655 0 -1 4202496 357 2113 0 0 0 0 17 1 24 0 1 0 641707044 8908800 252 33554432000 4194304 4922060 140733665160368 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13692/statm: 2175 252 209 178 0 68 0
[pid=13695] ppid=13692 vsize=105148 CPUtime=36.5 cores=0,2,4,6
/proc/13695/stat : 13695 (manysat1.1_stat) R 13692 13692 12655 0 -1 4202496 18133 0 0 0 3643 7 0 0 25 0 4 0 641707063 107671552 18085 33554432000 134512640 135305190 4293681760 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13695/statm: 26287 18085 84 194 0 26091 0
[pid=13695/tid=13696] ppid=13692 vsize=105148 CPUtime=9.13 cores=0,2,4,6
/proc/13695/task/13696/stat : 13696 (manysat1.1_stat) R 13692 13692 12655 0 -1 4202560 3124 0 0 0 912 1 0 0 25 0 4 0 641707071 107671552 18085 33554432000 134512640 135305190 4293681760 18446744073709551615 134528832 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13695/tid=13697] ppid=13692 vsize=105148 CPUtime=9.13 cores=0,2,4,6
/proc/13695/task/13697/stat : 13697 (manysat1.1_stat) R 13692 13692 12655 0 -1 4202560 3636 0 0 0 912 1 0 0 25 0 4 0 641707071 107671552 18085 33554432000 134512640 135305190 4293681760 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13695/tid=13698] ppid=13692 vsize=105148 CPUtime=9.03 cores=0,2,4,6
/proc/13695/task/13698/stat : 13698 (manysat1.1_stat) R 13692 13692 12655 0 -1 4202560 3336 0 0 0 901 2 0 0 25 0 4 0 641707071 107671552 18085 33554432000 134512640 135305190 4293681760 18446744073709551615 134528784 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 36.68
Current children cumulated vsize (KiB) 113848

[startup+9.80027 s]
/proc/loadavg: 8.13 8.08 7.97 9/359 13698
/proc/meminfo: memFree=7914132/32950928 swapFree=45937192/67111528
[pid=13692] ppid=13690 vsize=8700 CPUtime=0.18 cores=0,2,4,6
/proc/13692/stat : 13692 (manysat.sh) S 13690 13692 12655 0 -1 4202496 357 2113 0 0 0 0 17 1 24 0 1 0 641707044 8908800 252 33554432000 4194304 4922060 140733665160368 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13692/statm: 2175 252 209 178 0 68 0
[pid=13695] ppid=13692 vsize=105372 CPUtime=38.07 cores=0,2,4,6
/proc/13695/stat : 13695 (manysat1.1_stat) R 13692 13692 12655 0 -1 4202496 18185 0 0 0 3800 7 0 0 25 0 4 0 641707063 107900928 18137 33554432000 134512640 135305190 4293681760 18446744073709551615 134558360 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13695/statm: 26343 18137 84 194 0 26147 0
[pid=13695/tid=13696] ppid=13692 vsize=105372 CPUtime=9.52 cores=0,2,4,6
/proc/13695/task/13696/stat : 13696 (manysat1.1_stat) R 13692 13692 12655 0 -1 4202560 3128 0 0 0 951 1 0 0 25 0 4 0 641707071 107900928 18137 33554432000 134512640 135305190 4293681760 18446744073709551615 134557484 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13695/tid=13697] ppid=13692 vsize=105372 CPUtime=9.52 cores=0,2,4,6
/proc/13695/task/13697/stat : 13697 (manysat1.1_stat) R 13692 13692 12655 0 -1 4202560 3648 0 0 0 951 1 0 0 25 0 4 0 641707071 107900928 18137 33554432000 134512640 135305190 4293681760 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13695/tid=13698] ppid=13692 vsize=105372 CPUtime=9.42 cores=0,2,4,6
/proc/13695/task/13698/stat : 13698 (manysat1.1_stat) R 13692 13692 12655 0 -1 4202560 3362 0 0 0 940 2 0 0 25 0 4 0 641707071 107900928 18137 33554432000 134512640 135305190 4293681760 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38.25
Current children cumulated vsize (KiB) 114072

[startup+10.2012 s]
/proc/loadavg: 8.13 8.08 7.97 9/359 13698
/proc/meminfo: memFree=7914132/32950928 swapFree=45937192/67111528
[pid=13692] ppid=13690 vsize=8700 CPUtime=0.18 cores=0,2,4,6
/proc/13692/stat : 13692 (manysat.sh) S 13690 13692 12655 0 -1 4202496 357 2113 0 0 0 0 17 1 24 0 1 0 641707044 8908800 252 33554432000 4194304 4922060 140733665160368 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13692/statm: 2175 252 209 178 0 68 0
[pid=13695] ppid=13692 vsize=105912 CPUtime=39.67 cores=0,2,4,6
/proc/13695/stat : 13695 (manysat1.1_stat) R 13692 13692 12655 0 -1 4202496 18316 0 0 0 3960 7 0 0 25 0 4 0 641707063 108453888 18268 33554432000 134512640 135305190 4293681760 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13695/statm: 26478 18268 84 194 0 26282 0
[pid=13695/tid=13696] ppid=13692 vsize=105912 CPUtime=9.92 cores=0,2,4,6
/proc/13695/task/13696/stat : 13696 (manysat1.1_stat) R 13692 13692 12655 0 -1 4202560 3132 0 0 0 991 1 0 0 25 0 4 0 641707071 108453888 18268 33554432000 134512640 135305190 4293681760 18446744073709551615 134528573 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13695/tid=13697] ppid=13692 vsize=105912 CPUtime=9.92 cores=0,2,4,6
/proc/13695/task/13697/stat : 13697 (manysat1.1_stat) R 13692 13692 12655 0 -1 4202560 3757 0 0 0 991 1 0 0 25 0 4 0 641707071 108453888 18268 33554432000 134512640 135305190 4293681760 18446744073709551615 134528483 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13695/tid=13698] ppid=13692 vsize=105912 CPUtime=9.82 cores=0,2,4,6
/proc/13695/task/13698/stat : 13698 (manysat1.1_stat) R 13692 13692 12655 0 -1 4202560 3372 0 0 0 980 2 0 0 25 0 4 0 641707071 108453888 18268 33554432000 134512640 135305190 4293681760 18446744073709551615 134528866 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39.85
Current children cumulated vsize (KiB) 114612

Child status: 20
Real time (s): 10.2465
CPU time (s): 40.0379
CPU user time (s): 39.9499
CPU system time (s): 0.087986
CPU usage (%): 390.749
Max. virtual memory (cumulated for all children) (KiB): 114612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.9499
system time used= 0.087986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21018
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= 1445
involuntary context switches= 166

runsolver used 0.033994 second user time and 0.075988 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-13 17:38:24
IDJOB=3362297
IDBENCH=83438
IDSOLVER=1838
FILE ID=node149/3362297-1305301103
RUNJOBID= node149-1305296390-12673
PBS_JOBID= 13321404
Free space on /tmp= 42208 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E02F17.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362297-1305301103/watcher-3362297-1305301103 -o /tmp/evaluation-result-3362297-1305301103/solver-3362297-1305301103 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362297-1305301103.cnf aimd 1

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

MD5SUM BENCH= 4f20f237857124f0eb214df627f84b82
RANDOM SEED=563929914

node149.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.806
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.61
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.806
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.806
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.83
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.806
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.73
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.806
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.82
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.806
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.806
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.82
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       7989732 kB
Buffers:        266212 kB
Cached:       19302328 kB
SwapCached:      19984 kB
Active:        9472568 kB
Inactive:     14810248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7989732 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:            3108 kB
Writeback:           0 kB
AnonPages:     4706336 kB
Mapped:          14508 kB
Slab:           541812 kB
PageTables:      72928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80622864 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= 42208 MiB
End job on node149 at 2011-05-13 17:38:34