Trace number 3362013

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.26 1207.02

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_19_UNKNOWN.cnf
MD5SUM4cf2a693df1b6e5a084b88e84ec5f2af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.5608
Satisfiable
(Un)Satisfiability was proved
Number of variables4020
Number of clauses466486
Sum of the clauses size1393798
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 26187
Number of clauses of size 3460268
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c Parsing...
0.00/0.15	c ==============================================================================
0.00/0.15	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.15	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.15	c ==============================================================================
0.00/0.15	c |         0 |  466486  1393798 |  139945       0        0     nan |  0.000 % |
3.49/3.58	c |         0 |  464591  2028804 |      --       0       --      -- |     --   | -1895/635006
3.49/3.58	c ==============================================================================
3.49/3.58	c Result  :   #vars: 2624   #clauses: 464591   #literals: 2028804
3.49/3.58	c CPU time:   3.54746 s
3.49/3.58	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-3362013-1305297899/watcher-3362013-1305297899 -o /tmp/evaluation-result-3362013-1305297899/solver-3362013-1305297899 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362013-1305297899.cnf aimd 1 

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

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


[startup+0 s]
/proc/loadavg: 7.84 7.93 6.39 6/354 13133
/proc/meminfo: memFree=8269992/32950928 swapFree=45937192/67111528
[pid=13133] ppid=13131 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13133/stat : 13133 (manysat.sh) S 13131 13133 12655 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641386644 8908800 249 33554432000 4194304 4922060 140735966023152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13133/statm: 2175 249 209 178 0 68 0

[startup+0.0213401 s]
/proc/loadavg: 7.84 7.93 6.39 6/354 13133
/proc/meminfo: memFree=8269992/32950928 swapFree=45937192/67111528
[pid=13133] ppid=13131 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13133/stat : 13133 (manysat.sh) S 13131 13133 12655 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641386644 8908800 249 33554432000 4194304 4922060 140735966023152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13133/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100337 s]
/proc/loadavg: 7.84 7.93 6.39 6/354 13133
/proc/meminfo: memFree=8269992/32950928 swapFree=45937192/67111528
[pid=13133] ppid=13131 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13133/stat : 13133 (manysat.sh) S 13131 13133 12655 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641386644 8908800 249 33554432000 4194304 4922060 140735966023152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13133/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30029 s]
/proc/loadavg: 7.84 7.93 6.39 6/354 13133
/proc/meminfo: memFree=8269992/32950928 swapFree=45937192/67111528
[pid=13133] ppid=13131 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13133/stat : 13133 (manysat.sh) S 13131 13133 12655 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641386644 8908800 249 33554432000 4194304 4922060 140735966023152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13133/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700219 s]
/proc/loadavg: 7.84 7.93 6.39 6/354 13133
/proc/meminfo: memFree=8269992/32950928 swapFree=45937192/67111528
[pid=13133] ppid=13131 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13133/stat : 13133 (manysat.sh) S 13131 13133 12655 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641386644 8908800 249 33554432000 4194304 4922060 140735966023152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13133/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50105 s]
/proc/loadavg: 7.84 7.93 6.39 6/356 13135
/proc/meminfo: memFree=8221740/32950928 swapFree=45937192/67111528
[pid=13133] ppid=13131 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13133/stat : 13133 (manysat.sh) S 13131 13133 12655 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641386644 8908800 249 33554432000 4194304 4922060 140735966023152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13133/statm: 2175 249 209 178 0 68 0
[pid=13134] ppid=13133 vsize=49428 CPUtime=1.49 cores=1,3,5,7
/proc/13134/stat : 13134 (SatElite) R 13133 13133 12655 0 -1 4202496 11569 0 0 0 146 3 0 0 25 0 1 0 641386644 50614272 11525 33554432000 134512640 135034092 4291014128 18446744073709551615 134569592 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13134/statm: 12357 11525 68 128 0 12227 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58128

[startup+3.10073 s]
/proc/loadavg: 7.84 7.93 6.39 6/356 13135
/proc/meminfo: memFree=8221176/32950928 swapFree=45937192/67111528
[pid=13133] ppid=13131 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13133/stat : 13133 (manysat.sh) S 13131 13133 12655 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641386644 8908800 249 33554432000 4194304 4922060 140735966023152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13133/statm: 2175 249 209 178 0 68 0
[pid=13134] ppid=13133 vsize=49428 CPUtime=3.09 cores=1,3,5,7
/proc/13134/stat : 13134 (SatElite) R 13133 13133 12655 0 -1 4202496 11569 0 0 0 306 3 0 0 25 0 1 0 641386644 50614272 11525 33554432000 134512640 135034092 4291014128 18446744073709551615 134569566 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13134/statm: 12357 11525 68 128 0 12227 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58128

[startup+6.30102 s]
/proc/loadavg: 7.61 7.88 6.39 9/359 13139
/proc/meminfo: memFree=8115160/32950928 swapFree=45937192/67111528
[pid=13133] ppid=13131 vsize=8700 CPUtime=3.93 cores=1,3,5,7
/proc/13133/stat : 13133 (manysat.sh) S 13131 13133 12655 0 -1 4202496 357 11573 0 0 0 0 389 4 18 0 1 0 641386644 8908800 252 33554432000 4194304 4922060 140735966023152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13133/statm: 2175 252 209 178 0 68 0
[pid=13136] ppid=13133 vsize=186860 CPUtime=7.97 cores=1,3,5,7
/proc/13136/stat : 13136 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202496 38596 0 0 0 791 6 0 0 20 0 4 0 641387038 191344640 38547 33554432000 134512640 135305190 4293880608 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/13136/statm: 46715 38547 84 194 0 46519 0
[pid=13136/tid=13137] ppid=13133 vsize=186860 CPUtime=1.87 cores=1,3,5,7
/proc/13136/task/13137/stat : 13137 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 2689 0 0 0 186 1 0 0 25 0 4 0 641387086 191344640 38547 33554432000 134512640 135305190 4293880608 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13136/tid=13138] ppid=13133 vsize=186860 CPUtime=1.86 cores=1,3,5,7
/proc/13136/task/13138/stat : 13138 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 2544 0 0 0 186 0 0 0 20 0 4 0 641387086 191344640 38547 33554432000 134512640 135305190 4293880608 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13136/tid=13139] ppid=13133 vsize=186860 CPUtime=1.86 cores=1,3,5,7
/proc/13136/task/13139/stat : 13139 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 2395 0 0 0 186 0 0 0 20 0 4 0 641387086 191344640 38547 33554432000 134512640 135305190 4293880608 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.9
Current children cumulated vsize (KiB) 195560

[startup+12.7007 s]
/proc/loadavg: 7.72 7.90 6.40 9/359 13139
/proc/meminfo: memFree=8042888/32950928 swapFree=45937192/67111528
[pid=13133] ppid=13131 vsize=8700 CPUtime=3.93 cores=1,3,5,7
/proc/13133/stat : 13133 (manysat.sh) S 13131 13133 12655 0 -1 4202496 357 11573 0 0 0 0 389 4 18 0 1 0 641386644 8908800 252 33554432000 4194304 4922060 140735966023152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13133/statm: 2175 252 209 178 0 68 0
[pid=13136] ppid=13133 vsize=250108 CPUtime=33.49 cores=1,3,5,7
/proc/13136/stat : 13136 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202496 54312 0 0 0 3338 11 0 0 25 0 4 0 641387038 256110592 54263 33554432000 134512640 135305190 4293880608 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/13136/statm: 62527 54263 84 194 0 62331 0
[pid=13136/tid=13137] ppid=13133 vsize=250108 CPUtime=8.26 cores=1,3,5,7
/proc/13136/task/13137/stat : 13137 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 6691 0 0 0 824 2 0 0 25 0 4 0 641387086 256110592 54263 33554432000 134512640 135305190 4293880608 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13136/tid=13138] ppid=13133 vsize=250108 CPUtime=8.26 cores=1,3,5,7
/proc/13136/task/13138/stat : 13138 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 7164 0 0 0 825 1 0 0 25 0 4 0 641387086 256110592 54263 33554432000 134512640 135305190 4293880608 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13136/tid=13139] ppid=13133 vsize=250108 CPUtime=8.18 cores=1,3,5,7
/proc/13136/task/13139/stat : 13139 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 5457 0 0 0 817 1 0 0 25 0 4 0 641387086 256110592 54263 33554432000 134512640 135305190 4293880608 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37.42
Current children cumulated vsize (KiB) 258808

[startup+25.5012 s]
/proc/loadavg: 7.78 7.90 6.42 9/359 13140
/proc/meminfo: memFree=7988496/32950928 swapFree=45937192/67111528
[pid=13133] ppid=13131 vsize=8700 CPUtime=3.93 cores=1,3,5,7
/proc/13133/stat : 13133 (manysat.sh) S 13131 13133 12655 0 -1 4202496 357 11573 0 0 0 0 389 4 18 0 1 0 641386644 8908800 252 33554432000 4194304 4922060 140735966023152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13133/statm: 2175 252 209 178 0 68 0
[pid=13136] ppid=13133 vsize=302668 CPUtime=84.53 cores=1,3,5,7
/proc/13136/stat : 13136 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202496 67168 0 0 0 8434 19 0 0 25 0 4 0 641387038 309932032 67119 33554432000 134512640 135305190 4293880608 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/13136/statm: 75667 67119 84 194 0 75471 0
[pid=13136/tid=13137] ppid=13133 vsize=302668 CPUtime=21.06 cores=1,3,5,7
/proc/13136/task/13137/stat : 13137 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 10079 0 0 0 2102 4 0 0 25 0 4 0 641387086 309932032 67119 33554432000 134512640 135305190 4293880608 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13136/tid=13138] ppid=13133 vsize=302668 CPUtime=21.06 cores=1,3,5,7
/proc/13136/task/13138/stat : 13138 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 11045 0 0 0 2103 3 0 0 25 0 4 0 641387086 309932032 67119 33554432000 134512640 135305190 4293880608 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13136/tid=13139] ppid=13133 vsize=302668 CPUtime=20.83 cores=1,3,5,7
/proc/13136/task/13139/stat : 13139 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 8040 0 0 0 2080 3 0 0 25 0 4 0 641387086 309932032 67119 33554432000 134512640 135305190 4293880608 18446744073709551615 134528395 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 88.46
Current children cumulated vsize (KiB) 311368

[startup+51.1011 s]
/proc/loadavg: 7.92 7.92 6.47 9/359 13141
/proc/meminfo: memFree=7902808/32950928 swapFree=45937192/67111528
[pid=13133] ppid=13131 vsize=8700 CPUtime=3.93 cores=1,3,5,7
/proc/13133/stat : 13133 (manysat.sh) S 13131 13133 12655 0 -1 4202496 357 11573 0 0 0 0 389 4 18 0 1 0 641386644 8908800 252 33554432000 4194304 4922060 140735966023152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13133/statm: 2175 252 209 178 0 68 0
[pid=13136] ppid=13133 vsize=388352 CPUtime=186.64 cores=1,3,5,7
/proc/13136/stat : 13136 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202496 88409 0 0 0 18634 30 0 0 25 0 4 0 641387038 397672448 88360 33554432000 134512640 135305190 4293880608 18446744073709551615 134551757 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/13136/statm: 97088 88360 84 194 0 96892 0
[pid=13136/tid=13137] ppid=13133 vsize=388352 CPUtime=46.66 cores=1,3,5,7
/proc/13136/task/13137/stat : 13137 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 16025 0 0 0 4660 6 0 0 25 0 4 0 641387086 397672448 88360 33554432000 134512640 135305190 4293880608 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13136/tid=13138] ppid=13133 vsize=388352 CPUtime=46.67 cores=1,3,5,7
/proc/13136/task/13138/stat : 13138 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 17856 0 0 0 4660 7 0 0 25 0 4 0 641387086 397672448 88360 33554432000 134512640 135305190 4293880608 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13136/tid=13139] ppid=13133 vsize=388352 CPUtime=46.15 cores=1,3,5,7
/proc/13136/task/13139/stat : 13139 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 11566 0 0 0 4610 5 0 0 25 0 4 0 641387086 397672448 88360 33554432000 134512640 135305190 4293880608 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 190.57
Current children cumulated vsize (KiB) 397052

[startup+102.314 s]
/proc/loadavg: 8.01 7.95 6.55 9/359 13142
/proc/meminfo: memFree=7743076/32950928 swapFree=45937192/67111528
[pid=13133] ppid=13131 vsize=8700 CPUtime=3.93 cores=1,3,5,7
/proc/13133/stat : 13133 (manysat.sh) S 13131 13133 12655 0 -1 4202496 357 11573 0 0 0 0 389 4 18 0 1 0 641386644 8908800 252 33554432000 4194304 4922060 140735966023152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13133/statm: 2175 252 209 178 0 68 0
[pid=13136] ppid=13133 vsize=548032 CPUtime=390.9 cores=1,3,5,7
/proc/13136/stat : 13136 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202496 127276 0 0 0 39035 55 0 0 25 0 4 0 641387038 561184768 127227 33554432000 134512640 135305190 4293880608 18446744073709551615 134528872 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/13136/statm: 137008 127227 84 194 0 136812 0
[pid=13136/tid=13137] ppid=13133 vsize=548032 CPUtime=97.86 cores=1,3,5,7
/proc/13136/task/13137/stat : 13137 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 27763 0 0 0 9773 13 0 0 25 0 4 0 641387086 561184768 127227 33554432000 134512640 135305190 4293880608 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13136/tid=13138] ppid=13133 vsize=548032 CPUtime=97.88 cores=1,3,5,7
/proc/13136/task/13138/stat : 13138 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 27294 0 0 0 9777 11 0 0 25 0 4 0 641387086 561184768 127227 33554432000 134512640 135305190 4293880608 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13136/tid=13139] ppid=13133 vsize=548032 CPUtime=96.78 cores=1,3,5,7
/proc/13136/task/13139/stat : 13139 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 18772 0 0 0 9668 10 0 0 25 0 4 0 641387086 561184768 127227 33554432000 134512640 135305190 4293880608 18446744073709551615 134528698 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 394.83
Current children cumulated vsize (KiB) 556732

[startup+162.301 s]
/proc/loadavg: 8.04 7.97 6.65 9/359 13143
/proc/meminfo: memFree=7624936/32950928 swapFree=45937192/67111528
[pid=13133] ppid=13131 vsize=8700 CPUtime=3.93 cores=1,3,5,7
/proc/13133/stat : 13133 (manysat.sh) S 13131 13133 12655 0 -1 4202496 357 11573 0 0 0 0 389 4 18 0 1 0 641386644 8908800 252 33554432000 4194304 4922060 140735966023152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13133/statm: 2175 252 209 178 0 68 0
[pid=13136] ppid=13133 vsize=652360 CPUtime=630.15 cores=1,3,5,7
/proc/13136/stat : 13136 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202496 153497 0 0 0 62942 73 0 0 25 0 4 0 641387038 668016640 153448 33554432000 134512640 135305190 4293880608 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/13136/statm: 163090 153448 84 194 0 162894 0
[pid=13136/tid=13137] ppid=13133 vsize=652360 CPUtime=157.84 cores=1,3,5,7
/proc/13136/task/13137/stat : 13137 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 33550 0 0 0 15768 16 0 0 25 0 4 0 641387086 668016640 153448 33554432000 134512640 135305190 4293880608 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13136/tid=13138] ppid=13133 vsize=652360 CPUtime=157.87 cores=1,3,5,7
/proc/13136/task/13138/stat : 13138 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 34941 0 0 0 15772 15 0 0 25 0 4 0 641387086 668016640 153448 33554432000 134512640 135305190 4293880608 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13136/tid=13139] ppid=13133 vsize=652360 CPUtime=156.09 cores=1,3,5,7
/proc/13136/task/13139/stat : 13139 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 24514 0 0 0 15595 14 0 0 25 0 4 0 641387086 668016640 153448 33554432000 134512640 135305190 4293880608 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 634.08
Current children cumulated vsize (KiB) 661060

[startup+222.301 s]
/proc/loadavg: 8.05 7.99 6.73 6/352 13167
/proc/meminfo: memFree=7591256/32950928 swapFree=45937192/67111528
[pid=13133] ppid=13131 vsize=8700 CPUtime=3.93 cores=1,3,5,7

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

/proc/13136/task/13139/stat : 13139 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 77385 0 0 0 74921 60 0 0 25 0 4 0 641387086 1493934080 351122 33554432000 134512640 135305190 4293880608 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3027.27
Current children cumulated vsize (KiB) 1467620

[startup+822.301 s]
/proc/loadavg: 8.15 8.03 7.30 9/359 13325
/proc/meminfo: memFree=5866652/32950928 swapFree=45937192/67111528
[pid=13133] ppid=13131 vsize=8700 CPUtime=3.93 cores=1,3,5,7
/proc/13133/stat : 13133 (manysat.sh) S 13131 13133 12655 0 -1 4202496 357 11573 0 0 0 0 389 4 18 0 1 0 641386644 8908800 252 33554432000 4194304 4922060 140735966023152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13133/statm: 2175 252 209 178 0 68 0
[pid=13136] ppid=13133 vsize=1465824 CPUtime=3262.62 cores=1,3,5,7
/proc/13136/stat : 13136 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202496 352844 0 0 0 326028 234 0 0 25 0 4 0 641387038 1501003776 352779 33554432000 134512640 135305190 4293880608 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13136/statm: 366456 352779 84 194 0 366260 0
[pid=13136/tid=13137] ppid=13133 vsize=1465824 CPUtime=816.92 cores=1,3,5,7
/proc/13136/task/13137/stat : 13137 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 87724 0 0 0 81630 62 0 0 25 0 4 0 641387086 1501003776 352779 33554432000 134512640 135305190 4293880608 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13136/tid=13138] ppid=13133 vsize=1465824 CPUtime=817.9 cores=1,3,5,7
/proc/13136/task/13138/stat : 13138 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 66495 0 0 0 81754 36 0 0 25 0 4 0 641387086 1501003776 352779 33554432000 134512640 135305190 4293880608 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13136/tid=13139] ppid=13133 vsize=1465824 CPUtime=809.57 cores=1,3,5,7
/proc/13136/task/13139/stat : 13139 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 78490 0 0 0 80896 61 0 0 25 0 4 0 641387086 1501003776 352779 33554432000 134512640 135305190 4293880608 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3266.55
Current children cumulated vsize (KiB) 1474524

[startup+882.301 s]
/proc/loadavg: 8.09 8.03 7.35 9/359 13327
/proc/meminfo: memFree=5771760/32950928 swapFree=45937192/67111528
[pid=13133] ppid=13131 vsize=8700 CPUtime=3.93 cores=1,3,5,7
/proc/13133/stat : 13133 (manysat.sh) S 13131 13133 12655 0 -1 4202496 357 11573 0 0 0 0 389 4 18 0 1 0 641386644 8908800 252 33554432000 4194304 4922060 140735966023152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13133/statm: 2175 252 209 178 0 68 0
[pid=13136] ppid=13133 vsize=1531336 CPUtime=3501.96 cores=1,3,5,7
/proc/13136/stat : 13136 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202496 369190 0 0 0 349944 252 0 0 25 0 4 0 641387038 1568088064 369125 33554432000 134512640 135305190 4293880608 18446744073709551615 134528265 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13136/statm: 382834 369125 84 194 0 382638 0
[pid=13136/tid=13137] ppid=13133 vsize=1531336 CPUtime=876.92 cores=1,3,5,7
/proc/13136/task/13137/stat : 13137 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 91466 0 0 0 87627 65 0 0 25 0 4 0 641387086 1568088064 369125 33554432000 134512640 135305190 4293880608 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13136/tid=13138] ppid=13133 vsize=1531336 CPUtime=877.91 cores=1,3,5,7
/proc/13136/task/13138/stat : 13138 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 68412 0 0 0 87752 39 0 0 25 0 4 0 641387086 1568088064 369125 33554432000 134512640 135305190 4293880608 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13136/tid=13139] ppid=13133 vsize=1531336 CPUtime=868.91 cores=1,3,5,7
/proc/13136/task/13139/stat : 13139 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 84590 0 0 0 86822 69 0 0 25 0 4 0 641387086 1568088064 369125 33554432000 134512640 135305190 4293880608 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3505.89
Current children cumulated vsize (KiB) 1540036

[startup+942.301 s]
/proc/loadavg: 8.03 8.03 7.39 9/359 13328
/proc/meminfo: memFree=5666836/32950928 swapFree=45937192/67111528
[pid=13133] ppid=13131 vsize=8700 CPUtime=3.93 cores=1,3,5,7
/proc/13133/stat : 13133 (manysat.sh) S 13131 13133 12655 0 -1 4202496 357 11573 0 0 0 0 389 4 18 0 1 0 641386644 8908800 252 33554432000 4194304 4922060 140735966023152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13133/statm: 2175 252 209 178 0 68 0
[pid=13136] ppid=13133 vsize=1570592 CPUtime=3741.29 cores=1,3,5,7
/proc/13136/stat : 13136 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202496 378662 0 0 0 373868 261 0 0 25 0 4 0 641387038 1608286208 378597 33554432000 134512640 135305190 4293880608 18446744073709551615 134528327 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13136/statm: 392648 378598 84 194 0 392452 0
[pid=13136/tid=13137] ppid=13133 vsize=1570592 CPUtime=936.89 cores=1,3,5,7
/proc/13136/task/13137/stat : 13137 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 93688 0 0 0 93620 69 0 0 25 0 4 0 641387086 1608286208 378598 33554432000 134512640 135305190 4293880608 18446744073709551615 134839991 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13136/tid=13138] ppid=13133 vsize=1570592 CPUtime=937.91 cores=1,3,5,7
/proc/13136/task/13138/stat : 13138 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 69557 0 0 0 93751 40 0 0 25 0 4 0 641387086 1608286208 378598 33554432000 134512640 135305190 4293880608 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13136/tid=13139] ppid=13133 vsize=1570592 CPUtime=928.26 cores=1,3,5,7
/proc/13136/task/13139/stat : 13139 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 87034 0 0 0 92756 70 0 0 25 0 4 0 641387086 1608286208 378598 33554432000 134512640 135305190 4293880608 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3745.22
Current children cumulated vsize (KiB) 1579292

[startup+1002.3 s]
/proc/loadavg: 8.01 8.02 7.42 9/359 13339
/proc/meminfo: memFree=5531784/32950928 swapFree=45937192/67111528
[pid=13133] ppid=13131 vsize=8700 CPUtime=3.93 cores=1,3,5,7
/proc/13133/stat : 13133 (manysat.sh) S 13131 13133 12655 0 -1 4202496 357 11573 0 0 0 0 389 4 18 0 1 0 641386644 8908800 252 33554432000 4194304 4922060 140735966023152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13133/statm: 2175 252 209 178 0 68 0
[pid=13136] ppid=13133 vsize=1601404 CPUtime=3980.6 cores=1,3,5,7
/proc/13136/stat : 13136 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202496 386313 0 0 0 397789 271 0 0 25 0 4 0 641387038 1639837696 386248 33554432000 134512640 135305190 4293880608 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13136/statm: 400351 386248 84 194 0 400155 0
[pid=13136/tid=13137] ppid=13133 vsize=1601404 CPUtime=996.89 cores=1,3,5,7
/proc/13136/task/13137/stat : 13137 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 95383 0 0 0 99618 71 0 0 25 0 4 0 641387086 1639837696 386248 33554432000 134512640 135305190 4293880608 18446744073709551615 134528402 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13136/tid=13138] ppid=13133 vsize=1601404 CPUtime=997.91 cores=1,3,5,7
/proc/13136/task/13138/stat : 13138 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 70125 0 0 0 99750 41 0 0 25 0 4 0 641387086 1639837696 386248 33554432000 134512640 135305190 4293880608 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13136/tid=13139] ppid=13133 vsize=1601404 CPUtime=987.6 cores=1,3,5,7
/proc/13136/task/13139/stat : 13139 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 88100 0 0 0 98689 71 0 0 25 0 4 0 641387086 1639837696 386248 33554432000 134512640 135305190 4293880608 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3984.53
Current children cumulated vsize (KiB) 1610104

[startup+1062.3 s]
/proc/loadavg: 8.04 8.03 7.46 9/359 13340
/proc/meminfo: memFree=5322820/32950928 swapFree=45937192/67111528
[pid=13133] ppid=13131 vsize=8700 CPUtime=3.93 cores=1,3,5,7
/proc/13133/stat : 13133 (manysat.sh) S 13131 13133 12655 0 -1 4202496 357 11573 0 0 0 0 389 4 18 0 1 0 641386644 8908800 252 33554432000 4194304 4922060 140735966023152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13133/statm: 2175 252 209 178 0 68 0
[pid=13136] ppid=13133 vsize=1674124 CPUtime=4219.94 cores=1,3,5,7
/proc/13136/stat : 13136 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202496 403996 0 0 0 421704 290 0 0 25 0 4 0 641387038 1714302976 403931 33554432000 134512640 135305190 4293880608 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13136/statm: 418531 403931 84 194 0 418335 0
[pid=13136/tid=13137] ppid=13133 vsize=1674124 CPUtime=1056.89 cores=1,3,5,7
/proc/13136/task/13137/stat : 13137 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 99847 0 0 0 105613 76 0 0 25 0 4 0 641387086 1714302976 403931 33554432000 134512640 135305190 4293880608 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13136/tid=13138] ppid=13133 vsize=1674124 CPUtime=1057.92 cores=1,3,5,7
/proc/13136/task/13138/stat : 13138 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 72481 0 0 0 105749 43 0 0 25 0 4 0 641387086 1714302976 403931 33554432000 134512640 135305190 4293880608 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13136/tid=13139] ppid=13133 vsize=1674124 CPUtime=1046.93 cores=1,3,5,7
/proc/13136/task/13139/stat : 13139 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 92026 0 0 0 104619 74 0 0 25 0 4 0 641387086 1714302976 403931 33554432000 134512640 135305190 4293880608 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4223.87
Current children cumulated vsize (KiB) 1682824

[startup+1122.3 s]
/proc/loadavg: 8.05 8.03 7.50 9/359 13342
/proc/meminfo: memFree=5168036/32950928 swapFree=45937192/67111528
[pid=13133] ppid=13131 vsize=8700 CPUtime=3.93 cores=1,3,5,7
/proc/13133/stat : 13133 (manysat.sh) S 13131 13133 12655 0 -1 4202496 357 11573 0 0 0 0 389 4 18 0 1 0 641386644 8908800 252 33554432000 4194304 4922060 140735966023152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13133/statm: 2175 252 209 178 0 68 0
[pid=13136] ppid=13133 vsize=1681896 CPUtime=4459.25 cores=1,3,5,7
/proc/13136/stat : 13136 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202496 405515 0 0 0 445634 291 0 0 25 0 4 0 641387038 1722261504 405450 33554432000 134512640 135305190 4293880608 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13136/statm: 420474 405450 84 194 0 420278 0
[pid=13136/tid=13137] ppid=13133 vsize=1681896 CPUtime=1116.87 cores=1,3,5,7
/proc/13136/task/13137/stat : 13137 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 100366 0 0 0 111610 77 0 0 25 0 4 0 641387086 1722261504 405450 33554432000 134512640 135305190 4293880608 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13136/tid=13138] ppid=13133 vsize=1681896 CPUtime=1117.92 cores=1,3,5,7
/proc/13136/task/13138/stat : 13138 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 72983 0 0 0 111749 43 0 0 25 0 4 0 641387086 1722261504 405450 33554432000 134512640 135305190 4293880608 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13136/tid=13139] ppid=13133 vsize=1681896 CPUtime=1106.27 cores=1,3,5,7
/proc/13136/task/13139/stat : 13139 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 92029 0 0 0 110553 74 0 0 25 0 4 0 641387086 1722261504 405450 33554432000 134512640 135305190 4293880608 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4463.18
Current children cumulated vsize (KiB) 1690596

[startup+1182.3 s]
/proc/loadavg: 8.05 8.04 7.53 10/360 13347
/proc/meminfo: memFree=5108604/32950928 swapFree=45937192/67111528
[pid=13133] ppid=13131 vsize=8700 CPUtime=3.93 cores=1,3,5,7
/proc/13133/stat : 13133 (manysat.sh) S 13131 13133 12655 0 -1 4202496 357 11573 0 0 0 0 389 4 18 0 1 0 641386644 8908800 252 33554432000 4194304 4922060 140735966023152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13133/statm: 2175 252 209 178 0 68 0
[pid=13136] ppid=13133 vsize=1724608 CPUtime=4698.44 cores=1,3,5,7
/proc/13136/stat : 13136 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202496 416227 0 0 0 469541 303 0 0 25 0 4 0 641387038 1765998592 416162 33554432000 134512640 135305190 4293880608 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13136/statm: 431152 416162 84 194 0 430956 0
[pid=13136/tid=13137] ppid=13133 vsize=1724608 CPUtime=1176.87 cores=1,3,5,7
/proc/13136/task/13137/stat : 13137 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 104911 0 0 0 117603 84 0 0 25 0 4 0 641387086 1765998592 416162 33554432000 134512640 135305190 4293880608 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13136/tid=13138] ppid=13133 vsize=1724608 CPUtime=1177.92 cores=1,3,5,7
/proc/13136/task/13138/stat : 13138 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 73807 0 0 0 117748 44 0 0 25 0 4 0 641387086 1765998592 416162 33554432000 134512640 135305190 4293880608 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13136/tid=13139] ppid=13133 vsize=1724608 CPUtime=1165.45 cores=1,3,5,7
/proc/13136/task/13139/stat : 13139 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 93962 0 0 0 116469 76 0 0 25 0 4 0 641387086 1765998592 416162 33554432000 134512640 135305190 4293880608 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4702.37
Current children cumulated vsize (KiB) 1733308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207 s]
/proc/loadavg: 8.33 8.11 7.57 9/359 13347
/proc/meminfo: memFree=5048328/32950928 swapFree=45937192/67111528
[pid=13133] ppid=13131 vsize=8700 CPUtime=3.93 cores=1,3,5,7
/proc/13133/stat : 13133 (manysat.sh) S 13131 13133 12655 0 -1 4202496 357 11573 0 0 0 0 389 4 18 0 1 0 641386644 8908800 252 33554432000 4194304 4922060 140735966023152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13133/statm: 2175 252 209 178 0 68 0
[pid=13136] ppid=13133 vsize=1795876 CPUtime=4796.33 cores=1,3,5,7
/proc/13136/stat : 13136 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202496 433739 0 0 0 479313 320 0 0 25 0 4 0 641387038 1838977024 433674 33554432000 134512640 135305190 4293880608 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13136/statm: 448969 433674 84 194 0 448773 0
[pid=13136/tid=13137] ppid=13133 vsize=1795876 CPUtime=1201.58 cores=1,3,5,7
/proc/13136/task/13137/stat : 13137 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 111118 0 0 0 120067 91 0 0 25 0 4 0 641387086 1838977024 433679 33554432000 134512640 135305190 4293880608 18446744073709551615 134839991 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13136/tid=13138] ppid=13133 vsize=1795876 CPUtime=1202.63 cores=1,3,5,7
/proc/13136/task/13138/stat : 13138 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 74868 0 0 0 120218 45 0 0 25 0 4 0 641387086 1838977024 433679 33554432000 134512640 135305190 4293880608 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13136/tid=13139] ppid=13133 vsize=1795876 CPUtime=1189.22 cores=1,3,5,7
/proc/13136/task/13139/stat : 13139 (manysat1.1_stat) R 13133 13133 12655 0 -1 4202560 99071 0 0 0 118841 81 0 0 25 0 4 0 641387086 1838977024 433679 33554432000 134512640 135305190 4293880608 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 1804576

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

Real time (s): 1207.02
CPU time (s): 4800.26
CPU user time (s): 4797.02
CPU system time (s): 3.24
CPU usage (%): 397.694
Max. virtual memory (cumulated for all children) (KiB): 1804576

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

runsolver used 3.9334 second user time and 9.36158 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-13 16:45:00
IDJOB=3362013
IDBENCH=71095
IDSOLVER=1838
FILE ID=node149/3362013-1305297899
RUNJOBID= node149-1305296390-12674
PBS_JOBID= 13321404
Free space on /tmp= 42212 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_19_UNKNOWN.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362013-1305297899/watcher-3362013-1305297899 -o /tmp/evaluation-result-3362013-1305297899/solver-3362013-1305297899 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362013-1305297899.cnf aimd 1

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

MD5SUM BENCH= 4cf2a693df1b6e5a084b88e84ec5f2af
RANDOM SEED=834903335

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       8270264 kB
Buffers:        264552 kB
Cached:       19265788 kB
SwapCached:      19984 kB
Active:        9227284 kB
Inactive:     14774408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       8270264 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:            9372 kB
Writeback:           0 kB
AnonPages:     4463944 kB
Mapped:          14476 kB
Slab:           541976 kB
PageTables:      71864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80380648 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= 42172 MiB
End job on node149 at 2011-05-13 17:05:09