Trace number 3362320

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-20? (TO) 20235.6 5100.02

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E00N23.cnf
MD5SUM1a1f0dddf727883e0973677dd00e9269
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3122.96
Satisfiable
(Un)Satisfiability was proved
Number of variables15364
Number of clauses2210893
Sum of the clauses size20370578
Maximum clause length105
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 241189
Number of clauses of size 336730
Number of clauses of size 432798
Number of clauses of size 5188784
Number of clauses of size over 51911364

Solver Data

0.00/0.00	c Parsing...
1.99/2.07	c ==============================================================================
1.99/2.07	c |           |     ORIGINAL     |              LEARNT              |          |
1.99/2.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.99/2.07	c ==============================================================================
1.99/2.07	c |         0 | 2210221 20369234 |  663066       0        0     nan |  0.000 % |
46.89/46.98	c |         0 | 2179433 19756000 |      --       0       --      -- |     --   | -1857/32571
46.89/46.98	c ==============================================================================
46.89/46.98	c Result  :   #vars: 13209   #clauses: 2179433   #literals: 19756000
46.89/46.98	c CPU time:   46.8219 s
46.89/46.98	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3362320-1305303359/watcher-3362320-1305303359 -o /tmp/evaluation-result-3362320-1305303359/solver-3362320-1305303359 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362320-1305303359.cnf aimd 1 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.44 5.03 6.53 3/272 12567
/proc/meminfo: memFree=20367684/32951124 swapFree=67057896/67111528
[pid=12567] ppid=12565 vsize=8700 CPUtime=0 cores=0-7
/proc/12567/stat : 12567 (manysat.sh) S 12565 12567 12472 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 622751551 8908800 250 33554432000 4194304 4922060 140735143569696 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12567/statm: 2175 250 209 178 0 68 0

[startup+0.019634 s]
/proc/loadavg: 3.44 5.03 6.53 3/272 12567
/proc/meminfo: memFree=20367684/32951124 swapFree=67057896/67111528
[pid=12567] ppid=12565 vsize=8700 CPUtime=0 cores=0-7
/proc/12567/stat : 12567 (manysat.sh) S 12565 12567 12472 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 622751551 8908800 250 33554432000 4194304 4922060 140735143569696 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12567/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100619 s]
/proc/loadavg: 3.44 5.03 6.53 3/272 12567
/proc/meminfo: memFree=20367684/32951124 swapFree=67057896/67111528
[pid=12567] ppid=12565 vsize=8700 CPUtime=0 cores=0-7
/proc/12567/stat : 12567 (manysat.sh) S 12565 12567 12472 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 622751551 8908800 250 33554432000 4194304 4922060 140735143569696 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12567/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300581 s]
/proc/loadavg: 3.44 5.03 6.53 3/272 12567
/proc/meminfo: memFree=20367684/32951124 swapFree=67057896/67111528
[pid=12567] ppid=12565 vsize=8700 CPUtime=0 cores=0-7
/proc/12567/stat : 12567 (manysat.sh) S 12565 12567 12472 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 622751551 8908800 250 33554432000 4194304 4922060 140735143569696 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12567/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700511 s]
/proc/loadavg: 3.44 5.03 6.53 3/272 12567
/proc/meminfo: memFree=20367684/32951124 swapFree=67057896/67111528
[pid=12567] ppid=12565 vsize=8700 CPUtime=0 cores=0-7
/proc/12567/stat : 12567 (manysat.sh) S 12565 12567 12472 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 622751551 8908800 250 33554432000 4194304 4922060 140735143569696 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12567/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50037 s]
/proc/loadavg: 3.44 5.03 6.53 2/274 12569
/proc/meminfo: memFree=20282976/32951124 swapFree=67057896/67111528
[pid=12567] ppid=12565 vsize=8700 CPUtime=0 cores=0-7
/proc/12567/stat : 12567 (manysat.sh) S 12565 12567 12472 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 622751551 8908800 250 33554432000 4194304 4922060 140735143569696 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12567/statm: 2175 250 209 178 0 68 0
[pid=12568] ppid=12567 vsize=131832 CPUtime=1.49 cores=0-7
/proc/12568/stat : 12568 (SatElite) R 12567 12567 12472 0 -1 4202496 31798 0 0 0 138 11 0 0 25 0 1 0 622751551 134995968 31754 33554432000 134512640 135034092 4287645744 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/12568/statm: 32958 31755 52 128 0 32828 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 140532

[startup+3.10111 s]
/proc/loadavg: 3.44 5.03 6.53 2/274 12569
/proc/meminfo: memFree=20124020/32951124 swapFree=67057896/67111528
[pid=12567] ppid=12565 vsize=8700 CPUtime=0 cores=0-7
/proc/12567/stat : 12567 (manysat.sh) S 12565 12567 12472 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 622751551 8908800 250 33554432000 4194304 4922060 140735143569696 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12567/statm: 2175 250 209 178 0 68 0
[pid=12568] ppid=12567 vsize=254404 CPUtime=3.09 cores=0-7
/proc/12568/stat : 12568 (SatElite) R 12567 12567 12472 0 -1 4202496 60214 0 0 0 293 16 0 0 25 0 1 0 622751551 260509696 60170 33554432000 134512640 135034092 4287645744 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/12568/statm: 63601 60170 64 128 0 63471 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 263104

[startup+6.30052 s]
/proc/loadavg: 3.24 4.96 6.50 2/274 12569
/proc/meminfo: memFree=20128368/32951124 swapFree=67057896/67111528
[pid=12567] ppid=12565 vsize=8700 CPUtime=0 cores=0-7
/proc/12567/stat : 12567 (manysat.sh) S 12565 12567 12472 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 622751551 8908800 250 33554432000 4194304 4922060 140735143569696 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12567/statm: 2175 250 209 178 0 68 0
[pid=12568] ppid=12567 vsize=254404 CPUtime=6.29 cores=0-7
/proc/12568/stat : 12568 (SatElite) R 12567 12567 12472 0 -1 4202496 60214 0 0 0 613 16 0 0 25 0 1 0 622751551 260509696 60170 33554432000 134512640 135034092 4287645744 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/12568/statm: 63601 60170 64 128 0 63471 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 263104

[startup+12.7004 s]
/proc/loadavg: 3.06 4.89 6.47 2/274 12569
/proc/meminfo: memFree=20128596/32951124 swapFree=67057896/67111528
[pid=12567] ppid=12565 vsize=8700 CPUtime=0 cores=0-7
/proc/12567/stat : 12567 (manysat.sh) S 12565 12567 12472 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 622751551 8908800 250 33554432000 4194304 4922060 140735143569696 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12567/statm: 2175 250 209 178 0 68 0
[pid=12568] ppid=12567 vsize=254404 CPUtime=12.69 cores=0-7
/proc/12568/stat : 12568 (SatElite) R 12567 12567 12472 0 -1 4202496 60214 0 0 0 1253 16 0 0 25 0 1 0 622751551 260509696 60170 33554432000 134512640 135034092 4287645744 18446744073709551615 134540704 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/12568/statm: 63601 60170 64 128 0 63471 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 263104

[startup+25.5011 s]
/proc/loadavg: 2.60 4.70 6.38 2/274 12569
/proc/meminfo: memFree=20128888/32951124 swapFree=67057896/67111528
[pid=12567] ppid=12565 vsize=8700 CPUtime=0 cores=0-7
/proc/12567/stat : 12567 (manysat.sh) S 12565 12567 12472 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 622751551 8908800 250 33554432000 4194304 4922060 140735143569696 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12567/statm: 2175 250 209 178 0 68 0
[pid=12568] ppid=12567 vsize=254660 CPUtime=25.49 cores=0-7
/proc/12568/stat : 12568 (SatElite) R 12567 12567 12472 0 -1 4202496 60306 0 0 0 2533 16 0 0 25 0 1 0 622751551 260771840 60262 33554432000 134512640 135034092 4287645744 18446744073709551615 134563465 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/12568/statm: 63665 60262 64 128 0 63535 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 263360

[startup+51.1006 s]
/proc/loadavg: 2.06 4.40 6.24 2/274 12570
/proc/meminfo: memFree=20019140/32951124 swapFree=67057896/67111528
[pid=12567] ppid=12565 vsize=8700 CPUtime=50.73 cores=0-7
/proc/12567/stat : 12567 (manysat.sh) S 12565 12567 12472 0 -1 4202496 356 61671 0 0 0 0 5040 33 18 0 1 0 622751551 8908800 253 33554432000 4194304 4922060 140735143569696 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12567/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 8700

[startup+102.311 s]
/proc/loadavg: 3.15 4.34 6.12 5/277 12575
/proc/meminfo: memFree=19428116/32951124 swapFree=67057896/67111528
[pid=12567] ppid=12565 vsize=8700 CPUtime=50.73 cores=0-7
/proc/12567/stat : 12567 (manysat.sh) S 12565 12567 12472 0 -1 4202496 356 61671 0 0 0 0 5040 33 18 0 1 0 622751551 8908800 253 33554432000 4194304 4922060 140735143569696 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12567/statm: 2175 253 209 178 0 68 0
[pid=12571] ppid=12567 vsize=889780 CPUtime=195.39 cores=0-7
/proc/12571/stat : 12571 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202496 207542 0 0 0 19478 61 0 0 18 0 4 0 622756624 911134720 207494 33554432000 134512640 135305190 4289804240 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12571/statm: 222445 207494 84 194 0 222249 0
[pid=12571/tid=12572] ppid=12567 vsize=889780 CPUtime=47.94 cores=0-7
/proc/12571/task/12572/stat : 12572 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 8754 0 0 0 4787 7 0 0 19 0 4 0 622756983 911134720 207494 33554432000 134512640 135305190 4289804240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12571/tid=12573] ppid=12567 vsize=889780 CPUtime=47.96 cores=0-7
/proc/12571/task/12573/stat : 12573 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 11683 0 0 0 4784 12 0 0 25 0 4 0 622756983 911134720 207494 33554432000 134512640 135305190 4289804240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12571/tid=12574] ppid=12567 vsize=889780 CPUtime=47.93 cores=0-7
/proc/12571/task/12574/stat : 12574 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 15095 0 0 0 4781 12 0 0 25 0 4 0 622756983 911134720 207494 33554432000 134512640 135305190 4289804240 18446744073709551615 134547909 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 246.12
Current children cumulated vsize (KiB) 898480

[startup+162.301 s]
/proc/loadavg: 3.69 4.28 5.98 5/277 12577
/proc/meminfo: memFree=19335332/32951124 swapFree=67057896/67111528
[pid=12567] ppid=12565 vsize=8700 CPUtime=50.73 cores=0-7
/proc/12567/stat : 12567 (manysat.sh) S 12565 12567 12472 0 -1 4202496 356 61671 0 0 0 0 5040 33 18 0 1 0 622751551 8908800 253 33554432000 4194304 4922060 140735143569696 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12567/statm: 2175 253 209 178 0 68 0
[pid=12571] ppid=12567 vsize=986052 CPUtime=435.29 cores=0-7
/proc/12571/stat : 12571 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202496 231231 0 0 0 43449 80 0 0 18 0 4 0 622756624 1009717248 231183 33554432000 134512640 135305190 4289804240 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12571/statm: 246513 231183 84 194 0 246317 0
[pid=12571/tid=12572] ppid=12567 vsize=986052 CPUtime=107.91 cores=0-7
/proc/12571/task/12572/stat : 12572 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 13388 0 0 0 10781 10 0 0 18 0 4 0 622756983 1009717248 231183 33554432000 134512640 135305190 4289804240 18446744073709551615 134528525 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12571/tid=12573] ppid=12567 vsize=986052 CPUtime=107.95 cores=0-7
/proc/12571/task/12573/stat : 12573 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 17427 0 0 0 10775 20 0 0 18 0 4 0 622756983 1009717248 231183 33554432000 134512640 135305190 4289804240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12571/tid=12574] ppid=12567 vsize=986052 CPUtime=107.91 cores=0-7
/proc/12571/task/12574/stat : 12574 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 23196 0 0 0 10774 17 0 0 25 0 4 0 622756983 1009717248 231183 33554432000 134512640 135305190 4289804240 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 486.02
Current children cumulated vsize (KiB) 994752

[startup+222.301 s]
/proc/loadavg: 3.88 4.22 5.85 5/277 12579
/proc/meminfo: memFree=19276280/32951124 swapFree=67057896/67111528
[pid=12567] ppid=12565 vsize=8700 CPUtime=50.73 cores=0-7
/proc/12567/stat : 12567 (manysat.sh) S 12565 12567 12472 0 -1 4202496 356 61671 0 0 0 0 5040 33 18 0 1 0 622751551 8908800 253 33554432000 4194304 4922060 140735143569696 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12567/statm: 2175 253 209 178 0 68 0
[pid=12571] ppid=12567 vsize=1044572 CPUtime=675.25 cores=0-7
/proc/12571/stat : 12571 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202496 245431 0 0 0 67433 92 0 0 19 0 4 0 622756624 1069641728 245380 33554432000 134512640 135305190 4289804240 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12571/statm: 261143 245380 84 194 0 260947 0
[pid=12571/tid=12572] ppid=12567 vsize=1044572 CPUtime=167.91 cores=0-7
/proc/12571/task/12572/stat : 12572 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 16436 0 0 0 16779 12 0 0 23 0 4 0 622756983 1069641728 245380 33554432000 134512640 135305190 4289804240 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12571/tid=12573] ppid=12567 vsize=1044572 CPUtime=167.94 cores=0-7
/proc/12571/task/12573/stat : 12573 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 21210 0 0 0 16771 23 0 0 21 0 4 0 622756983 1069641728 245380 33554432000 134512640 135305190 4289804240 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12571/tid=12574] ppid=12567 vsize=1044572 CPUtime=167.89 cores=0-7
/proc/12571/task/12574/stat : 12574 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 27628 0 0 0 16769 20 0 0 25 0 4 0 622756983 1069641728 245380 33554432000 134512640 135305190 4289804240 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 725.98
Current children cumulated vsize (KiB) 1053272

[startup+282.301 s]
/proc/loadavg: 3.95 4.18 5.73 5/277 12580
/proc/meminfo: memFree=19194556/32951124 swapFree=67057896/67111528
[pid=12567] ppid=12565 vsize=8700 CPUtime=50.73 cores=0-7
/proc/12567/stat : 12567 (manysat.sh) S 12565 12567 12472 0 -1 4202496 356 61671 0 0 0 0 5040 33 18 0 1 0 622751551 8908800 253 33554432000 4194304 4922060 140735143569696 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12567/statm: 2175 253 209 178 0 68 0
[pid=12571] ppid=12567 vsize=1127932 CPUtime=915.18 cores=0-7
/proc/12571/stat : 12571 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202496 265856 0 0 0 91406 112 0 0 18 0 4 0 622756624 1155002368 265805 33554432000 134512640 135305190 4289804240 18446744073709551615 134528327 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12571/statm: 281983 265805 84 194 0 281787 0
[pid=12571/tid=12572] ppid=12567 vsize=1127932 CPUtime=227.87 cores=0-7
/proc/12571/task/12572/stat : 12572 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 21177 0 0 0 22772 15 0 0 20 0 4 0 622756983 1155002368 265805 33554432000 134512640 135305190 4289804240 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12571/tid=12573] ppid=12567 vsize=1127932 CPUtime=227.94 cores=0-7
/proc/12571/task/12573/stat : 12573 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 27098 0 0 0 22762 32 0 0 21 0 4 0 622756983 1155002368 265805 33554432000 134512640 135305190 4289804240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0

################
# More data... #
################

/proc/12571/task/12574/stat : 12574 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 147717 0 0 0 460566 184 0 0 25 0 4 0 622756983 3145207808 737097 33554432000 134512640 135305190 4289804240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18484.8
Current children cumulated vsize (KiB) 3080192

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 4.00 5/277 12714
/proc/meminfo: memFree=17260936/32951124 swapFree=67057896/67111528
[pid=12567] ppid=12565 vsize=8700 CPUtime=50.73 cores=0-7
/proc/12567/stat : 12567 (manysat.sh) S 12565 12567 12472 0 -1 4202496 356 61671 0 0 0 0 5040 33 18 0 1 0 622751551 8908800 253 33554432000 4194304 4922060 140735143569696 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12567/statm: 2175 253 209 178 0 68 0
[pid=12571] ppid=12567 vsize=3114856 CPUtime=18674.1 cores=0-7
/proc/12571/stat : 12571 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202496 748172 0 0 0 1866623 790 0 0 25 0 4 0 622756624 3189612544 748105 33554432000 134512640 135305190 4289804240 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12571/statm: 778714 748105 84 194 0 778518 0
[pid=12571/tid=12572] ppid=12567 vsize=3114856 CPUtime=4667.43 cores=0-7
/proc/12571/task/12572/stat : 12572 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 155567 0 0 0 466524 219 0 0 25 0 4 0 622756983 3189612544 748105 33554432000 134512640 135305190 4289804240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12571/tid=12573] ppid=12567 vsize=3114856 CPUtime=4668.04 cores=0-7
/proc/12571/task/12573/stat : 12573 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 121497 0 0 0 466643 161 0 0 25 0 4 0 622756983 3189612544 748105 33554432000 134512640 135305190 4289804240 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12571/tid=12574] ppid=12567 vsize=3114856 CPUtime=4667.51 cores=0-7
/proc/12571/task/12574/stat : 12574 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 150896 0 0 0 466561 190 0 0 25 0 4 0 622756983 3189612544 748105 33554432000 134512640 135305190 4289804240 18446744073709551615 134557407 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18724.9
Current children cumulated vsize (KiB) 3123556

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/277 12715
/proc/meminfo: memFree=17215640/32951124 swapFree=67057896/67111528
[pid=12567] ppid=12565 vsize=8700 CPUtime=50.73 cores=0-7
/proc/12567/stat : 12567 (manysat.sh) S 12565 12567 12472 0 -1 4202496 356 61671 0 0 0 0 5040 33 18 0 1 0 622751551 8908800 253 33554432000 4194304 4922060 140735143569696 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12567/statm: 2175 253 209 178 0 68 0
[pid=12571] ppid=12567 vsize=3164072 CPUtime=18914.1 cores=0-7
/proc/12571/stat : 12571 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202496 759559 0 0 0 1890597 812 0 0 25 0 4 0 622756624 3240009728 759492 33554432000 134512640 135305190 4289804240 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12571/statm: 791018 759492 84 194 0 790822 0
[pid=12571/tid=12572] ppid=12567 vsize=3164072 CPUtime=4727.41 cores=0-7
/proc/12571/task/12572/stat : 12572 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 158914 0 0 0 472515 226 0 0 25 0 4 0 622756983 3240009728 759492 33554432000 134512640 135305190 4289804240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12571/tid=12573] ppid=12567 vsize=3164072 CPUtime=4728.03 cores=0-7
/proc/12571/task/12573/stat : 12573 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 123133 0 0 0 472639 164 0 0 25 0 4 0 622756983 3240009728 759492 33554432000 134512640 135305190 4289804240 18446744073709551615 134528286 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12571/tid=12574] ppid=12567 vsize=3164072 CPUtime=4727.5 cores=0-7
/proc/12571/task/12574/stat : 12574 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 153995 0 0 0 472555 195 0 0 25 0 4 0 622756983 3240009728 759492 33554432000 134512640 135305190 4289804240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18964.8
Current children cumulated vsize (KiB) 3172772

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/277 12717
/proc/meminfo: memFree=17169860/32951124 swapFree=67057896/67111528
[pid=12567] ppid=12565 vsize=8700 CPUtime=50.73 cores=0-7
/proc/12567/stat : 12567 (manysat.sh) S 12565 12567 12472 0 -1 4202496 356 61671 0 0 0 0 5040 33 18 0 1 0 622751551 8908800 253 33554432000 4194304 4922060 140735143569696 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12567/statm: 2175 253 209 178 0 68 0
[pid=12571] ppid=12567 vsize=3209476 CPUtime=19154.1 cores=0-7
/proc/12571/stat : 12571 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202496 770942 0 0 0 1914578 833 0 0 18 0 4 0 622756624 3286503424 770875 33554432000 134512640 135305190 4289804240 18446744073709551615 134528435 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12571/statm: 802369 770875 84 194 0 802173 0
[pid=12571/tid=12572] ppid=12567 vsize=3209476 CPUtime=4787.42 cores=0-7
/proc/12571/task/12572/stat : 12572 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 162051 0 0 0 478510 232 0 0 25 0 4 0 622756983 3286503424 770875 33554432000 134512640 135305190 4289804240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12571/tid=12573] ppid=12567 vsize=3209476 CPUtime=4788.04 cores=0-7
/proc/12571/task/12573/stat : 12573 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 124921 0 0 0 478637 167 0 0 25 0 4 0 622756983 3286503424 770875 33554432000 134512640 135305190 4289804240 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12571/tid=12574] ppid=12567 vsize=3209476 CPUtime=4787.5 cores=0-7
/proc/12571/task/12574/stat : 12574 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 157199 0 0 0 478550 200 0 0 25 0 4 0 622756983 3286503424 770875 33554432000 134512640 135305190 4289804240 18446744073709551615 134547978 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19204.8
Current children cumulated vsize (KiB) 3218176

[startup+4902.3 s]
/proc/loadavg: 4.06 4.02 4.00 5/277 12718
/proc/meminfo: memFree=17122460/32951124 swapFree=67057896/67111528
[pid=12567] ppid=12565 vsize=8700 CPUtime=50.73 cores=0-7
/proc/12567/stat : 12567 (manysat.sh) S 12565 12567 12472 0 -1 4202496 356 61671 0 0 0 0 5040 33 18 0 1 0 622751551 8908800 253 33554432000 4194304 4922060 140735143569696 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12567/statm: 2175 253 209 178 0 68 0
[pid=12571] ppid=12567 vsize=3259472 CPUtime=19394.1 cores=0-7
/proc/12571/stat : 12571 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202496 782861 0 0 0 1938557 854 0 0 18 0 4 0 622756624 3337699328 782794 33554432000 134512640 135305190 4289804240 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12571/statm: 814868 782794 84 194 0 814672 0
[pid=12571/tid=12572] ppid=12567 vsize=3259472 CPUtime=4847.42 cores=0-7
/proc/12571/task/12572/stat : 12572 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 165272 0 0 0 484503 239 0 0 25 0 4 0 622756983 3337699328 782794 33554432000 134512640 135305190 4289804240 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12571/tid=12573] ppid=12567 vsize=3259472 CPUtime=4848.04 cores=0-7
/proc/12571/task/12573/stat : 12573 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 127167 0 0 0 484634 170 0 0 25 0 4 0 622756983 3337699328 782794 33554432000 134512640 135305190 4289804240 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12571/tid=12574] ppid=12567 vsize=3259472 CPUtime=4847.5 cores=0-7
/proc/12571/task/12574/stat : 12574 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 160525 0 0 0 484544 206 0 0 25 0 4 0 622756983 3337699328 782794 33554432000 134512640 135305190 4289804240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19444.8
Current children cumulated vsize (KiB) 3268172

[startup+4962.3 s]
/proc/loadavg: 4.02 4.01 4.00 5/277 12720
/proc/meminfo: memFree=17074316/32951124 swapFree=67057896/67111528
[pid=12567] ppid=12565 vsize=8700 CPUtime=50.73 cores=0-7
/proc/12567/stat : 12567 (manysat.sh) S 12565 12567 12472 0 -1 4202496 356 61671 0 0 0 0 5040 33 18 0 1 0 622751551 8908800 253 33554432000 4194304 4922060 140735143569696 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12567/statm: 2175 253 209 178 0 68 0
[pid=12571] ppid=12567 vsize=3307520 CPUtime=19634.1 cores=0-7
/proc/12571/stat : 12571 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202496 794812 0 0 0 1962532 879 0 0 20 0 4 0 622756624 3386900480 794745 33554432000 134512640 135305190 4289804240 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12571/statm: 826880 794745 84 194 0 826684 0
[pid=12571/tid=12572] ppid=12567 vsize=3307520 CPUtime=4907.42 cores=0-7
/proc/12571/task/12572/stat : 12572 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 168849 0 0 0 490493 249 0 0 24 0 4 0 622756983 3386900480 794745 33554432000 134512640 135305190 4289804240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12571/tid=12573] ppid=12567 vsize=3307520 CPUtime=4908.04 cores=0-7
/proc/12571/task/12573/stat : 12573 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 128767 0 0 0 490630 174 0 0 25 0 4 0 622756983 3386900480 794745 33554432000 134512640 135305190 4289804240 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12571/tid=12574] ppid=12567 vsize=3307520 CPUtime=4907.51 cores=0-7
/proc/12571/task/12574/stat : 12574 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 163963 0 0 0 490539 212 0 0 25 0 4 0 622756983 3386900480 794745 33554432000 134512640 135305190 4289804240 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19684.8
Current children cumulated vsize (KiB) 3316220

[startup+5022.3 s]
/proc/loadavg: 4.01 4.00 4.00 5/277 12722
/proc/meminfo: memFree=17032484/32951124 swapFree=67057896/67111528
[pid=12567] ppid=12565 vsize=8700 CPUtime=50.73 cores=0-7
/proc/12567/stat : 12567 (manysat.sh) S 12565 12567 12472 0 -1 4202496 356 61671 0 0 0 0 5040 33 18 0 1 0 622751551 8908800 253 33554432000 4194304 4922060 140735143569696 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12567/statm: 2175 253 209 178 0 68 0
[pid=12571] ppid=12567 vsize=3350724 CPUtime=19874.1 cores=0-7
/proc/12571/stat : 12571 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202496 805420 0 0 0 1986515 897 0 0 25 0 4 0 622756624 3431141376 805353 33554432000 134512640 135305190 4289804240 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12571/statm: 837681 805353 84 194 0 837485 0
[pid=12571/tid=12572] ppid=12567 vsize=3350724 CPUtime=4967.42 cores=0-7
/proc/12571/task/12572/stat : 12572 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 172097 0 0 0 496489 253 0 0 25 0 4 0 622756983 3431141376 805353 33554432000 134512640 135305190 4289804240 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12571/tid=12573] ppid=12567 vsize=3350724 CPUtime=4968.05 cores=0-7
/proc/12571/task/12573/stat : 12573 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 130246 0 0 0 496628 177 0 0 25 0 4 0 622756983 3431141376 805353 33554432000 134512640 135305190 4289804240 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12571/tid=12574] ppid=12567 vsize=3350724 CPUtime=4967.51 cores=0-7
/proc/12571/task/12574/stat : 12574 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 166960 0 0 0 496534 217 0 0 25 0 4 0 622756983 3431141376 805353 33554432000 134512640 135305190 4289804240 18446744073709551615 134528492 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19924.9
Current children cumulated vsize (KiB) 3359424

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/277 12723
/proc/meminfo: memFree=17004176/32951124 swapFree=67057896/67111528
[pid=12567] ppid=12565 vsize=8700 CPUtime=50.73 cores=0-7
/proc/12567/stat : 12567 (manysat.sh) S 12565 12567 12472 0 -1 4202496 356 61671 0 0 0 0 5040 33 18 0 1 0 622751551 8908800 253 33554432000 4194304 4922060 140735143569696 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12567/statm: 2175 253 209 178 0 68 0
[pid=12571] ppid=12567 vsize=3380728 CPUtime=20114.1 cores=0-7
/proc/12571/stat : 12571 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202496 812365 0 0 0 2010501 910 0 0 25 0 4 0 622756624 3461865472 812298 33554432000 134512640 135305190 4289804240 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12571/statm: 845182 812298 84 194 0 844986 0
[pid=12571/tid=12572] ppid=12567 vsize=3380728 CPUtime=5027.42 cores=0-7
/proc/12571/task/12572/stat : 12572 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 174377 0 0 0 502484 258 0 0 25 0 4 0 622756983 3461865472 812298 33554432000 134512640 135305190 4289804240 18446744073709551615 134558382 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12571/tid=12573] ppid=12567 vsize=3380728 CPUtime=5028.04 cores=0-7
/proc/12571/task/12573/stat : 12573 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 130940 0 0 0 502626 178 0 0 25 0 4 0 622756983 3461865472 812298 33554432000 134512640 135305190 4289804240 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12571/tid=12574] ppid=12567 vsize=3380728 CPUtime=5027.49 cores=0-7
/proc/12571/task/12574/stat : 12574 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 168922 0 0 0 502529 220 0 0 19 0 4 0 622756983 3461865472 812298 33554432000 134512640 135305190 4289804240 18446744073709551615 134538543 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20164.8
Current children cumulated vsize (KiB) 3389428



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 4.00 5/277 12724
/proc/meminfo: memFree=17002924/32951124 swapFree=67057896/67111528
[pid=12567] ppid=12565 vsize=8700 CPUtime=50.73 cores=0-7
/proc/12567/stat : 12567 (manysat.sh) S 12565 12567 12472 0 -1 4202496 356 61671 0 0 0 0 5040 33 18 0 1 0 622751551 8908800 253 33554432000 4194304 4922060 140735143569696 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12567/statm: 2175 253 209 178 0 68 0
[pid=12571] ppid=12567 vsize=3382012 CPUtime=20184.9 cores=0-7
/proc/12571/stat : 12571 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202496 812686 0 0 0 2017576 911 0 0 19 0 4 0 622756624 3463180288 812619 33554432000 134512640 135305190 4289804240 18446744073709551615 134528442 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12571/statm: 845503 812619 84 194 0 845307 0
[pid=12571/tid=12572] ppid=12567 vsize=3382012 CPUtime=5045.13 cores=0-7
/proc/12571/task/12572/stat : 12572 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 174508 0 0 0 504255 258 0 0 25 0 4 0 622756983 3463180288 812619 33554432000 134512640 135305190 4289804240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12571/tid=12573] ppid=12567 vsize=3382012 CPUtime=5045.76 cores=0-7
/proc/12571/task/12573/stat : 12573 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 130956 0 0 0 504398 178 0 0 25 0 4 0 622756983 3463180288 812619 33554432000 134512640 135305190 4289804240 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12571/tid=12574] ppid=12567 vsize=3382012 CPUtime=5045.14 cores=0-7
/proc/12571/task/12574/stat : 12574 (manysat1.1_stat) R 12567 12567 12472 0 -1 4202560 168926 0 0 0 504293 221 0 0 25 0 4 0 622756983 3463180288 812619 33554432000 134512640 135305190 4289804240 18446744073709551615 134528446 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20235.6
Current children cumulated vsize (KiB) 3390712

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12567 and gives
#  childrusage.ru_utime.tv_sec=50
#  childrusage.ru_utime.tv_usec=402337
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=333949
# CPU time returned by wait4() is 50.7363
# while last known CPU time is 20235.6
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.02
CPU time (s): 20235.6
CPU user time (s): 20226.2
CPU system time (s): 9.44
CPU usage (%): 396.775
Max. virtual memory (cumulated for all children) (KiB): 3390712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.4023
system time used= 0.333949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62027
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= 8
involuntary context switches= 136

runsolver used 12.2421 second user time and 30.3214 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-13 18:16:02
IDJOB=3362320
IDBENCH=83466
IDSOLVER=1839
FILE ID=node140/3362320-1305303359
RUNJOBID= node140-1305303271-12486
PBS_JOBID= 13321456
Free space on /tmp= 49476 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E00N23.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362320-1305303359/watcher-3362320-1305303359 -o /tmp/evaluation-result-3362320-1305303359/solver-3362320-1305303359 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362320-1305303359.cnf aimd 1

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 1a1f0dddf727883e0973677dd00e9269
RANDOM SEED=2029497022

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.74
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.833
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.833
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:      20367832 kB
Buffers:        254500 kB
Cached:        8327972 kB
SwapCached:       8056 kB
Active:        4919672 kB
Inactive:      7191744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20367832 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:          115648 kB
Writeback:           0 kB
AnonPages:     3526112 kB
Mapped:          22612 kB
Slab:           386108 kB
PageTables:      21640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45561284 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= 49364 MiB
End job on node140 at 2011-05-13 19:41:04