Trace number 3362318

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) 20303.7 5100.03

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E00X23.cnf
MD5SUM9cec6483d4ca03e8555377ba059b61ae
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2417.94
Satisfiable
(Un)Satisfiability was proved
Number of variables15364
Number of clauses2133873
Sum of the clauses size18060684
Maximum clause length91
Minimum clause length1
Number of clauses of size 116
Number of clauses of size 240913
Number of clauses of size 337518
Number of clauses of size 422333
Number of clauses of size 5147683
Number of clauses of size over 51885410

Solver Data

0.00/0.00	c Parsing...
1.59/1.62	c ==============================================================================
1.59/1.62	c |           |     ORIGINAL     |              LEARNT              |          |
1.59/1.62	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.59/1.62	c ==============================================================================
1.59/1.62	c |         0 | 2133489 18059916 |  640046       0        0     nan |  0.000 % |
25.20/25.27	c |         0 | 2124599 17968685 |      --       0       --      -- |     --   | -1911/33741
25.20/25.27	c ==============================================================================
25.20/25.27	c Result  :   #vars: 13623   #clauses: 2124599   #literals: 17968685
25.20/25.27	c CPU time:   25.1262 s
25.20/25.27	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-3362318-1305303357/watcher-3362318-1305303357 -o /tmp/evaluation-result-3362318-1305303357/solver-3362318-1305303357 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362318-1305303357.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.40 4.44 6.06 2/342 18665
/proc/meminfo: memFree=14769460/32951124 swapFree=67111348/67111528
[pid=18665] ppid=18663 vsize=8700 CPUtime=0 cores=0-7
/proc/18665/stat : 18665 (manysat.sh) S 18663 18665 18606 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622752077 8908800 249 33554432000 4194304 4922060 140733472026864 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18665/statm: 2175 249 209 178 0 68 0

[startup+0.0457979 s]
/proc/loadavg: 3.40 4.44 6.06 2/342 18665
/proc/meminfo: memFree=14769460/32951124 swapFree=67111348/67111528
[pid=18665] ppid=18663 vsize=8700 CPUtime=0 cores=0-7
/proc/18665/stat : 18665 (manysat.sh) S 18663 18665 18606 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622752077 8908800 249 33554432000 4194304 4922060 140733472026864 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18665/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100776 s]
/proc/loadavg: 3.40 4.44 6.06 2/342 18665
/proc/meminfo: memFree=14769460/32951124 swapFree=67111348/67111528
[pid=18665] ppid=18663 vsize=8700 CPUtime=0 cores=0-7
/proc/18665/stat : 18665 (manysat.sh) S 18663 18665 18606 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622752077 8908800 249 33554432000 4194304 4922060 140733472026864 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18665/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300741 s]
/proc/loadavg: 3.40 4.44 6.06 2/342 18665
/proc/meminfo: memFree=14769460/32951124 swapFree=67111348/67111528
[pid=18665] ppid=18663 vsize=8700 CPUtime=0 cores=0-7
/proc/18665/stat : 18665 (manysat.sh) S 18663 18665 18606 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622752077 8908800 249 33554432000 4194304 4922060 140733472026864 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18665/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700671 s]
/proc/loadavg: 3.40 4.44 6.06 2/342 18665
/proc/meminfo: memFree=14769460/32951124 swapFree=67111348/67111528
[pid=18665] ppid=18663 vsize=8700 CPUtime=0 cores=0-7
/proc/18665/stat : 18665 (manysat.sh) S 18663 18665 18606 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622752077 8908800 249 33554432000 4194304 4922060 140733472026864 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18665/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50053 s]
/proc/loadavg: 3.40 4.44 6.06 2/344 18667
/proc/meminfo: memFree=14667384/32951124 swapFree=67111348/67111528
[pid=18665] ppid=18663 vsize=8700 CPUtime=0 cores=0-7
/proc/18665/stat : 18665 (manysat.sh) S 18663 18665 18606 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622752077 8908800 249 33554432000 4194304 4922060 140733472026864 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18665/statm: 2175 249 209 178 0 68 0
[pid=18666] ppid=18665 vsize=231940 CPUtime=1.49 cores=0-7
/proc/18666/stat : 18666 (SatElite) R 18665 18665 18606 0 -1 4202496 43337 0 0 0 136 13 0 0 25 0 1 0 622752077 237506560 43293 33554432000 134512640 135034092 4289755344 18446744073709551615 134542711 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/18666/statm: 57985 43295 52 128 0 57855 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 240640

[startup+3.10025 s]
/proc/loadavg: 3.21 4.38 6.03 2/344 18667
/proc/meminfo: memFree=14550080/32951124 swapFree=67111348/67111528
[pid=18665] ppid=18663 vsize=8700 CPUtime=0 cores=0-7
/proc/18665/stat : 18665 (manysat.sh) S 18663 18665 18606 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622752077 8908800 249 33554432000 4194304 4922060 140733472026864 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18665/statm: 2175 249 209 178 0 68 0
[pid=18666] ppid=18665 vsize=232696 CPUtime=3.09 cores=0-7
/proc/18666/stat : 18666 (SatElite) R 18665 18665 18606 0 -1 4202496 54766 0 0 0 295 14 0 0 25 0 1 0 622752077 238280704 54722 33554432000 134512640 135034092 4289755344 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/18666/statm: 58174 54722 64 128 0 58044 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 241396

[startup+6.30068 s]
/proc/loadavg: 3.21 4.38 6.03 2/344 18667
/proc/meminfo: memFree=14551080/32951124 swapFree=67111348/67111528
[pid=18665] ppid=18663 vsize=8700 CPUtime=0 cores=0-7
/proc/18665/stat : 18665 (manysat.sh) S 18663 18665 18606 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622752077 8908800 249 33554432000 4194304 4922060 140733472026864 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18665/statm: 2175 249 209 178 0 68 0
[pid=18666] ppid=18665 vsize=232884 CPUtime=6.29 cores=0-7
/proc/18666/stat : 18666 (SatElite) R 18665 18665 18606 0 -1 4202496 54775 0 0 0 615 14 0 0 25 0 1 0 622752077 238473216 54731 33554432000 134512640 135034092 4289755344 18446744073709551615 134540704 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/18666/statm: 58221 54731 64 128 0 58091 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 241584

[startup+12.7006 s]
/proc/loadavg: 2.87 4.27 5.97 2/344 18667
/proc/meminfo: memFree=14551316/32951124 swapFree=67111348/67111528
[pid=18665] ppid=18663 vsize=8700 CPUtime=0 cores=0-7
/proc/18665/stat : 18665 (manysat.sh) S 18663 18665 18606 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622752077 8908800 249 33554432000 4194304 4922060 140733472026864 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18665/statm: 2175 249 209 178 0 68 0
[pid=18666] ppid=18665 vsize=232884 CPUtime=12.69 cores=0-7
/proc/18666/stat : 18666 (SatElite) R 18665 18665 18606 0 -1 4202496 54788 0 0 0 1255 14 0 0 25 0 1 0 622752077 238473216 54744 33554432000 134512640 135034092 4289755344 18446744073709551615 134563496 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/18666/statm: 58221 54744 64 128 0 58091 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 241584

[startup+25.5003 s]
/proc/loadavg: 2.58 4.16 5.92 2/344 18667
/proc/meminfo: memFree=14546128/32951124 swapFree=67111348/67111528
[pid=18665] ppid=18663 vsize=8700 CPUtime=0 cores=0-7
/proc/18665/stat : 18665 (manysat.sh) S 18663 18665 18606 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622752077 8908800 249 33554432000 4194304 4922060 140733472026864 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18665/statm: 2175 249 209 178 0 68 0
[pid=18666] ppid=18665 vsize=237424 CPUtime=25.49 cores=0-7
/proc/18666/stat : 18666 (SatElite) R 18665 18665 18606 0 -1 4202496 56661 0 0 0 2534 15 0 0 25 0 1 0 622752077 243122176 55906 33554432000 134512640 135034092 4289755344 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/18666/statm: 59356 55906 69 128 0 59226 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 246124

[startup+51.1008 s]
/proc/loadavg: 2.70 4.06 5.84 5/347 18672
/proc/meminfo: memFree=13889572/32951124 swapFree=67111348/67111528
[pid=18665] ppid=18663 vsize=8700 CPUtime=28.3 cores=0-7
/proc/18665/stat : 18665 (manysat.sh) S 18663 18665 18606 0 -1 4202496 356 56664 0 0 0 0 2802 28 18 0 1 0 622752077 8908800 252 33554432000 4194304 4922060 140733472026864 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18665/statm: 2175 252 209 178 0 68 0
[pid=18668] ppid=18665 vsize=841316 CPUtime=81.34 cores=0-7
/proc/18668/stat : 18668 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202496 195740 0 0 0 8094 40 0 0 18 0 4 0 622754909 861507584 195692 33554432000 134512640 135305190 4293404240 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/18668/statm: 210329 195692 84 194 0 210133 0
[pid=18668/tid=18670] ppid=18665 vsize=841316 CPUtime=19.53 cores=0-7
/proc/18668/task/18670/stat : 18670 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 8223 0 0 0 1950 3 0 0 25 0 4 0 622755233 861507584 195692 33554432000 134512640 135305190 4293404240 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=18668/tid=18671] ppid=18665 vsize=841316 CPUtime=19.5 cores=0-7
/proc/18668/task/18671/stat : 18671 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 11453 0 0 0 1946 4 0 0 18 0 4 0 622755233 861507584 195692 33554432000 134512640 135305190 4293404240 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=18668/tid=18672] ppid=18665 vsize=841316 CPUtime=19.53 cores=0-7
/proc/18668/task/18672/stat : 18672 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 12179 0 0 0 1950 3 0 0 18 0 4 0 622755233 861507584 195692 33554432000 134512640 135305190 4293404240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 109.64
Current children cumulated vsize (KiB) 850016

[startup+102.313 s]
/proc/loadavg: 3.55 4.06 5.73 5/347 18673
/proc/meminfo: memFree=13763700/32951124 swapFree=67111348/67111528
[pid=18665] ppid=18663 vsize=8700 CPUtime=28.3 cores=0-7
/proc/18665/stat : 18665 (manysat.sh) S 18663 18665 18606 0 -1 4202496 356 56664 0 0 0 0 2802 28 18 0 1 0 622752077 8908800 252 33554432000 4194304 4922060 140733472026864 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18665/statm: 2175 252 209 178 0 68 0
[pid=18668] ppid=18665 vsize=970016 CPUtime=286.13 cores=0-7
/proc/18668/stat : 18668 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202496 226712 0 0 0 28552 61 0 0 18 0 4 0 622754909 993296384 226664 33554432000 134512640 135305190 4293404240 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/18668/statm: 242504 226664 84 194 0 242308 0
[pid=18668/tid=18670] ppid=18665 vsize=970016 CPUtime=70.73 cores=0-7
/proc/18668/task/18670/stat : 18670 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 13609 0 0 0 7067 6 0 0 25 0 4 0 622755233 993296384 226664 33554432000 134512640 135305190 4293404240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=18668/tid=18671] ppid=18665 vsize=970016 CPUtime=70.72 cores=0-7
/proc/18668/task/18671/stat : 18671 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 20891 0 0 0 7062 10 0 0 20 0 4 0 622755233 993296384 226664 33554432000 134512640 135305190 4293404240 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=18668/tid=18672] ppid=18665 vsize=970016 CPUtime=70.71 cores=0-7
/proc/18668/task/18672/stat : 18672 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 22318 0 0 0 7062 9 0 0 18 0 4 0 622755233 993296384 226664 33554432000 134512640 135305190 4293404240 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 314.43
Current children cumulated vsize (KiB) 978716

[startup+162.301 s]
/proc/loadavg: 3.83 4.05 5.62 5/347 18675
/proc/meminfo: memFree=13680700/32951124 swapFree=67111348/67111528
[pid=18665] ppid=18663 vsize=8700 CPUtime=28.3 cores=0-7
/proc/18665/stat : 18665 (manysat.sh) S 18663 18665 18606 0 -1 4202496 356 56664 0 0 0 0 2802 28 18 0 1 0 622752077 8908800 252 33554432000 4194304 4922060 140733472026864 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18665/statm: 2175 252 209 178 0 68 0
[pid=18668] ppid=18665 vsize=1052728 CPUtime=526.04 cores=0-7
/proc/18668/stat : 18668 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202496 247301 0 0 0 52523 81 0 0 20 0 4 0 622754909 1077993472 247253 33554432000 134512640 135305190 4293404240 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/18668/statm: 263182 247253 84 194 0 262986 0
[pid=18668/tid=18670] ppid=18665 vsize=1052728 CPUtime=130.71 cores=0-7
/proc/18668/task/18670/stat : 18670 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 17706 0 0 0 13062 9 0 0 25 0 4 0 622755233 1077993472 247253 33554432000 134512640 135305190 4293404240 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=18668/tid=18671] ppid=18665 vsize=1052728 CPUtime=130.69 cores=0-7
/proc/18668/task/18671/stat : 18671 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 27115 0 0 0 13055 14 0 0 24 0 4 0 622755233 1077993472 247253 33554432000 134512640 135305190 4293404240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=18668/tid=18672] ppid=18665 vsize=1052728 CPUtime=130.69 cores=0-7
/proc/18668/task/18672/stat : 18672 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 27308 0 0 0 13056 13 0 0 20 0 4 0 622755233 1077993472 247253 33554432000 134512640 135305190 4293404240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 554.34
Current children cumulated vsize (KiB) 1061428

[startup+222.301 s]
/proc/loadavg: 3.94 4.04 5.52 5/347 18677
/proc/meminfo: memFree=13657228/32951124 swapFree=67111348/67111528
[pid=18665] ppid=18663 vsize=8700 CPUtime=28.3 cores=0-7
/proc/18665/stat : 18665 (manysat.sh) S 18663 18665 18606 0 -1 4202496 356 56664 0 0 0 0 2802 28 18 0 1 0 622752077 8908800 252 33554432000 4194304 4922060 140733472026864 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18665/statm: 2175 252 209 178 0 68 0
[pid=18668] ppid=18665 vsize=1076920 CPUtime=765.97 cores=0-7
/proc/18668/stat : 18668 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202496 253124 0 0 0 76505 92 0 0 19 0 4 0 622754909 1102766080 253076 33554432000 134512640 135305190 4293404240 18446744073709551615 134528791 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/18668/statm: 269230 253076 84 194 0 269034 0
[pid=18668/tid=18670] ppid=18665 vsize=1076920 CPUtime=190.7 cores=0-7
/proc/18668/task/18670/stat : 18670 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 18600 0 0 0 19059 11 0 0 25 0 4 0 622755233 1102766080 253076 33554432000 134512640 135305190 4293404240 18446744073709551615 134551751 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=18668/tid=18671] ppid=18665 vsize=1076920 CPUtime=190.69 cores=0-7
/proc/18668/task/18671/stat : 18671 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 29063 0 0 0 19053 16 0 0 25 0 4 0 622755233 1102766080 253076 33554432000 134512640 135305190 4293404240 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=18668/tid=18672] ppid=18665 vsize=1076920 CPUtime=190.66 cores=0-7
/proc/18668/task/18672/stat : 18672 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 28903 0 0 0 19051 15 0 0 18 0 4 0 622755233 1102766080 253076 33554432000 134512640 135305190 4293404240 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 794.27
Current children cumulated vsize (KiB) 1085620

[startup+282.301 s]
/proc/loadavg: 3.97 4.03 5.42 5/347 18678
/proc/meminfo: memFree=13593460/32951124 swapFree=67111348/67111528
[pid=18665] ppid=18663 vsize=8700 CPUtime=28.3 cores=0-7

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

/proc/18668/task/18672/stat : 18672 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 146836 0 0 0 462866 140 0 0 22 0 4 0 622755233 3084718080 725031 33554432000 134512640 135305190 4293404240 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18552.8
Current children cumulated vsize (KiB) 3021120

[startup+4722.31 s]
/proc/loadavg: 4.01 4.01 4.00 5/347 18812
/proc/meminfo: memFree=11763268/32951124 swapFree=67111348/67111528
[pid=18665] ppid=18663 vsize=8700 CPUtime=28.3 cores=0-7
/proc/18665/stat : 18665 (manysat.sh) S 18663 18665 18606 0 -1 4202496 356 56664 0 0 0 0 2802 28 18 0 1 0 622752077 8908800 252 33554432000 4194304 4922060 140733472026864 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18665/statm: 2175 252 209 178 0 68 0
[pid=18668] ppid=18665 vsize=3013160 CPUtime=18764.6 cores=0-7
/proc/18668/stat : 18668 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202496 725436 0 0 0 1875762 693 0 0 25 0 4 0 622754909 3085475840 725341 33554432000 134512640 135305190 4293404240 18446744073709551615 134528329 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/18668/statm: 753290 725341 84 194 0 753094 0
[pid=18668/tid=18670] ppid=18665 vsize=3013160 CPUtime=4690.3 cores=0-7
/proc/18668/task/18670/stat : 18670 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 128440 0 0 0 468887 143 0 0 25 0 4 0 622755233 3085475840 725341 33554432000 134512640 135305190 4293404240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=18668/tid=18671] ppid=18665 vsize=3013160 CPUtime=4690.72 cores=0-7
/proc/18668/task/18671/stat : 18671 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 155388 0 0 0 468925 147 0 0 25 0 4 0 622755233 3085475840 725341 33554432000 134512640 135305190 4293404240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=18668/tid=18672] ppid=18665 vsize=3013160 CPUtime=4690.06 cores=0-7
/proc/18668/task/18672/stat : 18672 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 146932 0 0 0 468866 140 0 0 25 0 4 0 622755233 3085475840 725341 33554432000 134512640 135305190 4293404240 18446744073709551615 134528603 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18792.8
Current children cumulated vsize (KiB) 3021860

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/347 18813
/proc/meminfo: memFree=11730860/32951124 swapFree=67111348/67111528
[pid=18665] ppid=18663 vsize=8700 CPUtime=28.3 cores=0-7
/proc/18665/stat : 18665 (manysat.sh) S 18663 18665 18606 0 -1 4202496 356 56664 0 0 0 0 2802 28 18 0 1 0 622752077 8908800 252 33554432000 4194304 4922060 140733472026864 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18665/statm: 2175 252 209 178 0 68 0
[pid=18668] ppid=18665 vsize=3046852 CPUtime=19004.5 cores=0-7
/proc/18668/stat : 18668 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202496 733796 0 0 0 1899747 703 0 0 25 0 4 0 622754909 3119976448 733701 33554432000 134512640 135305190 4293404240 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/18668/statm: 761713 733701 84 194 0 761517 0
[pid=18668/tid=18670] ppid=18665 vsize=3046852 CPUtime=4750.29 cores=0-7
/proc/18668/task/18670/stat : 18670 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 130419 0 0 0 474885 144 0 0 25 0 4 0 622755233 3119976448 733701 33554432000 134512640 135305190 4293404240 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=18668/tid=18671] ppid=18665 vsize=3046852 CPUtime=4750.72 cores=0-7
/proc/18668/task/18671/stat : 18671 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 157010 0 0 0 474923 149 0 0 25 0 4 0 622755233 3119976448 733701 33554432000 134512640 135305190 4293404240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=18668/tid=18672] ppid=18665 vsize=3046852 CPUtime=4750.05 cores=0-7
/proc/18668/task/18672/stat : 18672 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 148807 0 0 0 474863 142 0 0 19 0 4 0 622755233 3119976448 733701 33554432000 134512640 135305190 4293404240 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19032.8
Current children cumulated vsize (KiB) 3055552

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/347 18815
/proc/meminfo: memFree=11680852/32951124 swapFree=67111348/67111528
[pid=18665] ppid=18663 vsize=8700 CPUtime=28.3 cores=0-7
/proc/18665/stat : 18665 (manysat.sh) S 18663 18665 18606 0 -1 4202496 356 56664 0 0 0 0 2802 28 18 0 1 0 622752077 8908800 252 33554432000 4194304 4922060 140733472026864 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18665/statm: 2175 252 209 178 0 68 0
[pid=18668] ppid=18665 vsize=3096068 CPUtime=19244.5 cores=0-7
/proc/18668/stat : 18668 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202496 746158 0 0 0 1923729 720 0 0 25 0 4 0 622754909 3170373632 746063 33554432000 134512640 135305190 4293404240 18446744073709551615 134528397 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/18668/statm: 774017 746063 84 194 0 773821 0
[pid=18668/tid=18670] ppid=18665 vsize=3096068 CPUtime=4810.28 cores=0-7
/proc/18668/task/18670/stat : 18670 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 133397 0 0 0 480882 146 0 0 25 0 4 0 622755233 3170373632 746063 33554432000 134512640 135305190 4293404240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=18668/tid=18671] ppid=18665 vsize=3096068 CPUtime=4810.72 cores=0-7
/proc/18668/task/18671/stat : 18671 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 159920 0 0 0 480919 153 0 0 25 0 4 0 622755233 3170373632 746063 33554432000 134512640 135305190 4293404240 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=18668/tid=18672] ppid=18665 vsize=3096068 CPUtime=4810.04 cores=0-7
/proc/18668/task/18672/stat : 18672 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 152074 0 0 0 480859 145 0 0 25 0 4 0 622755233 3170373632 746063 33554432000 134512640 135305190 4293404240 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19272.8
Current children cumulated vsize (KiB) 3104768

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/347 18816
/proc/meminfo: memFree=11625636/32951124 swapFree=67111348/67111528
[pid=18665] ppid=18663 vsize=8700 CPUtime=28.3 cores=0-7
/proc/18665/stat : 18665 (manysat.sh) S 18663 18665 18606 0 -1 4202496 356 56664 0 0 0 0 2802 28 18 0 1 0 622752077 8908800 252 33554432000 4194304 4922060 140733472026864 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18665/statm: 2175 252 209 178 0 68 0
[pid=18668] ppid=18665 vsize=3152124 CPUtime=19484.5 cores=0-7
/proc/18668/stat : 18668 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202496 760146 0 0 0 1947711 738 0 0 25 0 4 0 622754909 3227774976 760051 33554432000 134512640 135305190 4293404240 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/18668/statm: 788031 760051 84 194 0 787835 0
[pid=18668/tid=18670] ppid=18665 vsize=3152124 CPUtime=4870.29 cores=0-7
/proc/18668/task/18670/stat : 18670 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 136214 0 0 0 486879 150 0 0 25 0 4 0 622755233 3227774976 760051 33554432000 134512640 135305190 4293404240 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=18668/tid=18671] ppid=18665 vsize=3152124 CPUtime=4870.71 cores=0-7
/proc/18668/task/18671/stat : 18671 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 163841 0 0 0 486914 157 0 0 25 0 4 0 622755233 3227774976 760051 33554432000 134512640 135305190 4293404240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=18668/tid=18672] ppid=18665 vsize=3152124 CPUtime=4870.04 cores=0-7
/proc/18668/task/18672/stat : 18672 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 155455 0 0 0 486855 149 0 0 25 0 4 0 622755233 3227774976 760051 33554432000 134512640 135305190 4293404240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19512.8
Current children cumulated vsize (KiB) 3160824

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/347 18818
/proc/meminfo: memFree=11573764/32951124 swapFree=67111348/67111528
[pid=18665] ppid=18663 vsize=8700 CPUtime=28.3 cores=0-7
/proc/18665/stat : 18665 (manysat.sh) S 18663 18665 18606 0 -1 4202496 356 56664 0 0 0 0 2802 28 18 0 1 0 622752077 8908800 252 33554432000 4194304 4922060 140733472026864 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18665/statm: 2175 252 209 178 0 68 0
[pid=18668] ppid=18665 vsize=3203804 CPUtime=19724.5 cores=0-7
/proc/18668/stat : 18668 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202496 772945 0 0 0 1971695 755 0 0 25 0 4 0 622754909 3280695296 772850 33554432000 134512640 135305190 4293404240 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/18668/statm: 800951 772850 84 194 0 800755 0
[pid=18668/tid=18670] ppid=18665 vsize=3203804 CPUtime=4930.29 cores=0-7
/proc/18668/task/18670/stat : 18670 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 138745 0 0 0 492877 152 0 0 25 0 4 0 622755233 3280695296 772850 33554432000 134512640 135305190 4293404240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=18668/tid=18671] ppid=18665 vsize=3203804 CPUtime=4930.72 cores=0-7
/proc/18668/task/18671/stat : 18671 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 166983 0 0 0 492910 162 0 0 25 0 4 0 622755233 3280695296 772850 33554432000 134512640 135305190 4293404240 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=18668/tid=18672] ppid=18665 vsize=3203804 CPUtime=4930.05 cores=0-7
/proc/18668/task/18672/stat : 18672 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 159329 0 0 0 492852 153 0 0 25 0 4 0 622755233 3280695296 772850 33554432000 134512640 135305190 4293404240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19752.8
Current children cumulated vsize (KiB) 3212504

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/347 18820
/proc/meminfo: memFree=11523148/32951124 swapFree=67111348/67111528
[pid=18665] ppid=18663 vsize=8700 CPUtime=28.3 cores=0-7
/proc/18665/stat : 18665 (manysat.sh) S 18663 18665 18606 0 -1 4202496 356 56664 0 0 0 0 2802 28 18 0 1 0 622752077 8908800 252 33554432000 4194304 4922060 140733472026864 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18665/statm: 2175 252 209 178 0 68 0
[pid=18668] ppid=18665 vsize=3255248 CPUtime=19964.5 cores=0-7
/proc/18668/stat : 18668 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202496 785706 0 0 0 1995677 773 0 0 25 0 4 0 622754909 3333373952 785611 33554432000 134512640 135305190 4293404240 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/18668/statm: 813812 785611 84 194 0 813616 0
[pid=18668/tid=18670] ppid=18665 vsize=3255248 CPUtime=4990.29 cores=0-7
/proc/18668/task/18670/stat : 18670 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 141516 0 0 0 498873 156 0 0 25 0 4 0 622755233 3333373952 785611 33554432000 134512640 135305190 4293404240 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=18668/tid=18671] ppid=18665 vsize=3255248 CPUtime=4990.72 cores=0-7
/proc/18668/task/18671/stat : 18671 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 169783 0 0 0 498907 165 0 0 25 0 4 0 622755233 3333373952 785611 33554432000 134512640 135305190 4293404240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=18668/tid=18672] ppid=18665 vsize=3255248 CPUtime=4990.04 cores=0-7
/proc/18668/task/18672/stat : 18672 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 163337 0 0 0 498848 156 0 0 25 0 4 0 622755233 3333373952 785611 33554432000 134512640 135305190 4293404240 18446744073709551615 134528872 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19992.8
Current children cumulated vsize (KiB) 3263948

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/347 18821
/proc/meminfo: memFree=11470648/32951124 swapFree=67111348/67111528
[pid=18665] ppid=18663 vsize=8700 CPUtime=28.3 cores=0-7
/proc/18665/stat : 18665 (manysat.sh) S 18663 18665 18606 0 -1 4202496 356 56664 0 0 0 0 2802 28 18 0 1 0 622752077 8908800 252 33554432000 4194304 4922060 140733472026864 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18665/statm: 2175 252 209 178 0 68 0
[pid=18668] ppid=18665 vsize=3308332 CPUtime=20204.5 cores=0-7
/proc/18668/stat : 18668 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202496 798701 0 0 0 2019661 789 0 0 25 0 4 0 622754909 3387731968 798606 33554432000 134512640 135305190 4293404240 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/18668/statm: 827083 798606 84 194 0 826887 0
[pid=18668/tid=18670] ppid=18665 vsize=3308332 CPUtime=5050.29 cores=0-7
/proc/18668/task/18670/stat : 18670 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 144848 0 0 0 504869 160 0 0 25 0 4 0 622755233 3387731968 798606 33554432000 134512640 135305190 4293404240 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=18668/tid=18671] ppid=18665 vsize=3308332 CPUtime=5050.72 cores=0-7
/proc/18668/task/18671/stat : 18671 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 172649 0 0 0 504904 168 0 0 25 0 4 0 622755233 3387731968 798606 33554432000 134512640 135305190 4293404240 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=18668/tid=18672] ppid=18665 vsize=3308332 CPUtime=5050.05 cores=0-7
/proc/18668/task/18672/stat : 18672 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 166698 0 0 0 504845 160 0 0 19 0 4 0 622755233 3387731968 798606 33554432000 134512640 135305190 4293404240 18446744073709551615 134551974 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20232.8
Current children cumulated vsize (KiB) 3317032



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 4.00 5/347 18822
/proc/meminfo: memFree=11452664/32951124 swapFree=67111348/67111528
[pid=18665] ppid=18663 vsize=8700 CPUtime=28.3 cores=0-7
/proc/18665/stat : 18665 (manysat.sh) S 18663 18665 18606 0 -1 4202496 356 56664 0 0 0 0 2802 28 18 0 1 0 622752077 8908800 252 33554432000 4194304 4922060 140733472026864 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18665/statm: 2175 252 209 178 0 68 0
[pid=18668] ppid=18665 vsize=3327956 CPUtime=20275.3 cores=0-7
/proc/18668/stat : 18668 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202496 803095 0 0 0 2026742 793 0 0 25 0 4 0 622754909 3407826944 803000 33554432000 134512640 135305190 4293404240 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/18668/statm: 831989 803000 84 194 0 831793 0
[pid=18668/tid=18670] ppid=18665 vsize=3327956 CPUtime=5068.01 cores=0-7
/proc/18668/task/18670/stat : 18670 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 145909 0 0 0 506640 161 0 0 25 0 4 0 622755233 3407826944 803001 33554432000 134512640 135305190 4293404240 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=18668/tid=18671] ppid=18665 vsize=3327956 CPUtime=5068.43 cores=0-7
/proc/18668/task/18671/stat : 18671 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 173793 0 0 0 506674 169 0 0 25 0 4 0 622755233 3407826944 803001 33554432000 134512640 135305190 4293404240 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=18668/tid=18672] ppid=18665 vsize=3327956 CPUtime=5067.76 cores=0-7
/proc/18668/task/18672/stat : 18672 (manysat1.1_stat) R 18665 18665 18606 0 -1 4202560 167731 0 0 0 506615 161 0 0 18 0 4 0 622755233 3407826944 803001 33554432000 134512640 135305190 4293404240 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20303.7
Current children cumulated vsize (KiB) 3336656

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 18665 and gives
#  childrusage.ru_utime.tv_sec=28
#  childrusage.ru_utime.tv_usec=28738
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=286956
# CPU time returned by wait4() is 28.3157
# while last known CPU time is 20303.7
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.03
CPU time (s): 20303.7
CPU user time (s): 20295.4
CPU system time (s): 8.21
CPU usage (%): 398.109
Max. virtual memory (cumulated for all children) (KiB): 3336656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.0287
system time used= 0.286956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57020
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= 30

runsolver used 16.3485 second user time and 39.288 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-13 18:16:00
IDJOB=3362318
IDBENCH=83463
IDSOLVER=1839
FILE ID=node144/3362318-1305303357
RUNJOBID= node144-1305303356-18620
PBS_JOBID= 13321457
Free space on /tmp= 37352 MiB

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

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

MD5SUM BENCH= 9cec6483d4ca03e8555377ba059b61ae
RANDOM SEED=13072667

node144.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.850
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.70
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.850
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.16
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.850
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.850
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.83
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14769856 kB
Buffers:        236380 kB
Cached:       10340444 kB
SwapCached:          0 kB
Active:        8127248 kB
Inactive:      9576592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14769856 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          102456 kB
Writeback:           0 kB
AnonPages:     7126920 kB
Mapped:          26848 kB
Slab:           375584 kB
PageTables:      36892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81969632 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= 37252 MiB
End job on node144 at 2011-05-13 19:41:02