Trace number 3362073

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) 4800.36 1204.62

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.93	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.912861 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-3362073-1305298596/watcher-3362073-1305298596 -o /tmp/evaluation-result-3362073-1305298596/solver-3362073-1305298596 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362073-1305298596.cnf aimd 1 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.79 8.00 7.27 5/359 8336
/proc/meminfo: memFree=6355016/32951124 swapFree=65980216/67111528
[pid=8336] ppid=8334 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8336/stat : 8336 (manysat.sh) S 8334 8336 8066 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622275087 8908800 250 33554432000 4194304 4922060 140736528549408 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8336/statm: 2175 250 209 178 0 68 0

[startup+0.013888 s]
/proc/loadavg: 7.79 8.00 7.27 5/359 8336
/proc/meminfo: memFree=6355016/32951124 swapFree=65980216/67111528
[pid=8336] ppid=8334 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8336/stat : 8336 (manysat.sh) S 8334 8336 8066 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622275087 8908800 250 33554432000 4194304 4922060 140736528549408 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8336/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100864 s]
/proc/loadavg: 7.79 8.00 7.27 5/359 8336
/proc/meminfo: memFree=6355016/32951124 swapFree=65980216/67111528
[pid=8336] ppid=8334 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8336/stat : 8336 (manysat.sh) S 8334 8336 8066 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622275087 8908800 250 33554432000 4194304 4922060 140736528549408 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8336/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300827 s]
/proc/loadavg: 7.79 8.00 7.27 5/359 8336
/proc/meminfo: memFree=6355016/32951124 swapFree=65980216/67111528
[pid=8336] ppid=8334 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8336/stat : 8336 (manysat.sh) S 8334 8336 8066 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622275087 8908800 250 33554432000 4194304 4922060 140736528549408 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8336/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700753 s]
/proc/loadavg: 7.79 8.00 7.27 5/359 8336
/proc/meminfo: memFree=6355016/32951124 swapFree=65980216/67111528
[pid=8336] ppid=8334 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8336/stat : 8336 (manysat.sh) S 8334 8336 8066 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622275087 8908800 250 33554432000 4194304 4922060 140736528549408 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8336/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50057 s]
/proc/loadavg: 7.79 8.00 7.27 6/361 8338
/proc/meminfo: memFree=6307880/32951124 swapFree=65980216/67111528
[pid=8336] ppid=8334 vsize=8700 CPUtime=1.05 cores=1,3,5,7
/proc/8336/stat : 8336 (manysat.sh) S 8334 8336 8066 0 -1 4202496 356 12068 0 0 0 0 102 3 18 0 1 0 622275087 8908800 253 33554432000 4194304 4922060 140736528549408 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8336/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 8700

[startup+3.10028 s]
/proc/loadavg: 7.79 8.00 7.27 9/364 8342
/proc/meminfo: memFree=6288648/32951124 swapFree=65980216/67111528
[pid=8336] ppid=8334 vsize=8700 CPUtime=1.05 cores=1,3,5,7
/proc/8336/stat : 8336 (manysat.sh) S 8334 8336 8066 0 -1 4202496 356 12068 0 0 0 0 102 3 18 0 1 0 622275087 8908800 253 33554432000 4194304 4922060 140736528549408 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8336/statm: 2175 253 209 178 0 68 0
[pid=8339] ppid=8336 vsize=90036 CPUtime=7.51 cores=1,3,5,7
/proc/8339/stat : 8339 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202496 14205 0 0 0 749 2 0 0 20 0 4 0 622275192 92196864 14105 33554432000 134512640 135305190 4293866224 18446744073709551615 134551720 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/8339/statm: 22509 14105 84 194 0 22313 0
[pid=8339/tid=8340] ppid=8336 vsize=90036 CPUtime=1.8 cores=1,3,5,7
/proc/8339/task/8340/stat : 8340 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 501 0 0 0 180 0 0 0 25 0 4 0 622275214 92196864 14105 33554432000 134512640 135305190 4293866224 18446744073709551615 134528212 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=8339/tid=8341] ppid=8336 vsize=90036 CPUtime=1.82 cores=1,3,5,7
/proc/8339/task/8341/stat : 8341 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 449 0 0 0 182 0 0 0 20 0 4 0 622275214 92196864 14105 33554432000 134512640 135305190 4293866224 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=8339/tid=8342] ppid=8336 vsize=90036 CPUtime=1.82 cores=1,3,5,7
/proc/8339/task/8342/stat : 8342 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 506 0 0 0 182 0 0 0 20 0 4 0 622275214 92196864 14105 33554432000 134512640 135305190 4293866224 18446744073709551615 134551776 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.56
Current children cumulated vsize (KiB) 98736

[startup+6.30069 s]
/proc/loadavg: 7.81 8.00 7.27 9/364 8342
/proc/meminfo: memFree=6261420/32951124 swapFree=65980216/67111528
[pid=8336] ppid=8334 vsize=8700 CPUtime=1.05 cores=1,3,5,7
/proc/8336/stat : 8336 (manysat.sh) S 8334 8336 8066 0 -1 4202496 356 12068 0 0 0 0 102 3 18 0 1 0 622275087 8908800 253 33554432000 4194304 4922060 140736528549408 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8336/statm: 2175 253 209 178 0 68 0
[pid=8339] ppid=8336 vsize=102708 CPUtime=20.26 cores=1,3,5,7
/proc/8339/stat : 8339 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202496 17475 0 0 0 2024 2 0 0 25 0 4 0 622275192 105172992 17375 33554432000 134512640 135305190 4293866224 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/8339/statm: 25677 17377 84 194 0 25481 0
[pid=8339/tid=8340] ppid=8336 vsize=102708 CPUtime=4.97 cores=1,3,5,7
/proc/8339/task/8340/stat : 8340 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 1180 0 0 0 497 0 0 0 25 0 4 0 622275214 105172992 17377 33554432000 134512640 135305190 4293866224 18446744073709551615 134551919 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=8339/tid=8341] ppid=8336 vsize=102708 CPUtime=5.02 cores=1,3,5,7
/proc/8339/task/8341/stat : 8341 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 1541 0 0 0 502 0 0 0 25 0 4 0 622275214 105172992 17377 33554432000 134512640 135305190 4293866224 18446744073709551615 134563883 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=8339/tid=8342] ppid=8336 vsize=102708 CPUtime=5.02 cores=1,3,5,7
/proc/8339/task/8342/stat : 8342 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 1154 0 0 0 502 0 0 0 25 0 4 0 622275214 105172992 17377 33554432000 134512640 135305190 4293866224 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.31
Current children cumulated vsize (KiB) 111408

[startup+12.7005 s]
/proc/loadavg: 7.83 8.00 7.28 9/364 8342
/proc/meminfo: memFree=6206512/32951124 swapFree=65980216/67111528
[pid=8336] ppid=8334 vsize=8700 CPUtime=1.05 cores=1,3,5,7
/proc/8336/stat : 8336 (manysat.sh) S 8334 8336 8066 0 -1 4202496 356 12068 0 0 0 0 102 3 18 0 1 0 622275087 8908800 253 33554432000 4194304 4922060 140736528549408 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8336/statm: 2175 253 209 178 0 68 0
[pid=8339] ppid=8336 vsize=127248 CPUtime=45.79 cores=1,3,5,7
/proc/8339/stat : 8339 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202496 23565 0 0 0 4576 3 0 0 25 0 4 0 622275192 130301952 23465 33554432000 134512640 135305190 4293866224 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/8339/statm: 31812 23465 84 194 0 31616 0
[pid=8339/tid=8340] ppid=8336 vsize=127248 CPUtime=11.29 cores=1,3,5,7
/proc/8339/task/8340/stat : 8340 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 2690 0 0 0 1129 0 0 0 25 0 4 0 622275214 130301952 23465 33554432000 134512640 135305190 4293866224 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=8339/tid=8341] ppid=8336 vsize=127248 CPUtime=11.42 cores=1,3,5,7
/proc/8339/task/8341/stat : 8341 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 3238 0 0 0 1142 0 0 0 25 0 4 0 622275214 130301952 23465 33554432000 134512640 135305190 4293866224 18446744073709551615 134551746 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=8339/tid=8342] ppid=8336 vsize=127248 CPUtime=11.41 cores=1,3,5,7
/proc/8339/task/8342/stat : 8342 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 2575 0 0 0 1141 0 0 0 25 0 4 0 622275214 130301952 23465 33554432000 134512640 135305190 4293866224 18446744073709551615 134551930 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 46.84
Current children cumulated vsize (KiB) 135948

[startup+25.5012 s]
/proc/loadavg: 7.86 8.00 7.29 9/364 8343
/proc/meminfo: memFree=6097068/32951124 swapFree=65980216/67111528
[pid=8336] ppid=8334 vsize=8700 CPUtime=1.05 cores=1,3,5,7
/proc/8336/stat : 8336 (manysat.sh) S 8334 8336 8066 0 -1 4202496 356 12068 0 0 0 0 102 3 18 0 1 0 622275087 8908800 253 33554432000 4194304 4922060 140736528549408 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8336/statm: 2175 253 209 178 0 68 0
[pid=8339] ppid=8336 vsize=183232 CPUtime=96.85 cores=1,3,5,7
/proc/8339/stat : 8339 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202496 37432 0 0 0 9678 7 0 0 25 0 4 0 622275192 187629568 37332 33554432000 134512640 135305190 4293866224 18446744073709551615 134551998 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/8339/statm: 45808 37332 84 194 0 45612 0
[pid=8339/tid=8340] ppid=8336 vsize=183232 CPUtime=23.93 cores=1,3,5,7
/proc/8339/task/8340/stat : 8340 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 5608 0 0 0 2393 0 0 0 25 0 4 0 622275214 187629568 37332 33554432000 134512640 135305190 4293866224 18446744073709551615 134551930 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=8339/tid=8341] ppid=8336 vsize=183232 CPUtime=24.22 cores=1,3,5,7
/proc/8339/task/8341/stat : 8341 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 7896 0 0 0 2421 1 0 0 25 0 4 0 622275214 187629568 37332 33554432000 134512640 135305190 4293866224 18446744073709551615 134551983 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=8339/tid=8342] ppid=8336 vsize=183232 CPUtime=24.22 cores=1,3,5,7
/proc/8339/task/8342/stat : 8342 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 6273 0 0 0 2421 1 0 0 25 0 4 0 622275214 187629568 37332 33554432000 134512640 135305190 4293866224 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 97.9
Current children cumulated vsize (KiB) 191932

[startup+51.1005 s]
/proc/loadavg: 7.97 8.02 7.31 9/364 8343
/proc/meminfo: memFree=5878768/32951124 swapFree=65980216/67111528
[pid=8336] ppid=8334 vsize=8700 CPUtime=1.05 cores=1,3,5,7
/proc/8336/stat : 8336 (manysat.sh) S 8334 8336 8066 0 -1 4202496 356 12068 0 0 0 0 102 3 18 0 1 0 622275087 8908800 253 33554432000 4194304 4922060 140736528549408 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8336/statm: 2175 253 209 178 0 68 0
[pid=8339] ppid=8336 vsize=284968 CPUtime=198.95 cores=1,3,5,7
/proc/8339/stat : 8339 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202496 62999 0 0 0 19884 11 0 0 25 0 4 0 622275192 291807232 62899 33554432000 134512640 135305190 4293866224 18446744073709551615 134843311 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/8339/statm: 71242 62899 84 194 0 71046 0
[pid=8339/tid=8340] ppid=8336 vsize=284968 CPUtime=49.26 cores=1,3,5,7
/proc/8339/task/8340/stat : 8340 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 11646 0 0 0 4924 2 0 0 25 0 4 0 622275214 291807232 62899 33554432000 134512640 135305190 4293866224 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=8339/tid=8341] ppid=8336 vsize=284968 CPUtime=49.81 cores=1,3,5,7
/proc/8339/task/8341/stat : 8341 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 16150 0 0 0 4979 2 0 0 25 0 4 0 622275214 291807232 62899 33554432000 134512640 135305190 4293866224 18446744073709551615 134551848 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=8339/tid=8342] ppid=8336 vsize=284968 CPUtime=49.81 cores=1,3,5,7
/proc/8339/task/8342/stat : 8342 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 12043 0 0 0 4979 2 0 0 25 0 4 0 622275214 291807232 62899 33554432000 134512640 135305190 4293866224 18446744073709551615 134556792 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 200
Current children cumulated vsize (KiB) 293668

[startup+102.313 s]
/proc/loadavg: 8.13 8.04 7.35 9/364 8345
/proc/meminfo: memFree=5397740/32951124 swapFree=65980216/67111528
[pid=8336] ppid=8334 vsize=8700 CPUtime=1.05 cores=1,3,5,7
/proc/8336/stat : 8336 (manysat.sh) S 8334 8336 8066 0 -1 4202496 356 12068 0 0 0 0 102 3 18 0 1 0 622275087 8908800 253 33554432000 4194304 4922060 140736528549408 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8336/statm: 2175 253 209 178 0 68 0
[pid=8339] ppid=8336 vsize=403568 CPUtime=403.21 cores=1,3,5,7
/proc/8339/stat : 8339 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202496 92471 0 0 0 40302 19 0 0 25 0 4 0 622275192 413253632 92371 33554432000 134512640 135305190 4293866224 18446744073709551615 134551919 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/8339/statm: 100892 92371 84 194 0 100696 0
[pid=8339/tid=8340] ppid=8336 vsize=403568 CPUtime=99.87 cores=1,3,5,7
/proc/8339/task/8340/stat : 8340 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 18562 0 0 0 9984 3 0 0 25 0 4 0 622275214 413253632 92371 33554432000 134512640 135305190 4293866224 18446744073709551615 134551687 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=8339/tid=8341] ppid=8336 vsize=403568 CPUtime=101.03 cores=1,3,5,7
/proc/8339/task/8341/stat : 8341 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 24580 0 0 0 10099 4 0 0 25 0 4 0 622275214 413253632 92371 33554432000 134512640 135305190 4293866224 18446744073709551615 134551983 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=8339/tid=8342] ppid=8336 vsize=403568 CPUtime=101.03 cores=1,3,5,7
/proc/8339/task/8342/stat : 8342 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 18932 0 0 0 10099 4 0 0 25 0 4 0 622275214 413253632 92371 33554432000 134512640 135305190 4293866224 18446744073709551615 134551998 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 404.26
Current children cumulated vsize (KiB) 412268

[startup+162.301 s]
/proc/loadavg: 8.16 8.06 7.40 9/364 8346
/proc/meminfo: memFree=4784004/32951124 swapFree=65980216/67111528
[pid=8336] ppid=8334 vsize=8700 CPUtime=1.05 cores=1,3,5,7
/proc/8336/stat : 8336 (manysat.sh) S 8334 8336 8066 0 -1 4202496 356 12068 0 0 0 0 102 3 18 0 1 0 622275087 8908800 253 33554432000 4194304 4922060 140736528549408 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8336/statm: 2175 253 209 178 0 68 0
[pid=8339] ppid=8336 vsize=617000 CPUtime=642.48 cores=1,3,5,7
/proc/8339/stat : 8339 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202496 145945 0 0 0 64217 31 0 0 25 0 4 0 622275192 631808000 145845 33554432000 134512640 135305190 4293866224 18446744073709551615 134551691 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/8339/statm: 154250 145845 84 194 0 154054 0
[pid=8339/tid=8340] ppid=8336 vsize=617000 CPUtime=159.19 cores=1,3,5,7
/proc/8339/task/8340/stat : 8340 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 32436 0 0 0 15913 6 0 0 25 0 4 0 622275214 631808000 145845 33554432000 134512640 135305190 4293866224 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=8339/tid=8341] ppid=8336 vsize=617000 CPUtime=161.02 cores=1,3,5,7
/proc/8339/task/8341/stat : 8341 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 43826 0 0 0 16094 8 0 0 25 0 4 0 622275214 631808000 145845 33554432000 134512640 135305190 4293866224 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=8339/tid=8342] ppid=8336 vsize=617000 CPUtime=161.01 cores=1,3,5,7
/proc/8339/task/8342/stat : 8342 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 30072 0 0 0 16094 7 0 0 25 0 4 0 622275214 631808000 145845 33554432000 134512640 135305190 4293866224 18446744073709551615 134558291 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 643.53
Current children cumulated vsize (KiB) 625700

[startup+222.301 s]

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

/proc/8339/task/8342/stat : 8342 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 100395 0 0 0 76068 28 0 0 25 0 4 0 622275214 1905160192 456200 33554432000 134512640 135305190 4293866224 18446744073709551615 134551709 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3036.55
Current children cumulated vsize (KiB) 1869208

[startup+822.301 s]
/proc/loadavg: 8.06 8.03 7.69 9/364 8406
/proc/meminfo: memFree=3509552/32951124 swapFree=65980216/67111528
[pid=8336] ppid=8334 vsize=8700 CPUtime=1.05 cores=1,3,5,7
/proc/8336/stat : 8336 (manysat.sh) S 8334 8336 8066 0 -1 4202496 356 12068 0 0 0 0 102 3 18 0 1 0 622275087 8908800 253 33554432000 4194304 4922060 140736528549408 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8336/statm: 2175 253 209 178 0 68 0
[pid=8339] ppid=8336 vsize=1879640 CPUtime=3274.74 cores=1,3,5,7
/proc/8339/stat : 8339 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202496 461215 0 0 0 327352 122 0 0 25 0 4 0 622275192 1924751360 461115 33554432000 134512640 135305190 4293866224 18446744073709551615 134551793 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/8339/statm: 469910 461115 84 194 0 469714 0
[pid=8339/tid=8340] ppid=8336 vsize=1879640 CPUtime=811.65 cores=1,3,5,7
/proc/8339/task/8340/stat : 8340 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 110599 0 0 0 81135 30 0 0 25 0 4 0 622275214 1924751360 461115 33554432000 134512640 135305190 4293866224 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=8339/tid=8341] ppid=8336 vsize=1879640 CPUtime=821.02 cores=1,3,5,7
/proc/8339/task/8341/stat : 8341 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 134708 0 0 0 82070 32 0 0 25 0 4 0 622275214 1924751360 461115 33554432000 134512640 135305190 4293866224 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=8339/tid=8342] ppid=8336 vsize=1879640 CPUtime=820.92 cores=1,3,5,7
/proc/8339/task/8342/stat : 8342 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 100946 0 0 0 82063 29 0 0 25 0 4 0 622275214 1924751360 461115 33554432000 134512640 135305190 4293866224 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3275.79
Current children cumulated vsize (KiB) 1888340

[startup+882.301 s]
/proc/loadavg: 8.17 8.07 7.72 9/364 8408
/proc/meminfo: memFree=2949984/32951124 swapFree=65980216/67111528
[pid=8336] ppid=8334 vsize=8700 CPUtime=1.05 cores=1,3,5,7
/proc/8336/stat : 8336 (manysat.sh) S 8334 8336 8066 0 -1 4202496 356 12068 0 0 0 0 102 3 18 0 1 0 622275087 8908800 253 33554432000 4194304 4922060 140736528549408 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8336/statm: 2175 253 209 178 0 68 0
[pid=8339] ppid=8336 vsize=2093496 CPUtime=3514.06 cores=1,3,5,7
/proc/8339/stat : 8339 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202496 514599 0 0 0 351272 134 0 0 25 0 4 0 622275192 2143739904 514499 33554432000 134512640 135305190 4293866224 18446744073709551615 134551741 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/8339/statm: 523374 514499 84 194 0 523178 0
[pid=8339/tid=8340] ppid=8336 vsize=2093496 CPUtime=870.97 cores=1,3,5,7
/proc/8339/task/8340/stat : 8340 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 124028 0 0 0 87064 33 0 0 25 0 4 0 622275214 2143739904 514499 33554432000 134512640 135305190 4293866224 18446744073709551615 134528187 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=8339/tid=8341] ppid=8336 vsize=2093496 CPUtime=881.02 cores=1,3,5,7
/proc/8339/task/8341/stat : 8341 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 149336 0 0 0 88067 35 0 0 25 0 4 0 622275214 2143739904 514499 33554432000 134512640 135305190 4293866224 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=8339/tid=8342] ppid=8336 vsize=2093496 CPUtime=880.91 cores=1,3,5,7
/proc/8339/task/8342/stat : 8342 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 112065 0 0 0 88060 31 0 0 25 0 4 0 622275214 2143739904 514499 33554432000 134512640 135305190 4293866224 18446744073709551615 134551746 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3515.11
Current children cumulated vsize (KiB) 2102196

[startup+942.301 s]
/proc/loadavg: 7.76 8.00 7.72 5/357 8426
/proc/meminfo: memFree=7678076/32951124 swapFree=65980216/67111528
[pid=8336] ppid=8334 vsize=8700 CPUtime=1.05 cores=1,3,5,7
/proc/8336/stat : 8336 (manysat.sh) S 8334 8336 8066 0 -1 4202496 356 12068 0 0 0 0 102 3 18 0 1 0 622275087 8908800 253 33554432000 4194304 4922060 140736528549408 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8336/statm: 2175 253 209 178 0 68 0
[pid=8339] ppid=8336 vsize=2221364 CPUtime=3753.19 cores=1,3,5,7
/proc/8339/stat : 8339 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202496 546657 0 0 0 375175 144 0 0 25 0 4 0 622275192 2274676736 546557 33554432000 134512640 135305190 4293866224 18446744073709551615 134551808 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/8339/statm: 555341 546557 84 194 0 555145 0
[pid=8339/tid=8340] ppid=8336 vsize=2221364 CPUtime=930.26 cores=1,3,5,7
/proc/8339/task/8340/stat : 8340 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 131997 0 0 0 92992 34 0 0 25 0 4 0 622275214 2274676736 546557 33554432000 134512640 135305190 4293866224 18446744073709551615 134551793 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=8339/tid=8341] ppid=8336 vsize=2221364 CPUtime=941.02 cores=1,3,5,7
/proc/8339/task/8341/stat : 8341 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 160902 0 0 0 94063 39 0 0 25 0 4 0 622275214 2274676736 546557 33554432000 134512640 135305190 4293866224 18446744073709551615 134551628 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=8339/tid=8342] ppid=8336 vsize=2221364 CPUtime=940.92 cores=1,3,5,7
/proc/8339/task/8342/stat : 8342 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 117701 0 0 0 94059 33 0 0 25 0 4 0 622275214 2274676736 546557 33554432000 134512640 135305190 4293866224 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3754.24
Current children cumulated vsize (KiB) 2230064

[startup+1002.3 s]
/proc/loadavg: 7.74 7.91 7.71 9/364 8576
/proc/meminfo: memFree=8411080/32951124 swapFree=65980216/67111528
[pid=8336] ppid=8334 vsize=8700 CPUtime=1.05 cores=1,3,5,7
/proc/8336/stat : 8336 (manysat.sh) S 8334 8336 8066 0 -1 4202496 356 12068 0 0 0 0 102 3 18 0 1 0 622275087 8908800 253 33554432000 4194304 4922060 140736528549408 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8336/statm: 2175 253 209 178 0 68 0
[pid=8339] ppid=8336 vsize=2246868 CPUtime=3992.49 cores=1,3,5,7
/proc/8339/stat : 8339 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202496 552758 0 0 0 399103 146 0 0 25 0 4 0 622275192 2300792832 552658 33554432000 134512640 135305190 4293866224 18446744073709551615 134551677 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/8339/statm: 561717 552658 84 194 0 561521 0
[pid=8339/tid=8340] ppid=8336 vsize=2246868 CPUtime=989.55 cores=1,3,5,7
/proc/8339/task/8340/stat : 8340 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 134302 0 0 0 98920 35 0 0 25 0 4 0 622275214 2300792832 552658 33554432000 134512640 135305190 4293866224 18446744073709551615 134556752 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=8339/tid=8341] ppid=8336 vsize=2246868 CPUtime=1001.02 cores=1,3,5,7
/proc/8339/task/8341/stat : 8341 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 162114 0 0 0 100062 40 0 0 25 0 4 0 622275214 2300792832 552658 33554432000 134512640 135305190 4293866224 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=8339/tid=8342] ppid=8336 vsize=2246868 CPUtime=1000.91 cores=1,3,5,7
/proc/8339/task/8342/stat : 8342 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 118643 0 0 0 100058 33 0 0 25 0 4 0 622275214 2300792832 552658 33554432000 134512640 135305190 4293866224 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3993.54
Current children cumulated vsize (KiB) 2255568

[startup+1062.3 s]
/proc/loadavg: 8.09 7.97 7.74 9/364 8577
/proc/meminfo: memFree=8296164/32951124 swapFree=65980216/67111528
[pid=8336] ppid=8334 vsize=8700 CPUtime=1.05 cores=1,3,5,7
/proc/8336/stat : 8336 (manysat.sh) S 8334 8336 8066 0 -1 4202496 356 12068 0 0 0 0 102 3 18 0 1 0 622275087 8908800 253 33554432000 4194304 4922060 140736528549408 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8336/statm: 2175 253 209 178 0 68 0
[pid=8339] ppid=8336 vsize=2318128 CPUtime=4231.78 cores=1,3,5,7
/proc/8339/stat : 8339 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202496 570345 0 0 0 423025 153 0 0 25 0 4 0 622275192 2373763072 570245 33554432000 134512640 135305190 4293866224 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/8339/statm: 579532 570245 84 194 0 579336 0
[pid=8339/tid=8340] ppid=8336 vsize=2318128 CPUtime=1049.48 cores=1,3,5,7
/proc/8339/task/8340/stat : 8340 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 139166 0 0 0 104911 37 0 0 25 0 4 0 622275214 2373763072 570245 33554432000 134512640 135305190 4293866224 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=8339/tid=8341] ppid=8336 vsize=2318128 CPUtime=1061.03 cores=1,3,5,7
/proc/8339/task/8341/stat : 8341 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 165130 0 0 0 106062 41 0 0 25 0 4 0 622275214 2373763072 570245 33554432000 134512640 135305190 4293866224 18446744073709551615 134551978 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=8339/tid=8342] ppid=8336 vsize=2318128 CPUtime=1060.27 cores=1,3,5,7
/proc/8339/task/8342/stat : 8342 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 123235 0 0 0 105992 35 0 0 25 0 4 0 622275214 2373763072 570245 33554432000 134512640 135305190 4293866224 18446744073709551615 134551860 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4232.83
Current children cumulated vsize (KiB) 2326828

[startup+1122.3 s]
/proc/loadavg: 8.03 7.97 7.75 9/364 8579
/proc/meminfo: memFree=8179216/32951124 swapFree=65980216/67111528
[pid=8336] ppid=8334 vsize=8700 CPUtime=1.05 cores=1,3,5,7
/proc/8336/stat : 8336 (manysat.sh) S 8334 8336 8066 0 -1 4202496 356 12068 0 0 0 0 102 3 18 0 1 0 622275087 8908800 253 33554432000 4194304 4922060 140736528549408 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8336/statm: 2175 253 209 178 0 68 0
[pid=8339] ppid=8336 vsize=2381776 CPUtime=4471.07 cores=1,3,5,7
/proc/8339/stat : 8339 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202496 586239 0 0 0 446948 159 0 0 25 0 4 0 622275192 2438938624 586139 33554432000 134512640 135305190 4293866224 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/8339/statm: 595444 586139 84 194 0 595248 0
[pid=8339/tid=8340] ppid=8336 vsize=2381776 CPUtime=1109.47 cores=1,3,5,7
/proc/8339/task/8340/stat : 8340 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 143364 0 0 0 110908 39 0 0 25 0 4 0 622275214 2438938624 586139 33554432000 134512640 135305190 4293866224 18446744073709551615 134551709 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=8339/tid=8341] ppid=8336 vsize=2381776 CPUtime=1121.02 cores=1,3,5,7
/proc/8339/task/8341/stat : 8341 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 170054 0 0 0 112060 42 0 0 25 0 4 0 622275214 2438938624 586139 33554432000 134512640 135305190 4293866224 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=8339/tid=8342] ppid=8336 vsize=2381776 CPUtime=1119.58 cores=1,3,5,7
/proc/8339/task/8342/stat : 8342 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 126361 0 0 0 111921 37 0 0 25 0 4 0 622275214 2438938624 586139 33554432000 134512640 135305190 4293866224 18446744073709551615 134551919 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4472.12
Current children cumulated vsize (KiB) 2390476

[startup+1182.3 s]
/proc/loadavg: 8.12 8.01 7.77 9/364 8581
/proc/meminfo: memFree=8006968/32951124 swapFree=65980216/67111528
[pid=8336] ppid=8334 vsize=8700 CPUtime=1.05 cores=1,3,5,7
/proc/8336/stat : 8336 (manysat.sh) S 8334 8336 8066 0 -1 4202496 356 12068 0 0 0 0 102 3 18 0 1 0 622275087 8908800 253 33554432000 4194304 4922060 140736528549408 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8336/statm: 2175 253 209 178 0 68 0
[pid=8339] ppid=8336 vsize=2523332 CPUtime=4710.36 cores=1,3,5,7
/proc/8339/stat : 8339 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202496 621748 0 0 0 470866 170 0 0 25 0 4 0 622275192 2583891968 621648 33554432000 134512640 135305190 4293866224 18446744073709551615 134551974 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/8339/statm: 630833 621648 84 194 0 630637 0
[pid=8339/tid=8340] ppid=8336 vsize=2523332 CPUtime=1169.47 cores=1,3,5,7
/proc/8339/task/8340/stat : 8340 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 153218 0 0 0 116904 43 0 0 25 0 4 0 622275214 2583891968 621648 33554432000 134512640 135305190 4293866224 18446744073709551615 134551919 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=8339/tid=8341] ppid=8336 vsize=2523332 CPUtime=1181.02 cores=1,3,5,7
/proc/8339/task/8341/stat : 8341 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 178866 0 0 0 118058 44 0 0 25 0 4 0 622275214 2583891968 621648 33554432000 134512640 135305190 4293866224 18446744073709551615 134551983 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=8339/tid=8342] ppid=8336 vsize=2523332 CPUtime=1178.88 cores=1,3,5,7
/proc/8339/task/8342/stat : 8342 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 133698 0 0 0 117849 39 0 0 25 0 4 0 622275214 2583891968 621648 33554432000 134512640 135305190 4293866224 18446744073709551615 134528753 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4711.41
Current children cumulated vsize (KiB) 2532032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.6 s]
/proc/loadavg: 8.08 8.00 7.78 9/364 8581
/proc/meminfo: memFree=8004112/32951124 swapFree=65980216/67111528
[pid=8336] ppid=8334 vsize=8700 CPUtime=1.05 cores=1,3,5,7
/proc/8336/stat : 8336 (manysat.sh) S 8334 8336 8066 0 -1 4202496 356 12068 0 0 0 0 102 3 18 0 1 0 622275087 8908800 253 33554432000 4194304 4922060 140736528549408 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8336/statm: 2175 253 209 178 0 68 0
[pid=8339] ppid=8336 vsize=2524356 CPUtime=4799.31 cores=1,3,5,7
/proc/8339/stat : 8339 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202496 621967 0 0 0 479761 170 0 0 25 0 4 0 622275192 2584940544 621867 33554432000 134512640 135305190 4293866224 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/8339/statm: 631089 621867 84 194 0 630893 0
[pid=8339/tid=8340] ppid=8336 vsize=2524356 CPUtime=1191.79 cores=1,3,5,7
/proc/8339/task/8340/stat : 8340 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 153311 0 0 0 119136 43 0 0 25 0 4 0 622275214 2584940544 621867 33554432000 134512640 135305190 4293866224 18446744073709551615 134551804 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=8339/tid=8341] ppid=8336 vsize=2524356 CPUtime=1203.33 cores=1,3,5,7
/proc/8339/task/8341/stat : 8341 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 178885 0 0 0 120289 44 0 0 25 0 4 0 622275214 2584940544 621867 33554432000 134512640 135305190 4293866224 18446744073709551615 134551746 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=8339/tid=8342] ppid=8336 vsize=2524356 CPUtime=1200.91 cores=1,3,5,7
/proc/8339/task/8342/stat : 8342 (manysat1.1_stat) R 8336 8336 8066 0 -1 4202560 133805 0 0 0 120052 39 0 0 25 0 4 0 622275214 2584940544 621867 33554432000 134512640 135305190 4293866224 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 2533056

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 8336 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=22844
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=31995
# CPU time returned by wait4() is 1.05484
# while last known CPU time is 4800.36
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1204.62
CPU time (s): 4800.36
CPU user time (s): 4798.63
CPU system time (s): 1.73
CPU usage (%): 398.494
Max. virtual memory (cumulated for all children) (KiB): 2533056

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

runsolver used 4.02739 second user time and 9.73352 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-13 16:56:36
IDJOB=3362073
IDBENCH=82381
IDSOLVER=1838
FILE ID=node142/3362073-1305298596
RUNJOBID= node142-1305296391-8085
PBS_JOBID= 13321411
Free space on /tmp= 46952 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-3362073-1305298596/watcher-3362073-1305298596 -o /tmp/evaluation-result-3362073-1305298596/solver-3362073-1305298596 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362073-1305298596.cnf aimd 1

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

MD5SUM BENCH= 3c5c73741ba21d5f39c7f436ba834743
RANDOM SEED=478513561

node142.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       6355288 kB
Buffers:        270732 kB
Cached:       19137348 kB
SwapCached:      11520 kB
Active:       13122892 kB
Inactive:     12731468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       6355288 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:          118708 kB
Writeback:          12 kB
AnonPages:     6442840 kB
Mapped:          20760 kB
Slab:           642528 kB
PageTables:      36628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79427816 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= 47064 MiB
End job on node142 at 2011-05-13 17:16:43