Trace number 3362339

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.33 1204.23

General information on the benchmark

NameSAT03/industrial/li/li-test4/
li-test4-100.shuffled-as.sat03-370.cnf
MD5SUM5e5606ae7367b9272c60adc115594912
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables36809
Number of clauses142491
Sum of the clauses size559708
Maximum clause length172
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 224558
Number of clauses of size 367458
Number of clauses of size 449000
Number of clauses of size 51
Number of clauses of size over 51460

Solver Data

0.00/0.00	c Parsing...
0.00/0.11	c ==============================================================================
0.00/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.11	c ==============================================================================
0.00/0.11	c |         0 |  142458   559608 |   42737       0        0     nan |  0.000 % |
0.00/0.32	c |         0 |  128200   527733 |      --       0       --      -- |     --   | -14224/-31713
0.00/0.32	c ==============================================================================
0.00/0.32	c Result  :   #vars: 30365   #clauses: 128200   #literals: 527733
0.00/0.32	c CPU time:   0.314952 s
0.00/0.32	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-3362339-1305301554/watcher-3362339-1305301554 -o /tmp/evaluation-result-3362339-1305301554/solver-3362339-1305301554 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362339-1305301554.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.13 8.09 8.01 5/353 18371
/proc/meminfo: memFree=14606992/32951124 swapFree=67111348/67111528
[pid=18371] ppid=18369 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18371/stat : 18371 (manysat.sh) S 18369 18371 17714 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622571591 8908800 250 33554432000 4194304 4922060 140735771636800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18371/statm: 2175 250 209 178 0 68 0

[startup+0.080654 s]
/proc/loadavg: 8.13 8.09 8.01 5/353 18371
/proc/meminfo: memFree=14606992/32951124 swapFree=67111348/67111528
[pid=18371] ppid=18369 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18371/stat : 18371 (manysat.sh) S 18369 18371 17714 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622571591 8908800 250 33554432000 4194304 4922060 140735771636800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18371/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100651 s]
/proc/loadavg: 8.13 8.09 8.01 5/353 18371
/proc/meminfo: memFree=14606992/32951124 swapFree=67111348/67111528
[pid=18371] ppid=18369 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18371/stat : 18371 (manysat.sh) S 18369 18371 17714 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622571591 8908800 250 33554432000 4194304 4922060 140735771636800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18371/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300616 s]
/proc/loadavg: 8.13 8.09 8.01 5/353 18371
/proc/meminfo: memFree=14606992/32951124 swapFree=67111348/67111528
[pid=18371] ppid=18369 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18371/stat : 18371 (manysat.sh) S 18369 18371 17714 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622571591 8908800 250 33554432000 4194304 4922060 140735771636800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18371/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700551 s]
/proc/loadavg: 8.13 8.09 8.01 5/353 18371
/proc/meminfo: memFree=14606992/32951124 swapFree=67111348/67111528
[pid=18371] ppid=18369 vsize=8700 CPUtime=0.43 cores=1,3,5,7
/proc/18371/stat : 18371 (manysat.sh) S 18369 18371 17714 0 -1 4202496 357 5715 0 0 0 0 42 1 21 0 1 0 622571591 8908800 253 33554432000 4194304 4922060 140735771636800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18371/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 8700

[startup+1.50037 s]
/proc/loadavg: 8.13 8.09 8.01 9/358 18377
/proc/meminfo: memFree=14558024/32951124 swapFree=67111348/67111528
[pid=18371] ppid=18369 vsize=8700 CPUtime=0.43 cores=1,3,5,7
/proc/18371/stat : 18371 (manysat.sh) S 18369 18371 17714 0 -1 4202496 357 5715 0 0 0 0 42 1 21 0 1 0 622571591 8908800 253 33554432000 4194304 4922060 140735771636800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18371/statm: 2175 253 209 178 0 68 0
[pid=18374] ppid=18371 vsize=80440 CPUtime=3.42 cores=1,3,5,7
/proc/18374/stat : 18374 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202496 11545 0 0 0 336 6 0 0 19 0 4 0 622571635 82370560 11455 33554432000 134512640 135305190 4293081392 18446744073709551615 134836420 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/18374/statm: 20110 11455 84 194 0 19914 0
[pid=18374/tid=18375] ppid=18371 vsize=80440 CPUtime=0.77 cores=1,3,5,7
/proc/18374/task/18375/stat : 18375 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 297 0 0 0 76 1 0 0 25 0 4 0 622571661 82370560 11455 33554432000 134512640 135305190 4293081392 18446744073709551615 134541959 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=18374/tid=18376] ppid=18371 vsize=80440 CPUtime=0.78 cores=1,3,5,7
/proc/18374/task/18376/stat : 18376 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 343 0 0 0 78 0 0 0 19 0 4 0 622571661 82370560 11455 33554432000 134512640 135305190 4293081392 18446744073709551615 134541926 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=18374/tid=18377] ppid=18371 vsize=80440 CPUtime=0.78 cores=1,3,5,7
/proc/18374/task/18377/stat : 18377 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 397 0 0 0 78 0 0 0 19 0 4 0 622571661 82370560 11455 33554432000 134512640 135305190 4293081392 18446744073709551615 134570422 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 89140

[startup+3.10109 s]
/proc/loadavg: 8.20 8.11 8.02 9/358 18377
/proc/meminfo: memFree=14554180/32951124 swapFree=67111348/67111528
[pid=18371] ppid=18369 vsize=8700 CPUtime=0.43 cores=1,3,5,7
/proc/18371/stat : 18371 (manysat.sh) S 18369 18371 17714 0 -1 4202496 357 5715 0 0 0 0 42 1 21 0 1 0 622571591 8908800 253 33554432000 4194304 4922060 140735771636800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18371/statm: 2175 253 209 178 0 68 0
[pid=18374] ppid=18371 vsize=82840 CPUtime=9.8 cores=1,3,5,7
/proc/18374/stat : 18374 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202496 12243 0 0 0 973 7 0 0 22 0 4 0 622571635 84828160 12153 33554432000 134512640 135305190 4293081392 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/18374/statm: 20710 12153 84 194 0 20514 0
[pid=18374/tid=18375] ppid=18371 vsize=82840 CPUtime=2.35 cores=1,3,5,7
/proc/18374/task/18375/stat : 18375 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 452 0 0 0 234 1 0 0 25 0 4 0 622571661 84828160 12153 33554432000 134512640 135305190 4293081392 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=18374/tid=18376] ppid=18371 vsize=82840 CPUtime=2.39 cores=1,3,5,7
/proc/18374/task/18376/stat : 18376 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 529 0 0 0 238 1 0 0 22 0 4 0 622571661 84828160 12153 33554432000 134512640 135305190 4293081392 18446744073709551615 134528145 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=18374/tid=18377] ppid=18371 vsize=82840 CPUtime=2.39 cores=1,3,5,7
/proc/18374/task/18377/stat : 18377 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 629 0 0 0 238 1 0 0 22 0 4 0 622571661 84828160 12153 33554432000 134512640 135305190 4293081392 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.23
Current children cumulated vsize (KiB) 91540

[startup+6.30053 s]
/proc/loadavg: 8.20 8.11 8.02 9/358 18377
/proc/meminfo: memFree=14549608/32951124 swapFree=67111348/67111528
[pid=18371] ppid=18369 vsize=8700 CPUtime=0.43 cores=1,3,5,7
/proc/18371/stat : 18371 (manysat.sh) S 18369 18371 17714 0 -1 4202496 357 5715 0 0 0 0 42 1 21 0 1 0 622571591 8908800 253 33554432000 4194304 4922060 140735771636800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18371/statm: 2175 253 209 178 0 68 0
[pid=18374] ppid=18371 vsize=85304 CPUtime=22.56 cores=1,3,5,7
/proc/18374/stat : 18374 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202496 12978 0 0 0 2248 8 0 0 25 0 4 0 622571635 87351296 12888 33554432000 134512640 135305190 4293081392 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/18374/statm: 21326 12888 84 194 0 21130 0
[pid=18374/tid=18375] ppid=18371 vsize=85304 CPUtime=5.52 cores=1,3,5,7
/proc/18374/task/18375/stat : 18375 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 627 0 0 0 550 2 0 0 25 0 4 0 622571661 87351296 12888 33554432000 134512640 135305190 4293081392 18446744073709551615 134541873 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=18374/tid=18376] ppid=18371 vsize=85304 CPUtime=5.58 cores=1,3,5,7
/proc/18374/task/18376/stat : 18376 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 697 0 0 0 557 1 0 0 25 0 4 0 622571661 87351296 12888 33554432000 134512640 135305190 4293081392 18446744073709551615 134541974 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=18374/tid=18377] ppid=18371 vsize=85304 CPUtime=5.58 cores=1,3,5,7
/proc/18374/task/18377/stat : 18377 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 868 0 0 0 557 1 0 0 25 0 4 0 622571661 87351296 12888 33554432000 134512640 135305190 4293081392 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.99
Current children cumulated vsize (KiB) 94004

[startup+12.7004 s]
/proc/loadavg: 8.17 8.10 8.02 9/358 18377
/proc/meminfo: memFree=14529484/32951124 swapFree=67111348/67111528
[pid=18371] ppid=18369 vsize=8700 CPUtime=0.43 cores=1,3,5,7
/proc/18371/stat : 18371 (manysat.sh) S 18369 18371 17714 0 -1 4202496 357 5715 0 0 0 0 42 1 21 0 1 0 622571591 8908800 253 33554432000 4194304 4922060 140735771636800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18371/statm: 2175 253 209 178 0 68 0
[pid=18374] ppid=18371 vsize=109416 CPUtime=48.09 cores=1,3,5,7
/proc/18374/stat : 18374 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202496 18677 0 0 0 4796 13 0 0 25 0 4 0 622571635 112041984 18565 33554432000 134512640 135305190 4293081392 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/18374/statm: 27354 18565 84 194 0 27158 0
[pid=18374/tid=18375] ppid=18371 vsize=109416 CPUtime=11.85 cores=1,3,5,7
/proc/18374/task/18375/stat : 18375 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 1779 0 0 0 1182 3 0 0 25 0 4 0 622571661 112041984 18565 33554432000 134512640 135305190 4293081392 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=18374/tid=18376] ppid=18371 vsize=109416 CPUtime=11.98 cores=1,3,5,7
/proc/18374/task/18376/stat : 18376 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 2924 0 0 0 1196 2 0 0 25 0 4 0 622571661 112041984 18565 33554432000 134512640 135305190 4293081392 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=18374/tid=18377] ppid=18371 vsize=109416 CPUtime=11.98 cores=1,3,5,7
/proc/18374/task/18377/stat : 18377 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 1882 0 0 0 1196 2 0 0 25 0 4 0 622571661 112041984 18565 33554432000 134512640 135305190 4293081392 18446744073709551615 134542034 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 48.52
Current children cumulated vsize (KiB) 118116

[startup+25.5012 s]
/proc/loadavg: 8.22 8.12 8.02 9/358 18377
/proc/meminfo: memFree=14463884/32951124 swapFree=67111348/67111528
[pid=18371] ppid=18369 vsize=8700 CPUtime=0.43 cores=1,3,5,7
/proc/18371/stat : 18371 (manysat.sh) S 18369 18371 17714 0 -1 4202496 357 5715 0 0 0 0 42 1 21 0 1 0 622571591 8908800 253 33554432000 4194304 4922060 140735771636800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18371/statm: 2175 253 209 178 0 68 0
[pid=18374] ppid=18371 vsize=172296 CPUtime=99.14 cores=1,3,5,7
/proc/18374/stat : 18374 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202496 34649 0 0 0 9893 21 0 0 25 0 4 0 622571635 176431104 34537 33554432000 134512640 135305190 4293081392 18446744073709551615 134530721 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/18374/statm: 43074 34537 84 194 0 42878 0
[pid=18374/tid=18375] ppid=18371 vsize=172296 CPUtime=24.51 cores=1,3,5,7
/proc/18374/task/18375/stat : 18375 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 5661 0 0 0 2446 5 0 0 25 0 4 0 622571661 176431104 34537 33554432000 134512640 135305190 4293081392 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=18374/tid=18376] ppid=18371 vsize=172296 CPUtime=24.78 cores=1,3,5,7
/proc/18374/task/18376/stat : 18376 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 7214 0 0 0 2474 4 0 0 25 0 4 0 622571661 176431104 34537 33554432000 134512640 135305190 4293081392 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=18374/tid=18377] ppid=18371 vsize=172296 CPUtime=24.79 cores=1,3,5,7
/proc/18374/task/18377/stat : 18377 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 5125 0 0 0 2475 4 0 0 25 0 4 0 622571661 176431104 34537 33554432000 134512640 135305190 4293081392 18446744073709551615 134551628 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 99.57
Current children cumulated vsize (KiB) 180996

[startup+51.1007 s]
/proc/loadavg: 8.14 8.11 8.02 9/358 18378
/proc/meminfo: memFree=14367352/32951124 swapFree=67111348/67111528
[pid=18371] ppid=18369 vsize=8700 CPUtime=0.43 cores=1,3,5,7
/proc/18371/stat : 18371 (manysat.sh) S 18369 18371 17714 0 -1 4202496 357 5715 0 0 0 0 42 1 21 0 1 0 622571591 8908800 253 33554432000 4194304 4922060 140735771636800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18371/statm: 2175 253 209 178 0 68 0
[pid=18374] ppid=18371 vsize=264740 CPUtime=201.24 cores=1,3,5,7
/proc/18374/stat : 18374 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202496 57769 0 0 0 20090 34 0 0 25 0 4 0 622571635 271093760 57657 33554432000 134512640 135305190 4293081392 18446744073709551615 134530633 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/18374/statm: 66185 57657 84 194 0 65989 0
[pid=18374/tid=18375] ppid=18371 vsize=264740 CPUtime=49.84 cores=1,3,5,7
/proc/18374/task/18375/stat : 18375 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 10825 0 0 0 4977 7 0 0 25 0 4 0 622571661 271093760 57657 33554432000 134512640 135305190 4293081392 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=18374/tid=18376] ppid=18371 vsize=264740 CPUtime=50.38 cores=1,3,5,7
/proc/18374/task/18376/stat : 18376 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 15396 0 0 0 5030 8 0 0 25 0 4 0 622571661 271093760 57657 33554432000 134512640 135305190 4293081392 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=18374/tid=18377] ppid=18371 vsize=264740 CPUtime=50.38 cores=1,3,5,7
/proc/18374/task/18377/stat : 18377 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 9148 0 0 0 5031 7 0 0 25 0 4 0 622571661 271093760 57657 33554432000 134512640 135305190 4293081392 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 201.67
Current children cumulated vsize (KiB) 273440

[startup+102.314 s]
/proc/loadavg: 8.09 8.10 8.02 9/358 18379
/proc/meminfo: memFree=14228928/32951124 swapFree=67111348/67111528
[pid=18371] ppid=18369 vsize=8700 CPUtime=0.43 cores=1,3,5,7
/proc/18371/stat : 18371 (manysat.sh) S 18369 18371 17714 0 -1 4202496 357 5715 0 0 0 0 42 1 21 0 1 0 622571591 8908800 253 33554432000 4194304 4922060 140735771636800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18371/statm: 2175 253 209 178 0 68 0
[pid=18374] ppid=18371 vsize=402056 CPUtime=405.47 cores=1,3,5,7
/proc/18374/stat : 18374 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202496 91903 0 0 0 40494 53 0 0 25 0 4 0 622571635 411705344 91791 33554432000 134512640 135305190 4293081392 18446744073709551615 134530633 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/18374/statm: 100514 91791 84 194 0 100318 0
[pid=18374/tid=18375] ppid=18371 vsize=402056 CPUtime=101.04 cores=1,3,5,7
/proc/18374/task/18375/stat : 18375 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 16588 0 0 0 10094 10 0 0 25 0 4 0 622571661 411705344 91791 33554432000 134512640 135305190 4293081392 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=18374/tid=18376] ppid=18371 vsize=402056 CPUtime=101.57 cores=1,3,5,7
/proc/18374/task/18376/stat : 18376 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 31961 0 0 0 10140 17 0 0 25 0 4 0 622571661 411705344 91791 33554432000 134512640 135305190 4293081392 18446744073709551615 134541889 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=18374/tid=18377] ppid=18371 vsize=402056 CPUtime=101.57 cores=1,3,5,7
/proc/18374/task/18377/stat : 18377 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 14627 0 0 0 10147 10 0 0 25 0 4 0 622571661 411705344 91791 33554432000 134512640 135305190 4293081392 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 405.9
Current children cumulated vsize (KiB) 410756

[startup+162.301 s]
/proc/loadavg: 8.03 8.08 8.01 9/358 18381
/proc/meminfo: memFree=14216368/32951124 swapFree=67111348/67111528
[pid=18371] ppid=18369 vsize=8700 CPUtime=0.43 cores=1,3,5,7
/proc/18371/stat : 18371 (manysat.sh) S 18369 18371 17714 0 -1 4202496 357 5715 0 0 0 0 42 1 21 0 1 0 622571591 8908800 253 33554432000 4194304 4922060 140735771636800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18371/statm: 2175 253 209 178 0 68 0
[pid=18374] ppid=18371 vsize=411028 CPUtime=644.72 cores=1,3,5,7
/proc/18374/stat : 18374 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202496 94219 0 0 0 64412 60 0 0 25 0 4 0 622571635 420892672 94107 33554432000 134512640 135305190 4293081392 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/18374/statm: 102757 94107 84 194 0 102561 0
[pid=18374/tid=18375] ppid=18371 vsize=411028 CPUtime=161.02 cores=1,3,5,7

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

/proc/18374/task/18377/stat : 18377 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 36169 0 0 0 75992 30 0 0 25 0 4 0 622571661 825036800 192580 33554432000 134512640 135305190 4293081392 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3038
Current children cumulated vsize (KiB) 814400

[startup+822.301 s]
/proc/loadavg: 8.21 7.99 7.94 9/358 18497
/proc/meminfo: memFree=13726412/32951124 swapFree=67111348/67111528
[pid=18371] ppid=18369 vsize=8700 CPUtime=0.43 cores=1,3,5,7
/proc/18371/stat : 18371 (manysat.sh) S 18369 18371 17714 0 -1 4202496 357 5715 0 0 0 0 42 1 21 0 1 0 622571591 8908800 253 33554432000 4194304 4922060 140735771636800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18371/statm: 2175 253 209 178 0 68 0
[pid=18374] ppid=18371 vsize=814448 CPUtime=3276.75 cores=1,3,5,7
/proc/18374/stat : 18374 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202496 194671 0 0 0 327529 146 0 0 19 0 4 0 622571635 833994752 194559 33554432000 134512640 135305190 4293081392 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/18374/statm: 203612 194559 84 194 0 203416 0
[pid=18374/tid=18375] ppid=18371 vsize=814448 CPUtime=815.85 cores=1,3,5,7
/proc/18374/task/18375/stat : 18375 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 35672 0 0 0 81559 26 0 0 25 0 4 0 622571661 833994752 194559 33554432000 134512640 135305190 4293081392 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=18374/tid=18376] ppid=18371 vsize=814448 CPUtime=821.3 cores=1,3,5,7
/proc/18374/task/18376/stat : 18376 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 71835 0 0 0 82081 49 0 0 25 0 4 0 622571661 833994752 194559 33554432000 134512640 135305190 4293081392 18446744073709551615 134551733 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=18374/tid=18377] ppid=18371 vsize=814448 CPUtime=820.18 cores=1,3,5,7
/proc/18374/task/18377/stat : 18377 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 36770 0 0 0 81987 31 0 0 25 0 4 0 622571661 833994752 194559 33554432000 134512640 135305190 4293081392 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3277.18
Current children cumulated vsize (KiB) 823148

[startup+882.301 s]
/proc/loadavg: 8.18 8.02 7.96 9/358 18499
/proc/meminfo: memFree=13671596/32951124 swapFree=67111348/67111528
[pid=18371] ppid=18369 vsize=8700 CPUtime=0.43 cores=1,3,5,7
/proc/18371/stat : 18371 (manysat.sh) S 18369 18371 17714 0 -1 4202496 357 5715 0 0 0 0 42 1 21 0 1 0 622571591 8908800 253 33554432000 4194304 4922060 140735771636800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18371/statm: 2175 253 209 178 0 68 0
[pid=18374] ppid=18371 vsize=835536 CPUtime=3516.09 cores=1,3,5,7
/proc/18374/stat : 18374 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202496 199623 0 0 0 351456 153 0 0 25 0 4 0 622571635 855588864 199511 33554432000 134512640 135305190 4293081392 18446744073709551615 134557241 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/18374/statm: 208884 199511 84 194 0 208688 0
[pid=18374/tid=18375] ppid=18371 vsize=835536 CPUtime=875.18 cores=1,3,5,7
/proc/18374/task/18375/stat : 18375 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 36462 0 0 0 87491 27 0 0 25 0 4 0 622571661 855588864 199511 33554432000 134512640 135305190 4293081392 18446744073709551615 134556804 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=18374/tid=18376] ppid=18371 vsize=835536 CPUtime=881.3 cores=1,3,5,7
/proc/18374/task/18376/stat : 18376 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 74075 0 0 0 88078 52 0 0 25 0 4 0 622571661 855588864 199511 33554432000 134512640 135305190 4293081392 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=18374/tid=18377] ppid=18371 vsize=835536 CPUtime=880.18 cores=1,3,5,7
/proc/18374/task/18377/stat : 18377 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 37905 0 0 0 87986 32 0 0 25 0 4 0 622571661 855588864 199511 33554432000 134512640 135305190 4293081392 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3516.52
Current children cumulated vsize (KiB) 844236

[startup+942.301 s]
/proc/loadavg: 8.16 8.05 7.97 9/358 18510
/proc/meminfo: memFree=13539100/32951124 swapFree=67111348/67111528
[pid=18371] ppid=18369 vsize=8700 CPUtime=0.43 cores=1,3,5,7
/proc/18371/stat : 18371 (manysat.sh) S 18369 18371 17714 0 -1 4202496 357 5715 0 0 0 0 42 1 21 0 1 0 622571591 8908800 253 33554432000 4194304 4922060 140735771636800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18371/statm: 2175 253 209 178 0 68 0
[pid=18374] ppid=18371 vsize=893200 CPUtime=3755.4 cores=1,3,5,7
/proc/18374/stat : 18374 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202496 214335 0 0 0 375376 164 0 0 25 0 4 0 622571635 914636800 214223 33554432000 134512640 135305190 4293081392 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/18374/statm: 223300 214223 84 194 0 223104 0
[pid=18374/tid=18375] ppid=18371 vsize=893200 CPUtime=934.62 cores=1,3,5,7
/proc/18374/task/18375/stat : 18375 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 38652 0 0 0 93433 29 0 0 25 0 4 0 622571661 914636800 214223 33554432000 134512640 135305190 4293081392 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=18374/tid=18376] ppid=18371 vsize=893200 CPUtime=941.3 cores=1,3,5,7
/proc/18374/task/18376/stat : 18376 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 80242 0 0 0 94073 57 0 0 25 0 4 0 622571661 914636800 214223 33554432000 134512640 135305190 4293081392 18446744073709551615 134551860 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=18374/tid=18377] ppid=18371 vsize=893200 CPUtime=940.16 cores=1,3,5,7
/proc/18374/task/18377/stat : 18377 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 40911 0 0 0 93982 34 0 0 25 0 4 0 622571661 914636800 214223 33554432000 134512640 135305190 4293081392 18446744073709551615 134530638 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3755.83
Current children cumulated vsize (KiB) 901900

[startup+1002.3 s]
/proc/loadavg: 8.15 8.07 7.98 9/358 18511
/proc/meminfo: memFree=13528652/32951124 swapFree=67111348/67111528
[pid=18371] ppid=18369 vsize=8700 CPUtime=0.43 cores=1,3,5,7
/proc/18371/stat : 18371 (manysat.sh) S 18369 18371 17714 0 -1 4202496 357 5715 0 0 0 0 42 1 21 0 1 0 622571591 8908800 253 33554432000 4194304 4922060 140735771636800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18371/statm: 2175 253 209 178 0 68 0
[pid=18374] ppid=18371 vsize=893940 CPUtime=3994.65 cores=1,3,5,7
/proc/18374/stat : 18374 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202496 214410 0 0 0 399300 165 0 0 25 0 4 0 622571635 915394560 214298 33554432000 134512640 135305190 4293081392 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/18374/statm: 223485 214298 84 194 0 223289 0
[pid=18374/tid=18375] ppid=18371 vsize=893940 CPUtime=994.57 cores=1,3,5,7
/proc/18374/task/18375/stat : 18375 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 38680 0 0 0 99428 29 0 0 25 0 4 0 622571661 915394560 214298 33554432000 134512640 135305190 4293081392 18446744073709551615 134530991 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=18374/tid=18376] ppid=18371 vsize=893940 CPUtime=1000.95 cores=1,3,5,7
/proc/18374/task/18376/stat : 18376 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 80256 0 0 0 100038 57 0 0 25 0 4 0 622571661 915394560 214298 33554432000 134512640 135305190 4293081392 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=18374/tid=18377] ppid=18371 vsize=893940 CPUtime=1000.14 cores=1,3,5,7
/proc/18374/task/18377/stat : 18377 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 40935 0 0 0 99979 35 0 0 25 0 4 0 622571661 915394560 214298 33554432000 134512640 135305190 4293081392 18446744073709551615 134528371 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3995.08
Current children cumulated vsize (KiB) 902640

[startup+1062.3 s]
/proc/loadavg: 8.13 8.08 7.99 9/358 18513
/proc/meminfo: memFree=13499232/32951124 swapFree=67111348/67111528
[pid=18371] ppid=18369 vsize=8700 CPUtime=0.43 cores=1,3,5,7
/proc/18371/stat : 18371 (manysat.sh) S 18369 18371 17714 0 -1 4202496 357 5715 0 0 0 0 42 1 21 0 1 0 622571591 8908800 253 33554432000 4194304 4922060 140735771636800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18371/statm: 2175 253 209 178 0 68 0
[pid=18374] ppid=18371 vsize=913724 CPUtime=4233.92 cores=1,3,5,7
/proc/18374/stat : 18374 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202496 219115 0 0 0 423220 172 0 0 25 0 4 0 622571635 935653376 219003 33554432000 134512640 135305190 4293081392 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/18374/statm: 228431 219003 84 194 0 228235 0
[pid=18374/tid=18375] ppid=18371 vsize=913724 CPUtime=1054.57 cores=1,3,5,7
/proc/18374/task/18375/stat : 18375 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 40125 0 0 0 105426 31 0 0 25 0 4 0 622571661 935653376 219003 33554432000 134512640 135305190 4293081392 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=18374/tid=18376] ppid=18371 vsize=913724 CPUtime=1060.22 cores=1,3,5,7
/proc/18374/task/18376/stat : 18376 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 80754 0 0 0 105964 58 0 0 25 0 4 0 622571661 935653376 219003 33554432000 134512640 135305190 4293081392 18446744073709551615 134528594 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=18374/tid=18377] ppid=18371 vsize=913724 CPUtime=1060.14 cores=1,3,5,7
/proc/18374/task/18377/stat : 18377 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 42385 0 0 0 105976 38 0 0 25 0 4 0 622571661 935653376 219003 33554432000 134512640 135305190 4293081392 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4234.35
Current children cumulated vsize (KiB) 922424

[startup+1122.3 s]
/proc/loadavg: 8.16 8.11 8.00 9/358 18514
/proc/meminfo: memFree=13479116/32951124 swapFree=67111348/67111528
[pid=18371] ppid=18369 vsize=8700 CPUtime=0.43 cores=1,3,5,7
/proc/18371/stat : 18371 (manysat.sh) S 18369 18371 17714 0 -1 4202496 357 5715 0 0 0 0 42 1 21 0 1 0 622571591 8908800 253 33554432000 4194304 4922060 140735771636800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18371/statm: 2175 253 209 178 0 68 0
[pid=18374] ppid=18371 vsize=914984 CPUtime=4473.26 cores=1,3,5,7
/proc/18374/stat : 18374 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202496 219410 0 0 0 447153 173 0 0 25 0 4 0 622571635 936943616 219298 33554432000 134512640 135305190 4293081392 18446744073709551615 134551668 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/18374/statm: 228746 219298 84 194 0 228550 0
[pid=18374/tid=18375] ppid=18371 vsize=914984 CPUtime=1114.57 cores=1,3,5,7
/proc/18374/task/18375/stat : 18375 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 40125 0 0 0 111426 31 0 0 25 0 4 0 622571661 936943616 219298 33554432000 134512640 135305190 4293081392 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=18374/tid=18376] ppid=18371 vsize=914984 CPUtime=1119.56 cores=1,3,5,7
/proc/18374/task/18376/stat : 18376 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 81027 0 0 0 111898 58 0 0 25 0 4 0 622571661 936943616 219298 33554432000 134512640 135305190 4293081392 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=18374/tid=18377] ppid=18371 vsize=914984 CPUtime=1120.13 cores=1,3,5,7
/proc/18374/task/18377/stat : 18377 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 42389 0 0 0 111975 38 0 0 25 0 4 0 622571661 936943616 219298 33554432000 134512640 135305190 4293081392 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4473.69
Current children cumulated vsize (KiB) 923684

[startup+1182.3 s]
/proc/loadavg: 8.09 8.10 8.00 9/358 18516
/proc/meminfo: memFree=13393528/32951124 swapFree=67111348/67111528
[pid=18371] ppid=18369 vsize=8700 CPUtime=0.43 cores=1,3,5,7
/proc/18371/stat : 18371 (manysat.sh) S 18369 18371 17714 0 -1 4202496 357 5715 0 0 0 0 42 1 21 0 1 0 622571591 8908800 253 33554432000 4194304 4922060 140735771636800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18371/statm: 2175 253 209 178 0 68 0
[pid=18374] ppid=18371 vsize=915624 CPUtime=4712.58 cores=1,3,5,7
/proc/18374/stat : 18374 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202496 219635 0 0 0 471083 175 0 0 25 0 4 0 622571635 937598976 219523 33554432000 134512640 135305190 4293081392 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/18374/statm: 228906 219523 84 194 0 228710 0
[pid=18374/tid=18375] ppid=18371 vsize=915624 CPUtime=1174.57 cores=1,3,5,7
/proc/18374/task/18375/stat : 18375 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 40152 0 0 0 117426 31 0 0 25 0 4 0 622571661 937598976 219523 33554432000 134512640 135305190 4293081392 18446744073709551615 134528442 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=18374/tid=18376] ppid=18371 vsize=915624 CPUtime=1178.91 cores=1,3,5,7
/proc/18374/task/18376/stat : 18376 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 81147 0 0 0 117833 58 0 0 25 0 4 0 622571661 937598976 219523 33554432000 134512640 135305190 4293081392 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=18374/tid=18377] ppid=18371 vsize=915624 CPUtime=1180.13 cores=1,3,5,7
/proc/18374/task/18377/stat : 18377 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 42463 0 0 0 117975 38 0 0 25 0 4 0 622571661 937598976 219523 33554432000 134512640 135305190 4293081392 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4713.01
Current children cumulated vsize (KiB) 924324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.2 s]
/proc/loadavg: 8.07 8.09 8.00 9/358 18517
/proc/meminfo: memFree=13389428/32951124 swapFree=67111348/67111528
[pid=18371] ppid=18369 vsize=8700 CPUtime=0.43 cores=1,3,5,7
/proc/18371/stat : 18371 (manysat.sh) S 18369 18371 17714 0 -1 4202496 357 5715 0 0 0 0 42 1 21 0 1 0 622571591 8908800 253 33554432000 4194304 4922060 140735771636800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18371/statm: 2175 253 209 178 0 68 0
[pid=18374] ppid=18371 vsize=915812 CPUtime=4799.9 cores=1,3,5,7
/proc/18374/stat : 18374 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202496 219706 0 0 0 479815 175 0 0 25 0 4 0 622571635 937791488 219594 33554432000 134512640 135305190 4293081392 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/18374/statm: 228953 219594 84 194 0 228757 0
[pid=18374/tid=18375] ppid=18371 vsize=915812 CPUtime=1196.48 cores=1,3,5,7
/proc/18374/task/18375/stat : 18375 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 40175 0 0 0 119617 31 0 0 25 0 4 0 622571661 937791488 219594 33554432000 134512640 135305190 4293081392 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=18374/tid=18376] ppid=18371 vsize=915812 CPUtime=1200.57 cores=1,3,5,7
/proc/18374/task/18376/stat : 18376 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 81190 0 0 0 119998 59 0 0 25 0 4 0 622571661 937791488 219594 33554432000 134512640 135305190 4293081392 18446744073709551615 134551978 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=18374/tid=18377] ppid=18371 vsize=915812 CPUtime=1201.98 cores=1,3,5,7
/proc/18374/task/18377/stat : 18377 (manysat1.1_stat) R 18371 18371 17714 0 -1 4202560 42468 0 0 0 120160 38 0 0 25 0 4 0 622571661 937791488 219594 33554432000 134512640 135305190 4293081392 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 924512

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

Real time (s): 1204.23
CPU time (s): 4800.33
CPU user time (s): 4798.57
CPU system time (s): 1.76
CPU usage (%): 398.624
Max. virtual memory (cumulated for all children) (KiB): 924512

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

runsolver used 3.69744 second user time and 9.49656 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-13 17:45:55
IDJOB=3362339
IDBENCH=84227
IDSOLVER=1838
FILE ID=node144/3362339-1305301554
RUNJOBID= node144-1305296391-17733
PBS_JOBID= 13321409
Free space on /tmp= 37444 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT03/industrial/li/li-test4/li-test4-100.shuffled-as.sat03-370.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362339-1305301554/watcher-3362339-1305301554 -o /tmp/evaluation-result-3362339-1305301554/solver-3362339-1305301554 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362339-1305301554.cnf aimd 1

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

MD5SUM BENCH= 5e5606ae7367b9272c60adc115594912
RANDOM SEED=1720719514

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14607264 kB
Buffers:        235412 kB
Cached:       10232656 kB
SwapCached:          0 kB
Active:        8276532 kB
Inactive:      9593296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14607264 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            5364 kB
Writeback:          12 kB
AnonPages:     7401192 kB
Mapped:          27812 kB
Slab:           373616 kB
PageTables:      37880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82306944 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= 37432 MiB
End job on node144 at 2011-05-13 18:06:01