Trace number 3361853

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.42

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-10-17-u.cnf
MD5SUM780d946576ec5746b4ea9832bb01dbc5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1033.89
Satisfiable
(Un)Satisfiability was proved
Number of variables229544
Number of clauses1070757
Sum of the clauses size2471122
Maximum clause length10
Minimum clause length1
Number of clauses of size 119156
Number of clauses of size 2831957
Number of clauses of size 3176604
Number of clauses of size 44780
Number of clauses of size 519120
Number of clauses of size over 519140

Solver Data

0.00/0.00	c Parsing...
0.00/0.46	c ==============================================================================
0.00/0.46	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.46	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.46	c ==============================================================================
0.00/0.46	c |         0 | 1051601  2451966 |  315480       0        0     nan |  0.000 % |
3.69/3.72	c |         0 |  393294  1026178 |      --       0       --      -- |     --   | -420354/-887288
3.69/3.72	c ==============================================================================
3.69/3.72	c Result  :   #vars: 62370   #clauses: 393294   #literals: 1026178
3.69/3.72	c CPU time:   3.63645 s
3.69/3.72	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-3361853-1305296391/watcher-3361853-1305296391 -o /tmp/evaluation-result-3361853-1305296391/solver-3361853-1305296391 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3361853-1305296391.cnf aimd 1 

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 2/365 31106
/proc/meminfo: memFree=11004800/32951124 swapFree=65155552/67111528
[pid=31106] ppid=31104 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31106/stat : 31106 (manysat.sh) S 31104 31106 31066 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 622055424 8908800 250 33554432000 4194304 4922060 140735004578960 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31106/statm: 2175 250 209 178 0 68 0

[startup+0.0558101 s]
/proc/loadavg: 0.00 0.00 0.00 2/365 31106
/proc/meminfo: memFree=11004800/32951124 swapFree=65155552/67111528
[pid=31106] ppid=31104 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31106/stat : 31106 (manysat.sh) S 31104 31106 31066 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 622055424 8908800 250 33554432000 4194304 4922060 140735004578960 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31106/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100773 s]
/proc/loadavg: 0.00 0.00 0.00 2/365 31106
/proc/meminfo: memFree=11004800/32951124 swapFree=65155552/67111528
[pid=31106] ppid=31104 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31106/stat : 31106 (manysat.sh) S 31104 31106 31066 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 622055424 8908800 250 33554432000 4194304 4922060 140735004578960 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31106/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300705 s]
/proc/loadavg: 0.00 0.00 0.00 2/365 31106
/proc/meminfo: memFree=11004800/32951124 swapFree=65155552/67111528
[pid=31106] ppid=31104 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31106/stat : 31106 (manysat.sh) S 31104 31106 31066 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 622055424 8908800 250 33554432000 4194304 4922060 140735004578960 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31106/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70066 s]
/proc/loadavg: 0.00 0.00 0.00 2/365 31106
/proc/meminfo: memFree=11004800/32951124 swapFree=65155552/67111528
[pid=31106] ppid=31104 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31106/stat : 31106 (manysat.sh) S 31104 31106 31066 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 622055424 8908800 250 33554432000 4194304 4922060 140735004578960 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31106/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50053 s]
/proc/loadavg: 0.00 0.00 0.00 3/367 31108
/proc/meminfo: memFree=10859644/32951124 swapFree=65155552/67111528
[pid=31106] ppid=31104 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31106/stat : 31106 (manysat.sh) S 31104 31106 31066 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 622055424 8908800 250 33554432000 4194304 4922060 140735004578960 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31106/statm: 2175 250 209 178 0 68 0
[pid=31107] ppid=31106 vsize=128924 CPUtime=1.49 cores=0,2,4,6
/proc/31107/stat : 31107 (SatElite) R 31106 31106 31066 0 -1 4202496 30938 0 0 0 143 6 0 0 25 0 1 0 622055424 132018176 28188 33554432000 134512640 135034092 4292382848 18446744073709551615 134566501 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/31107/statm: 32231 28188 68 128 0 32101 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 137624

[startup+3.10124 s]
/proc/loadavg: 0.00 0.00 0.00 3/367 31108
/proc/meminfo: memFree=10838528/32951124 swapFree=65155552/67111528
[pid=31106] ppid=31104 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31106/stat : 31106 (manysat.sh) S 31104 31106 31066 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 622055424 8908800 250 33554432000 4194304 4922060 140735004578960 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31106/statm: 2175 250 209 178 0 68 0
[pid=31107] ppid=31106 vsize=142704 CPUtime=3.09 cores=0,2,4,6
/proc/31107/stat : 31107 (SatElite) R 31106 31106 31066 0 -1 4202496 36764 0 0 0 302 7 0 0 25 0 1 0 622055424 146128896 30645 33554432000 134512640 135034092 4292382848 18446744073709551615 134569592 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/31107/statm: 35676 30645 68 128 0 35546 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 151404

[startup+6.30057 s]
/proc/loadavg: 0.40 0.08 0.03 9/373 31116
/proc/meminfo: memFree=10800276/32951124 swapFree=65155552/67111528
[pid=31106] ppid=31104 vsize=8700 CPUtime=3.97 cores=0,2,4,6
/proc/31106/stat : 31106 (manysat.sh) S 31104 31106 31066 0 -1 4202496 356 46705 0 0 0 0 387 10 18 0 1 0 622055424 8908800 253 33554432000 4194304 4922060 140735004578960 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31106/statm: 2175 253 209 178 0 68 0
[pid=31113] ppid=31106 vsize=149044 CPUtime=7.6 cores=0,2,4,6
/proc/31113/stat : 31113 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202496 27617 0 0 0 749 11 0 0 20 0 4 0 622055823 152621056 27558 33554432000 134512640 135305190 4293758144 18446744073709551615 134528160 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31113/statm: 37261 27558 84 194 0 37065 0
[pid=31113/tid=31114] ppid=31106 vsize=149044 CPUtime=1.76 cores=0,2,4,6
/proc/31113/task/31114/stat : 31114 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 643 0 0 0 175 1 0 0 20 0 4 0 622055875 152621056 27558 33554432000 134512640 135305190 4293758144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=31113/tid=31115] ppid=31106 vsize=149044 CPUtime=1.77 cores=0,2,4,6
/proc/31113/task/31115/stat : 31115 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 577 0 0 0 175 2 0 0 20 0 4 0 622055875 152621056 27558 33554432000 134512640 135305190 4293758144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31113/tid=31116] ppid=31106 vsize=149044 CPUtime=1.76 cores=0,2,4,6
/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 761 0 0 0 174 2 0 0 20 0 4 0 622055875 152621056 27558 33554432000 134512640 135305190 4293758144 18446744073709551615 134551736 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.57
Current children cumulated vsize (KiB) 157744

[startup+12.7004 s]
/proc/loadavg: 1.01 0.21 0.07 9/373 31116
/proc/meminfo: memFree=10759272/32951124 swapFree=65155552/67111528
[pid=31106] ppid=31104 vsize=8700 CPUtime=3.97 cores=0,2,4,6
/proc/31106/stat : 31106 (manysat.sh) S 31104 31106 31066 0 -1 4202496 356 46705 0 0 0 0 387 10 18 0 1 0 622055424 8908800 253 33554432000 4194304 4922060 140735004578960 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31106/statm: 2175 253 209 178 0 68 0
[pid=31113] ppid=31106 vsize=154636 CPUtime=33.02 cores=0,2,4,6
/proc/31113/stat : 31113 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202496 29126 0 0 0 3289 13 0 0 25 0 4 0 622055823 158347264 29067 33554432000 134512640 135305190 4293758144 18446744073709551615 134558282 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31113/statm: 38659 29067 84 194 0 38463 0
[pid=31113/tid=31114] ppid=31106 vsize=154636 CPUtime=8.13 cores=0,2,4,6
/proc/31113/task/31114/stat : 31114 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 836 0 0 0 812 1 0 0 25 0 4 0 622055875 158347264 29067 33554432000 134512640 135305190 4293758144 18446744073709551615 134551614 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=31113/tid=31115] ppid=31106 vsize=154636 CPUtime=8.14 cores=0,2,4,6
/proc/31113/task/31115/stat : 31115 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 1008 0 0 0 812 2 0 0 25 0 4 0 622055875 158347264 29067 33554432000 134512640 135305190 4293758144 18446744073709551615 134553548 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31113/tid=31116] ppid=31106 vsize=154636 CPUtime=8.05 cores=0,2,4,6
/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 1245 0 0 0 802 3 0 0 25 0 4 0 622055875 158347264 29067 33554432000 134512640 135305190 4293758144 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 36.99
Current children cumulated vsize (KiB) 163336

[startup+25.5011 s]
/proc/loadavg: 2.56 0.60 0.20 9/373 31116
/proc/meminfo: memFree=10685044/32951124 swapFree=65155552/67111528
[pid=31106] ppid=31104 vsize=8700 CPUtime=3.97 cores=0,2,4,6
/proc/31106/stat : 31106 (manysat.sh) S 31104 31106 31066 0 -1 4202496 356 46705 0 0 0 0 387 10 18 0 1 0 622055424 8908800 253 33554432000 4194304 4922060 140735004578960 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31106/statm: 2175 253 209 178 0 68 0
[pid=31113] ppid=31106 vsize=165960 CPUtime=84.04 cores=0,2,4,6
/proc/31113/stat : 31113 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202496 31725 0 0 0 8390 14 0 0 25 0 4 0 622055823 169943040 31666 33554432000 134512640 135305190 4293758144 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31113/statm: 41490 31666 84 194 0 41294 0
[pid=31113/tid=31114] ppid=31106 vsize=165960 CPUtime=20.93 cores=0,2,4,6
/proc/31113/task/31114/stat : 31114 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 1256 0 0 0 2091 2 0 0 25 0 4 0 622055875 169943040 31666 33554432000 134512640 135305190 4293758144 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=31113/tid=31115] ppid=31106 vsize=165960 CPUtime=20.94 cores=0,2,4,6
/proc/31113/task/31115/stat : 31115 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 1876 0 0 0 2091 3 0 0 25 0 4 0 622055875 169943040 31666 33554432000 134512640 135305190 4293758144 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31113/tid=31116] ppid=31106 vsize=165960 CPUtime=20.69 cores=0,2,4,6
/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 2010 0 0 0 2066 3 0 0 25 0 4 0 622055875 169943040 31666 33554432000 134512640 135305190 4293758144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 88.01
Current children cumulated vsize (KiB) 174660

[startup+51.1006 s]
/proc/loadavg: 4.48 1.20 0.41 9/373 31117
/proc/meminfo: memFree=10556508/32951124 swapFree=65155552/67111528
[pid=31106] ppid=31104 vsize=8700 CPUtime=3.97 cores=0,2,4,6
/proc/31106/stat : 31106 (manysat.sh) S 31104 31106 31066 0 -1 4202496 356 46705 0 0 0 0 387 10 18 0 1 0 622055424 8908800 253 33554432000 4194304 4922060 140735004578960 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31106/statm: 2175 253 209 178 0 68 0
[pid=31113] ppid=31106 vsize=191760 CPUtime=186.12 cores=0,2,4,6
/proc/31113/stat : 31113 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202496 38180 0 0 0 18593 19 0 0 25 0 4 0 622055823 196362240 38121 33554432000 134512640 135305190 4293758144 18446744073709551615 134528854 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31113/statm: 47940 38121 84 194 0 47744 0
[pid=31113/tid=31114] ppid=31106 vsize=191760 CPUtime=46.53 cores=0,2,4,6
/proc/31113/task/31114/stat : 31114 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 2511 0 0 0 4650 3 0 0 25 0 4 0 622055875 196362240 38121 33554432000 134512640 135305190 4293758144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=31113/tid=31115] ppid=31106 vsize=191760 CPUtime=46.53 cores=0,2,4,6
/proc/31113/task/31115/stat : 31115 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 3828 0 0 0 4649 4 0 0 25 0 4 0 622055875 196362240 38121 33554432000 134512640 135305190 4293758144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31113/tid=31116] ppid=31106 vsize=191760 CPUtime=45.97 cores=0,2,4,6
/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 3978 0 0 0 4592 5 0 0 25 0 4 0 622055875 196362240 38121 33554432000 134512640 135305190 4293758144 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 190.09
Current children cumulated vsize (KiB) 200460

[startup+102.313 s]
/proc/loadavg: 6.59 2.28 0.81 9/373 31118
/proc/meminfo: memFree=10394900/32951124 swapFree=65155552/67111528
[pid=31106] ppid=31104 vsize=8700 CPUtime=3.97 cores=0,2,4,6
/proc/31106/stat : 31106 (manysat.sh) S 31104 31106 31066 0 -1 4202496 356 46705 0 0 0 0 387 10 18 0 1 0 622055424 8908800 253 33554432000 4194304 4922060 140735004578960 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31106/statm: 2175 253 209 178 0 68 0
[pid=31113] ppid=31106 vsize=227100 CPUtime=390.32 cores=0,2,4,6
/proc/31113/stat : 31113 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202496 46777 0 0 0 39006 26 0 0 25 0 4 0 622055823 232550400 46718 33554432000 134512640 135305190 4293758144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/31113/statm: 56775 46718 84 194 0 56579 0
[pid=31113/tid=31114] ppid=31106 vsize=227100 CPUtime=97.74 cores=0,2,4,6
/proc/31113/task/31114/stat : 31114 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 4008 0 0 0 9770 4 0 0 25 0 4 0 622055875 232550400 46718 33554432000 134512640 135305190 4293758144 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=31113/tid=31115] ppid=31106 vsize=227100 CPUtime=97.73 cores=0,2,4,6
/proc/31113/task/31115/stat : 31115 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 6829 0 0 0 9768 5 0 0 25 0 4 0 622055875 232550400 46718 33554432000 134512640 135305190 4293758144 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31113/tid=31116] ppid=31106 vsize=227100 CPUtime=97.07 cores=0,2,4,6
/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 6372 0 0 0 9699 8 0 0 25 0 4 0 622055875 232550400 46718 33554432000 134512640 135305190 4293758144 18446744073709551615 134528240 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 394.29
Current children cumulated vsize (KiB) 235800

[startup+162.301 s]
/proc/loadavg: 7.71 3.38 1.28 9/373 31120
/proc/meminfo: memFree=10258340/32951124 swapFree=65155552/67111528
[pid=31106] ppid=31104 vsize=8700 CPUtime=3.97 cores=0,2,4,6
/proc/31106/stat : 31106 (manysat.sh) S 31104 31106 31066 0 -1 4202496 356 46705 0 0 0 0 387 10 18 0 1 0 622055424 8908800 253 33554432000 4194304 4922060 140735004578960 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31106/statm: 2175 253 209 178 0 68 0
[pid=31113] ppid=31106 vsize=268092 CPUtime=629.53 cores=0,2,4,6
/proc/31113/stat : 31113 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202496 56478 0 0 0 62918 35 0 0 25 0 4 0 622055823 274526208 56419 33554432000 134512640 135305190 4293758144 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/31113/statm: 67023 56419 84 194 0 66827 0
[pid=31113/tid=31114] ppid=31106 vsize=268092 CPUtime=157.71 cores=0,2,4,6
/proc/31113/task/31114/stat : 31114 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 5920 0 0 0 15766 5 0 0 25 0 4 0 622055875 274526208 56419 33554432000 134512640 135305190 4293758144 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=31113/tid=31115] ppid=31106 vsize=268092 CPUtime=157.71 cores=0,2,4,6
/proc/31113/task/31115/stat : 31115 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 9911 0 0 0 15764 7 0 0 25 0 4 0 622055875 274526208 56419 33554432000 134512640 135305190 4293758144 18446744073709551615 134528501 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31113/tid=31116] ppid=31106 vsize=268092 CPUtime=157.05 cores=0,2,4,6
/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 9145 0 0 0 15693 12 0 0 25 0 4 0 622055875 274526208 56419 33554432000 134512640 135305190 4293758144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 633.5
Current children cumulated vsize (KiB) 276792

[startup+222.301 s]
/proc/loadavg: 7.89 4.22 1.70 9/373 31121
/proc/meminfo: memFree=10180180/32951124 swapFree=65155552/67111528
[pid=31106] ppid=31104 vsize=8700 CPUtime=3.97 cores=0,2,4,6

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

/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 22461 0 0 0 75674 26 0 0 25 0 4 0 622055875 488034304 105903 33554432000 134512640 135305190 4293758144 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3025.29
Current children cumulated vsize (KiB) 485296

[startup+822.301 s]
/proc/loadavg: 8.08 7.61 4.75 9/373 31140
/proc/meminfo: memFree=9282880/32951124 swapFree=65155552/67111528
[pid=31106] ppid=31104 vsize=8700 CPUtime=3.97 cores=0,2,4,6
/proc/31106/stat : 31106 (manysat.sh) S 31104 31106 31066 0 -1 4202496 356 46705 0 0 0 0 387 10 18 0 1 0 622055424 8908800 253 33554432000 4194304 4922060 140735004578960 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31106/statm: 2175 253 209 178 0 68 0
[pid=31113] ppid=31106 vsize=489724 CPUtime=3260.53 cores=0,2,4,6
/proc/31113/stat : 31113 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202496 108709 0 0 0 325972 81 0 0 25 0 4 0 622055823 501477376 108650 33554432000 134512640 135305190 4293758144 18446744073709551615 134528520 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/31113/statm: 122431 108650 84 194 0 122235 0
[pid=31113/tid=31114] ppid=31106 vsize=489724 CPUtime=817.51 cores=0,2,4,6
/proc/31113/task/31114/stat : 31114 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 19115 0 0 0 81733 18 0 0 25 0 4 0 622055875 501477376 108650 33554432000 134512640 135305190 4293758144 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=31113/tid=31115] ppid=31106 vsize=489724 CPUtime=817.34 cores=0,2,4,6
/proc/31113/task/31115/stat : 31115 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 22820 0 0 0 81718 16 0 0 25 0 4 0 622055875 501477376 108650 33554432000 134512640 135305190 4293758144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31113/tid=31116] ppid=31106 vsize=489724 CPUtime=816.99 cores=0,2,4,6
/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 23077 0 0 0 81672 27 0 0 25 0 4 0 622055875 501477376 108650 33554432000 134512640 135305190 4293758144 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3264.5
Current children cumulated vsize (KiB) 498424

[startup+882.301 s]
/proc/loadavg: 8.03 7.68 4.95 9/373 31142
/proc/meminfo: memFree=9149660/32951124 swapFree=65155552/67111528
[pid=31106] ppid=31104 vsize=8700 CPUtime=3.97 cores=0,2,4,6
/proc/31106/stat : 31106 (manysat.sh) S 31104 31106 31066 0 -1 4202496 356 46705 0 0 0 0 387 10 18 0 1 0 622055424 8908800 253 33554432000 4194304 4922060 140735004578960 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31106/statm: 2175 253 209 178 0 68 0
[pid=31113] ppid=31106 vsize=491580 CPUtime=3499.78 cores=0,2,4,6
/proc/31113/stat : 31113 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202496 109092 0 0 0 349895 83 0 0 25 0 4 0 622055823 503377920 109033 33554432000 134512640 135305190 4293758144 18446744073709551615 134528332 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/31113/statm: 122895 109033 84 194 0 122699 0
[pid=31113/tid=31114] ppid=31106 vsize=491580 CPUtime=877.49 cores=0,2,4,6
/proc/31113/task/31114/stat : 31114 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 19245 0 0 0 87731 18 0 0 25 0 4 0 622055875 503377920 109033 33554432000 134512640 135305190 4293758144 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=31113/tid=31115] ppid=31106 vsize=491580 CPUtime=877.33 cores=0,2,4,6
/proc/31113/task/31115/stat : 31115 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 22883 0 0 0 87717 16 0 0 25 0 4 0 622055875 503377920 109033 33554432000 134512640 135305190 4293758144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31113/tid=31116] ppid=31106 vsize=491580 CPUtime=876.98 cores=0,2,4,6
/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 23228 0 0 0 87670 28 0 0 25 0 4 0 622055875 503377920 109033 33554432000 134512640 135305190 4293758144 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3503.75
Current children cumulated vsize (KiB) 500280

[startup+942.301 s]
/proc/loadavg: 8.08 7.76 5.15 9/373 31144
/proc/meminfo: memFree=9144436/32951124 swapFree=65155552/67111528
[pid=31106] ppid=31104 vsize=8700 CPUtime=3.97 cores=0,2,4,6
/proc/31106/stat : 31106 (manysat.sh) S 31104 31106 31066 0 -1 4202496 356 46705 0 0 0 0 387 10 18 0 1 0 622055424 8908800 253 33554432000 4194304 4922060 140735004578960 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31106/statm: 2175 253 209 178 0 68 0
[pid=31113] ppid=31106 vsize=493620 CPUtime=3739.07 cores=0,2,4,6
/proc/31113/stat : 31113 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202496 109768 0 0 0 373823 84 0 0 25 0 4 0 622055823 505466880 109709 33554432000 134512640 135305190 4293758144 18446744073709551615 134528559 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/31113/statm: 123405 109709 84 194 0 123209 0
[pid=31113/tid=31114] ppid=31106 vsize=493620 CPUtime=937.49 cores=0,2,4,6
/proc/31113/task/31114/stat : 31114 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 19361 0 0 0 93730 19 0 0 25 0 4 0 622055875 505466880 109709 33554432000 134512640 135305190 4293758144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=31113/tid=31115] ppid=31106 vsize=493620 CPUtime=937.31 cores=0,2,4,6
/proc/31113/task/31115/stat : 31115 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 23111 0 0 0 93715 16 0 0 25 0 4 0 622055875 505466880 109709 33554432000 134512640 135305190 4293758144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31113/tid=31116] ppid=31106 vsize=493620 CPUtime=936.98 cores=0,2,4,6
/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 23260 0 0 0 93670 28 0 0 25 0 4 0 622055875 505466880 109709 33554432000 134512640 135305190 4293758144 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3743.04
Current children cumulated vsize (KiB) 502320

[startup+1002.3 s]
/proc/loadavg: 8.14 7.83 5.34 9/373 31145
/proc/meminfo: memFree=9125916/32951124 swapFree=65155552/67111528
[pid=31106] ppid=31104 vsize=8700 CPUtime=3.97 cores=0,2,4,6
/proc/31106/stat : 31106 (manysat.sh) S 31104 31106 31066 0 -1 4202496 356 46705 0 0 0 0 387 10 18 0 1 0 622055424 8908800 253 33554432000 4194304 4922060 140735004578960 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31106/statm: 2175 253 209 178 0 68 0
[pid=31113] ppid=31106 vsize=511248 CPUtime=3978.34 cores=0,2,4,6
/proc/31113/stat : 31113 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202496 113853 0 0 0 397746 88 0 0 25 0 4 0 622055823 523517952 113794 33554432000 134512640 135305190 4293758144 18446744073709551615 134528286 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/31113/statm: 127812 113794 84 194 0 127616 0
[pid=31113/tid=31114] ppid=31106 vsize=511248 CPUtime=997.49 cores=0,2,4,6
/proc/31113/task/31114/stat : 31114 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 20369 0 0 0 99729 20 0 0 25 0 4 0 622055875 523517952 113794 33554432000 134512640 135305190 4293758144 18446744073709551615 134557261 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=31113/tid=31115] ppid=31106 vsize=511248 CPUtime=997.3 cores=0,2,4,6
/proc/31113/task/31115/stat : 31115 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 24022 0 0 0 99713 17 0 0 25 0 4 0 622055875 523517952 113794 33554432000 134512640 135305190 4293758144 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31113/tid=31116] ppid=31106 vsize=511248 CPUtime=996.97 cores=0,2,4,6
/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 24400 0 0 0 99669 28 0 0 25 0 4 0 622055875 523517952 113794 33554432000 134512640 135305190 4293758144 18446744073709551615 134528525 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3982.31
Current children cumulated vsize (KiB) 519948

[startup+1062.3 s]
/proc/loadavg: 8.16 7.89 5.51 9/373 31147
/proc/meminfo: memFree=8996924/32951124 swapFree=65155552/67111528
[pid=31106] ppid=31104 vsize=8700 CPUtime=3.97 cores=0,2,4,6
/proc/31106/stat : 31106 (manysat.sh) S 31104 31106 31066 0 -1 4202496 356 46705 0 0 0 0 387 10 18 0 1 0 622055424 8908800 253 33554432000 4194304 4922060 140735004578960 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31106/statm: 2175 253 209 178 0 68 0
[pid=31113] ppid=31106 vsize=526360 CPUtime=4217.59 cores=0,2,4,6
/proc/31113/stat : 31113 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202496 117513 0 0 0 421666 93 0 0 25 0 4 0 622055823 538992640 117454 33554432000 134512640 135305190 4293758144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/31113/statm: 131590 117454 84 194 0 131394 0
[pid=31113/tid=31114] ppid=31106 vsize=526360 CPUtime=1057.47 cores=0,2,4,6
/proc/31113/task/31114/stat : 31114 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 21488 0 0 0 105725 22 0 0 25 0 4 0 622055875 538992640 117454 33554432000 134512640 135305190 4293758144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=31113/tid=31115] ppid=31106 vsize=526360 CPUtime=1057.29 cores=0,2,4,6
/proc/31113/task/31115/stat : 31115 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 24802 0 0 0 105711 18 0 0 25 0 4 0 622055875 538992640 117454 33554432000 134512640 135305190 4293758144 18446744073709551615 134528477 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31113/tid=31116] ppid=31106 vsize=526360 CPUtime=1056.97 cores=0,2,4,6
/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 25564 0 0 0 105668 29 0 0 25 0 4 0 622055875 538992640 117454 33554432000 134512640 135305190 4293758144 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4221.56
Current children cumulated vsize (KiB) 535060

[startup+1122.3 s]
/proc/loadavg: 8.15 7.94 5.67 9/373 31148
/proc/meminfo: memFree=8929656/32951124 swapFree=65155552/67111528
[pid=31106] ppid=31104 vsize=8700 CPUtime=3.97 cores=0,2,4,6
/proc/31106/stat : 31106 (manysat.sh) S 31104 31106 31066 0 -1 4202496 356 46705 0 0 0 0 387 10 18 0 1 0 622055424 8908800 253 33554432000 4194304 4922060 140735004578960 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31106/statm: 2175 253 209 178 0 68 0
[pid=31113] ppid=31106 vsize=529824 CPUtime=4456.86 cores=0,2,4,6
/proc/31113/stat : 31113 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202496 118283 0 0 0 445592 94 0 0 25 0 4 0 622055823 542539776 118224 33554432000 134512640 135305190 4293758144 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/31113/statm: 132456 118224 84 194 0 132260 0
[pid=31113/tid=31114] ppid=31106 vsize=529824 CPUtime=1117.47 cores=0,2,4,6
/proc/31113/task/31114/stat : 31114 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 21488 0 0 0 111725 22 0 0 25 0 4 0 622055875 542539776 118224 33554432000 134512640 135305190 4293758144 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=31113/tid=31115] ppid=31106 vsize=529824 CPUtime=1117.27 cores=0,2,4,6
/proc/31113/task/31115/stat : 31115 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 25171 0 0 0 111709 18 0 0 25 0 4 0 622055875 542539776 118224 33554432000 134512640 135305190 4293758144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31113/tid=31116] ppid=31106 vsize=529824 CPUtime=1116.96 cores=0,2,4,6
/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 25961 0 0 0 111666 30 0 0 25 0 4 0 622055875 542539776 118224 33554432000 134512640 135305190 4293758144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4460.83
Current children cumulated vsize (KiB) 538524

[startup+1182.3 s]
/proc/loadavg: 8.14 7.97 5.83 9/373 31150
/proc/meminfo: memFree=8897012/32951124 swapFree=65155552/67111528
[pid=31106] ppid=31104 vsize=8700 CPUtime=3.97 cores=0,2,4,6
/proc/31106/stat : 31106 (manysat.sh) S 31104 31106 31066 0 -1 4202496 356 46705 0 0 0 0 387 10 18 0 1 0 622055424 8908800 253 33554432000 4194304 4922060 140735004578960 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31106/statm: 2175 253 209 178 0 68 0
[pid=31113] ppid=31106 vsize=533332 CPUtime=4696.15 cores=0,2,4,6
/proc/31113/stat : 31113 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202496 118870 0 0 0 469520 95 0 0 25 0 4 0 622055823 546131968 118811 33554432000 134512640 135305190 4293758144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/31113/statm: 133333 118811 84 194 0 133137 0
[pid=31113/tid=31114] ppid=31106 vsize=533332 CPUtime=1177.47 cores=0,2,4,6
/proc/31113/task/31114/stat : 31114 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 21571 0 0 0 117725 22 0 0 25 0 4 0 622055875 546131968 118811 33554432000 134512640 135305190 4293758144 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=31113/tid=31115] ppid=31106 vsize=533332 CPUtime=1177.27 cores=0,2,4,6
/proc/31113/task/31115/stat : 31115 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 25485 0 0 0 117708 19 0 0 25 0 4 0 622055875 546131968 118811 33554432000 134512640 135305190 4293758144 18446744073709551615 134528854 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31113/tid=31116] ppid=31106 vsize=533332 CPUtime=1176.97 cores=0,2,4,6
/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 25983 0 0 0 117667 30 0 0 25 0 4 0 622055875 546131968 118811 33554432000 134512640 135305190 4293758144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4700.12
Current children cumulated vsize (KiB) 542032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.4 s]
/proc/loadavg: 8.09 7.97 5.88 5/367 31152
/proc/meminfo: memFree=10540668/32951124 swapFree=65155552/67111528
[pid=31106] ppid=31104 vsize=8700 CPUtime=3.97 cores=0,2,4,6
/proc/31106/stat : 31106 (manysat.sh) S 31104 31106 31066 0 -1 4202496 356 46705 0 0 0 0 387 10 18 0 1 0 622055424 8908800 253 33554432000 4194304 4922060 140735004578960 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31106/statm: 2175 253 209 178 0 68 0
[pid=31113] ppid=31106 vsize=540680 CPUtime=4796.29 cores=0,2,4,6
/proc/31113/stat : 31113 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202496 120607 0 0 0 479531 98 0 0 25 0 4 0 622055823 553656320 120548 33554432000 134512640 135305190 4293758144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/31113/statm: 135170 120548 84 194 0 134974 0
[pid=31113/tid=31114] ppid=31106 vsize=540680 CPUtime=1202.59 cores=0,2,4,6
/proc/31113/task/31114/stat : 31114 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 21960 0 0 0 120236 23 0 0 25 0 4 0 622055875 553656320 120548 33554432000 134512640 135305190 4293758144 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=31113/tid=31115] ppid=31106 vsize=540680 CPUtime=1202.38 cores=0,2,4,6
/proc/31113/task/31115/stat : 31115 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 25945 0 0 0 120218 20 0 0 25 0 4 0 622055875 553656320 120548 33554432000 134512640 135305190 4293758144 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31113/tid=31116] ppid=31106 vsize=540680 CPUtime=1202.07 cores=0,2,4,6
/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31106 31106 31066 0 -1 4202560 26425 0 0 0 120177 30 0 0 25 0 4 0 622055875 553656320 120548 33554432000 134512640 135305190 4293758144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 549380

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 31106 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=880410
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=105983
# CPU time returned by wait4() is 3.98639
# 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.42
CPU time (s): 4800.26
CPU user time (s): 4799.18
CPU system time (s): 1.08
CPU usage (%): 397.562
Max. virtual memory (cumulated for all children) (KiB): 549380

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

runsolver used 4.01139 second user time and 10.2744 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-13 16:19:52
IDJOB=3361853
IDBENCH=20384
IDSOLVER=1838
FILE ID=node146/3361853-1305296391
RUNJOBID= node146-1305296390-31085
PBS_JOBID= 13321407
Free space on /tmp= 41384 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-10-17-u.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361853-1305296391/watcher-3361853-1305296391 -o /tmp/evaluation-result-3361853-1305296391/solver-3361853-1305296391 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3361853-1305296391.cnf aimd 1

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

MD5SUM BENCH= 780d946576ec5746b4ea9832bb01dbc5
RANDOM SEED=498905485

node146.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	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11005204 kB
Buffers:        211024 kB
Cached:        5881216 kB
SwapCached:       9684 kB
Active:       11355544 kB
Inactive:     10264532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11005204 kB
SwapTotal:    67111528 kB
SwapFree:     65155552 kB
Dirty:           34688 kB
Writeback:          20 kB
AnonPages:    15525644 kB
Mapped:          22376 kB
Slab:           200648 kB
PageTables:      58976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81836984 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= 41376 MiB
End job on node146 at 2011-05-13 16:40:01