Trace number 3362293

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 70.8852 17.935

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/korf-15.cnf
MD5SUMb5f600e7f9b30a5ff851f80fa6100290
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.84172
Satisfiable
(Un)Satisfiability was proved
Number of variables4740
Number of clauses45569
Sum of the clauses size233173
Maximum clause length45
Minimum clause length1
Number of clauses of size 112
Number of clauses of size 212041
Number of clauses of size 38754
Number of clauses of size 41380
Number of clauses of size 52160
Number of clauses of size over 521222

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   45377   232789 |   13613       0        0     nan |  0.000 % |
0.00/0.11	c |         0 |   39088   201559 |      --       0       --      -- |     --   | -883/8627
0.00/0.11	c ==============================================================================
0.00/0.11	c Result  :   #vars: 3953   #clauses: 39088   #literals: 201559
0.00/0.11	c CPU time:   0.109983 s
0.00/0.11	c ==============================================================================
70.74/17.93	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
70.74/17.93	c ============================[ Problem Statistics ]=============================
70.74/17.93	c |                                                                             |
70.74/17.93	c threadId              : 1
70.74/17.93	c restarts              : 599
70.74/17.93	c conflicts             : 124255         (1759 /sec)
70.74/17.93	c decisions             : 227849         (1.68 % random) (3225 /sec)
70.74/17.93	c propagations          : 30804262       (436035 /sec)
70.74/17.93	c conflict literals     : 5306319        (38.35 % deleted)
70.74/17.93	c Memory used           : 97.52 MB
70.74/17.93	c CPU time              : 70.6463 s
70.74/17.93	
70.74/17.93	c --->m=4, e=8, aimd=1, HOME/8744_many.cnf	time: 17.6616	conflicts: 124255       
70.74/17.93	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-3362293-1305301077/watcher-3362293-1305301077 -o /tmp/evaluation-result-3362293-1305301077/solver-3362293-1305301077 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362293-1305301077.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: 7.75 8.02 7.98 5/359 8744
/proc/meminfo: memFree=10338912/32951124 swapFree=65980216/67111528
[pid=8744] ppid=8742 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8744/stat : 8744 (manysat.sh) S 8742 8744 8066 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622523166 8908800 250 33554432000 4194304 4922060 140735354378656 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8744/statm: 2175 250 209 178 0 68 0

[startup+0.109549 s]
/proc/loadavg: 7.75 8.02 7.98 5/359 8744
/proc/meminfo: memFree=10338912/32951124 swapFree=65980216/67111528
[pid=8744] ppid=8742 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8744/stat : 8744 (manysat.sh) S 8742 8744 8066 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622523166 8908800 250 33554432000 4194304 4922060 140735354378656 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8744/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200494 s]
/proc/loadavg: 7.75 8.02 7.98 5/359 8744
/proc/meminfo: memFree=10338912/32951124 swapFree=65980216/67111528
[pid=8744] ppid=8742 vsize=8700 CPUtime=0.14 cores=0,2,4,6
/proc/8744/stat : 8744 (manysat.sh) S 8742 8744 8066 0 -1 4202496 356 1425 0 0 0 0 14 0 24 0 1 0 622523166 8908800 253 33554432000 4194304 4922060 140735354378656 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8744/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 8700

[startup+0.300476 s]
/proc/loadavg: 7.75 8.02 7.98 5/359 8744
/proc/meminfo: memFree=10338912/32951124 swapFree=65980216/67111528
[pid=8744] ppid=8742 vsize=8700 CPUtime=0.14 cores=0,2,4,6
/proc/8744/stat : 8744 (manysat.sh) S 8742 8744 8066 0 -1 4202496 356 1425 0 0 0 0 14 0 24 0 1 0 622523166 8908800 253 33554432000 4194304 4922060 140735354378656 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8744/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 8700

[startup+0.700403 s]
/proc/loadavg: 7.75 8.02 7.98 5/359 8744
/proc/meminfo: memFree=10338912/32951124 swapFree=65980216/67111528
[pid=8744] ppid=8742 vsize=8700 CPUtime=0.14 cores=0,2,4,6
/proc/8744/stat : 8744 (manysat.sh) S 8742 8744 8066 0 -1 4202496 356 1425 0 0 0 0 14 0 24 0 1 0 622523166 8908800 253 33554432000 4194304 4922060 140735354378656 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8744/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 8700

[startup+1.50026 s]
/proc/loadavg: 7.75 8.02 7.98 9/364 8750
/proc/meminfo: memFree=10310600/32951124 swapFree=65980216/67111528
[pid=8744] ppid=8742 vsize=8700 CPUtime=0.14 cores=0,2,4,6
/proc/8744/stat : 8744 (manysat.sh) S 8742 8744 8066 0 -1 4202496 356 1425 0 0 0 0 14 0 24 0 1 0 622523166 8908800 253 33554432000 4194304 4922060 140735354378656 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8744/statm: 2175 253 209 178 0 68 0
[pid=8747] ppid=8744 vsize=65144 CPUtime=5.22 cores=0,2,4,6
/proc/8747/stat : 8747 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202496 8022 0 0 0 520 2 0 0 19 0 4 0 622523181 66707456 7974 33554432000 134512640 135305190 4293498000 18446744073709551615 134528771 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8747/statm: 16286 7974 84 194 0 16090 0
[pid=8747/tid=8748] ppid=8744 vsize=65144 CPUtime=1.28 cores=0,2,4,6
/proc/8747/task/8748/stat : 8748 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202560 996 0 0 0 128 0 0 0 18 0 4 0 622523186 66707456 7974 33554432000 134512640 135305190 4293498000 18446744073709551615 134530685 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8747/tid=8749] ppid=8744 vsize=65144 CPUtime=1.29 cores=0,2,4,6
/proc/8747/task/8749/stat : 8749 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202560 1332 0 0 0 129 0 0 0 25 0 4 0 622523186 66707456 7974 33554432000 134512640 135305190 4293498000 18446744073709551615 134552911 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8747/tid=8750] ppid=8744 vsize=65144 CPUtime=1.28 cores=0,2,4,6
/proc/8747/task/8750/stat : 8750 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202560 1393 0 0 0 128 0 0 0 19 0 4 0 622523186 66707456 7974 33554432000 134512640 135305190 4293498000 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.36
Current children cumulated vsize (KiB) 73844

[startup+3.10096 s]
/proc/loadavg: 7.75 8.02 7.98 9/364 8750
/proc/meminfo: memFree=10303904/32951124 swapFree=65980216/67111528
[pid=8744] ppid=8742 vsize=8700 CPUtime=0.14 cores=0,2,4,6
/proc/8744/stat : 8744 (manysat.sh) S 8742 8744 8066 0 -1 4202496 356 1425 0 0 0 0 14 0 24 0 1 0 622523166 8908800 253 33554432000 4194304 4922060 140735354378656 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8744/statm: 2175 253 209 178 0 68 0
[pid=8747] ppid=8744 vsize=72004 CPUtime=11.6 cores=0,2,4,6
/proc/8747/stat : 8747 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202496 9890 0 0 0 1157 3 0 0 25 0 4 0 622523181 73732096 9842 33554432000 134512640 135305190 4293498000 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8747/statm: 18001 9842 84 194 0 17805 0
[pid=8747/tid=8748] ppid=8744 vsize=72004 CPUtime=2.86 cores=0,2,4,6
/proc/8747/task/8748/stat : 8748 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202560 1347 0 0 0 286 0 0 0 20 0 4 0 622523186 73732096 9842 33554432000 134512640 135305190 4293498000 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8747/tid=8749] ppid=8744 vsize=72004 CPUtime=2.88 cores=0,2,4,6
/proc/8747/task/8749/stat : 8749 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202560 1881 0 0 0 288 0 0 0 25 0 4 0 622523186 73732096 9842 33554432000 134512640 135305190 4293498000 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8747/tid=8750] ppid=8744 vsize=72004 CPUtime=2.88 cores=0,2,4,6
/proc/8747/task/8750/stat : 8750 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202560 1857 0 0 0 288 0 0 0 24 0 4 0 622523186 73732096 9842 33554432000 134512640 135305190 4293498000 18446744073709551615 134528402 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.74
Current children cumulated vsize (KiB) 80704

[startup+6.30037 s]
/proc/loadavg: 7.77 8.02 7.98 9/364 8750
/proc/meminfo: memFree=10288472/32951124 swapFree=65980216/67111528
[pid=8744] ppid=8742 vsize=8700 CPUtime=0.14 cores=0,2,4,6
/proc/8744/stat : 8744 (manysat.sh) S 8742 8744 8066 0 -1 4202496 356 1425 0 0 0 0 14 0 24 0 1 0 622523166 8908800 253 33554432000 4194304 4922060 140735354378656 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8744/statm: 2175 253 209 178 0 68 0
[pid=8747] ppid=8744 vsize=82412 CPUtime=24.36 cores=0,2,4,6
/proc/8747/stat : 8747 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202496 12435 0 0 0 2431 5 0 0 25 0 4 0 622523181 84389888 12387 33554432000 134512640 135305190 4293498000 18446744073709551615 134551639 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8747/statm: 20603 12387 84 194 0 20407 0
[pid=8747/tid=8748] ppid=8744 vsize=82412 CPUtime=6.03 cores=0,2,4,6
/proc/8747/task/8748/stat : 8748 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202560 1762 0 0 0 602 1 0 0 25 0 4 0 622523186 84389888 12387 33554432000 134512640 135305190 4293498000 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8747/tid=8749] ppid=8744 vsize=82412 CPUtime=6.09 cores=0,2,4,6
/proc/8747/task/8749/stat : 8749 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202560 2465 0 0 0 608 1 0 0 25 0 4 0 622523186 84389888 12387 33554432000 134512640 135305190 4293498000 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8747/tid=8750] ppid=8744 vsize=82412 CPUtime=6.09 cores=0,2,4,6
/proc/8747/task/8750/stat : 8750 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202560 2750 0 0 0 608 1 0 0 25 0 4 0 622523186 84389888 12387 33554432000 134512640 135305190 4293498000 18446744073709551615 134538540 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.5
Current children cumulated vsize (KiB) 91112

[startup+12.7012 s]
/proc/loadavg: 7.79 8.02 7.98 9/364 8751
/proc/meminfo: memFree=10274840/32951124 swapFree=65980216/67111528
[pid=8744] ppid=8742 vsize=8700 CPUtime=0.14 cores=0,2,4,6
/proc/8744/stat : 8744 (manysat.sh) S 8742 8744 8066 0 -1 4202496 356 1425 0 0 0 0 14 0 24 0 1 0 622523166 8908800 253 33554432000 4194304 4922060 140735354378656 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8744/statm: 2175 253 209 178 0 68 0
[pid=8747] ppid=8744 vsize=95936 CPUtime=49.88 cores=0,2,4,6
/proc/8747/stat : 8747 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202496 15599 0 0 0 4981 7 0 0 25 0 4 0 622523181 98238464 15551 33554432000 134512640 135305190 4293498000 18446744073709551615 134558164 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8747/statm: 23984 15551 84 194 0 23788 0
[pid=8747/tid=8748] ppid=8744 vsize=95936 CPUtime=12.34 cores=0,2,4,6
/proc/8747/task/8748/stat : 8748 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202560 2640 0 0 0 1233 1 0 0 25 0 4 0 622523186 98238464 15551 33554432000 134512640 135305190 4293498000 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8747/tid=8749] ppid=8744 vsize=95936 CPUtime=12.48 cores=0,2,4,6
/proc/8747/task/8749/stat : 8749 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202560 3214 0 0 0 1247 1 0 0 25 0 4 0 622523186 98238464 15551 33554432000 134512640 135305190 4293498000 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8747/tid=8750] ppid=8744 vsize=95936 CPUtime=12.48 cores=0,2,4,6
/proc/8747/task/8750/stat : 8750 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202560 3530 0 0 0 1247 1 0 0 25 0 4 0 622523186 98238464 15551 33554432000 134512640 135305190 4293498000 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.02
Current children cumulated vsize (KiB) 104636

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

[startup+12.8012 s]
/proc/loadavg: 7.79 8.02 7.98 9/364 8751
/proc/meminfo: memFree=10274840/32951124 swapFree=65980216/67111528
[pid=8744] ppid=8742 vsize=8700 CPUtime=0.14 cores=0,2,4,6
/proc/8744/stat : 8744 (manysat.sh) S 8742 8744 8066 0 -1 4202496 356 1425 0 0 0 0 14 0 24 0 1 0 622523166 8908800 253 33554432000 4194304 4922060 140735354378656 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8744/statm: 2175 253 209 178 0 68 0
[pid=8747] ppid=8744 vsize=95936 CPUtime=50.28 cores=0,2,4,6
/proc/8747/stat : 8747 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202496 15603 0 0 0 5021 7 0 0 25 0 4 0 622523181 98238464 15555 33554432000 134512640 135305190 4293498000 18446744073709551615 134528329 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8747/statm: 23984 15555 84 194 0 23788 0
[pid=8747/tid=8748] ppid=8744 vsize=95936 CPUtime=12.44 cores=0,2,4,6
/proc/8747/task/8748/stat : 8748 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202560 2642 0 0 0 1243 1 0 0 25 0 4 0 622523186 98238464 15555 33554432000 134512640 135305190 4293498000 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8747/tid=8749] ppid=8744 vsize=95936 CPUtime=12.58 cores=0,2,4,6
/proc/8747/task/8749/stat : 8749 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202560 3214 0 0 0 1257 1 0 0 25 0 4 0 622523186 98238464 15555 33554432000 134512640 135305190 4293498000 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8747/tid=8750] ppid=8744 vsize=95936 CPUtime=12.58 cores=0,2,4,6
/proc/8747/task/8750/stat : 8750 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202560 3532 0 0 0 1257 1 0 0 25 0 4 0 622523186 98238464 15555 33554432000 134512640 135305190 4293498000 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 104636

[startup+16.0006 s]
/proc/loadavg: 7.80 8.02 7.98 9/364 8751
/proc/meminfo: memFree=10272492/32951124 swapFree=65980216/67111528
[pid=8744] ppid=8742 vsize=8700 CPUtime=0.14 cores=0,2,4,6
/proc/8744/stat : 8744 (manysat.sh) S 8742 8744 8066 0 -1 4202496 356 1425 0 0 0 0 14 0 24 0 1 0 622523166 8908800 253 33554432000 4194304 4922060 140735354378656 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8744/statm: 2175 253 209 178 0 68 0
[pid=8747] ppid=8744 vsize=98092 CPUtime=63.04 cores=0,2,4,6
/proc/8747/stat : 8747 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202496 16112 0 0 0 6296 8 0 0 25 0 4 0 622523181 100446208 16064 33554432000 134512640 135305190 4293498000 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8747/statm: 24523 16064 84 194 0 24327 0
[pid=8747/tid=8748] ppid=8744 vsize=98092 CPUtime=15.6 cores=0,2,4,6
/proc/8747/task/8748/stat : 8748 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202560 2724 0 0 0 1559 1 0 0 25 0 4 0 622523186 100446208 16064 33554432000 134512640 135305190 4293498000 18446744073709551615 134538167 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8747/tid=8749] ppid=8744 vsize=98092 CPUtime=15.79 cores=0,2,4,6
/proc/8747/task/8749/stat : 8749 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202560 3419 0 0 0 1577 2 0 0 25 0 4 0 622523186 100446208 16064 33554432000 134512640 135305190 4293498000 18446744073709551615 134528791 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8747/tid=8750] ppid=8744 vsize=98092 CPUtime=15.78 cores=0,2,4,6
/proc/8747/task/8750/stat : 8750 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202560 3644 0 0 0 1577 1 0 0 25 0 4 0 622523186 100446208 16064 33554432000 134512640 135305190 4293498000 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 63.18
Current children cumulated vsize (KiB) 106792

[startup+16.8004 s]
/proc/loadavg: 7.80 8.02 7.98 9/364 8751
/proc/meminfo: memFree=10272120/32951124 swapFree=65980216/67111528
[pid=8744] ppid=8742 vsize=8700 CPUtime=0.14 cores=0,2,4,6
/proc/8744/stat : 8744 (manysat.sh) S 8742 8744 8066 0 -1 4202496 356 1425 0 0 0 0 14 0 24 0 1 0 622523166 8908800 253 33554432000 4194304 4922060 140735354378656 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8744/statm: 2175 253 209 178 0 68 0
[pid=8747] ppid=8744 vsize=98224 CPUtime=66.23 cores=0,2,4,6
/proc/8747/stat : 8747 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202496 16163 0 0 0 6615 8 0 0 25 0 4 0 622523181 100581376 16115 33554432000 134512640 135305190 4293498000 18446744073709551615 134528446 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8747/statm: 24556 16115 84 194 0 24360 0
[pid=8747/tid=8748] ppid=8744 vsize=98224 CPUtime=16.39 cores=0,2,4,6
/proc/8747/task/8748/stat : 8748 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202560 2724 0 0 0 1638 1 0 0 25 0 4 0 622523186 100581376 16115 33554432000 134512640 135305190 4293498000 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8747/tid=8749] ppid=8744 vsize=98224 CPUtime=16.59 cores=0,2,4,6
/proc/8747/task/8749/stat : 8749 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202560 3449 0 0 0 1657 2 0 0 25 0 4 0 622523186 100581376 16115 33554432000 134512640 135305190 4293498000 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8747/tid=8750] ppid=8744 vsize=98224 CPUtime=16.58 cores=0,2,4,6
/proc/8747/task/8750/stat : 8750 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202560 3665 0 0 0 1657 1 0 0 25 0 4 0 622523186 100581376 16115 33554432000 134512640 135305190 4293498000 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 66.37
Current children cumulated vsize (KiB) 106924

[startup+17.6003 s]
/proc/loadavg: 7.80 8.02 7.98 10/364 8751
/proc/meminfo: memFree=10271128/32951124 swapFree=65980216/67111528
[pid=8744] ppid=8742 vsize=8700 CPUtime=0.14 cores=0,2,4,6
/proc/8744/stat : 8744 (manysat.sh) S 8742 8744 8066 0 -1 4202496 356 1425 0 0 0 0 14 0 24 0 1 0 622523166 8908800 253 33554432000 4194304 4922060 140735354378656 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8744/statm: 2175 253 209 178 0 68 0
[pid=8747] ppid=8744 vsize=99552 CPUtime=69.43 cores=0,2,4,6
/proc/8747/stat : 8747 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202496 16387 0 0 0 6935 8 0 0 25 0 4 0 622523181 101941248 16339 33554432000 134512640 135305190 4293498000 18446744073709551615 134530633 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8747/statm: 24888 16339 84 194 0 24692 0
[pid=8747/tid=8748] ppid=8744 vsize=99552 CPUtime=17.19 cores=0,2,4,6
/proc/8747/task/8748/stat : 8748 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202560 2764 0 0 0 1718 1 0 0 25 0 4 0 622523186 101941248 16339 33554432000 134512640 135305190 4293498000 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8747/tid=8749] ppid=8744 vsize=99552 CPUtime=17.39 cores=0,2,4,6
/proc/8747/task/8749/stat : 8749 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202560 3561 0 0 0 1737 2 0 0 25 0 4 0 622523186 101941248 16339 33554432000 134512640 135305190 4293498000 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8747/tid=8750] ppid=8744 vsize=99552 CPUtime=17.39 cores=0,2,4,6
/proc/8747/task/8750/stat : 8750 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202560 3719 0 0 0 1738 1 0 0 25 0 4 0 622523186 101941248 16339 33554432000 134512640 135305190 4293498000 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 69.57
Current children cumulated vsize (KiB) 108252

[startup+17.8003 s]
/proc/loadavg: 7.80 8.02 7.98 10/364 8751
/proc/meminfo: memFree=10271128/32951124 swapFree=65980216/67111528
[pid=8744] ppid=8742 vsize=8700 CPUtime=0.14 cores=0,2,4,6
/proc/8744/stat : 8744 (manysat.sh) S 8742 8744 8066 0 -1 4202496 356 1425 0 0 0 0 14 0 24 0 1 0 622523166 8908800 253 33554432000 4194304 4922060 140735354378656 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8744/statm: 2175 253 209 178 0 68 0
[pid=8747] ppid=8744 vsize=99552 CPUtime=70.2 cores=0,2,4,6
/proc/8747/stat : 8747 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202496 16410 0 0 0 7012 8 0 0 25 0 4 0 622523181 101941248 16362 33554432000 134512640 135305190 4293498000 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8747/statm: 24888 16362 84 194 0 24692 0
[pid=8747/tid=8748] ppid=8744 vsize=99552 CPUtime=17.38 cores=0,2,4,6
/proc/8747/task/8748/stat : 8748 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202560 2766 0 0 0 1737 1 0 0 25 0 4 0 622523186 101941248 16362 33554432000 134512640 135305190 4293498000 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8747/tid=8749] ppid=8744 vsize=99552 CPUtime=17.58 cores=0,2,4,6
/proc/8747/task/8749/stat : 8749 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202560 3579 0 0 0 1756 2 0 0 25 0 4 0 622523186 101941248 16362 33554432000 134512640 135305190 4293498000 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8747/tid=8750] ppid=8744 vsize=99552 CPUtime=17.58 cores=0,2,4,6
/proc/8747/task/8750/stat : 8750 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202560 3722 0 0 0 1757 1 0 0 25 0 4 0 622523186 101941248 16362 33554432000 134512640 135305190 4293498000 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 70.34
Current children cumulated vsize (KiB) 108252

[startup+17.9002 s]
/proc/loadavg: 7.80 8.02 7.98 10/364 8751
/proc/meminfo: memFree=10271128/32951124 swapFree=65980216/67111528
[pid=8744] ppid=8742 vsize=8700 CPUtime=0.14 cores=0,2,4,6
/proc/8744/stat : 8744 (manysat.sh) S 8742 8744 8066 0 -1 4202496 356 1425 0 0 0 0 14 0 24 0 1 0 622523166 8908800 253 33554432000 4194304 4922060 140735354378656 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8744/statm: 2175 253 209 178 0 68 0
[pid=8747] ppid=8744 vsize=99696 CPUtime=70.6 cores=0,2,4,6
/proc/8747/stat : 8747 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202496 16452 0 0 0 7052 8 0 0 25 0 4 0 622523181 102088704 16404 33554432000 134512640 135305190 4293498000 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8747/statm: 24924 16404 84 194 0 24728 0
[pid=8747/tid=8748] ppid=8744 vsize=99696 CPUtime=17.48 cores=0,2,4,6
/proc/8747/task/8748/stat : 8748 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202560 2766 0 0 0 1747 1 0 0 25 0 4 0 622523186 102088704 16404 33554432000 134512640 135305190 4293498000 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8747/tid=8749] ppid=8744 vsize=99696 CPUtime=17.68 cores=0,2,4,6
/proc/8747/task/8749/stat : 8749 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202560 3621 0 0 0 1766 2 0 0 25 0 4 0 622523186 102088704 16404 33554432000 134512640 135305190 4293498000 18446744073709551615 134529123 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8747/tid=8750] ppid=8744 vsize=99696 CPUtime=17.68 cores=0,2,4,6
/proc/8747/task/8750/stat : 8750 (manysat1.1_stat) R 8744 8744 8066 0 -1 4202560 3722 0 0 0 1767 1 0 0 25 0 4 0 622523186 102088704 16404 33554432000 134512640 135305190 4293498000 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 70.74
Current children cumulated vsize (KiB) 108396

Child status: 20
Real time (s): 17.935
CPU time (s): 70.8852
CPU user time (s): 70.7912
CPU system time (s): 0.093985
CPU usage (%): 395.235
Max. virtual memory (cumulated for all children) (KiB): 108396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.7912
system time used= 0.093985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18492
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= 1487
involuntary context switches= 355

runsolver used 0.06399 second user time and 0.156976 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-13 17:37:57
IDJOB=3362293
IDBENCH=83433
IDSOLVER=1838
FILE ID=node142/3362293-1305301077
RUNJOBID= node142-1305296391-8084
PBS_JOBID= 13321411
Free space on /tmp= 47084 MiB

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

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

MD5SUM BENCH= b5f600e7f9b30a5ff851f80fa6100290
RANDOM SEED=979556980

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:     32951124 kB
MemFree:      10339316 kB
Buffers:        277608 kB
Cached:       17016068 kB
SwapCached:      11520 kB
Active:       10095720 kB
Inactive:     11808248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10339316 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:            2772 kB
Writeback:           0 kB
AnonPages:     4607084 kB
Mapped:          20708 kB
Slab:           611032 kB
PageTables:      32780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77485960 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= 47080 MiB
End job on node142 at 2011-05-13 17:38:15