Trace number 3308997

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:LySAT i/2009-03-20UNSAT 77.2913 77.293

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.12	c |         0 |   63826   311416 |      --       0       --      -- |     --   | -1037/11765
0.00/0.12	c ==============================================================================
0.00/0.12	c Result  :   #vars: 5295   #clauses: 63826   #literals: 311416
0.00/0.12	c CPU time:   0.12598 s
0.00/0.12	c ==============================================================================
0.00/0.18	c lySAT 0.1
0.00/0.18	c minisat core +  additionnal features
0.00/0.18	c ============================[ Problem Statistics ]=============================
0.00/0.18	c |                                                                             |
0.00/0.18	c |  Number of variables:  5295                                                 |
0.00/0.18	c |  Number of clauses:    63826                                                |
0.17/0.20	c |  Parsing time:         0.02         s                                       |
77.17/77.28	c restarts              : 961
77.17/77.28	c conflicts             : 581777         (7549 /sec)
77.17/77.28	c decisions             : 1214697        (3.14 % random) (15761 /sec)
77.17/77.28	c euip                  : 29385       
77.17/77.28	c propagations          : 136203194      (1767260 /sec)
77.17/77.28	c conflict literals     : 27754656       (38.44 % deleted)
77.17/77.28	c Memory used           : 48.65 MB
77.17/77.28	c CPU time              : 77.0703 s
77.17/77.28	c 
77.17/77.28	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: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3308997-1303985062/watcher-3308997-1303985062 -o /tmp/evaluation-result-3308997-1303985062/solver-3308997-1303985062 -C 2400 -W 1300 -M 7680 lysat.sh HOME/instance-3308997-1303985062.cnf i 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.02 3.98 3.41 4/192 26152
/proc/meminfo: memFree=19115768/32951124 swapFree=67111528/67111528
[pid=26152] ppid=26150 vsize=8700 CPUtime=0 cores=4,6
/proc/26152/stat : 26152 (lysat.sh) S 26150 26152 25756 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 242697505 8908800 250 33554432000 4194304 4922060 140733383447744 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26152/statm: 2175 250 209 178 0 68 0

[startup+0.035295 s]
/proc/loadavg: 4.02 3.98 3.41 4/192 26152
/proc/meminfo: memFree=19115768/32951124 swapFree=67111528/67111528
[pid=26152] ppid=26150 vsize=8700 CPUtime=0 cores=4,6
/proc/26152/stat : 26152 (lysat.sh) S 26150 26152 25756 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 242697505 8908800 250 33554432000 4194304 4922060 140733383447744 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26152/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100314 s]
/proc/loadavg: 4.02 3.98 3.41 4/192 26152
/proc/meminfo: memFree=19115768/32951124 swapFree=67111528/67111528
[pid=26152] ppid=26150 vsize=8700 CPUtime=0 cores=4,6
/proc/26152/stat : 26152 (lysat.sh) S 26150 26152 25756 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 242697505 8908800 250 33554432000 4194304 4922060 140733383447744 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26152/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300216 s]
/proc/loadavg: 4.02 3.98 3.41 4/192 26152
/proc/meminfo: memFree=19115768/32951124 swapFree=67111528/67111528
[pid=26152] ppid=26150 vsize=8700 CPUtime=0.17 cores=4,6
/proc/26152/stat : 26152 (lysat.sh) S 26150 26152 25756 0 -1 4202496 355 2114 0 0 0 0 17 0 24 0 1 0 242697505 8908800 252 33554432000 4194304 4922060 140733383447744 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26152/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 8700

[startup+0.700156 s]
/proc/loadavg: 4.02 3.98 3.41 4/192 26152
/proc/meminfo: memFree=19115768/32951124 swapFree=67111528/67111528
[pid=26152] ppid=26150 vsize=8700 CPUtime=0.17 cores=4,6
/proc/26152/stat : 26152 (lysat.sh) S 26150 26152 25756 0 -1 4202496 355 2114 0 0 0 0 17 0 24 0 1 0 242697505 8908800 252 33554432000 4194304 4922060 140733383447744 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26152/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 8700

[startup+1.50105 s]
/proc/loadavg: 4.02 3.98 3.41 5/194 26155
/proc/meminfo: memFree=19105592/32951124 swapFree=67111528/67111528
[pid=26152] ppid=26150 vsize=8700 CPUtime=0.17 cores=4,6
/proc/26152/stat : 26152 (lysat.sh) S 26150 26152 25756 0 -1 4202496 355 2114 0 0 0 0 17 0 24 0 1 0 242697505 8908800 252 33554432000 4194304 4922060 140733383447744 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26152/statm: 2175 252 209 178 0 68 0
[pid=26155] ppid=26152 vsize=8800 CPUtime=1.31 cores=4,6
/proc/26155/stat : 26155 (LySATi) R 26152 26152 25756 0 -1 4202496 2100 0 0 0 131 0 0 0 25 0 1 0 242697523 9011200 2055 33554432000 134512640 135226915 4289232288 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/26155/statm: 2200 2055 82 175 0 2023 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 17500

[startup+3.10079 s]
/proc/loadavg: 4.02 3.98 3.41 5/194 26155
/proc/meminfo: memFree=19102736/32951124 swapFree=67111528/67111528
[pid=26152] ppid=26150 vsize=8700 CPUtime=0.17 cores=4,6
/proc/26152/stat : 26152 (lysat.sh) S 26150 26152 25756 0 -1 4202496 355 2114 0 0 0 0 17 0 24 0 1 0 242697505 8908800 252 33554432000 4194304 4922060 140733383447744 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26152/statm: 2175 252 209 178 0 68 0
[pid=26155] ppid=26152 vsize=10864 CPUtime=2.91 cores=4,6
/proc/26155/stat : 26155 (LySATi) R 26152 26152 25756 0 -1 4202496 2606 0 0 0 291 0 0 0 25 0 1 0 242697523 11124736 2561 33554432000 134512640 135226915 4289232288 18446744073709551615 134536919 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/26155/statm: 2716 2561 82 175 0 2539 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 19564

[startup+6.30122 s]
/proc/loadavg: 4.02 3.98 3.42 5/194 26155
/proc/meminfo: memFree=19098156/32951124 swapFree=67111528/67111528
[pid=26152] ppid=26150 vsize=8700 CPUtime=0.17 cores=4,6
/proc/26152/stat : 26152 (lysat.sh) S 26150 26152 25756 0 -1 4202496 355 2114 0 0 0 0 17 0 24 0 1 0 242697505 8908800 252 33554432000 4194304 4922060 140733383447744 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26152/statm: 2175 252 209 178 0 68 0
[pid=26155] ppid=26152 vsize=14692 CPUtime=6.11 cores=4,6
/proc/26155/stat : 26155 (LySATi) R 26152 26152 25756 0 -1 4202496 3547 0 0 0 611 0 0 0 25 0 1 0 242697523 15044608 3502 33554432000 134512640 135226915 4289232288 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/26155/statm: 3673 3502 82 175 0 3496 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 23392

[startup+12.7011 s]
/proc/loadavg: 4.01 3.98 3.42 5/194 26155
/proc/meminfo: memFree=19088752/32951124 swapFree=67111528/67111528
[pid=26152] ppid=26150 vsize=8700 CPUtime=0.17 cores=4,6
/proc/26152/stat : 26152 (lysat.sh) S 26150 26152 25756 0 -1 4202496 355 2114 0 0 0 0 17 0 24 0 1 0 242697505 8908800 252 33554432000 4194304 4922060 140733383447744 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26152/statm: 2175 252 209 178 0 68 0
[pid=26155] ppid=26152 vsize=19016 CPUtime=12.5 cores=4,6
/proc/26155/stat : 26155 (LySATi) R 26152 26152 25756 0 -1 4202496 4621 0 0 0 1250 0 0 0 25 0 1 0 242697523 19472384 4576 33554432000 134512640 135226915 4289232288 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/26155/statm: 4754 4576 82 175 0 4577 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 27716

[startup+25.5008 s]
/proc/loadavg: 4.01 3.98 3.43 5/194 26155
/proc/meminfo: memFree=19072008/32951124 swapFree=67111528/67111528
[pid=26152] ppid=26150 vsize=8700 CPUtime=0.17 cores=4,6
/proc/26152/stat : 26152 (lysat.sh) S 26150 26152 25756 0 -1 4202496 355 2114 0 0 0 0 17 0 24 0 1 0 242697505 8908800 252 33554432000 4194304 4922060 140733383447744 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26152/statm: 2175 252 209 178 0 68 0
[pid=26155] ppid=26152 vsize=28852 CPUtime=25.31 cores=4,6
/proc/26155/stat : 26155 (LySATi) R 26152 26152 25756 0 -1 4202496 7027 0 0 0 2530 1 0 0 25 0 1 0 242697523 29544448 6982 33554432000 134512640 135226915 4289232288 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/26155/statm: 7213 6982 82 175 0 7036 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37552

[startup+51.1003 s]
/proc/loadavg: 4.01 3.98 3.44 5/194 26156
/proc/meminfo: memFree=19059984/32951124 swapFree=67111528/67111528
[pid=26152] ppid=26150 vsize=8700 CPUtime=0.17 cores=4,6
/proc/26152/stat : 26152 (lysat.sh) S 26150 26152 25756 0 -1 4202496 355 2114 0 0 0 0 17 0 24 0 1 0 242697505 8908800 252 33554432000 4194304 4922060 140733383447744 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26152/statm: 2175 252 209 178 0 68 0
[pid=26155] ppid=26152 vsize=38964 CPUtime=50.9 cores=4,6
/proc/26155/stat : 26155 (LySATi) R 26152 26152 25756 0 -1 4202496 9518 0 0 0 5089 1 0 0 25 0 1 0 242697523 39899136 9473 33554432000 134512640 135226915 4289232288 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/26155/statm: 9741 9473 82 175 0 9564 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 47664

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

[startup+63.9011 s]
/proc/loadavg: 4.00 3.98 3.45 5/194 26156
/proc/meminfo: memFree=19053288/32951124 swapFree=67111528/67111528
[pid=26152] ppid=26150 vsize=8700 CPUtime=0.17 cores=4,6
/proc/26152/stat : 26152 (lysat.sh) S 26150 26152 25756 0 -1 4202496 355 2114 0 0 0 0 17 0 24 0 1 0 242697505 8908800 252 33554432000 4194304 4922060 140733383447744 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26152/statm: 2175 252 209 178 0 68 0
[pid=26155] ppid=26152 vsize=44940 CPUtime=63.7 cores=4,6
/proc/26155/stat : 26155 (LySATi) R 26152 26152 25756 0 -1 4202496 11026 0 0 0 6368 2 0 0 25 0 1 0 242697523 46018560 10981 33554432000 134512640 135226915 4289232288 18446744073709551615 134537003 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/26155/statm: 11235 10981 82 175 0 11058 0
Current children cumulated CPU time (s) 63.87
Current children cumulated vsize (KiB) 53640

[startup+70.3009 s]
/proc/loadavg: 4.00 3.98 3.45 5/194 26157
/proc/meminfo: memFree=19053040/32951124 swapFree=67111528/67111528
[pid=26152] ppid=26150 vsize=8700 CPUtime=0.17 cores=4,6
/proc/26152/stat : 26152 (lysat.sh) S 26150 26152 25756 0 -1 4202496 355 2114 0 0 0 0 17 0 24 0 1 0 242697505 8908800 252 33554432000 4194304 4922060 140733383447744 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26152/statm: 2175 252 209 178 0 68 0
[pid=26155] ppid=26152 vsize=45252 CPUtime=70.11 cores=4,6
/proc/26155/stat : 26155 (LySATi) R 26152 26152 25756 0 -1 4202496 11081 0 0 0 7009 2 0 0 25 0 1 0 242697523 46338048 11036 33554432000 134512640 135226915 4289232288 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/26155/statm: 11313 11036 82 175 0 11136 0
Current children cumulated CPU time (s) 70.28
Current children cumulated vsize (KiB) 53952

[startup+73.5003 s]
/proc/loadavg: 4.00 3.98 3.46 5/194 26157
/proc/meminfo: memFree=19051676/32951124 swapFree=67111528/67111528
[pid=26152] ppid=26150 vsize=8700 CPUtime=0.17 cores=4,6
/proc/26152/stat : 26152 (lysat.sh) S 26150 26152 25756 0 -1 4202496 355 2114 0 0 0 0 17 0 24 0 1 0 242697505 8908800 252 33554432000 4194304 4922060 140733383447744 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26152/statm: 2175 252 209 178 0 68 0
[pid=26155] ppid=26152 vsize=47920 CPUtime=73.3 cores=4,6
/proc/26155/stat : 26155 (LySATi) R 26152 26152 25756 0 -1 4202496 11718 0 0 0 7328 2 0 0 25 0 1 0 242697523 49070080 11673 33554432000 134512640 135226915 4289232288 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/26155/statm: 11980 11673 82 175 0 11803 0
Current children cumulated CPU time (s) 73.47
Current children cumulated vsize (KiB) 56620

[startup+75.1011 s]
/proc/loadavg: 4.00 3.98 3.46 5/194 26157
/proc/meminfo: memFree=19049196/32951124 swapFree=67111528/67111528
[pid=26152] ppid=26150 vsize=8700 CPUtime=0.17 cores=4,6
/proc/26152/stat : 26152 (lysat.sh) S 26150 26152 25756 0 -1 4202496 355 2114 0 0 0 0 17 0 24 0 1 0 242697505 8908800 252 33554432000 4194304 4922060 140733383447744 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26152/statm: 2175 252 209 178 0 68 0
[pid=26155] ppid=26152 vsize=49344 CPUtime=74.9 cores=4,6
/proc/26155/stat : 26155 (LySATi) R 26152 26152 25756 0 -1 4202496 12068 0 0 0 7488 2 0 0 25 0 1 0 242697523 50528256 12023 33554432000 134512640 135226915 4289232288 18446744073709551615 134536896 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/26155/statm: 12336 12023 82 175 0 12159 0
Current children cumulated CPU time (s) 75.07
Current children cumulated vsize (KiB) 58044

[startup+75.9069 s]
/proc/loadavg: 4.00 3.98 3.46 5/194 26157
/proc/meminfo: memFree=19048824/32951124 swapFree=67111528/67111528
[pid=26152] ppid=26150 vsize=8700 CPUtime=0.17 cores=4,6
/proc/26152/stat : 26152 (lysat.sh) S 26150 26152 25756 0 -1 4202496 355 2114 0 0 0 0 17 0 24 0 1 0 242697505 8908800 252 33554432000 4194304 4922060 140733383447744 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26152/statm: 2175 252 209 178 0 68 0
[pid=26155] ppid=26152 vsize=49624 CPUtime=75.71 cores=4,6
/proc/26155/stat : 26155 (LySATi) R 26152 26152 25756 0 -1 4202496 12129 0 0 0 7569 2 0 0 25 0 1 0 242697523 50814976 12084 33554432000 134512640 135226915 4289232288 18446744073709551615 134537296 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/26155/statm: 12406 12084 82 175 0 12229 0
Current children cumulated CPU time (s) 75.88
Current children cumulated vsize (KiB) 58324

[startup+76.7008 s]
/proc/loadavg: 4.00 3.98 3.46 5/194 26157
/proc/meminfo: memFree=19048824/32951124 swapFree=67111528/67111528
[pid=26152] ppid=26150 vsize=8700 CPUtime=0.17 cores=4,6
/proc/26152/stat : 26152 (lysat.sh) S 26150 26152 25756 0 -1 4202496 355 2114 0 0 0 0 17 0 24 0 1 0 242697505 8908800 252 33554432000 4194304 4922060 140733383447744 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26152/statm: 2175 252 209 178 0 68 0
[pid=26155] ppid=26152 vsize=49812 CPUtime=76.5 cores=4,6
/proc/26155/stat : 26155 (LySATi) R 26152 26152 25756 0 -1 4202496 12168 0 0 0 7648 2 0 0 25 0 1 0 242697523 51007488 12123 33554432000 134512640 135226915 4289232288 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/26155/statm: 12453 12123 82 175 0 12276 0
Current children cumulated CPU time (s) 76.67
Current children cumulated vsize (KiB) 58512

[startup+77.1007 s]
/proc/loadavg: 4.00 3.98 3.46 5/194 26157
/proc/meminfo: memFree=19048576/32951124 swapFree=67111528/67111528
[pid=26152] ppid=26150 vsize=8700 CPUtime=0.17 cores=4,6
/proc/26152/stat : 26152 (lysat.sh) S 26150 26152 25756 0 -1 4202496 355 2114 0 0 0 0 17 0 24 0 1 0 242697505 8908800 252 33554432000 4194304 4922060 140733383447744 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26152/statm: 2175 252 209 178 0 68 0
[pid=26155] ppid=26152 vsize=49812 CPUtime=76.9 cores=4,6
/proc/26155/stat : 26155 (LySATi) R 26152 26152 25756 0 -1 4202496 12168 0 0 0 7688 2 0 0 25 0 1 0 242697523 51007488 12123 33554432000 134512640 135226915 4289232288 18446744073709551615 134536744 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/26155/statm: 12453 12123 82 175 0 12276 0
Current children cumulated CPU time (s) 77.07
Current children cumulated vsize (KiB) 58512

[startup+77.2007 s]
/proc/loadavg: 4.00 3.98 3.46 5/194 26157
/proc/meminfo: memFree=19048576/32951124 swapFree=67111528/67111528
[pid=26152] ppid=26150 vsize=8700 CPUtime=0.17 cores=4,6
/proc/26152/stat : 26152 (lysat.sh) S 26150 26152 25756 0 -1 4202496 355 2114 0 0 0 0 17 0 24 0 1 0 242697505 8908800 252 33554432000 4194304 4922060 140733383447744 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26152/statm: 2175 252 209 178 0 68 0
[pid=26155] ppid=26152 vsize=49812 CPUtime=77 cores=4,6
/proc/26155/stat : 26155 (LySATi) R 26152 26152 25756 0 -1 4202496 12190 0 0 0 7698 2 0 0 25 0 1 0 242697523 51007488 12145 33554432000 134512640 135226915 4289232288 18446744073709551615 134539775 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/26155/statm: 12453 12145 82 175 0 12276 0
Current children cumulated CPU time (s) 77.17
Current children cumulated vsize (KiB) 58512

Child status: 20
Real time (s): 77.293
CPU time (s): 77.2913
CPU user time (s): 77.2483
CPU system time (s): 0.042993
CPU usage (%): 99.9977
Max. virtual memory (cumulated for all children) (KiB): 58512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.2483
system time used= 0.042993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14876
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= 37
involuntary context switches= 83

runsolver used 0.123981 second user time and 0.304953 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-28 12:04:22
IDJOB=3308997
IDBENCH=83438
IDSOLVER=1692
FILE ID=node107/3308997-1303985062
RUNJOBID= node107-1303983222-25775
PBS_JOBID= 13168719
Free space on /tmp= 71724 MiB

SOLVER NAME= SAT09 reference solver:LySAT i/2009-03-20
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E02F17.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308997-1303985062/watcher-3308997-1303985062 -o /tmp/evaluation-result-3308997-1303985062/solver-3308997-1303985062 -C 2400 -W 1300 -M 7680  lysat.sh HOME/instance-3308997-1303985062.cnf i

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

MD5SUM BENCH= 4f20f237857124f0eb214df627f84b82
RANDOM SEED=436929836

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19116048 kB
Buffers:       2044992 kB
Cached:       10868584 kB
SwapCached:          0 kB
Active:        8775648 kB
Inactive:      4578088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19116048 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3940 kB
Writeback:           0 kB
AnonPages:      439652 kB
Mapped:          16084 kB
Slab:           417300 kB
PageTables:       6356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   624924 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= 71724 MiB
End job on node107 at 2011-04-28 12:05:40