Trace number 3361952

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) 20397.2 5100.03

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-12.cnf
MD5SUM0621e557bffdc18ca509447665adecda
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 variables69553
Number of clauses226752
Sum of the clauses size587624
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292374
Number of clauses of size 3134249
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.10	c ==============================================================================
0.00/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.10	c ==============================================================================
0.00/0.10	c |         0 |  226109   585954 |   67832       0        0     nan |  0.000 % |
0.00/0.55	c |         0 |  163329   552676 |      --       0       --      -- |     --   | -62780/-33278
0.00/0.55	c ==============================================================================
0.00/0.55	c Result  :   #vars: 28500   #clauses: 163329   #literals: 552676
0.00/0.55	c CPU time:   0.535918 s
0.00/0.55	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-3361952-1305296608/watcher-3361952-1305296608 -o /tmp/evaluation-result-3361952-1305296608/solver-3361952-1305296608 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3361952-1305296608.cnf aimd 1 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.88 2.01 0.80 2/351 21847
/proc/meminfo: memFree=24442608/32951124 swapFree=56449224/67111528
[pid=21847] ppid=21845 vsize=8700 CPUtime=0 cores=0-7
/proc/21847/stat : 21847 (manysat.sh) S 21845 21847 21783 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 641261187 8908800 249 33554432000 4194304 4922060 140734071069984 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21847/statm: 2175 249 209 178 0 68 0

[startup+0.0764519 s]
/proc/loadavg: 3.88 2.01 0.80 2/351 21847
/proc/meminfo: memFree=24442608/32951124 swapFree=56449224/67111528
[pid=21847] ppid=21845 vsize=8700 CPUtime=0 cores=0-7
/proc/21847/stat : 21847 (manysat.sh) S 21845 21847 21783 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 641261187 8908800 249 33554432000 4194304 4922060 140734071069984 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21847/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100467 s]
/proc/loadavg: 3.88 2.01 0.80 2/351 21847
/proc/meminfo: memFree=24442608/32951124 swapFree=56449224/67111528
[pid=21847] ppid=21845 vsize=8700 CPUtime=0 cores=0-7
/proc/21847/stat : 21847 (manysat.sh) S 21845 21847 21783 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 641261187 8908800 249 33554432000 4194304 4922060 140734071069984 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21847/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300413 s]
/proc/loadavg: 3.88 2.01 0.80 2/351 21847
/proc/meminfo: memFree=24442608/32951124 swapFree=56449224/67111528
[pid=21847] ppid=21845 vsize=8700 CPUtime=0 cores=0-7
/proc/21847/stat : 21847 (manysat.sh) S 21845 21847 21783 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 641261187 8908800 249 33554432000 4194304 4922060 140734071069984 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21847/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700347 s]
/proc/loadavg: 3.88 2.01 0.80 2/351 21847
/proc/meminfo: memFree=24442608/32951124 swapFree=56449224/67111528
[pid=21847] ppid=21845 vsize=8700 CPUtime=0.66 cores=0-7
/proc/21847/stat : 21847 (manysat.sh) S 21845 21847 21783 0 -1 4202496 356 9856 0 0 0 0 64 2 15 0 1 0 641261187 8908800 252 33554432000 4194304 4922060 140734071069984 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21847/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 8700

[startup+1.50116 s]
/proc/loadavg: 3.88 2.01 0.80 5/356 21853
/proc/meminfo: memFree=24385336/32951124 swapFree=56449224/67111528
[pid=21847] ppid=21845 vsize=8700 CPUtime=0.66 cores=0-7
/proc/21847/stat : 21847 (manysat.sh) S 21845 21847 21783 0 -1 4202496 356 9856 0 0 0 0 64 2 15 0 1 0 641261187 8908800 252 33554432000 4194304 4922060 140734071069984 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21847/statm: 2175 252 209 178 0 68 0
[pid=21850] ppid=21847 vsize=90656 CPUtime=2.47 cores=0-7
/proc/21850/stat : 21850 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202496 13939 0 0 0 228 19 0 0 18 0 4 0 641261255 92831744 13889 33554432000 134512640 135305190 4291707280 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/21850/statm: 22664 13889 84 194 0 22468 0
[pid=21850/tid=21851] ppid=21847 vsize=90656 CPUtime=0.56 cores=0-7
/proc/21850/task/21851/stat : 21851 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 646 0 0 0 52 4 0 0 16 0 4 0 641261277 92831744 13889 33554432000 134512640 135305190 4291707280 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=21850/tid=21852] ppid=21847 vsize=90656 CPUtime=0.55 cores=0-7
/proc/21850/task/21852/stat : 21852 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 533 0 0 0 51 4 0 0 18 0 4 0 641261277 92831744 13889 33554432000 134512640 135305190 4291707280 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=21850/tid=21853] ppid=21847 vsize=90656 CPUtime=0.55 cores=0-7
/proc/21850/task/21853/stat : 21853 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 633 0 0 0 52 3 0 0 18 0 4 0 641261277 92831744 13889 33554432000 134512640 135305190 4291707280 18446744073709551615 134557489 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 99356

[startup+3.1009 s]
/proc/loadavg: 3.88 2.01 0.80 5/356 21853
/proc/meminfo: memFree=24377152/32951124 swapFree=56449224/67111528
[pid=21847] ppid=21845 vsize=8700 CPUtime=0.66 cores=0-7
/proc/21847/stat : 21847 (manysat.sh) S 21845 21847 21783 0 -1 4202496 356 9856 0 0 0 0 64 2 15 0 1 0 641261187 8908800 252 33554432000 4194304 4922060 140734071069984 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21847/statm: 2175 252 209 178 0 68 0
[pid=21850] ppid=21847 vsize=93544 CPUtime=8.86 cores=0-7
/proc/21850/stat : 21850 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202496 14712 0 0 0 867 19 0 0 18 0 4 0 641261255 95789056 14662 33554432000 134512640 135305190 4291707280 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/21850/statm: 23386 14662 84 194 0 23190 0
[pid=21850/tid=21851] ppid=21847 vsize=93544 CPUtime=2.16 cores=0-7
/proc/21850/task/21851/stat : 21851 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 754 0 0 0 212 4 0 0 18 0 4 0 641261277 95789056 14662 33554432000 134512640 135305190 4291707280 18446744073709551615 134556679 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=21850/tid=21852] ppid=21847 vsize=93544 CPUtime=2.14 cores=0-7
/proc/21850/task/21852/stat : 21852 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 752 0 0 0 210 4 0 0 18 0 4 0 641261277 95789056 14662 33554432000 134512640 135305190 4291707280 18446744073709551615 134553353 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=21850/tid=21853] ppid=21847 vsize=93544 CPUtime=2.14 cores=0-7
/proc/21850/task/21853/stat : 21853 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 866 0 0 0 211 3 0 0 18 0 4 0 641261277 95789056 14662 33554432000 134512640 135305190 4291707280 18446744073709551615 134556734 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 9.52
Current children cumulated vsize (KiB) 102244

[startup+6.30033 s]
/proc/loadavg: 3.89 2.05 0.82 5/356 21854
/proc/meminfo: memFree=24373460/32951124 swapFree=56449224/67111528
[pid=21847] ppid=21845 vsize=8700 CPUtime=0.66 cores=0-7
/proc/21847/stat : 21847 (manysat.sh) S 21845 21847 21783 0 -1 4202496 356 9856 0 0 0 0 64 2 15 0 1 0 641261187 8908800 252 33554432000 4194304 4922060 140734071069984 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21847/statm: 2175 252 209 178 0 68 0
[pid=21850] ppid=21847 vsize=97764 CPUtime=21.66 cores=0-7
/proc/21850/stat : 21850 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202496 15561 0 0 0 2146 20 0 0 22 0 4 0 641261255 100110336 15511 33554432000 134512640 135305190 4291707280 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/21850/statm: 24441 15511 84 194 0 24245 0
[pid=21850/tid=21851] ppid=21847 vsize=97764 CPUtime=5.36 cores=0-7
/proc/21850/task/21851/stat : 21851 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 948 0 0 0 532 4 0 0 25 0 4 0 641261277 100110336 15511 33554432000 134512640 135305190 4291707280 18446744073709551615 134557253 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=21850/tid=21852] ppid=21847 vsize=97764 CPUtime=5.34 cores=0-7
/proc/21850/task/21852/stat : 21852 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 1060 0 0 0 530 4 0 0 18 0 4 0 641261277 100110336 15511 33554432000 134512640 135305190 4291707280 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=21850/tid=21853] ppid=21847 vsize=97764 CPUtime=5.35 cores=0-7
/proc/21850/task/21853/stat : 21853 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 1112 0 0 0 531 4 0 0 18 0 4 0 641261277 100110336 15511 33554432000 134512640 135305190 4291707280 18446744073709551615 134547429 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 22.32
Current children cumulated vsize (KiB) 106464

[startup+12.7012 s]
/proc/loadavg: 3.89 2.08 0.83 5/356 21854
/proc/meminfo: memFree=24368496/32951124 swapFree=56449224/67111528
[pid=21847] ppid=21845 vsize=8700 CPUtime=0.66 cores=0-7
/proc/21847/stat : 21847 (manysat.sh) S 21845 21847 21783 0 -1 4202496 356 9856 0 0 0 0 64 2 15 0 1 0 641261187 8908800 252 33554432000 4194304 4922060 140734071069984 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21847/statm: 2175 252 209 178 0 68 0
[pid=21850] ppid=21847 vsize=102244 CPUtime=47.26 cores=0-7
/proc/21850/stat : 21850 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202496 16695 0 0 0 4705 21 0 0 25 0 4 0 641261255 104697856 16645 33554432000 134512640 135305190 4291707280 18446744073709551615 134530636 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/21850/statm: 25561 16645 84 194 0 25365 0
[pid=21850/tid=21851] ppid=21847 vsize=102244 CPUtime=11.76 cores=0-7
/proc/21850/task/21851/stat : 21851 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 1160 0 0 0 1172 4 0 0 25 0 4 0 641261277 104697856 16645 33554432000 134512640 135305190 4291707280 18446744073709551615 134551720 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=21850/tid=21852] ppid=21847 vsize=102244 CPUtime=11.75 cores=0-7
/proc/21850/task/21852/stat : 21852 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 1358 0 0 0 1170 5 0 0 25 0 4 0 641261277 104697856 16645 33554432000 134512640 135305190 4291707280 18446744073709551615 134551694 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=21850/tid=21853] ppid=21847 vsize=102244 CPUtime=11.75 cores=0-7
/proc/21850/task/21853/stat : 21853 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 1465 0 0 0 1171 4 0 0 20 0 4 0 641261277 104697856 16645 33554432000 134512640 135305190 4291707280 18446744073709551615 134551930 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 47.92
Current children cumulated vsize (KiB) 110944

[startup+25.5008 s]
/proc/loadavg: 3.92 2.17 0.88 5/356 21854
/proc/meminfo: memFree=24361304/32951124 swapFree=56449224/67111528
[pid=21847] ppid=21845 vsize=8700 CPUtime=0.66 cores=0-7
/proc/21847/stat : 21847 (manysat.sh) S 21845 21847 21783 0 -1 4202496 356 9856 0 0 0 0 64 2 15 0 1 0 641261187 8908800 252 33554432000 4194304 4922060 140734071069984 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21847/statm: 2175 252 209 178 0 68 0
[pid=21850] ppid=21847 vsize=110124 CPUtime=98.46 cores=0-7
/proc/21850/stat : 21850 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202496 18769 0 0 0 9824 22 0 0 25 0 4 0 641261255 112766976 18719 33554432000 134512640 135305190 4291707280 18446744073709551615 134528814 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/21850/statm: 27531 18719 84 194 0 27335 0
[pid=21850/tid=21851] ppid=21847 vsize=110124 CPUtime=24.57 cores=0-7
/proc/21850/task/21851/stat : 21851 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 1493 0 0 0 2452 5 0 0 25 0 4 0 641261277 112766976 18719 33554432000 134512640 135305190 4291707280 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=21850/tid=21852] ppid=21847 vsize=110124 CPUtime=24.55 cores=0-7
/proc/21850/task/21852/stat : 21852 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 1911 0 0 0 2449 6 0 0 21 0 4 0 641261277 112766976 18719 33554432000 134512640 135305190 4291707280 18446744073709551615 134552962 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=21850/tid=21853] ppid=21847 vsize=110124 CPUtime=24.54 cores=0-7
/proc/21850/task/21853/stat : 21853 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 2176 0 0 0 2450 4 0 0 18 0 4 0 641261277 112766976 18719 33554432000 134512640 135305190 4291707280 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 99.12
Current children cumulated vsize (KiB) 118824

[startup+51.1012 s]
/proc/loadavg: 3.94 2.32 0.97 5/356 21855
/proc/meminfo: memFree=24349080/32951124 swapFree=56449224/67111528
[pid=21847] ppid=21845 vsize=8700 CPUtime=0.66 cores=0-7
/proc/21847/stat : 21847 (manysat.sh) S 21845 21847 21783 0 -1 4202496 356 9856 0 0 0 0 64 2 15 0 1 0 641261187 8908800 252 33554432000 4194304 4922060 140734071069984 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21847/statm: 2175 252 209 178 0 68 0
[pid=21850] ppid=21847 vsize=123108 CPUtime=200.86 cores=0-7
/proc/21850/stat : 21850 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202496 21880 0 0 0 20062 24 0 0 21 0 4 0 641261255 126062592 21830 33554432000 134512640 135305190 4291707280 18446744073709551615 134551712 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/21850/statm: 30777 21830 84 194 0 30581 0
[pid=21850/tid=21851] ppid=21847 vsize=123108 CPUtime=50.17 cores=0-7
/proc/21850/task/21851/stat : 21851 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 2005 0 0 0 5012 5 0 0 25 0 4 0 641261277 126062592 21830 33554432000 134512640 135305190 4291707280 18446744073709551615 134546042 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=21850/tid=21852] ppid=21847 vsize=123108 CPUtime=50.15 cores=0-7
/proc/21850/task/21852/stat : 21852 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 2536 0 0 0 5009 6 0 0 25 0 4 0 641261277 126062592 21830 33554432000 134512640 135305190 4291707280 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=21850/tid=21853] ppid=21847 vsize=123108 CPUtime=50.14 cores=0-7
/proc/21850/task/21853/stat : 21853 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 3350 0 0 0 5009 5 0 0 18 0 4 0 641261277 126062592 21830 33554432000 134512640 135305190 4291707280 18446744073709551615 134528826 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 201.52
Current children cumulated vsize (KiB) 131808

[startup+102.314 s]
/proc/loadavg: 4.10 2.61 1.13 5/356 21856
/proc/meminfo: memFree=24330824/32951124 swapFree=56449224/67111528
[pid=21847] ppid=21845 vsize=8700 CPUtime=0.66 cores=0-7
/proc/21847/stat : 21847 (manysat.sh) S 21845 21847 21783 0 -1 4202496 356 9856 0 0 0 0 64 2 15 0 1 0 641261187 8908800 252 33554432000 4194304 4922060 140734071069984 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21847/statm: 2175 252 209 178 0 68 0
[pid=21850] ppid=21847 vsize=140540 CPUtime=405.73 cores=0-7
/proc/21850/stat : 21850 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202496 26343 0 0 0 40545 28 0 0 25 0 4 0 641261255 143912960 26293 33554432000 134512640 135305190 4291707280 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/21850/statm: 35135 26293 84 194 0 34939 0
[pid=21850/tid=21851] ppid=21847 vsize=140540 CPUtime=101.38 cores=0-7
/proc/21850/task/21851/stat : 21851 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 2654 0 0 0 10133 5 0 0 25 0 4 0 641261277 143912960 26293 33554432000 134512640 135305190 4291707280 18446744073709551615 134557493 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=21850/tid=21852] ppid=21847 vsize=140540 CPUtime=101.36 cores=0-7
/proc/21850/task/21852/stat : 21852 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 4032 0 0 0 10129 7 0 0 25 0 4 0 641261277 143912960 26293 33554432000 134512640 135305190 4291707280 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=21850/tid=21853] ppid=21847 vsize=140540 CPUtime=101.36 cores=0-7
/proc/21850/task/21853/stat : 21853 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 4685 0 0 0 10130 6 0 0 25 0 4 0 641261277 143912960 26293 33554432000 134512640 135305190 4291707280 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 406.39
Current children cumulated vsize (KiB) 149240

[startup+162.301 s]
/proc/loadavg: 4.09 2.87 1.32 5/356 21858
/proc/meminfo: memFree=24308844/32951124 swapFree=56449224/67111528
[pid=21847] ppid=21845 vsize=8700 CPUtime=0.66 cores=0-7
/proc/21847/stat : 21847 (manysat.sh) S 21845 21847 21783 0 -1 4202496 356 9856 0 0 0 0 64 2 15 0 1 0 641261187 8908800 252 33554432000 4194304 4922060 140734071069984 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21847/statm: 2175 252 209 178 0 68 0
[pid=21850] ppid=21847 vsize=161996 CPUtime=645.68 cores=0-7
/proc/21850/stat : 21850 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202496 31685 0 0 0 64536 32 0 0 25 0 4 0 641261255 165883904 31635 33554432000 134512640 135305190 4291707280 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/21850/statm: 40499 31635 84 194 0 40303 0
[pid=21850/tid=21851] ppid=21847 vsize=161996 CPUtime=161.37 cores=0-7

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

/proc/21850/task/21853/stat : 21853 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 41063 0 0 0 466096 39 0 0 25 0 4 0 641261277 569970688 128162 33554432000 134512640 135305190 4291707280 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18646.4
Current children cumulated vsize (KiB) 565312

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.92 5/356 21991
/proc/meminfo: memFree=23920260/32951124 swapFree=56449224/67111528
[pid=21847] ppid=21845 vsize=8700 CPUtime=0.66 cores=0-7
/proc/21847/stat : 21847 (manysat.sh) S 21845 21847 21783 0 -1 4202496 356 9856 0 0 0 0 64 2 15 0 1 0 641261187 8908800 252 33554432000 4194304 4922060 140734071069984 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21847/statm: 2175 252 209 178 0 68 0
[pid=21850] ppid=21847 vsize=557332 CPUtime=18885.8 cores=0-7
/proc/21850/stat : 21850 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202496 128383 0 0 0 1888452 123 0 0 25 0 4 0 641261255 570707968 128333 33554432000 134512640 135305190 4291707280 18446744073709551615 134528744 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/21850/statm: 139333 128333 84 194 0 139137 0
[pid=21850/tid=21851] ppid=21847 vsize=557332 CPUtime=4721.42 cores=0-7
/proc/21850/task/21851/stat : 21851 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 25487 0 0 0 472116 26 0 0 25 0 4 0 641261277 570707968 128333 33554432000 134512640 135305190 4291707280 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=21850/tid=21852] ppid=21847 vsize=557332 CPUtime=4721.33 cores=0-7
/proc/21850/task/21852/stat : 21852 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 19817 0 0 0 472114 19 0 0 25 0 4 0 641261277 570707968 128333 33554432000 134512640 135305190 4291707280 18446744073709551615 134528399 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=21850/tid=21853] ppid=21847 vsize=557332 CPUtime=4721.36 cores=0-7
/proc/21850/task/21853/stat : 21853 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 41092 0 0 0 472097 39 0 0 25 0 4 0 641261277 570707968 128333 33554432000 134512640 135305190 4291707280 18446744073709551615 134557352 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18886.4
Current children cumulated vsize (KiB) 566032

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/356 21993
/proc/meminfo: memFree=23919708/32951124 swapFree=56449224/67111528
[pid=21847] ppid=21845 vsize=8700 CPUtime=0.66 cores=0-7
/proc/21847/stat : 21847 (manysat.sh) S 21845 21847 21783 0 -1 4202496 356 9856 0 0 0 0 64 2 15 0 1 0 641261187 8908800 252 33554432000 4194304 4922060 140734071069984 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21847/statm: 2175 252 209 178 0 68 0
[pid=21850] ppid=21847 vsize=557604 CPUtime=19125.7 cores=0-7
/proc/21850/stat : 21850 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202496 128536 0 0 0 1912444 123 0 0 25 0 4 0 641261255 570986496 128486 33554432000 134512640 135305190 4291707280 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/21850/statm: 139401 128486 84 194 0 139205 0
[pid=21850/tid=21851] ppid=21847 vsize=557604 CPUtime=4781.37 cores=0-7
/proc/21850/task/21851/stat : 21851 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 25571 0 0 0 478111 26 0 0 18 0 4 0 641261277 570986496 128486 33554432000 134512640 135305190 4291707280 18446744073709551615 134528399 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=21850/tid=21852] ppid=21847 vsize=557604 CPUtime=4781.32 cores=0-7
/proc/21850/task/21852/stat : 21852 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 19846 0 0 0 478113 19 0 0 25 0 4 0 641261277 570986496 128486 33554432000 134512640 135305190 4291707280 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=21850/tid=21853] ppid=21847 vsize=557604 CPUtime=4781.36 cores=0-7
/proc/21850/task/21853/stat : 21853 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 41131 0 0 0 478096 40 0 0 25 0 4 0 641261277 570986496 128486 33554432000 134512640 135305190 4291707280 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19126.3
Current children cumulated vsize (KiB) 566304

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/356 21995
/proc/meminfo: memFree=23919556/32951124 swapFree=56449224/67111528
[pid=21847] ppid=21845 vsize=8700 CPUtime=0.66 cores=0-7
/proc/21847/stat : 21847 (manysat.sh) S 21845 21847 21783 0 -1 4202496 356 9856 0 0 0 0 64 2 15 0 1 0 641261187 8908800 252 33554432000 4194304 4922060 140734071069984 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21847/statm: 2175 252 209 178 0 68 0
[pid=21850] ppid=21847 vsize=558048 CPUtime=19365.7 cores=0-7
/proc/21850/stat : 21850 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202496 128631 0 0 0 1936445 123 0 0 19 0 4 0 641261255 571441152 128581 33554432000 134512640 135305190 4291707280 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/21850/statm: 139512 128581 84 194 0 139316 0
[pid=21850/tid=21851] ppid=21847 vsize=558048 CPUtime=4841.38 cores=0-7
/proc/21850/task/21851/stat : 21851 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 25571 0 0 0 484112 26 0 0 25 0 4 0 641261277 571441152 128581 33554432000 134512640 135305190 4291707280 18446744073709551615 134528280 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=21850/tid=21852] ppid=21847 vsize=558048 CPUtime=4841.32 cores=0-7
/proc/21850/task/21852/stat : 21852 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 19874 0 0 0 484113 19 0 0 25 0 4 0 641261277 571441152 128581 33554432000 134512640 135305190 4291707280 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=21850/tid=21853] ppid=21847 vsize=558048 CPUtime=4841.36 cores=0-7
/proc/21850/task/21853/stat : 21853 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 41198 0 0 0 484096 40 0 0 25 0 4 0 641261277 571441152 128581 33554432000 134512640 135305190 4291707280 18446744073709551615 134528755 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19366.3
Current children cumulated vsize (KiB) 566748

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/356 21996
/proc/meminfo: memFree=23913928/32951124 swapFree=56449224/67111528
[pid=21847] ppid=21845 vsize=8700 CPUtime=0.66 cores=0-7
/proc/21847/stat : 21847 (manysat.sh) S 21845 21847 21783 0 -1 4202496 356 9856 0 0 0 0 64 2 15 0 1 0 641261187 8908800 252 33554432000 4194304 4922060 140734071069984 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21847/statm: 2175 252 209 178 0 68 0
[pid=21850] ppid=21847 vsize=563040 CPUtime=19605.7 cores=0-7
/proc/21850/stat : 21850 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202496 130003 0 0 0 1960445 124 0 0 25 0 4 0 641261255 576552960 129953 33554432000 134512640 135305190 4291707280 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/21850/statm: 140760 129953 84 194 0 140564 0
[pid=21850/tid=21851] ppid=21847 vsize=563040 CPUtime=4901.38 cores=0-7
/proc/21850/task/21851/stat : 21851 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 25571 0 0 0 490112 26 0 0 25 0 4 0 641261277 576552960 129953 33554432000 134512640 135305190 4291707280 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=21850/tid=21852] ppid=21847 vsize=563040 CPUtime=4901.32 cores=0-7
/proc/21850/task/21852/stat : 21852 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 19874 0 0 0 490113 19 0 0 25 0 4 0 641261277 576552960 129953 33554432000 134512640 135305190 4291707280 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=21850/tid=21853] ppid=21847 vsize=563040 CPUtime=4901.36 cores=0-7
/proc/21850/task/21853/stat : 21853 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 42570 0 0 0 490095 41 0 0 19 0 4 0 641261277 576552960 129953 33554432000 134512640 135305190 4291707280 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19606.3
Current children cumulated vsize (KiB) 571740

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/356 21998
/proc/meminfo: memFree=23913644/32951124 swapFree=56449224/67111528
[pid=21847] ppid=21845 vsize=8700 CPUtime=0.66 cores=0-7
/proc/21847/stat : 21847 (manysat.sh) S 21845 21847 21783 0 -1 4202496 356 9856 0 0 0 0 64 2 15 0 1 0 641261187 8908800 252 33554432000 4194304 4922060 140734071069984 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21847/statm: 2175 252 209 178 0 68 0
[pid=21850] ppid=21847 vsize=563364 CPUtime=19845.7 cores=0-7
/proc/21850/stat : 21850 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202496 130098 0 0 0 1984446 124 0 0 25 0 4 0 641261255 576884736 130048 33554432000 134512640 135305190 4291707280 18446744073709551615 134551808 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/21850/statm: 140841 130048 84 194 0 140645 0
[pid=21850/tid=21851] ppid=21847 vsize=563364 CPUtime=4961.38 cores=0-7
/proc/21850/task/21851/stat : 21851 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 25571 0 0 0 496112 26 0 0 25 0 4 0 641261277 576884736 130048 33554432000 134512640 135305190 4291707280 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=21850/tid=21852] ppid=21847 vsize=563364 CPUtime=4961.33 cores=0-7
/proc/21850/task/21852/stat : 21852 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 19896 0 0 0 496114 19 0 0 25 0 4 0 641261277 576884736 130048 33554432000 134512640 135305190 4291707280 18446744073709551615 134530624 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=21850/tid=21853] ppid=21847 vsize=563364 CPUtime=4961.36 cores=0-7
/proc/21850/task/21853/stat : 21853 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 42643 0 0 0 496095 41 0 0 25 0 4 0 641261277 576884736 130048 33554432000 134512640 135305190 4291707280 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19846.4
Current children cumulated vsize (KiB) 572064

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/356 21999
/proc/meminfo: memFree=23912860/32951124 swapFree=56449224/67111528
[pid=21847] ppid=21845 vsize=8700 CPUtime=0.66 cores=0-7
/proc/21847/stat : 21847 (manysat.sh) S 21845 21847 21783 0 -1 4202496 356 9856 0 0 0 0 64 2 15 0 1 0 641261187 8908800 252 33554432000 4194304 4922060 140734071069984 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21847/statm: 2175 252 209 178 0 68 0
[pid=21850] ppid=21847 vsize=563932 CPUtime=20085.7 cores=0-7
/proc/21850/stat : 21850 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202496 130244 0 0 0 2008446 125 0 0 25 0 4 0 641261255 577466368 130194 33554432000 134512640 135305190 4291707280 18446744073709551615 134556761 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/21850/statm: 140983 130194 84 194 0 140787 0
[pid=21850/tid=21851] ppid=21847 vsize=563932 CPUtime=5021.38 cores=0-7
/proc/21850/task/21851/stat : 21851 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 25571 0 0 0 502112 26 0 0 25 0 4 0 641261277 577466368 130194 33554432000 134512640 135305190 4291707280 18446744073709551615 134551671 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=21850/tid=21852] ppid=21847 vsize=563932 CPUtime=5021.33 cores=0-7
/proc/21850/task/21852/stat : 21852 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 19952 0 0 0 502114 19 0 0 25 0 4 0 641261277 577466368 130194 33554432000 134512640 135305190 4291707280 18446744073709551615 134554294 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=21850/tid=21853] ppid=21847 vsize=563932 CPUtime=5021.37 cores=0-7
/proc/21850/task/21853/stat : 21853 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 42733 0 0 0 502096 41 0 0 25 0 4 0 641261277 577466368 130194 33554432000 134512640 135305190 4291707280 18446744073709551615 134528477 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20086.4
Current children cumulated vsize (KiB) 572632

[startup+5082.3 s]
/proc/loadavg: 4.07 4.02 3.93 5/356 22001
/proc/meminfo: memFree=23911944/32951124 swapFree=56449224/67111528
[pid=21847] ppid=21845 vsize=8700 CPUtime=0.66 cores=0-7
/proc/21847/stat : 21847 (manysat.sh) S 21845 21847 21783 0 -1 4202496 356 9856 0 0 0 0 64 2 15 0 1 0 641261187 8908800 252 33554432000 4194304 4922060 140734071069984 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21847/statm: 2175 252 209 178 0 68 0
[pid=21850] ppid=21847 vsize=564884 CPUtime=20325.7 cores=0-7
/proc/21850/stat : 21850 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202496 130503 0 0 0 2032447 125 0 0 25 0 4 0 641261255 578441216 130453 33554432000 134512640 135305190 4291707280 18446744073709551615 134528506 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/21850/statm: 141221 130453 84 194 0 141025 0
[pid=21850/tid=21851] ppid=21847 vsize=564884 CPUtime=5081.38 cores=0-7
/proc/21850/task/21851/stat : 21851 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 25613 0 0 0 508112 26 0 0 25 0 4 0 641261277 578441216 130453 33554432000 134512640 135305190 4291707280 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=21850/tid=21852] ppid=21847 vsize=564884 CPUtime=5081.33 cores=0-7
/proc/21850/task/21852/stat : 21852 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 19974 0 0 0 508114 19 0 0 25 0 4 0 641261277 578441216 130453 33554432000 134512640 135305190 4291707280 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=21850/tid=21853] ppid=21847 vsize=564884 CPUtime=5081.37 cores=0-7
/proc/21850/task/21853/stat : 21853 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 42897 0 0 0 508096 41 0 0 25 0 4 0 641261277 578441216 130453 33554432000 134512640 135305190 4291707280 18446744073709551615 134528802 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20326.4
Current children cumulated vsize (KiB) 573584



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.05 4.01 3.93 5/356 22001
/proc/meminfo: memFree=23911552/32951124 swapFree=56449224/67111528
[pid=21847] ppid=21845 vsize=8700 CPUtime=0.66 cores=0-7
/proc/21847/stat : 21847 (manysat.sh) S 21845 21847 21783 0 -1 4202496 356 9856 0 0 0 0 64 2 15 0 1 0 641261187 8908800 252 33554432000 4194304 4922060 140734071069984 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21847/statm: 2175 252 209 178 0 68 0
[pid=21850] ppid=21847 vsize=565100 CPUtime=20396.6 cores=0-7
/proc/21850/stat : 21850 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202496 130559 0 0 0 2039532 125 0 0 25 0 4 0 641261255 578662400 130509 33554432000 134512640 135305190 4291707280 18446744073709551615 134528837 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/21850/statm: 141275 130509 84 194 0 141079 0
[pid=21850/tid=21851] ppid=21847 vsize=565100 CPUtime=5099.1 cores=0-7
/proc/21850/task/21851/stat : 21851 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 25613 0 0 0 509884 26 0 0 25 0 4 0 641261277 578662400 130509 33554432000 134512640 135305190 4291707280 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=21850/tid=21852] ppid=21847 vsize=565100 CPUtime=5099.04 cores=0-7
/proc/21850/task/21852/stat : 21852 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 19977 0 0 0 509885 19 0 0 25 0 4 0 641261277 578662400 130509 33554432000 134512640 135305190 4291707280 18446744073709551615 134530583 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=21850/tid=21853] ppid=21847 vsize=565100 CPUtime=5099.08 cores=0-7
/proc/21850/task/21853/stat : 21853 (manysat1.1_stat) R 21847 21847 21783 0 -1 4202560 42950 0 0 0 509867 41 0 0 25 0 4 0 641261277 578662400 130509 33554432000 134512640 135305190 4291707280 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20397.2
Current children cumulated vsize (KiB) 573800

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

Real time (s): 5100.03
CPU time (s): 20397.2
CPU user time (s): 20396
CPU system time (s): 1.27
CPU usage (%): 399.944
Max. virtual memory (cumulated for all children) (KiB): 573800

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

runsolver used 17.4493 second user time and 42.8285 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-13 16:23:28
IDJOB=3361952
IDBENCH=70829
IDSOLVER=1839
FILE ID=node106/3361952-1305296608
RUNJOBID= node106-1305296396-21797
PBS_JOBID= 13321447
Free space on /tmp= 45848 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-12.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361952-1305296608/watcher-3361952-1305296608 -o /tmp/evaluation-result-3361952-1305296608/solver-3361952-1305296608 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3361952-1305296608.cnf aimd 1

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 0621e557bffdc18ca509447665adecda
RANDOM SEED=2145629707

node106.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.830
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.66
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.830
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.20
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.830
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.830
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.82
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.830
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.74
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.830
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.830
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24442764 kB
Buffers:        208244 kB
Cached:        5329444 kB
SwapCached:      27544 kB
Active:         614528 kB
Inactive:      7674188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24442764 kB
SwapTotal:    67111528 kB
SwapFree:     56449224 kB
Dirty:            5444 kB
Writeback:           0 kB
AnonPages:     2732520 kB
Mapped:           9752 kB
Slab:           104988 kB
PageTables:      47764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74989996 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= 45840 MiB
End job on node106 at 2011-05-13 17:48:30