Trace number 3362074

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) 20386.1 5100.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
MD5SUM3c5c73741ba21d5f39c7f436ba834743
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables95456
Number of clauses483561
Sum of the clauses size1149911
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2477300
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

Solver Data

0.00/0.00	c Parsing...
0.00/0.15	c ==============================================================================
0.00/0.15	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.15	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.15	c ==============================================================================
0.00/0.15	c |         0 |  276407   628948 |   82922       0        0     nan |  0.000 % |
0.00/0.94	c |         0 |  195720   503355 |      --       0       --      -- |     --   | -29744/-20677
0.00/0.94	c ==============================================================================
0.00/0.94	c Result  :   #vars: 30284   #clauses: 195720   #literals: 503355
0.00/0.94	c CPU time:   0.925859 s
0.00/0.94	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-3362074-1305298587/watcher-3362074-1305298587 -o /tmp/evaluation-result-3362074-1305298587/solver-3362074-1305298587 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362074-1305298587.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: 4.00 3.99 3.58 2/267 25268
/proc/meminfo: memFree=16412076/32951124 swapFree=67083432/67111528
[pid=25268] ppid=25266 vsize=8700 CPUtime=0 cores=0-7
/proc/25268/stat : 25268 (manysat.sh) S 25266 25268 25049 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 720089299 8908800 250 33554432000 4194304 4922060 140735906088352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25268/statm: 2175 250 209 178 0 68 0

[startup+0.024533 s]
/proc/loadavg: 4.00 3.99 3.58 2/267 25268
/proc/meminfo: memFree=16412076/32951124 swapFree=67083432/67111528
[pid=25268] ppid=25266 vsize=8700 CPUtime=0 cores=0-7
/proc/25268/stat : 25268 (manysat.sh) S 25266 25268 25049 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 720089299 8908800 250 33554432000 4194304 4922060 140735906088352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25268/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10052 s]
/proc/loadavg: 4.00 3.99 3.58 2/267 25268
/proc/meminfo: memFree=16412076/32951124 swapFree=67083432/67111528
[pid=25268] ppid=25266 vsize=8700 CPUtime=0 cores=0-7
/proc/25268/stat : 25268 (manysat.sh) S 25266 25268 25049 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 720089299 8908800 250 33554432000 4194304 4922060 140735906088352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25268/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300484 s]
/proc/loadavg: 4.00 3.99 3.58 2/267 25268
/proc/meminfo: memFree=16412076/32951124 swapFree=67083432/67111528
[pid=25268] ppid=25266 vsize=8700 CPUtime=0 cores=0-7
/proc/25268/stat : 25268 (manysat.sh) S 25266 25268 25049 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 720089299 8908800 250 33554432000 4194304 4922060 140735906088352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25268/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70041 s]
/proc/loadavg: 4.00 3.99 3.58 2/267 25268
/proc/meminfo: memFree=16412076/32951124 swapFree=67083432/67111528
[pid=25268] ppid=25266 vsize=8700 CPUtime=0 cores=0-7
/proc/25268/stat : 25268 (manysat.sh) S 25266 25268 25049 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 720089299 8908800 250 33554432000 4194304 4922060 140735906088352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25268/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50023 s]
/proc/loadavg: 4.00 3.99 3.58 2/269 25270
/proc/meminfo: memFree=16369332/32951124 swapFree=67083432/67111528
[pid=25268] ppid=25266 vsize=8700 CPUtime=1.04 cores=0-7
/proc/25268/stat : 25268 (manysat.sh) S 25266 25268 25049 0 -1 4202496 357 12068 0 0 0 0 103 1 18 0 1 0 720089299 8908800 253 33554432000 4194304 4922060 140735906088352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25268/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 8700

[startup+3.10098 s]
/proc/loadavg: 4.00 3.99 3.58 5/272 25274
/proc/meminfo: memFree=16353704/32951124 swapFree=67083432/67111528
[pid=25268] ppid=25266 vsize=8700 CPUtime=1.04 cores=0-7
/proc/25268/stat : 25268 (manysat.sh) S 25266 25268 25049 0 -1 4202496 357 12068 0 0 0 0 103 1 18 0 1 0 720089299 8908800 253 33554432000 4194304 4922060 140735906088352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25268/statm: 2175 253 209 178 0 68 0
[pid=25271] ppid=25268 vsize=89620 CPUtime=7.5 cores=0-7
/proc/25271/stat : 25271 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202496 14094 0 0 0 749 1 0 0 18 0 4 0 720089404 91770880 14000 33554432000 134512640 135305190 4287424080 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/25271/statm: 22405 14000 84 194 0 22209 0
[pid=25271/tid=25272] ppid=25268 vsize=89620 CPUtime=1.82 cores=0-7
/proc/25271/task/25272/stat : 25272 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 428 0 0 0 182 0 0 0 25 0 4 0 720089426 91770880 14000 33554432000 134512640 135305190 4287424080 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25271/tid=25273] ppid=25268 vsize=89620 CPUtime=1.81 cores=0-7
/proc/25271/task/25273/stat : 25273 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 463 0 0 0 181 0 0 0 20 0 4 0 720089426 91770880 14000 33554432000 134512640 135305190 4287424080 18446744073709551615 134551980 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25271/tid=25274] ppid=25268 vsize=89620 CPUtime=1.82 cores=0-7
/proc/25271/task/25274/stat : 25274 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 512 0 0 0 182 0 0 0 18 0 4 0 720089426 91770880 14000 33554432000 134512640 135305190 4287424080 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8.54
Current children cumulated vsize (KiB) 98320

[startup+6.30038 s]
/proc/loadavg: 4.00 3.99 3.58 5/272 25274
/proc/meminfo: memFree=16341092/32951124 swapFree=67083432/67111528
[pid=25268] ppid=25266 vsize=8700 CPUtime=1.04 cores=0-7
/proc/25268/stat : 25268 (manysat.sh) S 25266 25268 25049 0 -1 4202496 357 12068 0 0 0 0 103 1 18 0 1 0 720089299 8908800 253 33554432000 4194304 4922060 140735906088352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25268/statm: 2175 253 209 178 0 68 0
[pid=25271] ppid=25268 vsize=101676 CPUtime=20.31 cores=0-7
/proc/25271/stat : 25271 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202496 17147 0 0 0 2029 2 0 0 25 0 4 0 720089404 104116224 17053 33554432000 134512640 135305190 4287424080 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/25271/statm: 25419 17053 84 194 0 25223 0
[pid=25271/tid=25272] ppid=25268 vsize=101676 CPUtime=5.02 cores=0-7
/proc/25271/task/25272/stat : 25272 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 1093 0 0 0 502 0 0 0 25 0 4 0 720089426 104116224 17053 33554432000 134512640 135305190 4287424080 18446744073709551615 134551684 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25271/tid=25273] ppid=25268 vsize=101676 CPUtime=5.01 cores=0-7
/proc/25271/task/25273/stat : 25273 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 1331 0 0 0 501 0 0 0 20 0 4 0 720089426 104116224 17053 33554432000 134512640 135305190 4287424080 18446744073709551615 134551726 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25271/tid=25274] ppid=25268 vsize=101676 CPUtime=5.02 cores=0-7
/proc/25271/task/25274/stat : 25274 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 1467 0 0 0 502 0 0 0 20 0 4 0 720089426 104116224 17053 33554432000 134512640 135305190 4287424080 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 21.35
Current children cumulated vsize (KiB) 110376

[startup+12.7012 s]
/proc/loadavg: 4.00 3.99 3.58 5/272 25274
/proc/meminfo: memFree=16313828/32951124 swapFree=67083432/67111528
[pid=25268] ppid=25266 vsize=8700 CPUtime=1.04 cores=0-7
/proc/25268/stat : 25268 (manysat.sh) S 25266 25268 25049 0 -1 4202496 357 12068 0 0 0 0 103 1 18 0 1 0 720089299 8908800 253 33554432000 4194304 4922060 140735906088352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25268/statm: 2175 253 209 178 0 68 0
[pid=25271] ppid=25268 vsize=128924 CPUtime=45.91 cores=0-7
/proc/25271/stat : 25271 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202496 23958 0 0 0 4588 3 0 0 23 0 4 0 720089404 132018176 23864 33554432000 134512640 135305190 4287424080 18446744073709551615 134551974 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/25271/statm: 32231 23864 84 194 0 32035 0
[pid=25271/tid=25272] ppid=25268 vsize=128924 CPUtime=11.42 cores=0-7
/proc/25271/task/25272/stat : 25272 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 2656 0 0 0 1142 0 0 0 25 0 4 0 720089426 132018176 23864 33554432000 134512640 135305190 4287424080 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25271/tid=25273] ppid=25268 vsize=128924 CPUtime=11.41 cores=0-7
/proc/25271/task/25273/stat : 25273 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 3410 0 0 0 1141 0 0 0 25 0 4 0 720089426 132018176 23864 33554432000 134512640 135305190 4287424080 18446744073709551615 134551974 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25271/tid=25274] ppid=25268 vsize=128924 CPUtime=11.41 cores=0-7
/proc/25271/task/25274/stat : 25274 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 3004 0 0 0 1141 0 0 0 20 0 4 0 720089426 132018176 23864 33554432000 134512640 135305190 4287424080 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 46.95
Current children cumulated vsize (KiB) 137624

[startup+25.5009 s]
/proc/loadavg: 4.00 3.99 3.59 5/272 25275
/proc/meminfo: memFree=16254252/32951124 swapFree=67083432/67111528
[pid=25268] ppid=25266 vsize=8700 CPUtime=1.04 cores=0-7
/proc/25268/stat : 25268 (manysat.sh) S 25266 25268 25049 0 -1 4202496 357 12068 0 0 0 0 103 1 18 0 1 0 720089299 8908800 253 33554432000 4194304 4922060 140735906088352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25268/statm: 2175 253 209 178 0 68 0
[pid=25271] ppid=25268 vsize=188620 CPUtime=97.11 cores=0-7
/proc/25271/stat : 25271 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202496 38835 0 0 0 9705 6 0 0 20 0 4 0 720089404 193146880 38741 33554432000 134512640 135305190 4287424080 18446744073709551615 134551808 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/25271/statm: 47155 38741 84 194 0 46959 0
[pid=25271/tid=25272] ppid=25268 vsize=188620 CPUtime=24.22 cores=0-7
/proc/25271/task/25272/stat : 25272 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 5735 0 0 0 2422 0 0 0 25 0 4 0 720089426 193146880 38741 33554432000 134512640 135305190 4287424080 18446744073709551615 134558844 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25271/tid=25273] ppid=25268 vsize=188620 CPUtime=24.21 cores=0-7
/proc/25271/task/25273/stat : 25273 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 10892 0 0 0 2420 1 0 0 18 0 4 0 720089426 193146880 38741 33554432000 134512640 135305190 4287424080 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25271/tid=25274] ppid=25268 vsize=188620 CPUtime=24.21 cores=0-7
/proc/25271/task/25274/stat : 25274 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 5181 0 0 0 2421 0 0 0 25 0 4 0 720089426 193146880 38741 33554432000 134512640 135305190 4287424080 18446744073709551615 134551785 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 98.15
Current children cumulated vsize (KiB) 197320

[startup+51.1012 s]
/proc/loadavg: 4.00 3.99 3.60 5/272 25275
/proc/meminfo: memFree=16153360/32951124 swapFree=67083432/67111528
[pid=25268] ppid=25266 vsize=8700 CPUtime=1.04 cores=0-7
/proc/25268/stat : 25268 (manysat.sh) S 25266 25268 25049 0 -1 4202496 357 12068 0 0 0 0 103 1 18 0 1 0 720089299 8908800 253 33554432000 4194304 4922060 140735906088352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25268/statm: 2175 253 209 178 0 68 0
[pid=25271] ppid=25268 vsize=288708 CPUtime=199.5 cores=0-7
/proc/25271/stat : 25271 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202496 63745 0 0 0 19939 11 0 0 25 0 4 0 720089404 295636992 63651 33554432000 134512640 135305190 4287424080 18446744073709551615 134551930 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/25271/statm: 72177 63651 84 194 0 71981 0
[pid=25271/tid=25272] ppid=25268 vsize=288708 CPUtime=49.82 cores=0-7
/proc/25271/task/25272/stat : 25272 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 11078 0 0 0 4981 1 0 0 25 0 4 0 720089426 295636992 63651 33554432000 134512640 135305190 4287424080 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25271/tid=25273] ppid=25268 vsize=288708 CPUtime=49.81 cores=0-7
/proc/25271/task/25273/stat : 25273 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 20985 0 0 0 4978 3 0 0 20 0 4 0 720089426 295636992 63651 33554432000 134512640 135305190 4287424080 18446744073709551615 134551614 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25271/tid=25274] ppid=25268 vsize=288708 CPUtime=49.82 cores=0-7
/proc/25271/task/25274/stat : 25274 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 10102 0 0 0 4981 1 0 0 25 0 4 0 720089426 295636992 63651 33554432000 134512640 135305190 4287424080 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 200.54
Current children cumulated vsize (KiB) 297408

[startup+102.31 s]
/proc/loadavg: 4.00 3.99 3.62 5/272 25277
/proc/meminfo: memFree=16027572/32951124 swapFree=67083432/67111528
[pid=25268] ppid=25266 vsize=8700 CPUtime=1.04 cores=0-7
/proc/25268/stat : 25268 (manysat.sh) S 25266 25268 25049 0 -1 4202496 357 12068 0 0 0 0 103 1 18 0 1 0 720089299 8908800 253 33554432000 4194304 4922060 140735906088352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25268/statm: 2175 253 209 178 0 68 0
[pid=25271] ppid=25268 vsize=413496 CPUtime=404.34 cores=0-7
/proc/25271/stat : 25271 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202496 95020 0 0 0 40416 18 0 0 25 0 4 0 720089404 423419904 94926 33554432000 134512640 135305190 4287424080 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/25271/statm: 103374 94926 84 194 0 103178 0
[pid=25271/tid=25272] ppid=25268 vsize=413496 CPUtime=101.03 cores=0-7
/proc/25271/task/25272/stat : 25272 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 17737 0 0 0 10100 3 0 0 25 0 4 0 720089426 423419904 94926 33554432000 134512640 135305190 4287424080 18446744073709551615 134551974 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25271/tid=25273] ppid=25268 vsize=413496 CPUtime=101.01 cores=0-7
/proc/25271/task/25273/stat : 25273 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 33267 0 0 0 10097 4 0 0 25 0 4 0 720089426 423419904 94926 33554432000 134512640 135305190 4287424080 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25271/tid=25274] ppid=25268 vsize=413496 CPUtime=101.02 cores=0-7
/proc/25271/task/25274/stat : 25274 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 15523 0 0 0 10100 2 0 0 18 0 4 0 720089426 423419904 94926 33554432000 134512640 135305190 4287424080 18446744073709551615 134551939 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 405.38
Current children cumulated vsize (KiB) 422196

[startup+162.301 s]
/proc/loadavg: 4.00 3.99 3.64 5/272 25278
/proc/meminfo: memFree=15837044/32951124 swapFree=67083432/67111528
[pid=25268] ppid=25266 vsize=8700 CPUtime=1.04 cores=0-7
/proc/25268/stat : 25268 (manysat.sh) S 25266 25268 25049 0 -1 4202496 357 12068 0 0 0 0 103 1 18 0 1 0 720089299 8908800 253 33554432000 4194304 4922060 140735906088352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25268/statm: 2175 253 209 178 0 68 0
[pid=25271] ppid=25268 vsize=606204 CPUtime=644.31 cores=0-7
/proc/25271/stat : 25271 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202496 143142 0 0 0 64405 26 0 0 25 0 4 0 720089404 620752896 143048 33554432000 134512640 135305190 4287424080 18446744073709551615 134551974 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/25271/statm: 151551 143048 84 194 0 151355 0
[pid=25271/tid=25272] ppid=25268 vsize=606204 CPUtime=161.02 cores=0-7
/proc/25271/task/25272/stat : 25272 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 28662 0 0 0 16096 6 0 0 25 0 4 0 720089426 620752896 143048 33554432000 134512640 135305190 4287424080 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25271/tid=25273] ppid=25268 vsize=606204 CPUtime=161.01 cores=0-7
/proc/25271/task/25273/stat : 25273 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 53151 0 0 0 16094 7 0 0 20 0 4 0 720089426 620752896 143048 33554432000 134512640 135305190 4287424080 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25271/tid=25274] ppid=25268 vsize=606204 CPUtime=161.02 cores=0-7
/proc/25271/task/25274/stat : 25274 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 23328 0 0 0 16099 3 0 0 22 0 4 0 720089426 620752896 143048 33554432000 134512640 135305190 4287424080 18446744073709551615 134551919 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 645.35
Current children cumulated vsize (KiB) 614904

[startup+222.301 s]

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

/proc/25271/task/25274/stat : 25274 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 179129 0 0 0 465820 75 0 0 20 0 4 0 720089426 3959648256 956364 33554432000 134512640 135305190 4287424080 18446744073709551615 134551919 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18636.3
Current children cumulated vsize (KiB) 3875544

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.93 5/272 25421
/proc/meminfo: memFree=12573788/32951124 swapFree=67083432/67111528
[pid=25268] ppid=25266 vsize=8700 CPUtime=1.04 cores=0-7
/proc/25268/stat : 25268 (manysat.sh) S 25266 25268 25049 0 -1 4202496 357 12068 0 0 0 0 103 1 18 0 1 0 720089299 8908800 253 33554432000 4194304 4922060 140735906088352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25268/statm: 2175 253 209 178 0 68 0
[pid=25271] ppid=25268 vsize=3866844 CPUtime=18875.3 cores=0-7
/proc/25271/stat : 25271 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202496 956469 0 0 0 1887075 455 0 0 25 0 4 0 720089404 3959648256 956370 33554432000 134512640 135305190 4287424080 18446744073709551615 134551694 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/25271/statm: 966711 956370 84 194 0 966515 0
[pid=25271/tid=25272] ppid=25268 vsize=3866844 CPUtime=4719.01 cores=0-7
/proc/25271/task/25272/stat : 25272 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 210366 0 0 0 471807 94 0 0 25 0 4 0 720089426 3959648256 956370 33554432000 134512640 135305190 4287424080 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25271/tid=25273] ppid=25268 vsize=3866844 CPUtime=4718.4 cores=0-7
/proc/25271/task/25273/stat : 25273 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 337599 0 0 0 471728 112 0 0 25 0 4 0 720089426 3959648256 956370 33554432000 134512640 135305190 4287424080 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25271/tid=25274] ppid=25268 vsize=3866844 CPUtime=4718.96 cores=0-7
/proc/25271/task/25274/stat : 25274 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 179129 0 0 0 471821 75 0 0 19 0 4 0 720089426 3959648256 956370 33554432000 134512640 135305190 4287424080 18446744073709551615 134551978 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18876.3
Current children cumulated vsize (KiB) 3875544

[startup+4782.3 s]
/proc/loadavg: 4.04 4.01 3.94 5/272 25423
/proc/meminfo: memFree=12573844/32951124 swapFree=67083432/67111528
[pid=25268] ppid=25266 vsize=8700 CPUtime=1.04 cores=0-7
/proc/25268/stat : 25268 (manysat.sh) S 25266 25268 25049 0 -1 4202496 357 12068 0 0 0 0 103 1 18 0 1 0 720089299 8908800 253 33554432000 4194304 4922060 140735906088352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25268/statm: 2175 253 209 178 0 68 0
[pid=25271] ppid=25268 vsize=3866952 CPUtime=19115.3 cores=0-7
/proc/25271/stat : 25271 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202496 956486 0 0 0 1911072 455 0 0 19 0 4 0 720089404 3959758848 956387 33554432000 134512640 135305190 4287424080 18446744073709551615 134551671 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/25271/statm: 966738 956387 84 194 0 966542 0
[pid=25271/tid=25272] ppid=25268 vsize=3866952 CPUtime=4779 cores=0-7
/proc/25271/task/25272/stat : 25272 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 210366 0 0 0 477806 94 0 0 25 0 4 0 720089426 3959758848 956387 33554432000 134512640 135305190 4287424080 18446744073709551615 134551746 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25271/tid=25273] ppid=25268 vsize=3866952 CPUtime=4778.39 cores=0-7
/proc/25271/task/25273/stat : 25273 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 337616 0 0 0 477727 112 0 0 25 0 4 0 720089426 3959758848 956387 33554432000 134512640 135305190 4287424080 18446744073709551615 134551746 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25271/tid=25274] ppid=25268 vsize=3866952 CPUtime=4778.95 cores=0-7
/proc/25271/task/25274/stat : 25274 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 179129 0 0 0 477820 75 0 0 25 0 4 0 720089426 3959758848 956387 33554432000 134512640 135305190 4287424080 18446744073709551615 134551974 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19116.3
Current children cumulated vsize (KiB) 3875652

[startup+4842.3 s]
/proc/loadavg: 4.01 4.01 3.94 5/272 25424
/proc/meminfo: memFree=12571544/32951124 swapFree=67083432/67111528
[pid=25268] ppid=25266 vsize=8700 CPUtime=1.04 cores=0-7
/proc/25268/stat : 25268 (manysat.sh) S 25266 25268 25049 0 -1 4202496 357 12068 0 0 0 0 103 1 18 0 1 0 720089299 8908800 253 33554432000 4194304 4922060 140735906088352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25268/statm: 2175 253 209 178 0 68 0
[pid=25271] ppid=25268 vsize=3869000 CPUtime=19355.3 cores=0-7
/proc/25271/stat : 25271 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202496 957135 0 0 0 1935072 456 0 0 25 0 4 0 720089404 3961856000 957036 33554432000 134512640 135305190 4287424080 18446744073709551615 134551776 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/25271/statm: 967250 957036 84 194 0 967054 0
[pid=25271/tid=25272] ppid=25268 vsize=3869000 CPUtime=4839 cores=0-7
/proc/25271/task/25272/stat : 25272 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 210859 0 0 0 483806 94 0 0 25 0 4 0 720089426 3961856000 957036 33554432000 134512640 135305190 4287424080 18446744073709551615 134551930 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25271/tid=25273] ppid=25268 vsize=3869000 CPUtime=4838.39 cores=0-7
/proc/25271/task/25273/stat : 25273 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 337688 0 0 0 483727 112 0 0 25 0 4 0 720089426 3961856000 957036 33554432000 134512640 135305190 4287424080 18446744073709551615 134551744 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25271/tid=25274] ppid=25268 vsize=3869000 CPUtime=4838.96 cores=0-7
/proc/25271/task/25274/stat : 25274 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 179211 0 0 0 483820 76 0 0 19 0 4 0 720089426 3961856000 957036 33554432000 134512640 135305190 4287424080 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19356.3
Current children cumulated vsize (KiB) 3877700

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/272 25426
/proc/meminfo: memFree=12569620/32951124 swapFree=67083432/67111528
[pid=25268] ppid=25266 vsize=8700 CPUtime=1.04 cores=0-7
/proc/25268/stat : 25268 (manysat.sh) S 25266 25268 25049 0 -1 4202496 357 12068 0 0 0 0 103 1 18 0 1 0 720089299 8908800 253 33554432000 4194304 4922060 140735906088352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25268/statm: 2175 253 209 178 0 68 0
[pid=25271] ppid=25268 vsize=3871692 CPUtime=19595.3 cores=0-7
/proc/25271/stat : 25271 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202496 957665 0 0 0 1959072 456 0 0 25 0 4 0 720089404 3964612608 957566 33554432000 134512640 135305190 4287424080 18446744073709551615 134551703 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/25271/statm: 967923 957566 84 194 0 967727 0
[pid=25271/tid=25272] ppid=25268 vsize=3871692 CPUtime=4899 cores=0-7
/proc/25271/task/25272/stat : 25272 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 210901 0 0 0 489806 94 0 0 25 0 4 0 720089426 3964612608 957566 33554432000 134512640 135305190 4287424080 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25271/tid=25273] ppid=25268 vsize=3871692 CPUtime=4898.39 cores=0-7
/proc/25271/task/25273/stat : 25273 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 338053 0 0 0 489727 112 0 0 25 0 4 0 720089426 3964612608 957566 33554432000 134512640 135305190 4287424080 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25271/tid=25274] ppid=25268 vsize=3871692 CPUtime=4898.96 cores=0-7
/proc/25271/task/25274/stat : 25274 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 179334 0 0 0 489820 76 0 0 25 0 4 0 720089426 3964612608 957566 33554432000 134512640 135305190 4287424080 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19596.3
Current children cumulated vsize (KiB) 3880392

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/272 25427
/proc/meminfo: memFree=12567832/32951124 swapFree=67083432/67111528
[pid=25268] ppid=25266 vsize=8700 CPUtime=1.04 cores=0-7
/proc/25268/stat : 25268 (manysat.sh) S 25266 25268 25049 0 -1 4202496 357 12068 0 0 0 0 103 1 18 0 1 0 720089299 8908800 253 33554432000 4194304 4922060 140735906088352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25268/statm: 2175 253 209 178 0 68 0
[pid=25271] ppid=25268 vsize=3872716 CPUtime=19834.8 cores=0-7
/proc/25271/stat : 25271 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202496 957960 0 0 0 1983016 459 0 0 25 0 4 0 720089404 3965661184 957861 33554432000 134512640 135305190 4287424080 18446744073709551615 134551703 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/25271/statm: 968179 957861 84 194 0 967983 0
[pid=25271/tid=25272] ppid=25268 vsize=3872716 CPUtime=4958.99 cores=0-7
/proc/25271/task/25272/stat : 25272 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 210933 0 0 0 495804 95 0 0 25 0 4 0 720089426 3965661184 957861 33554432000 134512640 135305190 4287424080 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25271/tid=25273] ppid=25268 vsize=3872716 CPUtime=4957.88 cores=0-7
/proc/25271/task/25273/stat : 25273 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 338185 0 0 0 495674 114 0 0 25 0 4 0 720089426 3965661184 957861 33554432000 134512640 135305190 4287424080 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25271/tid=25274] ppid=25268 vsize=3872716 CPUtime=4958.96 cores=0-7
/proc/25271/task/25274/stat : 25274 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 179365 0 0 0 495820 76 0 0 25 0 4 0 720089426 3965661184 957861 33554432000 134512640 135305190 4287424080 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19835.8
Current children cumulated vsize (KiB) 3881416

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/272 25429
/proc/meminfo: memFree=12567916/32951124 swapFree=67083432/67111528
[pid=25268] ppid=25266 vsize=8700 CPUtime=1.04 cores=0-7
/proc/25268/stat : 25268 (manysat.sh) S 25266 25268 25049 0 -1 4202496 357 12068 0 0 0 0 103 1 18 0 1 0 720089299 8908800 253 33554432000 4194304 4922060 140735906088352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25268/statm: 2175 253 209 178 0 68 0
[pid=25271] ppid=25268 vsize=3872716 CPUtime=20074.8 cores=0-7
/proc/25271/stat : 25271 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202496 957982 0 0 0 2007017 460 0 0 25 0 4 0 720089404 3965661184 957883 33554432000 134512640 135305190 4287424080 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/25271/statm: 968179 957883 84 194 0 967983 0
[pid=25271/tid=25272] ppid=25268 vsize=3872716 CPUtime=5018.99 cores=0-7
/proc/25271/task/25272/stat : 25272 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 210933 0 0 0 501804 95 0 0 25 0 4 0 720089426 3965661184 957883 33554432000 134512640 135305190 4287424080 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25271/tid=25273] ppid=25268 vsize=3872716 CPUtime=5017.88 cores=0-7
/proc/25271/task/25273/stat : 25273 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 338185 0 0 0 501674 114 0 0 25 0 4 0 720089426 3965661184 957883 33554432000 134512640 135305190 4287424080 18446744073709551615 134555025 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25271/tid=25274] ppid=25268 vsize=3872716 CPUtime=5018.97 cores=0-7
/proc/25271/task/25274/stat : 25274 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 179387 0 0 0 501821 76 0 0 20 0 4 0 720089426 3965661184 957883 33554432000 134512640 135305190 4287424080 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20075.8
Current children cumulated vsize (KiB) 3881416

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/272 25431
/proc/meminfo: memFree=12567724/32951124 swapFree=67083432/67111528
[pid=25268] ppid=25266 vsize=8700 CPUtime=1.04 cores=0-7
/proc/25268/stat : 25268 (manysat.sh) S 25266 25268 25049 0 -1 4202496 357 12068 0 0 0 0 103 1 18 0 1 0 720089299 8908800 253 33554432000 4194304 4922060 140735906088352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25268/statm: 2175 253 209 178 0 68 0
[pid=25271] ppid=25268 vsize=3872716 CPUtime=20314.2 cores=0-7
/proc/25271/stat : 25271 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202496 957988 0 0 0 2030960 461 0 0 20 0 4 0 720089404 3965661184 957889 33554432000 134512640 135305190 4287424080 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/25271/statm: 968179 957889 84 194 0 967983 0
[pid=25271/tid=25272] ppid=25268 vsize=3872716 CPUtime=5078.99 cores=0-7
/proc/25271/task/25272/stat : 25272 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 210933 0 0 0 507803 96 0 0 25 0 4 0 720089426 3965661184 957889 33554432000 134512640 135305190 4287424080 18446744073709551615 134551978 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25271/tid=25273] ppid=25268 vsize=3872716 CPUtime=5077.88 cores=0-7
/proc/25271/task/25273/stat : 25273 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 338185 0 0 0 507674 114 0 0 25 0 4 0 720089426 3965661184 957889 33554432000 134512640 135305190 4287424080 18446744073709551615 134551860 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25271/tid=25274] ppid=25268 vsize=3872716 CPUtime=5078.43 cores=0-7
/proc/25271/task/25274/stat : 25274 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 179393 0 0 0 507766 77 0 0 20 0 4 0 720089426 3965661184 957889 33554432000 134512640 135305190 4287424080 18446744073709551615 134551962 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20315.2
Current children cumulated vsize (KiB) 3881416



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.94 5/272 25431
/proc/meminfo: memFree=12567704/32951124 swapFree=67083432/67111528
[pid=25268] ppid=25266 vsize=8700 CPUtime=1.04 cores=0-7
/proc/25268/stat : 25268 (manysat.sh) S 25266 25268 25049 0 -1 4202496 357 12068 0 0 0 0 103 1 18 0 1 0 720089299 8908800 253 33554432000 4194304 4922060 140735906088352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25268/statm: 2175 253 209 178 0 68 0
[pid=25271] ppid=25268 vsize=3872716 CPUtime=20385.1 cores=0-7
/proc/25271/stat : 25271 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202496 957988 0 0 0 2038044 461 0 0 25 0 4 0 720089404 3965661184 957889 33554432000 134512640 135305190 4287424080 18446744073709551615 134551848 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/25271/statm: 968179 957889 84 194 0 967983 0
[pid=25271/tid=25272] ppid=25268 vsize=3872716 CPUtime=5096.7 cores=0-7
/proc/25271/task/25272/stat : 25272 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 210933 0 0 0 509574 96 0 0 25 0 4 0 720089426 3965661184 957889 33554432000 134512640 135305190 4287424080 18446744073709551615 134551930 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25271/tid=25273] ppid=25268 vsize=3872716 CPUtime=5095.58 cores=0-7
/proc/25271/task/25273/stat : 25273 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 338185 0 0 0 509444 114 0 0 20 0 4 0 720089426 3965661184 957889 33554432000 134512640 135305190 4287424080 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25271/tid=25274] ppid=25268 vsize=3872716 CPUtime=5096.14 cores=0-7
/proc/25271/task/25274/stat : 25274 (manysat1.1_stat) R 25268 25268 25049 0 -1 4202560 179393 0 0 0 509537 77 0 0 25 0 4 0 720089426 3965661184 957889 33554432000 134512640 135305190 4287424080 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20386.1
Current children cumulated vsize (KiB) 3881416

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 25268 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=35842
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=20996
# CPU time returned by wait4() is 1.05684
# while last known CPU time is 20386.1
#
# 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): 20386.1
CPU user time (s): 20381.5
CPU system time (s): 4.62
CPU usage (%): 399.725
Max. virtual memory (cumulated for all children) (KiB): 3881416

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

runsolver used 12.5811 second user time and 29.1616 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-13 16:56:27
IDJOB=3362074
IDBENCH=82381
IDSOLVER=1839
FILE ID=node110/3362074-1305298587
RUNJOBID= node110-1305296396-25063
PBS_JOBID= 13321443
Free space on /tmp= 50444 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362074-1305298587/watcher-3362074-1305298587 -o /tmp/evaluation-result-3362074-1305298587/solver-3362074-1305298587 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362074-1305298587.cnf aimd 1

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

MD5SUM BENCH= 3c5c73741ba21d5f39c7f436ba834743
RANDOM SEED=1416035791

node110.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.830
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.830
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.83
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.830
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.830
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.830
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.76
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.830
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.83
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.830
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.74
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.830
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:      16412472 kB
Buffers:        235900 kB
Cached:       12553996 kB
SwapCached:       1440 kB
Active:        4548596 kB
Inactive:     11388052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16412472 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:            9732 kB
Writeback:          20 kB
AnonPages:     3145464 kB
Mapped:          22372 kB
Slab:           517864 kB
PageTables:      20028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 46099192 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= 50436 MiB
End job on node110 at 2011-05-13 18:21:29