Trace number 3362047

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.16 1208.63

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
MD5SUMf52ec4dacdcf65c3aedb61fb46ade01b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1119.56
Satisfiable
(Un)Satisfiability was proved
Number of variables153284
Number of clauses2473656
Sum of the clauses size5647736
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22387280
Number of clauses of size 36720
Number of clauses of size 431080
Number of clauses of size 513440
Number of clauses of size over 534440

Solver Data

0.00/0.00	c Parsing...
0.00/0.80	c ==============================================================================
0.00/0.80	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.80	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.80	c ==============================================================================
0.00/0.80	c |         0 | 2099998  4799185 |  629999       0        0     nan |  0.000 % |
3.89/3.91	c |         0 | 1504697  3503635 |      --       0       --      -- |     --   | -35/-52
3.89/3.91	c ==============================================================================
3.89/3.91	c Result  :   #vars: 107716   #clauses: 1504697   #literals: 3503635
3.89/3.91	c CPU time:   3.81942 s
3.89/3.91	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-3362047-1305298280/watcher-3362047-1305298280 -o /tmp/evaluation-result-3362047-1305298280/solver-3362047-1305298280 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362047-1305298280.cnf aimd 1 

running on 4 cores: 0,2,4,6

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.34 7.80 6.89 5/368 26431
/proc/meminfo: memFree=21268740/32951124 swapFree=66341972/67111528
[pid=26431] ppid=26429 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26431/stat : 26431 (manysat.sh) S 26429 26431 25977 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 622243741 8908800 250 33554432000 4194304 4922060 140734553626448 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26431/statm: 2175 250 209 178 0 68 0

[startup+0.0395979 s]
/proc/loadavg: 7.34 7.80 6.89 5/368 26431
/proc/meminfo: memFree=21268740/32951124 swapFree=66341972/67111528
[pid=26431] ppid=26429 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26431/stat : 26431 (manysat.sh) S 26429 26431 25977 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 622243741 8908800 250 33554432000 4194304 4922060 140734553626448 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26431/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100587 s]
/proc/loadavg: 7.34 7.80 6.89 5/368 26431
/proc/meminfo: memFree=21268740/32951124 swapFree=66341972/67111528
[pid=26431] ppid=26429 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26431/stat : 26431 (manysat.sh) S 26429 26431 25977 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 622243741 8908800 250 33554432000 4194304 4922060 140734553626448 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26431/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300545 s]
/proc/loadavg: 7.34 7.80 6.89 5/368 26431
/proc/meminfo: memFree=21268740/32951124 swapFree=66341972/67111528
[pid=26431] ppid=26429 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26431/stat : 26431 (manysat.sh) S 26429 26431 25977 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 622243741 8908800 250 33554432000 4194304 4922060 140734553626448 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26431/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700482 s]
/proc/loadavg: 7.34 7.80 6.89 5/368 26431
/proc/meminfo: memFree=21268740/32951124 swapFree=66341972/67111528
[pid=26431] ppid=26429 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26431/stat : 26431 (manysat.sh) S 26429 26431 25977 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 622243741 8908800 250 33554432000 4194304 4922060 140734553626448 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26431/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50033 s]
/proc/loadavg: 7.31 7.78 6.89 6/370 26433
/proc/meminfo: memFree=21126404/32951124 swapFree=66341972/67111528
[pid=26431] ppid=26429 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26431/stat : 26431 (manysat.sh) S 26429 26431 25977 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 622243741 8908800 250 33554432000 4194304 4922060 140734553626448 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26431/statm: 2175 250 209 178 0 68 0
[pid=26432] ppid=26431 vsize=182668 CPUtime=1.49 cores=0,2,4,6
/proc/26432/stat : 26432 (SatElite) R 26431 26431 25977 0 -1 4202496 41918 0 0 0 141 8 0 0 25 0 1 0 622243741 187052032 37446 33554432000 134512640 135034092 4290666448 18446744073709551615 134566428 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/26432/statm: 45667 37446 68 128 0 45537 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 191368

[startup+3.10102 s]
/proc/loadavg: 7.31 7.78 6.89 6/370 26433
/proc/meminfo: memFree=21115244/32951124 swapFree=66341972/67111528
[pid=26431] ppid=26429 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26431/stat : 26431 (manysat.sh) S 26429 26431 25977 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 622243741 8908800 250 33554432000 4194304 4922060 140734553626448 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26431/statm: 2175 250 209 178 0 68 0
[pid=26432] ppid=26431 vsize=182668 CPUtime=3.09 cores=0,2,4,6
/proc/26432/stat : 26432 (SatElite) R 26431 26431 25977 0 -1 4202496 41918 0 0 0 301 8 0 0 25 0 1 0 622243741 187052032 37446 33554432000 134512640 135034092 4290666448 18446744073709551615 134566601 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/26432/statm: 45667 37446 68 128 0 45537 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 191368

[startup+6.30045 s]
/proc/loadavg: 7.31 7.78 6.89 3/367 26463
/proc/meminfo: memFree=21105728/32951124 swapFree=66341972/67111528
[pid=26431] ppid=26429 vsize=8700 CPUtime=4.73 cores=0,2,4,6
/proc/26431/stat : 26431 (manysat.sh) S 26429 26431 25977 0 -1 4202496 357 46241 0 0 0 0 459 14 19 0 1 0 622243741 8908800 253 33554432000 4194304 4922060 140734553626448 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26431/statm: 2175 253 209 178 0 68 0
[pid=26456] ppid=26431 vsize=370336 CPUtime=1.75 cores=0,2,4,6
/proc/26456/stat : 26456 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202496 81774 0 0 0 163 12 0 0 18 0 4 0 622244215 379224064 81641 33554432000 134512640 135305190 4287683136 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/26456/statm: 92584 81641 83 194 0 92388 0
Current children cumulated CPU time (s) 6.48
Current children cumulated vsize (KiB) 379036

[startup+12.7012 s]
/proc/loadavg: 7.13 7.73 6.88 9/373 26470
/proc/meminfo: memFree=20646244/32951124 swapFree=66341972/67111528
[pid=26431] ppid=26429 vsize=8700 CPUtime=4.73 cores=0,2,4,6
/proc/26431/stat : 26431 (manysat.sh) S 26429 26431 25977 0 -1 4202496 357 46241 0 0 0 0 459 14 19 0 1 0 622243741 8908800 253 33554432000 4194304 4922060 140734553626448 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26431/statm: 2175 253 209 178 0 68 0
[pid=26456] ppid=26431 vsize=404256 CPUtime=27.26 cores=0,2,4,6
/proc/26456/stat : 26456 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202496 90242 0 0 0 2711 15 0 0 24 0 4 0 622244215 413958144 90109 33554432000 134512640 135305190 4287683136 18446744073709551615 134557370 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/26456/statm: 101064 90109 84 194 0 100868 0
[pid=26456/tid=26464] ppid=26431 vsize=404256 CPUtime=6.46 cores=0,2,4,6
/proc/26456/task/26464/stat : 26464 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 2184 0 0 0 645 1 0 0 25 0 4 0 622244364 413958144 90109 33554432000 134512640 135305190 4287683136 18446744073709551615 134528203 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=26456/tid=26465] ppid=26431 vsize=404256 CPUtime=6.46 cores=0,2,4,6
/proc/26456/task/26465/stat : 26465 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 2721 0 0 0 645 1 0 0 25 0 4 0 622244364 413958144 90109 33554432000 134512640 135305190 4287683136 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26456/tid=26466] ppid=26431 vsize=404256 CPUtime=6.37 cores=0,2,4,6
/proc/26456/task/26466/stat : 26466 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 2250 0 0 0 637 0 0 0 25 0 4 0 622244364 413958144 90109 33554432000 134512640 135305190 4287683136 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (KiB) 412956

[startup+25.5007 s]
/proc/loadavg: 7.26 7.73 6.89 9/373 26470
/proc/meminfo: memFree=20506164/32951124 swapFree=66341972/67111528
[pid=26431] ppid=26429 vsize=8700 CPUtime=4.73 cores=0,2,4,6
/proc/26431/stat : 26431 (manysat.sh) S 26429 26431 25977 0 -1 4202496 357 46241 0 0 0 0 459 14 19 0 1 0 622243741 8908800 253 33554432000 4194304 4922060 140734553626448 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26431/statm: 2175 253 209 178 0 68 0
[pid=26456] ppid=26431 vsize=471784 CPUtime=78.3 cores=0,2,4,6
/proc/26456/stat : 26456 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202496 107308 0 0 0 7809 21 0 0 25 0 4 0 622244215 483106816 107175 33554432000 134512640 135305190 4287683136 18446744073709551615 134528573 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/26456/statm: 117946 107175 84 194 0 117750 0
[pid=26456/tid=26464] ppid=26431 vsize=471784 CPUtime=19.25 cores=0,2,4,6
/proc/26456/task/26464/stat : 26464 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 6076 0 0 0 1923 2 0 0 25 0 4 0 622244364 483106816 107175 33554432000 134512640 135305190 4287683136 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=26456/tid=26465] ppid=26431 vsize=471784 CPUtime=19.25 cores=0,2,4,6
/proc/26456/task/26465/stat : 26465 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 6905 0 0 0 1923 2 0 0 25 0 4 0 622244364 483106816 107175 33554432000 134512640 135305190 4287683136 18446744073709551615 134554658 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26456/tid=26466] ppid=26431 vsize=471784 CPUtime=19.01 cores=0,2,4,6
/proc/26456/task/26466/stat : 26466 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 6392 0 0 0 1899 2 0 0 25 0 4 0 622244364 483106816 107175 33554432000 134512640 135305190 4287683136 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 83.03
Current children cumulated vsize (KiB) 480484

[startup+51.1009 s]
/proc/loadavg: 7.51 7.75 6.92 9/373 26471
/proc/meminfo: memFree=20270864/32951124 swapFree=66341972/67111528
[pid=26431] ppid=26429 vsize=8700 CPUtime=4.73 cores=0,2,4,6
/proc/26431/stat : 26431 (manysat.sh) S 26429 26431 25977 0 -1 4202496 357 46241 0 0 0 0 459 14 19 0 1 0 622243741 8908800 253 33554432000 4194304 4922060 140734553626448 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26431/statm: 2175 253 209 178 0 68 0
[pid=26456] ppid=26431 vsize=579244 CPUtime=180.39 cores=0,2,4,6
/proc/26456/stat : 26456 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202496 133968 0 0 0 18010 29 0 0 25 0 4 0 622244215 593145856 133835 33554432000 134512640 135305190 4287683136 18446744073709551615 134551793 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/26456/statm: 144811 133835 84 194 0 144615 0
[pid=26456/tid=26464] ppid=26431 vsize=579244 CPUtime=44.85 cores=0,2,4,6
/proc/26456/task/26464/stat : 26464 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 12268 0 0 0 4481 4 0 0 25 0 4 0 622244364 593145856 133835 33554432000 134512640 135305190 4287683136 18446744073709551615 134530636 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=26456/tid=26465] ppid=26431 vsize=579244 CPUtime=44.85 cores=0,2,4,6
/proc/26456/task/26465/stat : 26465 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 13372 0 0 0 4481 4 0 0 25 0 4 0 622244364 593145856 133835 33554432000 134512640 135305190 4287683136 18446744073709551615 134551860 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26456/tid=26466] ppid=26431 vsize=579244 CPUtime=44.32 cores=0,2,4,6
/proc/26456/task/26466/stat : 26466 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 13163 0 0 0 4428 4 0 0 25 0 4 0 622244364 593145856 133835 33554432000 134512640 135305190 4287683136 18446744073709551615 134557466 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 185.12
Current children cumulated vsize (KiB) 587944

[startup+102.314 s]
/proc/loadavg: 7.93 7.82 6.99 9/373 26472
/proc/meminfo: memFree=19735328/32951124 swapFree=66341972/67111528
[pid=26431] ppid=26429 vsize=8700 CPUtime=4.73 cores=0,2,4,6
/proc/26431/stat : 26431 (manysat.sh) S 26429 26431 25977 0 -1 4202496 357 46241 0 0 0 0 459 14 19 0 1 0 622243741 8908800 253 33554432000 4194304 4922060 140734553626448 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26431/statm: 2175 253 209 178 0 68 0
[pid=26456] ppid=26431 vsize=813916 CPUtime=384.61 cores=0,2,4,6
/proc/26456/stat : 26456 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202496 192630 0 0 0 38416 45 0 0 25 0 4 0 622244215 833449984 192497 33554432000 134512640 135305190 4287683136 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/26456/statm: 203479 192497 84 194 0 203283 0
[pid=26456/tid=26464] ppid=26431 vsize=813916 CPUtime=96.04 cores=0,2,4,6
/proc/26456/task/26464/stat : 26464 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 26845 0 0 0 9595 9 0 0 25 0 4 0 622244364 833449984 192497 33554432000 134512640 135305190 4287683136 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=26456/tid=26465] ppid=26431 vsize=813916 CPUtime=96.06 cores=0,2,4,6
/proc/26456/task/26465/stat : 26465 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 27455 0 0 0 9599 7 0 0 25 0 4 0 622244364 833449984 192497 33554432000 134512640 135305190 4287683136 18446744073709551615 134551793 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26456/tid=26466] ppid=26431 vsize=813916 CPUtime=94.91 cores=0,2,4,6
/proc/26456/task/26466/stat : 26466 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 26248 0 0 0 9484 7 0 0 25 0 4 0 622244364 833449984 192497 33554432000 134512640 135305190 4287683136 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 389.34
Current children cumulated vsize (KiB) 822616

[startup+162.301 s]
/proc/loadavg: 8.02 7.87 7.05 9/373 26474
/proc/meminfo: memFree=19146892/32951124 swapFree=66341972/67111528
[pid=26431] ppid=26429 vsize=8700 CPUtime=4.73 cores=0,2,4,6
/proc/26431/stat : 26431 (manysat.sh) S 26429 26431 25977 0 -1 4202496 357 46241 0 0 0 0 459 14 19 0 1 0 622243741 8908800 253 33554432000 4194304 4922060 140734553626448 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26431/statm: 2175 253 209 178 0 68 0
[pid=26456] ppid=26431 vsize=1129808 CPUtime=623.83 cores=0,2,4,6
/proc/26456/stat : 26456 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202496 271359 0 0 0 62316 67 0 0 25 0 4 0 622244215 1156923392 271219 33554432000 134512640 135305190 4287683136 18446744073709551615 134551804 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/26456/statm: 282452 271219 84 194 0 282256 0
[pid=26456/tid=26464] ppid=26431 vsize=1129808 CPUtime=156.03 cores=0,2,4,6
/proc/26456/task/26464/stat : 26464 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 43255 0 0 0 15588 15 0 0 25 0 4 0 622244364 1156923392 271219 33554432000 134512640 135305190 4287683136 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=26456/tid=26465] ppid=26431 vsize=1129808 CPUtime=156.06 cores=0,2,4,6
/proc/26456/task/26465/stat : 26465 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 47661 0 0 0 15593 13 0 0 25 0 4 0 622244364 1156923392 271219 33554432000 134512640 135305190 4287683136 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26456/tid=26466] ppid=26431 vsize=1129808 CPUtime=154.17 cores=0,2,4,6
/proc/26456/task/26466/stat : 26466 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 46391 0 0 0 15405 12 0 0 25 0 4 0 622244364 1156923392 271219 33554432000 134512640 135305190 4287683136 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 628.56
Current children cumulated vsize (KiB) 1138508

[startup+222.301 s]
/proc/loadavg: 8.05 7.90 7.12 9/373 26476
/proc/meminfo: memFree=18672176/32951124 swapFree=66341972/67111528
[pid=26431] ppid=26429 vsize=8700 CPUtime=4.73 cores=0,2,4,6
/proc/26431/stat : 26431 (manysat.sh) S 26429 26431 25977 0 -1 4202496 357 46241 0 0 0 0 459 14 19 0 1 0 622243741 8908800 253 33554432000 4194304 4922060 140734553626448 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26431/statm: 2175 253 209 178 0 68 0
[pid=26456] ppid=26431 vsize=1360488 CPUtime=863.1 cores=0,2,4,6
/proc/26456/stat : 26456 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202496 329414 0 0 0 86231 79 0 0 25 0 4 0 622244215 1393139712 329273 33554432000 134512640 135305190 4287683136 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/26456/statm: 340122 329273 84 194 0 339926 0
[pid=26456/tid=26464] ppid=26431 vsize=1360488 CPUtime=216.03 cores=0,2,4,6

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

/proc/26456/task/26466/stat : 26466 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 141602 0 0 0 74907 37 0 0 25 0 4 0 622244364 2876329984 690538 33554432000 134512640 135305190 4287683136 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3020.91
Current children cumulated vsize (KiB) 2817616

[startup+822.301 s]
/proc/loadavg: 8.13 8.10 7.58 9/373 26501
/proc/meminfo: memFree=15604784/32951124 swapFree=66341972/67111528
[pid=26431] ppid=26429 vsize=8700 CPUtime=4.73 cores=0,2,4,6
/proc/26431/stat : 26431 (manysat.sh) S 26429 26431 25977 0 -1 4202496 357 46241 0 0 0 0 459 14 19 0 1 0 622243741 8908800 253 33554432000 4194304 4922060 140734553626448 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26431/statm: 2175 253 209 178 0 68 0
[pid=26456] ppid=26431 vsize=3018448 CPUtime=3255.42 cores=0,2,4,6
/proc/26456/stat : 26456 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202496 742833 0 0 0 325360 182 0 0 25 0 4 0 622244215 3090890752 742622 33554432000 134512640 135305190 4287683136 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/26456/statm: 754612 742622 84 194 0 754416 0
[pid=26456/tid=26464] ppid=26431 vsize=3018448 CPUtime=813.31 cores=0,2,4,6
/proc/26456/task/26464/stat : 26464 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 148432 0 0 0 81290 41 0 0 25 0 4 0 622244364 3090890752 742622 33554432000 134512640 135305190 4287683136 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26456/tid=26465] ppid=26431 vsize=3018448 CPUtime=816.01 cores=0,2,4,6
/proc/26456/task/26465/stat : 26465 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 183128 0 0 0 81561 40 0 0 25 0 4 0 622244364 3090890752 742622 33554432000 134512640 135305190 4287683136 18446744073709551615 134551642 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26456/tid=26466] ppid=26431 vsize=3018448 CPUtime=809.43 cores=0,2,4,6
/proc/26456/task/26466/stat : 26466 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 154341 0 0 0 80902 41 0 0 25 0 4 0 622244364 3090890752 742622 33554432000 134512640 135305190 4287683136 18446744073709551615 134551959 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3260.15
Current children cumulated vsize (KiB) 3027148

[startup+882.301 s]
/proc/loadavg: 8.08 8.10 7.61 9/373 26502
/proc/meminfo: memFree=15566188/32951124 swapFree=66341972/67111528
[pid=26431] ppid=26429 vsize=8700 CPUtime=4.73 cores=0,2,4,6
/proc/26431/stat : 26431 (manysat.sh) S 26429 26431 25977 0 -1 4202496 357 46241 0 0 0 0 459 14 19 0 1 0 622243741 8908800 253 33554432000 4194304 4922060 140734553626448 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26431/statm: 2175 253 209 178 0 68 0
[pid=26456] ppid=26431 vsize=3049552 CPUtime=3494.33 cores=0,2,4,6
/proc/26456/stat : 26456 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202496 750605 0 0 0 349247 186 0 0 25 0 4 0 622244215 3122741248 750394 33554432000 134512640 135305190 4287683136 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/26456/statm: 762388 750394 84 194 0 762192 0
[pid=26456/tid=26464] ppid=26431 vsize=3049552 CPUtime=872.43 cores=0,2,4,6
/proc/26456/task/26464/stat : 26464 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 150116 0 0 0 87201 42 0 0 25 0 4 0 622244364 3122741248 750394 33554432000 134512640 135305190 4287683136 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26456/tid=26465] ppid=26431 vsize=3049552 CPUtime=875.99 cores=0,2,4,6
/proc/26456/task/26465/stat : 26465 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 184669 0 0 0 87559 40 0 0 25 0 4 0 622244364 3122741248 750394 33554432000 134512640 135305190 4287683136 18446744073709551615 134551919 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26456/tid=26466] ppid=26431 vsize=3049552 CPUtime=869.27 cores=0,2,4,6
/proc/26456/task/26466/stat : 26466 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 156393 0 0 0 86886 41 0 0 25 0 4 0 622244364 3122741248 750394 33554432000 134512640 135305190 4287683136 18446744073709551615 134530659 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3499.06
Current children cumulated vsize (KiB) 3058252

[startup+942.3 s]
/proc/loadavg: 8.20 8.12 7.65 9/373 26504
/proc/meminfo: memFree=15552012/32951124 swapFree=66341972/67111528
[pid=26431] ppid=26429 vsize=8700 CPUtime=4.73 cores=0,2,4,6
/proc/26431/stat : 26431 (manysat.sh) S 26429 26431 25977 0 -1 4202496 357 46241 0 0 0 0 459 14 19 0 1 0 622243741 8908800 253 33554432000 4194304 4922060 140734553626448 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26431/statm: 2175 253 209 178 0 68 0
[pid=26456] ppid=26431 vsize=3049552 CPUtime=3733.61 cores=0,2,4,6
/proc/26456/stat : 26456 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202496 750613 0 0 0 373175 186 0 0 25 0 4 0 622244215 3122741248 750402 33554432000 134512640 135305190 4287683136 18446744073709551615 134556720 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/26456/statm: 762388 750402 84 194 0 762192 0
[pid=26456/tid=26464] ppid=26431 vsize=3049552 CPUtime=931.73 cores=0,2,4,6
/proc/26456/task/26464/stat : 26464 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 150116 0 0 0 93131 42 0 0 25 0 4 0 622244364 3122741248 750402 33554432000 134512640 135305190 4287683136 18446744073709551615 134551939 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26456/tid=26465] ppid=26431 vsize=3049552 CPUtime=935.99 cores=0,2,4,6
/proc/26456/task/26465/stat : 26465 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 184677 0 0 0 93559 40 0 0 25 0 4 0 622244364 3122741248 750402 33554432000 134512640 135305190 4287683136 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26456/tid=26466] ppid=26431 vsize=3049552 CPUtime=929.28 cores=0,2,4,6
/proc/26456/task/26466/stat : 26466 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 156393 0 0 0 92886 42 0 0 25 0 4 0 622244364 3122741248 750402 33554432000 134512640 135305190 4287683136 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3738.34
Current children cumulated vsize (KiB) 3058252

[startup+1002.3 s]
/proc/loadavg: 8.14 8.11 7.67 9/373 26505
/proc/meminfo: memFree=15286232/32951124 swapFree=66341972/67111528
[pid=26431] ppid=26429 vsize=8700 CPUtime=4.73 cores=0,2,4,6
/proc/26431/stat : 26431 (manysat.sh) S 26429 26431 25977 0 -1 4202496 357 46241 0 0 0 0 459 14 19 0 1 0 622243741 8908800 253 33554432000 4194304 4922060 140734553626448 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26431/statm: 2175 253 209 178 0 68 0
[pid=26456] ppid=26431 vsize=3080944 CPUtime=3972.89 cores=0,2,4,6
/proc/26456/stat : 26456 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202496 758510 0 0 0 397099 190 0 0 25 0 4 0 622244215 3154886656 758294 33554432000 134512640 135305190 4287683136 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/26456/statm: 770236 758294 84 194 0 770040 0
[pid=26456/tid=26464] ppid=26431 vsize=3080944 CPUtime=991.02 cores=0,2,4,6
/proc/26456/task/26464/stat : 26464 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 151702 0 0 0 99059 43 0 0 25 0 4 0 622244364 3154886656 758294 33554432000 134512640 135305190 4287683136 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26456/tid=26465] ppid=26431 vsize=3080944 CPUtime=996 cores=0,2,4,6
/proc/26456/task/26465/stat : 26465 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 186121 0 0 0 99559 41 0 0 25 0 4 0 622244364 3154886656 758294 33554432000 134512640 135305190 4287683136 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26456/tid=26466] ppid=26431 vsize=3080944 CPUtime=989.28 cores=0,2,4,6
/proc/26456/task/26466/stat : 26466 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 159193 0 0 0 98885 43 0 0 25 0 4 0 622244364 3154886656 758294 33554432000 134512640 135305190 4287683136 18446744073709551615 134551793 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3977.62
Current children cumulated vsize (KiB) 3089644

[startup+1062.3 s]
/proc/loadavg: 8.17 8.12 7.70 9/373 26507
/proc/meminfo: memFree=14779408/32951124 swapFree=66341972/67111528
[pid=26431] ppid=26429 vsize=8700 CPUtime=4.73 cores=0,2,4,6
/proc/26431/stat : 26431 (manysat.sh) S 26429 26431 25977 0 -1 4202496 357 46241 0 0 0 0 459 14 19 0 1 0 622243741 8908800 253 33554432000 4194304 4922060 140734553626448 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26431/statm: 2175 253 209 178 0 68 0
[pid=26456] ppid=26431 vsize=3295568 CPUtime=4212.18 cores=0,2,4,6
/proc/26456/stat : 26456 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202496 811886 0 0 0 421016 202 0 0 25 0 4 0 622244215 3374661632 811669 33554432000 134512640 135305190 4287683136 18446744073709551615 134551930 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/26456/statm: 823892 811669 84 194 0 823696 0
[pid=26456/tid=26464] ppid=26431 vsize=3295568 CPUtime=1050.32 cores=0,2,4,6
/proc/26456/task/26464/stat : 26464 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 165112 0 0 0 104987 45 0 0 25 0 4 0 622244364 3374661632 811669 33554432000 134512640 135305190 4287683136 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26456/tid=26465] ppid=26431 vsize=3295568 CPUtime=1056.01 cores=0,2,4,6
/proc/26456/task/26465/stat : 26465 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 198347 0 0 0 105557 44 0 0 25 0 4 0 622244364 3374661632 811669 33554432000 134512640 135305190 4287683136 18446744073709551615 134563883 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26456/tid=26466] ppid=26431 vsize=3295568 CPUtime=1049.28 cores=0,2,4,6
/proc/26456/task/26466/stat : 26466 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 172545 0 0 0 104882 46 0 0 25 0 4 0 622244364 3374661632 811669 33554432000 134512640 135305190 4287683136 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4216.91
Current children cumulated vsize (KiB) 3304268

[startup+1122.3 s]
/proc/loadavg: 8.17 8.13 7.73 9/373 26509
/proc/meminfo: memFree=14152048/32951124 swapFree=66341972/67111528
[pid=26431] ppid=26429 vsize=8700 CPUtime=4.73 cores=0,2,4,6
/proc/26431/stat : 26431 (manysat.sh) S 26429 26431 25977 0 -1 4202496 357 46241 0 0 0 0 459 14 19 0 1 0 622243741 8908800 253 33554432000 4194304 4922060 140734553626448 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26431/statm: 2175 253 209 178 0 68 0
[pid=26456] ppid=26431 vsize=3601748 CPUtime=4451.46 cores=0,2,4,6
/proc/26456/stat : 26456 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202496 888460 0 0 0 444926 220 0 0 25 0 4 0 622244215 3688189952 888242 33554432000 134512640 135305190 4287683136 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/26456/statm: 900437 888242 84 194 0 900241 0
[pid=26456/tid=26464] ppid=26431 vsize=3601748 CPUtime=1109.6 cores=0,2,4,6
/proc/26456/task/26464/stat : 26464 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 183708 0 0 0 110911 49 0 0 25 0 4 0 622244364 3688189952 888242 33554432000 134512640 135305190 4287683136 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26456/tid=26465] ppid=26431 vsize=3601748 CPUtime=1116.01 cores=0,2,4,6
/proc/26456/task/26465/stat : 26465 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 214602 0 0 0 111554 47 0 0 25 0 4 0 622244364 3688189952 888242 33554432000 134512640 135305190 4287683136 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26456/tid=26466] ppid=26431 vsize=3601748 CPUtime=1109.28 cores=0,2,4,6
/proc/26456/task/26466/stat : 26466 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 193040 0 0 0 110877 51 0 0 25 0 4 0 622244364 3688189952 888242 33554432000 134512640 135305190 4287683136 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4456.19
Current children cumulated vsize (KiB) 3610448

[startup+1182.3 s]
/proc/loadavg: 8.16 8.13 7.75 9/373 26510
/proc/meminfo: memFree=13929820/32951124 swapFree=66341972/67111528
[pid=26431] ppid=26429 vsize=8700 CPUtime=4.73 cores=0,2,4,6
/proc/26431/stat : 26431 (manysat.sh) S 26429 26431 25977 0 -1 4202496 357 46241 0 0 0 0 459 14 19 0 1 0 622243741 8908800 253 33554432000 4194304 4922060 140734553626448 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26431/statm: 2175 253 209 178 0 68 0
[pid=26456] ppid=26431 vsize=3606668 CPUtime=4690.51 cores=0,2,4,6
/proc/26456/stat : 26456 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202496 889633 0 0 0 468830 221 0 0 25 0 4 0 622244215 3693228032 889415 33554432000 134512640 135305190 4287683136 18446744073709551615 134556752 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/26456/statm: 901667 889415 84 194 0 901471 0
[pid=26456/tid=26464] ppid=26431 vsize=3606668 CPUtime=1168.84 cores=0,2,4,6
/proc/26456/task/26464/stat : 26464 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 183940 0 0 0 116835 49 0 0 25 0 4 0 622244364 3693228032 889415 33554432000 134512640 135305190 4287683136 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26456/tid=26465] ppid=26431 vsize=3606668 CPUtime=1176 cores=0,2,4,6
/proc/26456/task/26465/stat : 26465 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 214867 0 0 0 117553 47 0 0 25 0 4 0 622244364 3693228032 889415 33554432000 134512640 135305190 4287683136 18446744073709551615 134551639 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26456/tid=26466] ppid=26431 vsize=3606668 CPUtime=1169.2 cores=0,2,4,6
/proc/26456/task/26466/stat : 26466 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 193399 0 0 0 116869 51 0 0 25 0 4 0 622244364 3693228032 889415 33554432000 134512640 135305190 4287683136 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4695.24
Current children cumulated vsize (KiB) 3615368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1208.6 s]
/proc/loadavg: 8.17 8.14 7.76 10/373 26511
/proc/meminfo: memFree=13929684/32951124 swapFree=66341972/67111528
[pid=26431] ppid=26429 vsize=8700 CPUtime=4.73 cores=0,2,4,6
/proc/26431/stat : 26431 (manysat.sh) S 26429 26431 25977 0 -1 4202496 357 46241 0 0 0 0 459 14 19 0 1 0 622243741 8908800 253 33554432000 4194304 4922060 140734553626448 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26431/statm: 2175 253 209 178 0 68 0
[pid=26456] ppid=26431 vsize=3606668 CPUtime=4795.43 cores=0,2,4,6
/proc/26456/stat : 26456 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202496 889662 0 0 0 479321 222 0 0 25 0 4 0 622244215 3693228032 889444 33554432000 134512640 135305190 4287683136 18446744073709551615 134551694 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/26456/statm: 901667 889444 84 194 0 901471 0
[pid=26456/tid=26464] ppid=26431 vsize=3606668 CPUtime=1194.82 cores=0,2,4,6
/proc/26456/task/26464/stat : 26464 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 183940 0 0 0 119433 49 0 0 25 0 4 0 622244364 3693228032 889444 33554432000 134512640 135305190 4287683136 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26456/tid=26465] ppid=26431 vsize=3606668 CPUtime=1202.31 cores=0,2,4,6
/proc/26456/task/26465/stat : 26465 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 214870 0 0 0 120184 47 0 0 25 0 4 0 622244364 3693228032 889444 33554432000 134512640 135305190 4287683136 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26456/tid=26466] ppid=26431 vsize=3606668 CPUtime=1195.51 cores=0,2,4,6
/proc/26456/task/26466/stat : 26466 (manysat1.1_stat) R 26431 26431 25977 0 -1 4202560 193425 0 0 0 119500 51 0 0 25 0 4 0 622244364 3693228032 889444 33554432000 134512640 135305190 4287683136 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 3615368

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 26431 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=591302
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=146977
# CPU time returned by wait4() is 4.73828
# while last known CPU time is 4800.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1208.63
CPU time (s): 4800.16
CPU user time (s): 4797.8
CPU system time (s): 2.36
CPU usage (%): 397.159
Max. virtual memory (cumulated for all children) (KiB): 3615368

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

runsolver used 4.10038 second user time and 10.1974 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-13 16:51:21
IDJOB=3362047
IDBENCH=82363
IDSOLVER=1838
FILE ID=node141/3362047-1305298280
RUNJOBID= node141-1305296391-25995
PBS_JOBID= 13321412
Free space on /tmp= 48876 MiB

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

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

MD5SUM BENCH= f52ec4dacdcf65c3aedb61fb46ade01b
RANDOM SEED=1578343706

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:      21269136 kB
Buffers:        211368 kB
Cached:        5913268 kB
SwapCached:      22860 kB
Active:        3203108 kB
Inactive:      8252176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21269136 kB
SwapTotal:    67111528 kB
SwapFree:     66341972 kB
Dirty:           62136 kB
Writeback:         128 kB
AnonPages:     5313576 kB
Mapped:          19912 kB
Slab:           126212 kB
PageTables:      38008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86377592 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= 48804 MiB
End job on node141 at 2011-05-13 17:11:32