Trace number 3362313

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 49.2345 12.4748

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E05X15.cnf
MD5SUMe53b8f4e61e6411a209ad63833d35585
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.03223
Satisfiable
(Un)Satisfiability was proved
Number of variables4740
Number of clauses41379
Sum of the clauses size183934
Maximum clause length45
Minimum clause length1
Number of clauses of size 17
Number of clauses of size 211966
Number of clauses of size 39700
Number of clauses of size 43195
Number of clauses of size 54425
Number of clauses of size over 512086

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 |   41267   183710 |   12380       0        0     nan |  0.000 % |
0.00/0.08	c |         0 |   39932   190388 |      --       0       --      -- |     --   | -901/8873
0.00/0.08	c ==============================================================================
0.00/0.08	c Result  :   #vars: 4043   #clauses: 39932   #literals: 190388
0.00/0.08	c CPU time:   0.077988 s
0.00/0.08	c ==============================================================================
48.93/12.47	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
48.93/12.47	c ============================[ Problem Statistics ]=============================
48.93/12.47	c |                                                                             |
48.93/12.47	c threadId              : 3
48.93/12.47	c restarts              : 121
48.93/12.47	c conflicts             : 98914          (2016 /sec)
48.93/12.47	c decisions             : 143225         (2.47 % random) (2919 /sec)
48.93/12.47	c propagations          : 20469943       (417230 /sec)
48.93/12.47	c conflict literals     : 3376191        (48.63 % deleted)
48.93/12.47	c Memory used           : 87.21 MB
48.93/12.47	c CPU time              : 49.0615 s
48.93/12.47	
48.93/12.47	c --->m=4, e=8, aimd=1, HOME/8846_many.cnf	time: 12.2661	conflicts: 98914        
48.93/12.47	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-3362313-1305301175/watcher-3362313-1305301175 -o /tmp/evaluation-result-3362313-1305301175/solver-3362313-1305301175 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362313-1305301175.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.20 7.77 7.89 5/359 8846
/proc/meminfo: memFree=10090004/32951124 swapFree=65980216/67111528
[pid=8846] ppid=8844 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8846/stat : 8846 (manysat.sh) S 8844 8846 8066 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 622532976 8908800 249 33554432000 4194304 4922060 140735781064368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8846/statm: 2175 249 209 178 0 68 0

[startup+0.10421 s]
/proc/loadavg: 7.20 7.77 7.89 5/359 8846
/proc/meminfo: memFree=10090004/32951124 swapFree=65980216/67111528
[pid=8846] ppid=8844 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8846/stat : 8846 (manysat.sh) S 8844 8846 8066 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 622532976 8908800 249 33554432000 4194304 4922060 140735781064368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8846/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.201486 s]
/proc/loadavg: 7.20 7.77 7.89 5/359 8846
/proc/meminfo: memFree=10090004/32951124 swapFree=65980216/67111528
[pid=8846] ppid=8844 vsize=8700 CPUtime=0.11 cores=0,2,4,6
/proc/8846/stat : 8846 (manysat.sh) S 8844 8846 8066 0 -1 4202496 356 1324 0 0 0 0 11 0 24 0 1 0 622532976 8908800 252 33554432000 4194304 4922060 140735781064368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8846/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 8700

[startup+1.08 s]
/proc/loadavg: 7.20 7.77 7.89 5/359 8846
/proc/meminfo: memFree=10090004/32951124 swapFree=65980216/67111528
[pid=8846] ppid=8844 vsize=8700 CPUtime=0.11 cores=0,2,4,6
/proc/8846/stat : 8846 (manysat.sh) S 8844 8846 8066 0 -1 4202496 356 1324 0 0 0 0 11 0 24 0 1 0 622532976 8908800 252 33554432000 4194304 4922060 140735781064368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8846/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 8700

[startup+1.17998 s]
/proc/loadavg: 7.20 7.77 7.89 5/359 8846
/proc/meminfo: memFree=10090004/32951124 swapFree=65980216/67111528
[pid=8846] ppid=8844 vsize=8700 CPUtime=0.11 cores=0,2,4,6
/proc/8846/stat : 8846 (manysat.sh) S 8844 8846 8066 0 -1 4202496 356 1324 0 0 0 0 11 0 24 0 1 0 622532976 8908800 252 33554432000 4194304 4922060 140735781064368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8846/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 8700

[startup+1.5668 s]
/proc/loadavg: 7.20 7.77 7.89 5/359 8846
/proc/meminfo: memFree=10090004/32951124 swapFree=65980216/67111528
[pid=8846] ppid=8844 vsize=8700 CPUtime=0.11 cores=0,2,4,6
/proc/8846/stat : 8846 (manysat.sh) S 8844 8846 8066 0 -1 4202496 356 1324 0 0 0 0 11 0 24 0 1 0 622532976 8908800 252 33554432000 4194304 4922060 140735781064368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8846/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 8700

[startup+3.10063 s]
/proc/loadavg: 7.02 7.73 7.88 9/364 8852
/proc/meminfo: memFree=10047296/32951124 swapFree=65980216/67111528
[pid=8846] ppid=8844 vsize=8700 CPUtime=0.11 cores=0,2,4,6
/proc/8846/stat : 8846 (manysat.sh) S 8844 8846 8066 0 -1 4202496 356 1324 0 0 0 0 11 0 24 0 1 0 622532976 8908800 252 33554432000 4194304 4922060 140735781064368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8846/statm: 2175 252 209 178 0 68 0
[pid=8849] ppid=8846 vsize=71100 CPUtime=11.75 cores=0,2,4,6
/proc/8849/stat : 8849 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202496 9612 0 0 0 1173 2 0 0 25 0 4 0 622532987 72806400 9561 33554432000 134512640 135305190 4287828128 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 17775 9561 84 194 0 17579 0
[pid=8849/tid=8850] ppid=8846 vsize=71100 CPUtime=2.92 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202560 1505 0 0 0 292 0 0 0 25 0 4 0 622532992 72806400 9561 33554432000 134512640 135305190 4287828128 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8846 vsize=71100 CPUtime=2.9 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202560 1812 0 0 0 290 0 0 0 24 0 4 0 622532992 72806400 9561 33554432000 134512640 135305190 4287828128 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8849/tid=8852] ppid=8846 vsize=71100 CPUtime=2.92 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202560 1566 0 0 0 292 0 0 0 25 0 4 0 622532992 72806400 9561 33554432000 134512640 135305190 4287828128 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.86
Current children cumulated vsize (KiB) 79800

[startup+6.31404 s]
/proc/loadavg: 7.10 7.73 7.88 9/364 8852
/proc/meminfo: memFree=10032500/32951124 swapFree=65980216/67111528
[pid=8846] ppid=8844 vsize=8700 CPUtime=0.11 cores=0,2,4,6
/proc/8846/stat : 8846 (manysat.sh) S 8844 8846 8066 0 -1 4202496 356 1324 0 0 0 0 11 0 24 0 1 0 622532976 8908800 252 33554432000 4194304 4922060 140735781064368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8846/statm: 2175 252 209 178 0 68 0
[pid=8849] ppid=8846 vsize=78108 CPUtime=24.56 cores=0,2,4,6
/proc/8849/stat : 8849 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202496 11237 0 0 0 2453 3 0 0 25 0 4 0 622532987 79982592 11186 33554432000 134512640 135305190 4287828128 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 19527 11186 84 194 0 19331 0
[pid=8849/tid=8850] ppid=8846 vsize=78108 CPUtime=6.14 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202560 1891 0 0 0 614 0 0 0 25 0 4 0 622532992 79982592 11186 33554432000 134512640 135305190 4287828128 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8846 vsize=78108 CPUtime=6.07 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202560 2208 0 0 0 607 0 0 0 25 0 4 0 622532992 79982592 11186 33554432000 134512640 135305190 4287828128 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8849/tid=8852] ppid=8846 vsize=78108 CPUtime=6.13 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202560 1993 0 0 0 613 0 0 0 25 0 4 0 622532992 79982592 11186 33554432000 134512640 135305190 4287828128 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.67
Current children cumulated vsize (KiB) 86808

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

[startup+7.10089 s]
/proc/loadavg: 7.10 7.73 7.88 9/364 8852
/proc/meminfo: memFree=10032500/32951124 swapFree=65980216/67111528
[pid=8846] ppid=8844 vsize=8700 CPUtime=0.11 cores=0,2,4,6
/proc/8846/stat : 8846 (manysat.sh) S 8844 8846 8066 0 -1 4202496 356 1324 0 0 0 0 11 0 24 0 1 0 622532976 8908800 252 33554432000 4194304 4922060 140735781064368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8846/statm: 2175 252 209 178 0 68 0
[pid=8849] ppid=8846 vsize=78652 CPUtime=27.7 cores=0,2,4,6
/proc/8849/stat : 8849 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202496 11387 0 0 0 2767 3 0 0 25 0 4 0 622532987 80539648 11336 33554432000 134512640 135305190 4287828128 18446744073709551615 134528254 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 19663 11336 84 194 0 19467 0
[pid=8849/tid=8850] ppid=8846 vsize=78652 CPUtime=6.92 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202560 1935 0 0 0 692 0 0 0 25 0 4 0 622532992 80539648 11336 33554432000 134512640 135305190 4287828128 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8846 vsize=78652 CPUtime=6.85 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202560 2246 0 0 0 685 0 0 0 25 0 4 0 622532992 80539648 11336 33554432000 134512640 135305190 4287828128 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8849/tid=8852] ppid=8846 vsize=78652 CPUtime=6.92 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202560 1998 0 0 0 692 0 0 0 25 0 4 0 622532992 80539648 11336 33554432000 134512640 135305190 4287828128 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 27.81
Current children cumulated vsize (KiB) 87352

[startup+10.3003 s]
/proc/loadavg: 7.10 7.73 7.88 10/364 8852
/proc/meminfo: memFree=10018804/32951124 swapFree=65980216/67111528
[pid=8846] ppid=8844 vsize=8700 CPUtime=0.11 cores=0,2,4,6
/proc/8846/stat : 8846 (manysat.sh) S 8844 8846 8066 0 -1 4202496 356 1324 0 0 0 0 11 0 24 0 1 0 622532976 8908800 252 33554432000 4194304 4922060 140735781064368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8846/statm: 2175 252 209 178 0 68 0
[pid=8849] ppid=8846 vsize=88392 CPUtime=40.45 cores=0,2,4,6
/proc/8849/stat : 8849 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202496 13764 0 0 0 4041 4 0 0 25 0 4 0 622532987 90513408 13713 33554432000 134512640 135305190 4287828128 18446744073709551615 134528235 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 22098 13713 84 194 0 21902 0
[pid=8849/tid=8850] ppid=8846 vsize=88392 CPUtime=10.11 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202560 2539 0 0 0 1011 0 0 0 25 0 4 0 622532992 90513408 13713 33554432000 134512640 135305190 4287828128 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8846 vsize=88392 CPUtime=10.02 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202560 2819 0 0 0 1001 1 0 0 25 0 4 0 622532992 90513408 13713 33554432000 134512640 135305190 4287828128 18446744073709551615 134552841 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8849/tid=8852] ppid=8846 vsize=88392 CPUtime=10.12 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202560 2533 0 0 0 1012 0 0 0 25 0 4 0 622532992 90513408 13713 33554432000 134512640 135305190 4287828128 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 40.56
Current children cumulated vsize (KiB) 97092

[startup+11.1012 s]
/proc/loadavg: 7.17 7.74 7.88 9/364 8852
/proc/meminfo: memFree=10014836/32951124 swapFree=65980216/67111528
[pid=8846] ppid=8844 vsize=8700 CPUtime=0.11 cores=0,2,4,6
/proc/8846/stat : 8846 (manysat.sh) S 8844 8846 8066 0 -1 4202496 356 1324 0 0 0 0 11 0 24 0 1 0 622532976 8908800 252 33554432000 4194304 4922060 140735781064368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8846/statm: 2175 252 209 178 0 68 0
[pid=8849] ppid=8846 vsize=88700 CPUtime=43.64 cores=0,2,4,6
/proc/8849/stat : 8849 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202496 13852 0 0 0 4360 4 0 0 25 0 4 0 622532987 90828800 13801 33554432000 134512640 135305190 4287828128 18446744073709551615 134528248 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 22175 13801 84 194 0 21979 0
[pid=8849/tid=8850] ppid=8846 vsize=88700 CPUtime=10.91 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202560 2582 0 0 0 1091 0 0 0 25 0 4 0 622532992 90828800 13801 33554432000 134512640 135305190 4287828128 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8846 vsize=88700 CPUtime=10.81 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202560 2837 0 0 0 1080 1 0 0 25 0 4 0 622532992 90828800 13801 33554432000 134512640 135305190 4287828128 18446744073709551615 134528744 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8849/tid=8852] ppid=8846 vsize=88700 CPUtime=10.92 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202560 2545 0 0 0 1092 0 0 0 25 0 4 0 622532992 90828800 13801 33554432000 134512640 135305190 4287828128 18446744073709551615 134558570 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 43.75
Current children cumulated vsize (KiB) 97400

[startup+11.901 s]
/proc/loadavg: 7.17 7.74 7.88 9/364 8852
/proc/meminfo: memFree=10009016/32951124 swapFree=65980216/67111528
[pid=8846] ppid=8844 vsize=8700 CPUtime=0.11 cores=0,2,4,6
/proc/8846/stat : 8846 (manysat.sh) S 8844 8846 8066 0 -1 4202496 356 1324 0 0 0 0 11 0 24 0 1 0 622532976 8908800 252 33554432000 4194304 4922060 140735781064368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8846/statm: 2175 252 209 178 0 68 0
[pid=8849] ppid=8846 vsize=88996 CPUtime=46.82 cores=0,2,4,6
/proc/8849/stat : 8849 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202496 13937 0 0 0 4678 4 0 0 25 0 4 0 622532987 91131904 13886 33554432000 134512640 135305190 4287828128 18446744073709551615 134528458 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 22249 13886 84 194 0 22053 0
[pid=8849/tid=8850] ppid=8846 vsize=88996 CPUtime=11.71 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202560 2612 0 0 0 1171 0 0 0 25 0 4 0 622532992 91131904 13886 33554432000 134512640 135305190 4287828128 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8846 vsize=88996 CPUtime=11.59 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202560 2857 0 0 0 1158 1 0 0 25 0 4 0 622532992 91131904 13886 33554432000 134512640 135305190 4287828128 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8849/tid=8852] ppid=8846 vsize=88996 CPUtime=11.72 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202560 2546 0 0 0 1172 0 0 0 25 0 4 0 622532992 91131904 13886 33554432000 134512640 135305190 4287828128 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 46.93
Current children cumulated vsize (KiB) 97696

[startup+12.3009 s]
/proc/loadavg: 7.17 7.74 7.88 9/364 8852
/proc/meminfo: memFree=10009016/32951124 swapFree=65980216/67111528
[pid=8846] ppid=8844 vsize=8700 CPUtime=0.11 cores=0,2,4,6
/proc/8846/stat : 8846 (manysat.sh) S 8844 8846 8066 0 -1 4202496 356 1324 0 0 0 0 11 0 24 0 1 0 622532976 8908800 252 33554432000 4194304 4922060 140735781064368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8846/statm: 2175 252 209 178 0 68 0
[pid=8849] ppid=8846 vsize=89136 CPUtime=48.42 cores=0,2,4,6
/proc/8849/stat : 8849 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202496 13981 0 0 0 4838 4 0 0 25 0 4 0 622532987 91275264 13930 33554432000 134512640 135305190 4287828128 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 22284 13930 84 194 0 22088 0
[pid=8849/tid=8850] ppid=8846 vsize=89136 CPUtime=12.11 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202560 2627 0 0 0 1211 0 0 0 25 0 4 0 622532992 91275264 13930 33554432000 134512640 135305190 4287828128 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8846 vsize=89136 CPUtime=11.99 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202560 2872 0 0 0 1198 1 0 0 25 0 4 0 622532992 91275264 13930 33554432000 134512640 135305190 4287828128 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8849/tid=8852] ppid=8846 vsize=89136 CPUtime=12.12 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202560 2546 0 0 0 1212 0 0 0 25 0 4 0 622532992 91275264 13930 33554432000 134512640 135305190 4287828128 18446744073709551615 134528399 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 48.53
Current children cumulated vsize (KiB) 97836

[startup+12.4009 s]
/proc/loadavg: 7.17 7.74 7.88 9/364 8852
/proc/meminfo: memFree=10009016/32951124 swapFree=65980216/67111528
[pid=8846] ppid=8844 vsize=8700 CPUtime=0.11 cores=0,2,4,6
/proc/8846/stat : 8846 (manysat.sh) S 8844 8846 8066 0 -1 4202496 356 1324 0 0 0 0 11 0 24 0 1 0 622532976 8908800 252 33554432000 4194304 4922060 140735781064368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8846/statm: 2175 252 209 178 0 68 0
[pid=8849] ppid=8846 vsize=89304 CPUtime=48.82 cores=0,2,4,6
/proc/8849/stat : 8849 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202496 14001 0 0 0 4878 4 0 0 25 0 4 0 622532987 91447296 13950 33554432000 134512640 135305190 4287828128 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 22326 13950 84 194 0 22130 0
[pid=8849/tid=8850] ppid=8846 vsize=89304 CPUtime=12.21 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202560 2628 0 0 0 1221 0 0 0 25 0 4 0 622532992 91447296 13950 33554432000 134512640 135305190 4287828128 18446744073709551615 134528791 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8846 vsize=89304 CPUtime=12.09 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202560 2884 0 0 0 1208 1 0 0 25 0 4 0 622532992 91447296 13950 33554432000 134512640 135305190 4287828128 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8849/tid=8852] ppid=8846 vsize=89304 CPUtime=12.22 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (manysat1.1_stat) R 8846 8846 8066 0 -1 4202560 2546 0 0 0 1222 0 0 0 25 0 4 0 622532992 91447296 13950 33554432000 134512640 135305190 4287828128 18446744073709551615 134530636 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 48.93
Current children cumulated vsize (KiB) 98004

Child status: 20
Real time (s): 12.4748
CPU time (s): 49.2345
CPU user time (s): 49.1765
CPU system time (s): 0.057991
CPU usage (%): 394.67
Max. virtual memory (cumulated for all children) (KiB): 98004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.1765
system time used= 0.057991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15920
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= 1231
involuntary context switches= 224

runsolver used 0.037994 second user time and 0.105983 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-13 17:39:35
IDJOB=3362313
IDBENCH=83454
IDSOLVER=1838
FILE ID=node142/3362313-1305301175
RUNJOBID= node142-1305296391-8084
PBS_JOBID= 13321411
Free space on /tmp= 46972 MiB

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

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

MD5SUM BENCH= e53b8f4e61e6411a209ad63833d35585
RANDOM SEED=269562632

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:      10090276 kB
Buffers:        277944 kB
Cached:       17131032 kB
SwapCached:      11520 kB
Active:       10349588 kB
Inactive:     11802936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10090276 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:          120872 kB
Writeback:           0 kB
AnonPages:     4739584 kB
Mapped:          20656 kB
Slab:           611200 kB
PageTables:      33024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77628340 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= 46972 MiB
End job on node142 at 2011-05-13 17:39:48