Trace number 3362051

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.11 1207.52

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
MD5SUMe44b288003a3eaf34673a2c0fb8c6f3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1226.02
Satisfiable
(Un)Satisfiability was proved
Number of variables131484
Number of clauses2120376
Sum of the clauses size4841016
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22046240
Number of clauses of size 35760
Number of clauses of size 426640
Number of clauses of size 511520
Number of clauses of size over 529520

Solver Data

0.00/0.01	c Parsing...
0.00/0.66	c ==============================================================================
0.00/0.66	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.66	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.66	c ==============================================================================
0.00/0.66	c |         0 | 1746718  3992465 |  524015       0        0     nan |  0.000 % |
3.08/3.11	c |         0 | 1250297  2911475 |      --       0       --      -- |     --   | -35/-52
3.08/3.11	c ==============================================================================
3.08/3.11	c Result  :   #vars: 89756   #clauses: 1250297   #literals: 2911475
3.08/3.11	c CPU time:   3.02954 s
3.08/3.11	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-3362051-1305298285/watcher-3362051-1305298285 -o /tmp/evaluation-result-3362051-1305298285/solver-3362051-1305298285 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362051-1305298285.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.31 7.78 6.89 3/365 26461
/proc/meminfo: memFree=21188204/32951124 swapFree=66341972/67111528
[pid=26461] ppid=26459 vsize=11796 CPUtime=0 cores=1,3,5,7
/proc/26461/stat : 26461 (runsolver) S 26459 26461 25977 0 -1 4202560 40 0 0 0 0 0 0 0 23 0 1 0 622244258 12079104 50 33554432000 4194304 5432360 140735666201472 18446744073709551615 4881623 0 2147483391 4096 24578 18446744071699968823 0 0 17 5 0 0 1
/proc/26461/statm: 2949 50 30 303 0 2643 0

[startup+0.113028 s]
/proc/loadavg: 7.31 7.78 6.89 3/365 26461
/proc/meminfo: memFree=21188204/32951124 swapFree=66341972/67111528
[pid=26461] ppid=26459 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26461/stat : 26461 (manysat.sh) S 26459 26461 25977 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 622244258 8908800 250 33554432000 4194304 4922060 140735550322432 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 1
/proc/26461/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.20101 s]
/proc/loadavg: 7.31 7.78 6.89 3/365 26461
/proc/meminfo: memFree=21188204/32951124 swapFree=66341972/67111528
[pid=26461] ppid=26459 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26461/stat : 26461 (manysat.sh) S 26459 26461 25977 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 622244258 8908800 250 33554432000 4194304 4922060 140735550322432 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 1
/proc/26461/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300992 s]
/proc/loadavg: 7.31 7.78 6.89 3/365 26461
/proc/meminfo: memFree=21188204/32951124 swapFree=66341972/67111528
[pid=26461] ppid=26459 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26461/stat : 26461 (manysat.sh) S 26459 26461 25977 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 622244258 8908800 250 33554432000 4194304 4922060 140735550322432 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 1
/proc/26461/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70093 s]
/proc/loadavg: 7.31 7.78 6.89 3/365 26461
/proc/meminfo: memFree=21188204/32951124 swapFree=66341972/67111528
[pid=26461] ppid=26459 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26461/stat : 26461 (manysat.sh) S 26459 26461 25977 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 622244258 8908800 250 33554432000 4194304 4922060 140735550322432 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 1
/proc/26461/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50077 s]
/proc/loadavg: 6.96 7.70 6.87 6/370 26466
/proc/meminfo: memFree=20858448/32951124 swapFree=66341972/67111528
[pid=26461] ppid=26459 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26461/stat : 26461 (manysat.sh) S 26459 26461 25977 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 622244258 8908800 250 33554432000 4194304 4922060 140735550322432 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 1
/proc/26461/statm: 2175 250 209 178 0 68 0
[pid=26463] ppid=26461 vsize=151816 CPUtime=1.48 cores=1,3,5,7
/proc/26463/stat : 26463 (SatElite) R 26461 26461 25977 0 -1 4202496 35089 0 0 0 141 7 0 0 25 0 1 0 622244260 155459584 31328 33554432000 134512640 135034092 4287290608 18446744073709551615 134566565 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/26463/statm: 37954 31328 68 128 0 37824 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 160516

[startup+3.10048 s]
/proc/loadavg: 6.96 7.70 6.87 6/370 26466
/proc/meminfo: memFree=20850016/32951124 swapFree=66341972/67111528
[pid=26461] ppid=26459 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26461/stat : 26461 (manysat.sh) S 26459 26461 25977 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 622244258 8908800 250 33554432000 4194304 4922060 140735550322432 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 1
/proc/26461/statm: 2175 250 209 178 0 68 0
[pid=26463] ppid=26461 vsize=151816 CPUtime=3.08 cores=1,3,5,7
/proc/26463/stat : 26463 (SatElite) R 26461 26461 25977 0 -1 4202496 35089 0 0 0 301 7 0 0 25 0 1 0 622244260 155459584 31328 33554432000 134512640 135034092 4287290608 18446744073709551615 134566212 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/26463/statm: 37954 31328 68 128 0 37824 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 160516

[startup+6.30083 s]
/proc/loadavg: 7.13 7.73 6.88 10/373 26470
/proc/meminfo: memFree=20660380/32951124 swapFree=66341972/67111528
[pid=26461] ppid=26459 vsize=8700 CPUtime=3.7 cores=1,3,5,7
/proc/26461/stat : 26461 (manysat.sh) S 26459 26461 25977 0 -1 4202496 356 38691 0 0 0 0 360 10 18 0 1 0 622244258 8908800 253 33554432000 4194304 4922060 140735550322432 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 1
/proc/26461/statm: 2175 253 209 178 0 68 0
[pid=26467] ppid=26461 vsize=320444 CPUtime=6.47 cores=1,3,5,7
/proc/26467/stat : 26467 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202496 70273 0 0 0 638 9 0 0 19 0 4 0 622244633 328134656 70111 33554432000 134512640 135305190 4292484128 18446744073709551615 134528987 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26467/statm: 80111 70111 84 194 0 79915 0
[pid=26467/tid=26468] ppid=26461 vsize=320444 CPUtime=1.3 cores=1,3,5,7
/proc/26467/task/26468/stat : 26468 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 775 0 0 0 130 0 0 0 19 0 4 0 622244756 328134656 70111 33554432000 134512640 135305190 4292484128 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=26467/tid=26469] ppid=26461 vsize=320444 CPUtime=1.3 cores=1,3,5,7
/proc/26467/task/26469/stat : 26469 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 788 0 0 0 130 0 0 0 19 0 4 0 622244756 328134656 70111 33554432000 134512640 135305190 4292484128 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=26467/tid=26470] ppid=26461 vsize=320444 CPUtime=1.31 cores=1,3,5,7
/proc/26467/task/26470/stat : 26470 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 952 0 0 0 131 0 0 0 19 0 4 0 622244756 328134656 70111 33554432000 134512640 135305190 4292484128 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10.17
Current children cumulated vsize (KiB) 329144

[startup+12.7006 s]
/proc/loadavg: 7.20 7.73 6.88 9/373 26470
/proc/meminfo: memFree=20590844/32951124 swapFree=66341972/67111528
[pid=26461] ppid=26459 vsize=8700 CPUtime=3.7 cores=1,3,5,7
/proc/26461/stat : 26461 (manysat.sh) S 26459 26461 25977 0 -1 4202496 356 38691 0 0 0 0 360 10 18 0 1 0 622244258 8908800 253 33554432000 4194304 4922060 140735550322432 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 1
/proc/26461/statm: 2175 253 209 178 0 68 0
[pid=26467] ppid=26461 vsize=352484 CPUtime=31.98 cores=1,3,5,7
/proc/26467/stat : 26467 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202496 78500 0 0 0 3185 13 0 0 25 0 4 0 622244633 360943616 78338 33554432000 134512640 135305190 4292484128 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26467/statm: 88121 78338 84 194 0 87925 0
[pid=26467/tid=26468] ppid=26461 vsize=352484 CPUtime=7.69 cores=1,3,5,7
/proc/26467/task/26468/stat : 26468 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 2660 0 0 0 768 1 0 0 25 0 4 0 622244756 360943616 78338 33554432000 134512640 135305190 4292484128 18446744073709551615 134551776 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=26467/tid=26469] ppid=26461 vsize=352484 CPUtime=7.7 cores=1,3,5,7
/proc/26467/task/26469/stat : 26469 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 2748 0 0 0 769 1 0 0 25 0 4 0 622244756 360943616 78338 33554432000 134512640 135305190 4292484128 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=26467/tid=26470] ppid=26461 vsize=352484 CPUtime=7.7 cores=1,3,5,7
/proc/26467/task/26470/stat : 26470 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 3161 0 0 0 769 1 0 0 25 0 4 0 622244756 360943616 78338 33554432000 134512640 135305190 4292484128 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 35.68
Current children cumulated vsize (KiB) 361184

[startup+25.5012 s]
/proc/loadavg: 7.32 7.74 6.90 9/373 26470
/proc/meminfo: memFree=20452288/32951124 swapFree=66341972/67111528
[pid=26461] ppid=26459 vsize=8700 CPUtime=3.7 cores=1,3,5,7
/proc/26461/stat : 26461 (manysat.sh) S 26459 26461 25977 0 -1 4202496 356 38691 0 0 0 0 360 10 18 0 1 0 622244258 8908800 253 33554432000 4194304 4922060 140735550322432 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 1
/proc/26461/statm: 2175 253 209 178 0 68 0
[pid=26467] ppid=26461 vsize=424312 CPUtime=83.03 cores=1,3,5,7
/proc/26467/stat : 26467 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202496 96168 0 0 0 8285 18 0 0 25 0 4 0 622244633 434495488 96006 33554432000 134512640 135305190 4292484128 18446744073709551615 134528837 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26467/statm: 106078 96006 84 194 0 105882 0
[pid=26467/tid=26468] ppid=26461 vsize=424312 CPUtime=20.5 cores=1,3,5,7
/proc/26467/task/26468/stat : 26468 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 6936 0 0 0 2048 2 0 0 25 0 4 0 622244756 434495488 96006 33554432000 134512640 135305190 4292484128 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=26467/tid=26469] ppid=26461 vsize=424312 CPUtime=20.51 cores=1,3,5,7
/proc/26467/task/26469/stat : 26469 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 6657 0 0 0 2049 2 0 0 25 0 4 0 622244756 434495488 96006 33554432000 134512640 135305190 4292484128 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=26467/tid=26470] ppid=26461 vsize=424312 CPUtime=20.51 cores=1,3,5,7
/proc/26467/task/26470/stat : 26470 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 8028 0 0 0 2048 3 0 0 25 0 4 0 622244756 434495488 96006 33554432000 134512640 135305190 4292484128 18446744073709551615 134551974 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 86.73
Current children cumulated vsize (KiB) 433012

[startup+51.1014 s]
/proc/loadavg: 7.59 7.76 6.93 9/373 26471
/proc/meminfo: memFree=20222880/32951124 swapFree=66341972/67111528
[pid=26461] ppid=26459 vsize=8700 CPUtime=3.7 cores=1,3,5,7
/proc/26461/stat : 26461 (manysat.sh) S 26459 26461 25977 0 -1 4202496 356 38691 0 0 0 0 360 10 18 0 1 0 622244258 8908800 253 33554432000 4194304 4922060 140735550322432 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 1
/proc/26461/statm: 2175 253 209 178 0 68 0
[pid=26467] ppid=26461 vsize=550744 CPUtime=185.13 cores=1,3,5,7
/proc/26467/stat : 26467 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202496 127871 0 0 0 18484 29 0 0 25 0 4 0 622244633 563961856 127709 33554432000 134512640 135305190 4292484128 18446744073709551615 134551712 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26467/statm: 137686 127709 84 194 0 137490 0
[pid=26467/tid=26468] ppid=26461 vsize=550744 CPUtime=46.1 cores=1,3,5,7
/proc/26467/task/26468/stat : 26468 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 14936 0 0 0 4605 5 0 0 25 0 4 0 622244756 563961856 127709 33554432000 134512640 135305190 4292484128 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=26467/tid=26469] ppid=26461 vsize=550744 CPUtime=46.1 cores=1,3,5,7
/proc/26467/task/26469/stat : 26469 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 14150 0 0 0 4606 4 0 0 25 0 4 0 622244756 563961856 127709 33554432000 134512640 135305190 4292484128 18446744073709551615 134551614 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=26467/tid=26470] ppid=26461 vsize=550744 CPUtime=46.11 cores=1,3,5,7
/proc/26467/task/26470/stat : 26470 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 16040 0 0 0 4605 6 0 0 25 0 4 0 622244756 563961856 127709 33554432000 134512640 135305190 4292484128 18446744073709551615 134551860 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 188.83
Current children cumulated vsize (KiB) 559444

[startup+102.301 s]
/proc/loadavg: 7.93 7.83 6.99 9/373 26472
/proc/meminfo: memFree=19691052/32951124 swapFree=66341972/67111528
[pid=26461] ppid=26459 vsize=8700 CPUtime=3.7 cores=1,3,5,7
/proc/26461/stat : 26461 (manysat.sh) S 26459 26461 25977 0 -1 4202496 356 38691 0 0 0 0 360 10 18 0 1 0 622244258 8908800 253 33554432000 4194304 4922060 140735550322432 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 1
/proc/26461/statm: 2175 253 209 178 0 68 0
[pid=26467] ppid=26461 vsize=849608 CPUtime=389.37 cores=1,3,5,7
/proc/26467/stat : 26467 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202496 202455 0 0 0 38889 48 0 0 25 0 4 0 622244633 869998592 202293 33554432000 134512640 135305190 4292484128 18446744073709551615 134528832 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26467/statm: 212402 202293 84 194 0 212206 0
[pid=26467/tid=26468] ppid=26461 vsize=849608 CPUtime=97.31 cores=1,3,5,7
/proc/26467/task/26468/stat : 26468 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 31860 0 0 0 9722 9 0 0 25 0 4 0 622244756 869998592 202293 33554432000 134512640 135305190 4292484128 18446744073709551615 134551720 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=26467/tid=26469] ppid=26461 vsize=849608 CPUtime=97.32 cores=1,3,5,7
/proc/26467/task/26469/stat : 26469 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 32508 0 0 0 9723 9 0 0 25 0 4 0 622244756 869998592 202293 33554432000 134512640 135305190 4292484128 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=26467/tid=26470] ppid=26461 vsize=849608 CPUtime=97.32 cores=1,3,5,7
/proc/26467/task/26470/stat : 26470 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 35406 0 0 0 9722 10 0 0 25 0 4 0 622244756 869998592 202293 33554432000 134512640 135305190 4292484128 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 393.07
Current children cumulated vsize (KiB) 858308

[startup+162.3 s]
/proc/loadavg: 8.02 7.87 7.06 9/373 26474
/proc/meminfo: memFree=19090208/32951124 swapFree=66341972/67111528
[pid=26461] ppid=26459 vsize=8700 CPUtime=3.7 cores=1,3,5,7
/proc/26461/stat : 26461 (manysat.sh) S 26459 26461 25977 0 -1 4202496 356 38691 0 0 0 0 360 10 18 0 1 0 622244258 8908800 253 33554432000 4194304 4922060 140735550322432 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 1
/proc/26461/statm: 2175 253 209 178 0 68 0
[pid=26467] ppid=26461 vsize=1127100 CPUtime=628.61 cores=1,3,5,7
/proc/26467/stat : 26467 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202496 271808 0 0 0 62789 72 0 0 25 0 4 0 622244633 1154150400 271646 33554432000 134512640 135305190 4292484128 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26467/statm: 281775 271646 84 194 0 281579 0
[pid=26467/tid=26468] ppid=26461 vsize=1127100 CPUtime=157.3 cores=1,3,5,7
/proc/26467/task/26468/stat : 26468 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 47570 0 0 0 15715 15 0 0 25 0 4 0 622244756 1154150400 271646 33554432000 134512640 135305190 4292484128 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=26467/tid=26469] ppid=26461 vsize=1127100 CPUtime=157.3 cores=1,3,5,7
/proc/26467/task/26469/stat : 26469 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 49863 0 0 0 15716 14 0 0 25 0 4 0 622244756 1154150400 271646 33554432000 134512640 135305190 4292484128 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=26467/tid=26470] ppid=26461 vsize=1127100 CPUtime=157.3 cores=1,3,5,7
/proc/26467/task/26470/stat : 26470 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 51397 0 0 0 15714 16 0 0 25 0 4 0 622244756 1154150400 271646 33554432000 134512640 135305190 4292484128 18446744073709551615 134570400 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 632.31
Current children cumulated vsize (KiB) 1135800

[startup+222.314 s]
/proc/loadavg: 8.05 7.91 7.12 9/373 26476
/proc/meminfo: memFree=18611412/32951124 swapFree=66341972/67111528
[pid=26461] ppid=26459 vsize=8700 CPUtime=3.7 cores=1,3,5,7

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

/proc/26467/task/26470/stat : 26470 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 144835 0 0 0 75672 44 0 0 25 0 4 0 622244756 2734231552 657058 33554432000 134512640 135305190 4292484128 18446744073709551615 134551659 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3024.94
Current children cumulated vsize (KiB) 2678848

[startup+822.301 s]
/proc/loadavg: 8.12 8.10 7.58 9/373 26501
/proc/meminfo: memFree=15575144/32951124 swapFree=66341972/67111528
[pid=26461] ppid=26459 vsize=8700 CPUtime=3.7 cores=1,3,5,7
/proc/26461/stat : 26461 (manysat.sh) S 26459 26461 25977 0 -1 4202496 356 38691 0 0 0 0 360 10 18 0 1 0 622244258 8908800 253 33554432000 4194304 4922060 140735550322432 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 1
/proc/26461/statm: 2175 253 209 178 0 68 0
[pid=26467] ppid=26461 vsize=2749068 CPUtime=3260.29 cores=1,3,5,7
/proc/26467/stat : 26467 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202496 676768 0 0 0 325837 192 0 0 25 0 4 0 622244633 2815045632 676523 33554432000 134512640 135305190 4292484128 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/26467/statm: 687267 676523 84 194 0 687071 0
[pid=26467/tid=26468] ppid=26461 vsize=2749068 CPUtime=817.11 cores=1,3,5,7
/proc/26467/task/26468/stat : 26468 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 145826 0 0 0 81668 43 0 0 25 0 4 0 622244756 2815045632 676523 33554432000 134512640 135305190 4292484128 18446744073709551615 134551628 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=26467/tid=26469] ppid=26461 vsize=2749068 CPUtime=816.69 cores=1,3,5,7
/proc/26467/task/26469/stat : 26469 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 148562 0 0 0 81629 40 0 0 25 0 4 0 622244756 2815045632 676523 33554432000 134512640 135305190 4292484128 18446744073709551615 134551691 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=26467/tid=26470] ppid=26461 vsize=2749068 CPUtime=817.13 cores=1,3,5,7
/proc/26467/task/26470/stat : 26470 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 149992 0 0 0 81667 46 0 0 25 0 4 0 622244756 2815045632 676523 33554432000 134512640 135305190 4292484128 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3263.99
Current children cumulated vsize (KiB) 2757768

[startup+882.314 s]
/proc/loadavg: 8.16 8.11 7.62 9/373 26502
/proc/meminfo: memFree=15560720/32951124 swapFree=66341972/67111528
[pid=26461] ppid=26459 vsize=8700 CPUtime=3.7 cores=1,3,5,7
/proc/26461/stat : 26461 (manysat.sh) S 26459 26461 25977 0 -1 4202496 356 38691 0 0 0 0 360 10 18 0 1 0 622244258 8908800 253 33554432000 4194304 4922060 140735550322432 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 1
/proc/26461/statm: 2175 253 209 178 0 68 0
[pid=26467] ppid=26461 vsize=2757448 CPUtime=3499.64 cores=1,3,5,7
/proc/26467/stat : 26467 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202496 678716 0 0 0 349771 193 0 0 25 0 4 0 622244633 2823626752 678471 33554432000 134512640 135305190 4292484128 18446744073709551615 134551712 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/26467/statm: 689362 678471 84 194 0 689166 0
[pid=26467/tid=26468] ppid=26461 vsize=2757448 CPUtime=877.13 cores=1,3,5,7
/proc/26467/task/26468/stat : 26468 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 146072 0 0 0 87670 43 0 0 25 0 4 0 622244756 2823626752 678471 33554432000 134512640 135305190 4292484128 18446744073709551615 134551636 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=26467/tid=26469] ppid=26461 vsize=2757448 CPUtime=875.99 cores=1,3,5,7
/proc/26467/task/26469/stat : 26469 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 149075 0 0 0 87559 40 0 0 25 0 4 0 622244756 2823626752 678471 33554432000 134512640 135305190 4292484128 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=26467/tid=26470] ppid=26461 vsize=2757448 CPUtime=877.14 cores=1,3,5,7
/proc/26467/task/26470/stat : 26470 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 150621 0 0 0 87668 46 0 0 25 0 4 0 622244756 2823626752 678471 33554432000 134512640 135305190 4292484128 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3503.34
Current children cumulated vsize (KiB) 2766148

[startup+942.301 s]
/proc/loadavg: 8.18 8.12 7.65 9/373 26504
/proc/meminfo: memFree=15551748/32951124 swapFree=66341972/67111528
[pid=26461] ppid=26459 vsize=8700 CPUtime=3.7 cores=1,3,5,7
/proc/26461/stat : 26461 (manysat.sh) S 26459 26461 25977 0 -1 4202496 356 38691 0 0 0 0 360 10 18 0 1 0 622244258 8908800 253 33554432000 4194304 4922060 140735550322432 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 1
/proc/26461/statm: 2175 253 209 178 0 68 0
[pid=26467] ppid=26461 vsize=2766032 CPUtime=3738.82 cores=1,3,5,7
/proc/26467/stat : 26467 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202496 681043 0 0 0 373688 194 0 0 25 0 4 0 622244633 2832416768 680798 33554432000 134512640 135305190 4292484128 18446744073709551615 134551729 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26467/statm: 691508 680798 84 194 0 691312 0
[pid=26467/tid=26468] ppid=26461 vsize=2766032 CPUtime=937.11 cores=1,3,5,7
/proc/26467/task/26468/stat : 26468 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 146481 0 0 0 93668 43 0 0 25 0 4 0 622244756 2832416768 680798 33554432000 134512640 135305190 4292484128 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=26467/tid=26469] ppid=26461 vsize=2766032 CPUtime=935.89 cores=1,3,5,7
/proc/26467/task/26469/stat : 26469 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 149996 0 0 0 93548 41 0 0 25 0 4 0 622244756 2832416768 680798 33554432000 134512640 135305190 4292484128 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=26467/tid=26470] ppid=26461 vsize=2766032 CPUtime=937.1 cores=1,3,5,7
/proc/26467/task/26470/stat : 26470 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 150875 0 0 0 93663 47 0 0 25 0 4 0 622244756 2832416768 680798 33554432000 134512640 135305190 4292484128 18446744073709551615 134551733 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3742.52
Current children cumulated vsize (KiB) 2774732

[startup+1002.3 s]
/proc/loadavg: 8.13 8.11 7.67 9/373 26505
/proc/meminfo: memFree=15254728/32951124 swapFree=66341972/67111528
[pid=26461] ppid=26459 vsize=8700 CPUtime=3.7 cores=1,3,5,7
/proc/26461/stat : 26461 (manysat.sh) S 26459 26461 25977 0 -1 4202496 356 38691 0 0 0 0 360 10 18 0 1 0 622244258 8908800 253 33554432000 4194304 4922060 140735550322432 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 1
/proc/26461/statm: 2175 253 209 178 0 68 0
[pid=26467] ppid=26461 vsize=3028404 CPUtime=3978.11 cores=1,3,5,7
/proc/26467/stat : 26467 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202496 746512 0 0 0 397599 212 0 0 25 0 4 0 622244633 3101085696 746267 33554432000 134512640 135305190 4292484128 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26467/statm: 757101 746267 84 194 0 756905 0
[pid=26467/tid=26468] ppid=26461 vsize=3028404 CPUtime=997.12 cores=1,3,5,7
/proc/26467/task/26468/stat : 26468 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 161132 0 0 0 99664 48 0 0 25 0 4 0 622244756 3101085696 746267 33554432000 134512640 135305190 4292484128 18446744073709551615 134551687 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=26467/tid=26469] ppid=26461 vsize=3028404 CPUtime=995.89 cores=1,3,5,7
/proc/26467/task/26469/stat : 26469 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 166791 0 0 0 99544 45 0 0 25 0 4 0 622244756 3101085696 746267 33554432000 134512640 135305190 4292484128 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=26467/tid=26470] ppid=26461 vsize=3028404 CPUtime=997.1 cores=1,3,5,7
/proc/26467/task/26470/stat : 26470 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 167568 0 0 0 99658 52 0 0 25 0 4 0 622244756 3101085696 746267 33554432000 134512640 135305190 4292484128 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3981.81
Current children cumulated vsize (KiB) 3037104

[startup+1062.3 s]
/proc/loadavg: 8.15 8.12 7.70 9/373 26507
/proc/meminfo: memFree=14724836/32951124 swapFree=66341972/67111528
[pid=26461] ppid=26459 vsize=8700 CPUtime=3.7 cores=1,3,5,7
/proc/26461/stat : 26461 (manysat.sh) S 26459 26461 25977 0 -1 4202496 356 38691 0 0 0 0 360 10 18 0 1 0 622244258 8908800 253 33554432000 4194304 4922060 140735550322432 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 1
/proc/26461/statm: 2175 253 209 178 0 68 0
[pid=26467] ppid=26461 vsize=3328208 CPUtime=4217.42 cores=1,3,5,7
/proc/26467/stat : 26467 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202496 821533 0 0 0 421511 231 0 0 25 0 4 0 622244633 3408084992 821288 33554432000 134512640 135305190 4292484128 18446744073709551615 134557923 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26467/statm: 832052 821288 84 194 0 831856 0
[pid=26467/tid=26468] ppid=26461 vsize=3328208 CPUtime=1057.12 cores=1,3,5,7
/proc/26467/task/26468/stat : 26468 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 177918 0 0 0 105660 52 0 0 25 0 4 0 622244756 3408084992 821288 33554432000 134512640 135305190 4292484128 18446744073709551615 134551744 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=26467/tid=26469] ppid=26461 vsize=3328208 CPUtime=1055.89 cores=1,3,5,7
/proc/26467/task/26469/stat : 26469 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 186728 0 0 0 105540 49 0 0 25 0 4 0 622244756 3408084992 821288 33554432000 134512640 135305190 4292484128 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=26467/tid=26470] ppid=26461 vsize=3328208 CPUtime=1057.1 cores=1,3,5,7
/proc/26467/task/26470/stat : 26470 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 186793 0 0 0 105654 56 0 0 25 0 4 0 622244756 3408084992 821288 33554432000 134512640 135305190 4292484128 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4221.12
Current children cumulated vsize (KiB) 3336908

[startup+1122.3 s]
/proc/loadavg: 8.15 8.13 7.73 9/373 26509
/proc/meminfo: memFree=14119180/32951124 swapFree=66341972/67111528
[pid=26461] ppid=26459 vsize=8700 CPUtime=3.7 cores=1,3,5,7
/proc/26461/stat : 26461 (manysat.sh) S 26459 26461 25977 0 -1 4202496 356 38691 0 0 0 0 360 10 18 0 1 0 622244258 8908800 253 33554432000 4194304 4922060 140735550322432 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 1
/proc/26461/statm: 2175 253 209 178 0 68 0
[pid=26467] ppid=26461 vsize=3643004 CPUtime=4456.71 cores=1,3,5,7
/proc/26467/stat : 26467 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202496 899977 0 0 0 445422 249 0 0 25 0 4 0 622244633 3730436096 899732 33554432000 134512640 135305190 4292484128 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26467/statm: 910751 899732 84 194 0 910555 0
[pid=26467/tid=26468] ppid=26461 vsize=3643004 CPUtime=1117.12 cores=1,3,5,7
/proc/26467/task/26468/stat : 26468 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 195018 0 0 0 111656 56 0 0 25 0 4 0 622244756 3730436096 899732 33554432000 134512640 135305190 4292484128 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=26467/tid=26469] ppid=26461 vsize=3643004 CPUtime=1115.89 cores=1,3,5,7
/proc/26467/task/26469/stat : 26469 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 207868 0 0 0 111536 53 0 0 25 0 4 0 622244756 3730436096 899732 33554432000 134512640 135305190 4292484128 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=26467/tid=26470] ppid=26461 vsize=3643004 CPUtime=1117.1 cores=1,3,5,7
/proc/26467/task/26470/stat : 26470 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 206604 0 0 0 111649 61 0 0 25 0 4 0 622244756 3730436096 899732 33554432000 134512640 135305190 4292484128 18446744073709551615 134551962 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4460.41
Current children cumulated vsize (KiB) 3651704

[startup+1182.3 s]
/proc/loadavg: 8.14 8.13 7.75 9/373 26510
/proc/meminfo: memFree=13929692/32951124 swapFree=66341972/67111528
[pid=26461] ppid=26459 vsize=8700 CPUtime=3.7 cores=1,3,5,7
/proc/26461/stat : 26461 (manysat.sh) S 26459 26461 25977 0 -1 4202496 356 38691 0 0 0 0 360 10 18 0 1 0 622244258 8908800 253 33554432000 4194304 4922060 140735550322432 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 1
/proc/26461/statm: 2175 253 209 178 0 68 0
[pid=26467] ppid=26461 vsize=3829772 CPUtime=4695.97 cores=1,3,5,7
/proc/26467/stat : 26467 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202496 946557 0 0 0 469334 263 0 0 25 0 4 0 622244633 3921686528 946267 33554432000 134512640 135305190 4292484128 18446744073709551615 134528203 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26467/statm: 957443 946267 84 194 0 957247 0
[pid=26467/tid=26468] ppid=26461 vsize=3829772 CPUtime=1177.08 cores=1,3,5,7
/proc/26467/task/26468/stat : 26468 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 205453 0 0 0 117650 58 0 0 25 0 4 0 622244756 3921686528 946267 33554432000 134512640 135305190 4292484128 18446744073709551615 134565830 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=26467/tid=26469] ppid=26461 vsize=3829772 CPUtime=1175.9 cores=1,3,5,7
/proc/26467/task/26469/stat : 26469 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 219331 0 0 0 117533 57 0 0 25 0 4 0 622244756 3921686528 946267 33554432000 134512640 135305190 4292484128 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=26467/tid=26470] ppid=26461 vsize=3829772 CPUtime=1177.1 cores=1,3,5,7
/proc/26467/task/26470/stat : 26470 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 218715 0 0 0 117644 66 0 0 25 0 4 0 622244756 3921686528 946267 33554432000 134512640 135305190 4292484128 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4699.67
Current children cumulated vsize (KiB) 3838472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.5 s]
/proc/loadavg: 7.84 8.07 7.74 9/373 26544
/proc/meminfo: memFree=17503432/32951124 swapFree=66341972/67111528
[pid=26461] ppid=26459 vsize=8700 CPUtime=3.7 cores=1,3,5,7
/proc/26461/stat : 26461 (manysat.sh) S 26459 26461 25977 0 -1 4202496 356 38691 0 0 0 0 360 10 18 0 1 0 622244258 8908800 253 33554432000 4194304 4922060 140735550322432 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 1
/proc/26461/statm: 2175 253 209 178 0 68 0
[pid=26467] ppid=26461 vsize=3829016 CPUtime=4796.41 cores=1,3,5,7
/proc/26467/stat : 26467 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202496 946578 0 0 0 479378 263 0 0 25 0 4 0 622244633 3920912384 946224 33554432000 134512640 135305190 4292484128 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26467/statm: 957254 946224 84 194 0 957058 0
[pid=26467/tid=26468] ppid=26461 vsize=3829016 CPUtime=1202.27 cores=1,3,5,7
/proc/26467/task/26468/stat : 26468 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 205456 0 0 0 120169 58 0 0 25 0 4 0 622244756 3920912384 946224 33554432000 134512640 135305190 4292484128 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=26467/tid=26469] ppid=26461 vsize=3829016 CPUtime=1201.11 cores=1,3,5,7
/proc/26467/task/26469/stat : 26469 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 219337 0 0 0 120054 57 0 0 25 0 4 0 622244756 3920912384 946224 33554432000 134512640 135305190 4292484128 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=26467/tid=26470] ppid=26461 vsize=3829016 CPUtime=1202.25 cores=1,3,5,7
/proc/26467/task/26470/stat : 26470 (manysat1.1_stat) R 26461 26461 25977 0 -1 4202560 218720 0 0 0 120159 66 0 0 25 0 4 0 622244756 3920912384 946224 33554432000 134512640 135305190 4292484128 18446744073709551615 134551639 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 3837716

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 26461 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=609451
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=110983
# CPU time returned by wait4() is 3.72043
# while last known CPU time is 4800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1207.52
CPU time (s): 4800.11
CPU user time (s): 4797.38
CPU system time (s): 2.73
CPU usage (%): 397.517
Max. virtual memory (cumulated for all children) (KiB): 3838740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.60945
system time used= 0.110983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39047
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 8

runsolver used 4.04338 second user time and 10.2444 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-13 16:51:26
IDJOB=3362051
IDBENCH=82366
IDSOLVER=1838
FILE ID=node141/3362051-1305298285
RUNJOBID= node141-1305296391-25996
PBS_JOBID= 13321412
Free space on /tmp= 48828 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362051-1305298285/watcher-3362051-1305298285 -o /tmp/evaluation-result-3362051-1305298285/solver-3362051-1305298285 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362051-1305298285.cnf aimd 1

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

MD5SUM BENCH= e44b288003a3eaf34673a2c0fb8c6f3e
RANDOM SEED=2123614364

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:      21189096 kB
Buffers:        211480 kB
Cached:        5962052 kB
SwapCached:      22860 kB
Active:        3273452 kB
Inactive:      8260008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21189096 kB
SwapTotal:    67111528 kB
SwapFree:     66341972 kB
Dirty:          110320 kB
Writeback:           0 kB
AnonPages:     5343176 kB
Mapped:          19888 kB
Slab:           127876 kB
PageTables:      37948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86390036 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= 48860 MiB
End job on node141 at 2011-05-13 17:11:36