Trace number 3362395

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.1 1203.44

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer16.shuffled.cnf
MD5SUMf98b1abe53ae4846a5f9102253ed913e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.484926
Satisfiable
(Un)Satisfiability was proved
Number of variables264
Number of clauses1476
Sum of the clauses size3168
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21452
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 524

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    1476     3168 |     442       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    1452     5280 |      --       0       --      -- |     --   | -24/2112
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 240   #clauses: 1452   #literals: 5280
0.00/0.00	c CPU time:   0.002999 s
0.00/0.00	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-3362395-1305302329/watcher-3362395-1305302329 -o /tmp/evaluation-result-3362395-1305302329/solver-3362395-1305302329 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362395-1305302329.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: 8.09 8.08 8.00 5/356 11777
/proc/meminfo: memFree=4142596/32950928 swapFree=67056568/67111528
[pid=11777] ppid=11775 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11777/stat : 11777 (manysat.sh) S 11775 11777 10773 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 641829979 8908800 253 33554432000 4194304 4922060 140736926289440 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11777/statm: 2175 253 209 178 0 68 0

[startup+0.081745 s]
/proc/loadavg: 8.09 8.08 8.00 5/356 11777
/proc/meminfo: memFree=4142596/32950928 swapFree=67056568/67111528
[pid=11777] ppid=11775 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11777/stat : 11777 (manysat.sh) S 11775 11777 10773 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 641829979 8908800 253 33554432000 4194304 4922060 140736926289440 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11777/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100742 s]
/proc/loadavg: 8.09 8.08 8.00 5/356 11777
/proc/meminfo: memFree=4142596/32950928 swapFree=67056568/67111528
[pid=11777] ppid=11775 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11777/stat : 11777 (manysat.sh) S 11775 11777 10773 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 641829979 8908800 253 33554432000 4194304 4922060 140736926289440 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11777/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300704 s]
/proc/loadavg: 8.09 8.08 8.00 5/356 11777
/proc/meminfo: memFree=4142596/32950928 swapFree=67056568/67111528
[pid=11777] ppid=11775 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11777/stat : 11777 (manysat.sh) S 11775 11777 10773 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 641829979 8908800 253 33554432000 4194304 4922060 140736926289440 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11777/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700627 s]
/proc/loadavg: 8.09 8.08 8.00 5/356 11777
/proc/meminfo: memFree=4142596/32950928 swapFree=67056568/67111528
[pid=11777] ppid=11775 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11777/stat : 11777 (manysat.sh) S 11775 11777 10773 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 641829979 8908800 253 33554432000 4194304 4922060 140736926289440 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11777/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50048 s]
/proc/loadavg: 8.09 8.08 8.00 9/361 11783
/proc/meminfo: memFree=4131812/32950928 swapFree=67056568/67111528
[pid=11777] ppid=11775 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11777/stat : 11777 (manysat.sh) S 11775 11777 10773 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 641829979 8908800 253 33554432000 4194304 4922060 140736926289440 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11777/statm: 2175 253 209 178 0 68 0
[pid=11779] ppid=11777 vsize=51184 CPUtime=5.94 cores=1,3,5,7
/proc/11779/stat : 11779 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202496 4119 0 0 0 592 2 0 0 25 0 4 0 641829979 52412416 4070 33554432000 134512640 135305190 4290238272 18446744073709551615 134530613 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11779/statm: 12796 4070 84 194 0 12600 0
[pid=11779/tid=11780] ppid=11777 vsize=51184 CPUtime=1.48 cores=1,3,5,7
/proc/11779/task/11780/stat : 11780 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 1124 0 0 0 148 0 0 0 20 0 4 0 641829980 52412416 4070 33554432000 134512640 135305190 4290238272 18446744073709551615 134538322 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11779/tid=11781] ppid=11777 vsize=51184 CPUtime=1.46 cores=1,3,5,7
/proc/11779/task/11781/stat : 11781 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 778 0 0 0 146 0 0 0 19 0 4 0 641829980 52412416 4070 33554432000 134512640 135305190 4290238272 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11779/tid=11782] ppid=11777 vsize=51184 CPUtime=1.48 cores=1,3,5,7
/proc/11779/task/11782/stat : 11782 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 1119 0 0 0 148 0 0 0 19 0 4 0 641829980 52412416 4070 33554432000 134512640 135305190 4290238272 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 59884

[startup+3.10117 s]
/proc/loadavg: 8.09 8.08 8.00 9/361 11783
/proc/meminfo: memFree=4121148/32950928 swapFree=67056568/67111528
[pid=11777] ppid=11775 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11777/stat : 11777 (manysat.sh) S 11775 11777 10773 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 641829979 8908800 253 33554432000 4194304 4922060 140736926289440 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11777/statm: 2175 253 209 178 0 68 0
[pid=11779] ppid=11777 vsize=59904 CPUtime=12.32 cores=1,3,5,7
/proc/11779/stat : 11779 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202496 6299 0 0 0 1230 2 0 0 25 0 4 0 641829979 61341696 6250 33554432000 134512640 135305190 4290238272 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11779/statm: 14976 6250 84 194 0 14780 0
[pid=11779/tid=11780] ppid=11777 vsize=59904 CPUtime=3.08 cores=1,3,5,7
/proc/11779/task/11780/stat : 11780 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 1472 0 0 0 308 0 0 0 24 0 4 0 641829980 61341696 6250 33554432000 134512640 135305190 4290238272 18446744073709551615 134528471 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11779/tid=11781] ppid=11777 vsize=59904 CPUtime=3.05 cores=1,3,5,7
/proc/11779/task/11781/stat : 11781 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 1276 0 0 0 305 0 0 0 24 0 4 0 641829980 61341696 6250 33554432000 134512640 135305190 4290238272 18446744073709551615 134553497 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11779/tid=11782] ppid=11777 vsize=59904 CPUtime=3.08 cores=1,3,5,7
/proc/11779/task/11782/stat : 11782 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 1838 0 0 0 308 0 0 0 24 0 4 0 641829980 61341696 6250 33554432000 134512640 135305190 4290238272 18446744073709551615 134528603 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 68604

[startup+6.30056 s]
/proc/loadavg: 8.08 8.08 8.00 9/361 11783
/proc/meminfo: memFree=4107876/32950928 swapFree=67056568/67111528
[pid=11777] ppid=11775 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11777/stat : 11777 (manysat.sh) S 11775 11777 10773 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 641829979 8908800 253 33554432000 4194304 4922060 140736926289440 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11777/statm: 2175 253 209 178 0 68 0
[pid=11779] ppid=11777 vsize=72364 CPUtime=25.08 cores=1,3,5,7
/proc/11779/stat : 11779 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202496 9704 0 0 0 2504 4 0 0 25 0 4 0 641829979 74100736 9655 33554432000 134512640 135305190 4290238272 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11779/statm: 18091 9655 84 194 0 17895 0
[pid=11779/tid=11780] ppid=11777 vsize=72364 CPUtime=6.27 cores=1,3,5,7
/proc/11779/task/11780/stat : 11780 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 2440 0 0 0 627 0 0 0 25 0 4 0 641829980 74100736 9655 33554432000 134512640 135305190 4290238272 18446744073709551615 134558812 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11779/tid=11781] ppid=11777 vsize=72364 CPUtime=6.22 cores=1,3,5,7
/proc/11779/task/11781/stat : 11781 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 1911 0 0 0 621 1 0 0 25 0 4 0 641829980 74100736 9655 33554432000 134512640 135305190 4290238272 18446744073709551615 134538552 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11779/tid=11782] ppid=11777 vsize=72364 CPUtime=6.28 cores=1,3,5,7
/proc/11779/task/11782/stat : 11782 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 2926 0 0 0 627 1 0 0 25 0 4 0 641829980 74100736 9655 33554432000 134512640 135305190 4290238272 18446744073709551615 134530636 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 81064

[startup+12.7003 s]
/proc/loadavg: 8.08 8.08 8.00 9/361 11783
/proc/meminfo: memFree=4092780/32950928 swapFree=67056568/67111528
[pid=11777] ppid=11775 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11777/stat : 11777 (manysat.sh) S 11775 11777 10773 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 641829979 8908800 253 33554432000 4194304 4922060 140736926289440 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11777/statm: 2175 253 209 178 0 68 0
[pid=11779] ppid=11777 vsize=85260 CPUtime=50.61 cores=1,3,5,7
/proc/11779/stat : 11779 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202496 12598 0 0 0 5055 6 0 0 25 0 4 0 641829979 87306240 12549 33554432000 134512640 135305190 4290238272 18446744073709551615 134528382 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11779/statm: 21315 12549 84 194 0 21119 0
[pid=11779/tid=11780] ppid=11777 vsize=85260 CPUtime=12.67 cores=1,3,5,7
/proc/11779/task/11780/stat : 11780 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 3214 0 0 0 1267 0 0 0 25 0 4 0 641829980 87306240 12549 33554432000 134512640 135305190 4290238272 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11779/tid=11781] ppid=11777 vsize=85260 CPUtime=12.54 cores=1,3,5,7
/proc/11779/task/11781/stat : 11781 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 2573 0 0 0 1253 1 0 0 25 0 4 0 641829980 87306240 12549 33554432000 134512640 135305190 4290238272 18446744073709551615 134528327 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11779/tid=11782] ppid=11777 vsize=85260 CPUtime=12.68 cores=1,3,5,7
/proc/11779/task/11782/stat : 11782 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 3771 0 0 0 1267 1 0 0 25 0 4 0 641829980 87306240 12549 33554432000 134512640 135305190 4290238272 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 93960

[startup+25.5009 s]
/proc/loadavg: 8.13 8.09 8.00 9/361 11784
/proc/meminfo: memFree=4080624/32950928 swapFree=67056568/67111528
[pid=11777] ppid=11775 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11777/stat : 11777 (manysat.sh) S 11775 11777 10773 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 641829979 8908800 253 33554432000 4194304 4922060 140736926289440 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11777/statm: 2175 253 209 178 0 68 0
[pid=11779] ppid=11777 vsize=96700 CPUtime=101.64 cores=1,3,5,7
/proc/11779/stat : 11779 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202496 15175 0 0 0 10156 8 0 0 25 0 4 0 641829979 99020800 15126 33554432000 134512640 135305190 4290238272 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11779/statm: 24175 15126 84 194 0 23979 0
[pid=11779/tid=11780] ppid=11777 vsize=96700 CPUtime=25.47 cores=1,3,5,7
/proc/11779/task/11780/stat : 11780 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 4079 0 0 0 2546 1 0 0 25 0 4 0 641829980 99020800 15126 33554432000 134512640 135305190 4290238272 18446744073709551615 134528397 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11779/tid=11781] ppid=11777 vsize=96700 CPUtime=25.19 cores=1,3,5,7
/proc/11779/task/11781/stat : 11781 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 3101 0 0 0 2517 2 0 0 25 0 4 0 641829980 99020800 15126 33554432000 134512640 135305190 4290238272 18446744073709551615 134554655 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11779/tid=11782] ppid=11777 vsize=96700 CPUtime=25.48 cores=1,3,5,7
/proc/11779/task/11782/stat : 11782 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 4417 0 0 0 2546 2 0 0 25 0 4 0 641829980 99020800 15126 33554432000 134512640 135305190 4290238272 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 105400

[startup+51.101 s]
/proc/loadavg: 8.16 8.10 8.01 9/361 11784
/proc/meminfo: memFree=4044144/32950928 swapFree=67056568/67111528
[pid=11777] ppid=11775 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11777/stat : 11777 (manysat.sh) S 11775 11777 10773 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 641829979 8908800 253 33554432000 4194304 4922060 140736926289440 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11777/statm: 2175 253 209 178 0 68 0
[pid=11779] ppid=11777 vsize=135332 CPUtime=203.74 cores=1,3,5,7
/proc/11779/stat : 11779 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202496 24393 0 0 0 20358 16 0 0 25 0 4 0 641829979 138579968 24340 33554432000 134512640 135305190 4290238272 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11779/statm: 33833 24340 84 194 0 33637 0
[pid=11779/tid=11780] ppid=11777 vsize=135332 CPUtime=51.07 cores=1,3,5,7
/proc/11779/task/11780/stat : 11780 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 6451 0 0 0 5104 3 0 0 25 0 4 0 641829980 138579968 24340 33554432000 134512640 135305190 4290238272 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11779/tid=11781] ppid=11777 vsize=135332 CPUtime=50.49 cores=1,3,5,7
/proc/11779/task/11781/stat : 11781 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 6013 0 0 0 5044 5 0 0 25 0 4 0 641829980 138579968 24340 33554432000 134512640 135305190 4290238272 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11779/tid=11782] ppid=11777 vsize=135332 CPUtime=51.07 cores=1,3,5,7
/proc/11779/task/11782/stat : 11782 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 6205 0 0 0 5104 3 0 0 25 0 4 0 641829980 138579968 24340 33554432000 134512640 135305190 4290238272 18446744073709551615 134528755 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.74
Current children cumulated vsize (KiB) 144032

[startup+102.313 s]
/proc/loadavg: 8.24 8.13 8.02 9/361 11786
/proc/meminfo: memFree=4011144/32950928 swapFree=67056568/67111528
[pid=11777] ppid=11775 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11777/stat : 11777 (manysat.sh) S 11775 11777 10773 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 641829979 8908800 253 33554432000 4194304 4922060 140736926289440 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11777/statm: 2175 253 209 178 0 68 0
[pid=11779] ppid=11777 vsize=169292 CPUtime=407.98 cores=1,3,5,7
/proc/11779/stat : 11779 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202496 32355 0 0 0 40776 22 0 0 25 0 4 0 641829979 173355008 32234 33554432000 134512640 135305190 4290238272 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11779/statm: 42323 32234 84 194 0 42127 0
[pid=11779/tid=11780] ppid=11777 vsize=169292 CPUtime=102.28 cores=1,3,5,7
/proc/11779/task/11780/stat : 11780 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 9683 0 0 0 10222 6 0 0 25 0 4 0 641829980 173355008 32234 33554432000 134512640 135305190 4290238272 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11779/tid=11781] ppid=11777 vsize=169292 CPUtime=101.1 cores=1,3,5,7
/proc/11779/task/11781/stat : 11781 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 7749 0 0 0 10104 6 0 0 25 0 4 0 641829980 173355008 32234 33554432000 134512640 135305190 4290238272 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11779/tid=11782] ppid=11777 vsize=169292 CPUtime=102.28 cores=1,3,5,7
/proc/11779/task/11782/stat : 11782 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 8294 0 0 0 10223 5 0 0 25 0 4 0 641829980 173355008 32234 33554432000 134512640 135305190 4290238272 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.98
Current children cumulated vsize (KiB) 177992

[startup+162.301 s]
/proc/loadavg: 8.16 8.12 8.02 9/361 11796
/proc/meminfo: memFree=3984432/32950928 swapFree=67056568/67111528
[pid=11777] ppid=11775 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11777/stat : 11777 (manysat.sh) S 11775 11777 10773 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 641829979 8908800 253 33554432000 4194304 4922060 140736926289440 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11777/statm: 2175 253 209 178 0 68 0
[pid=11779] ppid=11777 vsize=198368 CPUtime=647.23 cores=1,3,5,7
/proc/11779/stat : 11779 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202496 38807 0 0 0 64693 30 0 0 25 0 4 0 641829979 203128832 38631 33554432000 134512640 135305190 4290238272 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11779/statm: 49592 38631 84 194 0 49396 0
[pid=11779/tid=11780] ppid=11777 vsize=198368 CPUtime=162.24 cores=1,3,5,7

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

/proc/11779/task/11782/stat : 11782 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 19790 0 0 0 76206 20 0 0 25 0 4 0 641829980 413290496 84625 33554432000 134512640 135305190 4290238272 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3040.56
Current children cumulated vsize (KiB) 412304

[startup+822.301 s]
/proc/loadavg: 8.12 8.08 8.00 9/361 11882
/proc/meminfo: memFree=3800828/32950928 swapFree=67056568/67111528
[pid=11777] ppid=11775 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11777/stat : 11777 (manysat.sh) S 11775 11777 10773 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 641829979 8908800 253 33554432000 4194304 4922060 140736926289440 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11777/statm: 2175 253 209 178 0 68 0
[pid=11779] ppid=11777 vsize=418352 CPUtime=3279.84 cores=1,3,5,7
/proc/11779/stat : 11779 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202496 88525 0 0 0 327903 81 0 0 25 0 4 0 641829979 428392448 87300 33554432000 134512640 135305190 4290238272 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/11779/statm: 104588 87300 84 194 0 104392 0
[pid=11779/tid=11780] ppid=11777 vsize=418352 CPUtime=818.54 cores=1,3,5,7
/proc/11779/task/11780/stat : 11780 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 21585 0 0 0 81837 17 0 0 25 0 4 0 641829980 428392448 87300 33554432000 134512640 135305190 4290238272 18446744073709551615 134538298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11779/tid=11781] ppid=11777 vsize=418352 CPUtime=819 cores=1,3,5,7
/proc/11779/task/11781/stat : 11781 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 27198 0 0 0 81874 26 0 0 25 0 4 0 641829980 428392448 87300 33554432000 134512640 135305190 4290238272 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11779/tid=11782] ppid=11777 vsize=418352 CPUtime=822.25 cores=1,3,5,7
/proc/11779/task/11782/stat : 11782 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 20163 0 0 0 82204 21 0 0 25 0 4 0 641829980 428392448 87300 33554432000 134512640 135305190 4290238272 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3279.84
Current children cumulated vsize (KiB) 427052

[startup+882.301 s]
/proc/loadavg: 6.68 7.74 7.89 5/351 11901
/proc/meminfo: memFree=4287544/32950928 swapFree=67056568/67111528
[pid=11777] ppid=11775 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11777/stat : 11777 (manysat.sh) S 11775 11777 10773 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 641829979 8908800 253 33554432000 4194304 4922060 140736926289440 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11777/statm: 2175 253 209 178 0 68 0
[pid=11779] ppid=11777 vsize=422600 CPUtime=3519.17 cores=1,3,5,7
/proc/11779/stat : 11779 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202496 89486 0 0 0 351832 85 0 0 25 0 4 0 641829979 432742400 88261 33554432000 134512640 135305190 4290238272 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/11779/statm: 105650 88261 84 194 0 105454 0
[pid=11779/tid=11780] ppid=11777 vsize=422600 CPUtime=878.54 cores=1,3,5,7
/proc/11779/task/11780/stat : 11780 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 21588 0 0 0 87836 18 0 0 25 0 4 0 641829980 432742400 88261 33554432000 134512640 135305190 4290238272 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11779/tid=11781] ppid=11777 vsize=422600 CPUtime=878.99 cores=1,3,5,7
/proc/11779/task/11781/stat : 11781 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 27198 0 0 0 87872 27 0 0 25 0 4 0 641829980 432742400 88261 33554432000 134512640 135305190 4290238272 18446744073709551615 134538552 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11779/tid=11782] ppid=11777 vsize=422600 CPUtime=882.25 cores=1,3,5,7
/proc/11779/task/11782/stat : 11782 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 20724 0 0 0 88204 21 0 0 25 0 4 0 641829980 432742400 88261 33554432000 134512640 135305190 4290238272 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3519.17
Current children cumulated vsize (KiB) 431300

[startup+942.301 s]
/proc/loadavg: 4.98 7.06 7.64 5/351 11903
/proc/meminfo: memFree=4258388/32950928 swapFree=67056568/67111528
[pid=11777] ppid=11775 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11777/stat : 11777 (manysat.sh) S 11775 11777 10773 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 641829979 8908800 253 33554432000 4194304 4922060 140736926289440 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11777/statm: 2175 253 209 178 0 68 0
[pid=11779] ppid=11777 vsize=454388 CPUtime=3758.53 cores=1,3,5,7
/proc/11779/stat : 11779 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202496 97123 0 0 0 375760 93 0 0 25 0 4 0 641829979 465293312 95763 33554432000 134512640 135305190 4290238272 18446744073709551615 134528435 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/11779/statm: 113597 95763 84 194 0 113401 0
[pid=11779/tid=11780] ppid=11777 vsize=454388 CPUtime=938.54 cores=1,3,5,7
/proc/11779/task/11780/stat : 11780 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 23048 0 0 0 93835 19 0 0 25 0 4 0 641829980 465293312 95763 33554432000 134512640 135305190 4290238272 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11779/tid=11781] ppid=11777 vsize=454388 CPUtime=938.99 cores=1,3,5,7
/proc/11779/task/11781/stat : 11781 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 31513 0 0 0 93869 30 0 0 25 0 4 0 641829980 465293312 95763 33554432000 134512640 135305190 4290238272 18446744073709551615 134554449 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11779/tid=11782] ppid=11777 vsize=454388 CPUtime=942.25 cores=1,3,5,7
/proc/11779/task/11782/stat : 11782 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 21696 0 0 0 94202 23 0 0 25 0 4 0 641829980 465293312 95763 33554432000 134512640 135305190 4290238272 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3758.53
Current children cumulated vsize (KiB) 463088

[startup+1002.3 s]
/proc/loadavg: 4.36 6.50 7.41 5/351 11905
/proc/meminfo: memFree=4207412/32950928 swapFree=67056568/67111528
[pid=11777] ppid=11775 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11777/stat : 11777 (manysat.sh) S 11775 11777 10773 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 641829979 8908800 253 33554432000 4194304 4922060 140736926289440 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11777/statm: 2175 253 209 178 0 68 0
[pid=11779] ppid=11777 vsize=504472 CPUtime=3997.88 cores=1,3,5,7
/proc/11779/stat : 11779 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202496 109995 0 0 0 399680 108 0 0 25 0 4 0 641829979 516579328 108566 33554432000 134512640 135305190 4290238272 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/11779/statm: 126118 108566 84 194 0 125922 0
[pid=11779/tid=11780] ppid=11777 vsize=504472 CPUtime=998.54 cores=1,3,5,7
/proc/11779/task/11780/stat : 11780 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 24998 0 0 0 99832 22 0 0 25 0 4 0 641829980 516579328 108566 33554432000 134512640 135305190 4290238272 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11779/tid=11781] ppid=11777 vsize=504472 CPUtime=998.99 cores=1,3,5,7
/proc/11779/task/11781/stat : 11781 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 39078 0 0 0 99863 36 0 0 25 0 4 0 641829980 516579328 108566 33554432000 134512640 135305190 4290238272 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11779/tid=11782] ppid=11777 vsize=504472 CPUtime=1002.26 cores=1,3,5,7
/proc/11779/task/11782/stat : 11782 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 23456 0 0 0 100201 25 0 0 25 0 4 0 641829980 516579328 108566 33554432000 134512640 135305190 4290238272 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3997.88
Current children cumulated vsize (KiB) 513172

[startup+1062.3 s]
/proc/loadavg: 4.20 6.06 7.20 5/351 11906
/proc/meminfo: memFree=4195616/32950928 swapFree=67056568/67111528
[pid=11777] ppid=11775 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11777/stat : 11777 (manysat.sh) S 11775 11777 10773 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 641829979 8908800 253 33554432000 4194304 4922060 140736926289440 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11777/statm: 2175 253 209 178 0 68 0
[pid=11779] ppid=11777 vsize=516592 CPUtime=4237.17 cores=1,3,5,7
/proc/11779/stat : 11779 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202496 112827 0 0 0 423602 115 0 0 25 0 4 0 641829979 528990208 111346 33554432000 134512640 135305190 4290238272 18446744073709551615 134528559 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11779/statm: 129148 111346 84 194 0 128952 0
[pid=11779/tid=11780] ppid=11777 vsize=516592 CPUtime=1058.5 cores=1,3,5,7
/proc/11779/task/11780/stat : 11780 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 26419 0 0 0 105826 24 0 0 25 0 4 0 641829980 528990208 111346 33554432000 134512640 135305190 4290238272 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=11779/tid=11781] ppid=11777 vsize=516592 CPUtime=1058.98 cores=1,3,5,7
/proc/11779/task/11781/stat : 11781 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 40213 0 0 0 105859 39 0 0 25 0 4 0 641829980 528990208 111346 33554432000 134512640 135305190 4290238272 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11779/tid=11782] ppid=11777 vsize=516592 CPUtime=1061.87 cores=1,3,5,7
/proc/11779/task/11782/stat : 11782 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 23653 0 0 0 106161 26 0 0 25 0 4 0 641829980 528990208 111346 33554432000 134512640 135305190 4290238272 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4237.17
Current children cumulated vsize (KiB) 525292

[startup+1122.3 s]
/proc/loadavg: 4.14 5.70 7.00 5/351 11908
/proc/meminfo: memFree=4184568/32950928 swapFree=67056568/67111528
[pid=11777] ppid=11775 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11777/stat : 11777 (manysat.sh) S 11775 11777 10773 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 641829979 8908800 253 33554432000 4194304 4922060 140736926289440 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11777/statm: 2175 253 209 178 0 68 0
[pid=11779] ppid=11777 vsize=529480 CPUtime=4476.51 cores=1,3,5,7
/proc/11779/stat : 11779 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202496 115682 0 0 0 447532 119 0 0 25 0 4 0 641829979 542187520 114156 33554432000 134512640 135305190 4290238272 18446744073709551615 134528254 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11779/statm: 132370 114156 84 194 0 132174 0
[pid=11779/tid=11780] ppid=11777 vsize=529480 CPUtime=1118.5 cores=1,3,5,7
/proc/11779/task/11780/stat : 11780 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 28823 0 0 0 111823 27 0 0 25 0 4 0 641829980 542187520 114156 33554432000 134512640 135305190 4290238272 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=11779/tid=11781] ppid=11777 vsize=529480 CPUtime=1118.99 cores=1,3,5,7
/proc/11779/task/11781/stat : 11781 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 40213 0 0 0 111859 40 0 0 25 0 4 0 641829980 542187520 114156 33554432000 134512640 135305190 4290238272 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11779/tid=11782] ppid=11777 vsize=529480 CPUtime=1121.21 cores=1,3,5,7
/proc/11779/task/11782/stat : 11782 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 23691 0 0 0 112095 26 0 0 25 0 4 0 641829980 542187520 114156 33554432000 134512640 135305190 4290238272 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4476.51
Current children cumulated vsize (KiB) 538180

[startup+1182.3 s]
/proc/loadavg: 4.05 5.39 6.81 5/351 11909
/proc/meminfo: memFree=4178476/32950928 swapFree=67056568/67111528
[pid=11777] ppid=11775 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11777/stat : 11777 (manysat.sh) S 11775 11777 10773 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 641829979 8908800 253 33554432000 4194304 4922060 140736926289440 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11777/statm: 2175 253 209 178 0 68 0
[pid=11779] ppid=11777 vsize=537012 CPUtime=4715.87 cores=1,3,5,7
/proc/11779/stat : 11779 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202496 117165 0 0 0 471466 121 0 0 25 0 4 0 641829979 549900288 115639 33554432000 134512640 135305190 4290238272 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11779/statm: 134253 115639 84 194 0 134057 0
[pid=11779/tid=11780] ppid=11777 vsize=537012 CPUtime=1178.5 cores=1,3,5,7
/proc/11779/task/11780/stat : 11780 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 29647 0 0 0 117823 27 0 0 25 0 4 0 641829980 549900288 115639 33554432000 134512640 135305190 4290238272 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=11779/tid=11781] ppid=11777 vsize=537012 CPUtime=1178.99 cores=1,3,5,7
/proc/11779/task/11781/stat : 11781 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 40213 0 0 0 117859 40 0 0 25 0 4 0 641829980 549900288 115639 33554432000 134512640 135305190 4290238272 18446744073709551615 134565634 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11779/tid=11782] ppid=11777 vsize=537012 CPUtime=1180.56 cores=1,3,5,7
/proc/11779/task/11782/stat : 11782 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 23797 0 0 0 118030 26 0 0 25 0 4 0 641829980 549900288 115639 33554432000 134512640 135305190 4290238272 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4715.87
Current children cumulated vsize (KiB) 545712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.41 s]
/proc/loadavg: 4.03 5.27 6.74 5/351 11910
/proc/meminfo: memFree=4176240/32950928 swapFree=67056568/67111528
[pid=11777] ppid=11775 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11777/stat : 11777 (manysat.sh) S 11775 11777 10773 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 641829979 8908800 253 33554432000 4194304 4922060 140736926289440 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11777/statm: 2175 253 209 178 0 68 0
[pid=11779] ppid=11777 vsize=539380 CPUtime=4800.1 cores=1,3,5,7
/proc/11779/stat : 11779 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202496 117708 0 0 0 479888 122 0 0 25 0 4 0 641829979 552325120 116182 33554432000 134512640 135305190 4290238272 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11779/statm: 134845 116182 84 194 0 134649 0
[pid=11779/tid=11780] ppid=11777 vsize=539380 CPUtime=1199.62 cores=1,3,5,7
/proc/11779/task/11780/stat : 11780 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 29845 0 0 0 119935 27 0 0 25 0 4 0 641829980 552325120 116182 33554432000 134512640 135305190 4290238272 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=11779/tid=11781] ppid=11777 vsize=539380 CPUtime=1200.11 cores=1,3,5,7
/proc/11779/task/11781/stat : 11781 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 40213 0 0 0 119971 40 0 0 25 0 4 0 641829980 552325120 116182 33554432000 134512640 135305190 4290238272 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11779/tid=11782] ppid=11777 vsize=539380 CPUtime=1201.43 cores=1,3,5,7
/proc/11779/task/11782/stat : 11782 (manysat1.1_stat) R 11777 11777 10773 0 -1 4202560 23910 0 0 0 120117 26 0 0 25 0 4 0 641829980 552325120 116182 33554432000 134512640 135305190 4290238272 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 548080

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

Real time (s): 1203.44
CPU time (s): 4800.1
CPU user time (s): 4798.88
CPU system time (s): 1.22
CPU usage (%): 398.866
Max. virtual memory (cumulated for all children) (KiB): 548080

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

runsolver used 3.66644 second user time and 9.74152 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-13 17:58:49
IDJOB=3362395
IDBENCH=87943
IDSOLVER=1838
FILE ID=node148/3362395-1305302329
RUNJOBID= node148-1305296390-10792
PBS_JOBID= 13321405
Free space on /tmp= 30228 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT02/industrial/aloul/Homer/homer16.shuffled.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362395-1305302329/watcher-3362395-1305302329 -o /tmp/evaluation-result-3362395-1305302329/solver-3362395-1305302329 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362395-1305302329.cnf aimd 1

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

MD5SUM BENCH= f98b1abe53ae4846a5f9102253ed913e
RANDOM SEED=158099644

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       4142868 kB
Buffers:        271880 kB
Cached:       24379420 kB
SwapCached:       8488 kB
Active:       11300036 kB
Inactive:     16717652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       4142868 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:            1604 kB
Writeback:           0 kB
AnonPages:     3363960 kB
Mapped:          27728 kB
Slab:           697780 kB
PageTables:      29468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 85132712 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= 30300 MiB
End job on node148 at 2011-05-13 18:18:55