Trace number 3362411

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.12 1204.63

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w8.shuffled.cnf
MD5SUM82e833e539576c6d79252b19dcace0cf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.08123
Satisfiable
(Un)Satisfiability was proved
Number of variables10056
Number of clauses271393
Sum of the clauses size550328
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2270136
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

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 |  271393   550328 |   81417       0        0     nan |  0.000 % |
0.00/0.80	c |         0 |  269998   945031 |      --       0       --      -- |     --   | -1395/394703
0.00/0.80	c ==============================================================================
0.00/0.80	c Result  :   #vars: 8694   #clauses: 269998   #literals: 945031
0.00/0.80	c CPU time:   0.780881 s
0.00/0.80	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-3362411-1305302493/watcher-3362411-1305302493 -o /tmp/evaluation-result-3362411-1305302493/solver-3362411-1305302493 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362411-1305302493.cnf aimd 1 

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

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


[startup+0 s]
/proc/loadavg: 8.01 8.06 8.00 5/359 9243
/proc/meminfo: memFree=10641372/32951124 swapFree=65980216/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9243/stat : 9243 (manysat.sh) S 9241 9243 8066 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 622664784 8908800 250 33554432000 4194304 4922060 140734513616704 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9243/statm: 2175 250 209 178 0 68 0

[startup+0.0853291 s]
/proc/loadavg: 8.01 8.06 8.00 5/359 9243
/proc/meminfo: memFree=10641372/32951124 swapFree=65980216/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9243/stat : 9243 (manysat.sh) S 9241 9243 8066 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 622664784 8908800 250 33554432000 4194304 4922060 140734513616704 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9243/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10033 s]
/proc/loadavg: 8.01 8.06 8.00 5/359 9243
/proc/meminfo: memFree=10641372/32951124 swapFree=65980216/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9243/stat : 9243 (manysat.sh) S 9241 9243 8066 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 622664784 8908800 250 33554432000 4194304 4922060 140734513616704 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9243/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30029 s]
/proc/loadavg: 8.01 8.06 8.00 5/359 9243
/proc/meminfo: memFree=10641372/32951124 swapFree=65980216/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9243/stat : 9243 (manysat.sh) S 9241 9243 8066 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 622664784 8908800 250 33554432000 4194304 4922060 140734513616704 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9243/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700218 s]
/proc/loadavg: 8.01 8.06 8.00 5/359 9243
/proc/meminfo: memFree=10641372/32951124 swapFree=65980216/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9243/stat : 9243 (manysat.sh) S 9241 9243 8066 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 622664784 8908800 250 33554432000 4194304 4922060 140734513616704 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9243/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50104 s]
/proc/loadavg: 8.01 8.06 8.00 6/361 9246
/proc/meminfo: memFree=10627856/32951124 swapFree=65980216/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0.98 cores=1,3,5,7
/proc/9243/stat : 9243 (manysat.sh) S 9241 9243 8066 0 -1 4202496 357 6523 0 0 0 0 96 2 18 0 1 0 622664784 8908800 253 33554432000 4194304 4922060 140734513616704 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9243/statm: 2175 253 209 178 0 68 0
[pid=9246] ppid=9243 vsize=101000 CPUtime=0.78 cores=1,3,5,7
/proc/9246/stat : 9246 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202496 16873 0 0 0 74 4 0 0 18 0 4 0 622664883 103424000 16823 33554432000 134512640 135305190 4291923328 18446744073709551615 134528435 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9246/statm: 25250 16823 84 194 0 25054 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 109700

[startup+3.10074 s]
/proc/loadavg: 8.01 8.05 8.00 9/364 9249
/proc/meminfo: memFree=10560376/32951124 swapFree=65980216/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0.98 cores=1,3,5,7
/proc/9243/stat : 9243 (manysat.sh) S 9241 9243 8066 0 -1 4202496 357 6523 0 0 0 0 96 2 18 0 1 0 622664784 8908800 253 33554432000 4194304 4922060 140734513616704 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9243/statm: 2175 253 209 178 0 68 0
[pid=9246] ppid=9243 vsize=108692 CPUtime=7.18 cores=1,3,5,7
/proc/9246/stat : 9246 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202496 18932 0 0 0 712 6 0 0 20 0 4 0 622664883 111300608 18882 33554432000 134512640 135305190 4291923328 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9246/statm: 27173 18882 84 194 0 26977 0
[pid=9246/tid=9247] ppid=9243 vsize=108692 CPUtime=1.68 cores=1,3,5,7
/proc/9246/task/9247/stat : 9247 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 944 0 0 0 168 0 0 0 20 0 4 0 622664924 111300608 18882 33554432000 134512640 135305190 4291923328 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=9246/tid=9248] ppid=9243 vsize=108692 CPUtime=1.68 cores=1,3,5,7
/proc/9246/task/9248/stat : 9248 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 839 0 0 0 168 0 0 0 20 0 4 0 622664924 111300608 18882 33554432000 134512640 135305190 4291923328 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9246/tid=9249] ppid=9243 vsize=108692 CPUtime=1.67 cores=1,3,5,7
/proc/9246/task/9249/stat : 9249 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 910 0 0 0 166 1 0 0 20 0 4 0 622664924 111300608 18882 33554432000 134512640 135305190 4291923328 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 8.16
Current children cumulated vsize (KiB) 117392

[startup+6.30115 s]
/proc/loadavg: 8.01 8.05 8.00 9/364 9249
/proc/meminfo: memFree=10548512/32951124 swapFree=65980216/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0.98 cores=1,3,5,7
/proc/9243/stat : 9243 (manysat.sh) S 9241 9243 8066 0 -1 4202496 357 6523 0 0 0 0 96 2 18 0 1 0 622664784 8908800 253 33554432000 4194304 4922060 140734513616704 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9243/statm: 2175 253 209 178 0 68 0
[pid=9246] ppid=9243 vsize=116896 CPUtime=19.94 cores=1,3,5,7
/proc/9246/stat : 9246 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202496 20967 0 0 0 1987 7 0 0 25 0 4 0 622664883 119701504 20917 33554432000 134512640 135305190 4291923328 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9246/statm: 29224 20917 84 194 0 29028 0
[pid=9246/tid=9247] ppid=9243 vsize=116896 CPUtime=4.88 cores=1,3,5,7
/proc/9246/task/9247/stat : 9247 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 1398 0 0 0 488 0 0 0 25 0 4 0 622664924 119701504 20917 33554432000 134512640 135305190 4291923328 18446744073709551615 134528814 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=9246/tid=9248] ppid=9243 vsize=116896 CPUtime=4.89 cores=1,3,5,7
/proc/9246/task/9248/stat : 9248 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 1281 0 0 0 488 1 0 0 25 0 4 0 622664924 119701504 20917 33554432000 134512640 135305190 4291923328 18446744073709551615 134528325 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9246/tid=9249] ppid=9243 vsize=116896 CPUtime=4.83 cores=1,3,5,7
/proc/9246/task/9249/stat : 9249 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 1475 0 0 0 482 1 0 0 25 0 4 0 622664924 119701504 20917 33554432000 134512640 135305190 4291923328 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 20.92
Current children cumulated vsize (KiB) 125596

[startup+12.701 s]
/proc/loadavg: 8.00 8.05 8.00 9/364 9249
/proc/meminfo: memFree=10534496/32951124 swapFree=65980216/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0.98 cores=1,3,5,7
/proc/9243/stat : 9243 (manysat.sh) S 9241 9243 8066 0 -1 4202496 357 6523 0 0 0 0 96 2 18 0 1 0 622664784 8908800 253 33554432000 4194304 4922060 140734513616704 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9243/statm: 2175 253 209 178 0 68 0
[pid=9246] ppid=9243 vsize=125648 CPUtime=45.46 cores=1,3,5,7
/proc/9246/stat : 9246 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202496 23038 0 0 0 4537 9 0 0 25 0 4 0 622664883 128663552 22988 33554432000 134512640 135305190 4291923328 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9246/statm: 31412 22988 84 194 0 31216 0
[pid=9246/tid=9247] ppid=9243 vsize=125648 CPUtime=11.29 cores=1,3,5,7
/proc/9246/task/9247/stat : 9247 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 1885 0 0 0 1128 1 0 0 25 0 4 0 622664924 128663552 22988 33554432000 134512640 135305190 4291923328 18446744073709551615 134528307 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=9246/tid=9248] ppid=9243 vsize=125648 CPUtime=11.29 cores=1,3,5,7
/proc/9246/task/9248/stat : 9248 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 1813 0 0 0 1128 1 0 0 25 0 4 0 622664924 128663552 22988 33554432000 134512640 135305190 4291923328 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9246/tid=9249] ppid=9243 vsize=125648 CPUtime=11.16 cores=1,3,5,7
/proc/9246/task/9249/stat : 9249 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 2038 0 0 0 1114 2 0 0 25 0 4 0 622664924 128663552 22988 33554432000 134512640 135305190 4291923328 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 46.44
Current children cumulated vsize (KiB) 134348

[startup+25.5006 s]
/proc/loadavg: 8.00 8.05 8.00 9/364 9250
/proc/meminfo: memFree=10510016/32951124 swapFree=65980216/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0.98 cores=1,3,5,7
/proc/9243/stat : 9243 (manysat.sh) S 9241 9243 8066 0 -1 4202496 357 6523 0 0 0 0 96 2 18 0 1 0 622664784 8908800 253 33554432000 4194304 4922060 140734513616704 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9243/statm: 2175 253 209 178 0 68 0
[pid=9246] ppid=9243 vsize=141272 CPUtime=96.49 cores=1,3,5,7
/proc/9246/stat : 9246 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202496 26976 0 0 0 9638 11 0 0 25 0 4 0 622664883 144662528 26926 33554432000 134512640 135305190 4291923328 18446744073709551615 134528442 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9246/statm: 35318 26926 84 194 0 35122 0
[pid=9246/tid=9247] ppid=9243 vsize=141272 CPUtime=24.08 cores=1,3,5,7
/proc/9246/task/9247/stat : 9247 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 2786 0 0 0 2407 1 0 0 25 0 4 0 622664924 144662528 26926 33554432000 134512640 135305190 4291923328 18446744073709551615 134541976 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=9246/tid=9248] ppid=9243 vsize=141272 CPUtime=24.09 cores=1,3,5,7
/proc/9246/task/9248/stat : 9248 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 2923 0 0 0 2407 2 0 0 25 0 4 0 622664924 144662528 26926 33554432000 134512640 135305190 4291923328 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9246/tid=9249] ppid=9243 vsize=141272 CPUtime=23.8 cores=1,3,5,7
/proc/9246/task/9249/stat : 9249 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 2928 0 0 0 2377 3 0 0 25 0 4 0 622664924 144662528 26926 33554432000 134512640 135305190 4291923328 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 97.47
Current children cumulated vsize (KiB) 149972

[startup+51.1009 s]
/proc/loadavg: 8.08 8.06 8.00 9/364 9250
/proc/meminfo: memFree=10471688/32951124 swapFree=65980216/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0.98 cores=1,3,5,7
/proc/9243/stat : 9243 (manysat.sh) S 9241 9243 8066 0 -1 4202496 357 6523 0 0 0 0 96 2 18 0 1 0 622664784 8908800 253 33554432000 4194304 4922060 140734513616704 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9243/statm: 2175 253 209 178 0 68 0
[pid=9246] ppid=9243 vsize=165316 CPUtime=198.59 cores=1,3,5,7
/proc/9246/stat : 9246 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202496 32814 0 0 0 19842 17 0 0 25 0 4 0 622664883 169283584 32764 33554432000 134512640 135305190 4291923328 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9246/statm: 41329 32764 84 194 0 41133 0
[pid=9246/tid=9247] ppid=9243 vsize=165316 CPUtime=49.68 cores=1,3,5,7
/proc/9246/task/9247/stat : 9247 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 4060 0 0 0 4966 2 0 0 25 0 4 0 622664924 169283584 32764 33554432000 134512640 135305190 4291923328 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=9246/tid=9248] ppid=9243 vsize=165316 CPUtime=49.69 cores=1,3,5,7
/proc/9246/task/9248/stat : 9248 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 4473 0 0 0 4966 3 0 0 25 0 4 0 622664924 169283584 32764 33554432000 134512640 135305190 4291923328 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9246/tid=9249] ppid=9243 vsize=165316 CPUtime=49.09 cores=1,3,5,7
/proc/9246/task/9249/stat : 9249 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 4355 0 0 0 4905 4 0 0 25 0 4 0 622664924 169283584 32764 33554432000 134512640 135305190 4291923328 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 199.57
Current children cumulated vsize (KiB) 174016

[startup+102.313 s]
/proc/loadavg: 8.06 8.06 8.00 9/364 9252
/proc/meminfo: memFree=10421696/32951124 swapFree=65980216/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0.98 cores=1,3,5,7
/proc/9243/stat : 9243 (manysat.sh) S 9241 9243 8066 0 -1 4202496 357 6523 0 0 0 0 96 2 18 0 1 0 622664784 8908800 253 33554432000 4194304 4922060 140734513616704 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9243/statm: 2175 253 209 178 0 68 0
[pid=9246] ppid=9243 vsize=191580 CPUtime=402.82 cores=1,3,5,7
/proc/9246/stat : 9246 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202496 39423 0 0 0 40260 22 0 0 25 0 4 0 622664883 196177920 39373 33554432000 134512640 135305190 4291923328 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9246/statm: 47895 39373 84 194 0 47699 0
[pid=9246/tid=9247] ppid=9243 vsize=191580 CPUtime=100.89 cores=1,3,5,7
/proc/9246/task/9247/stat : 9247 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 5636 0 0 0 10085 4 0 0 25 0 4 0 622664924 196177920 39373 33554432000 134512640 135305190 4291923328 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=9246/tid=9248] ppid=9243 vsize=191580 CPUtime=100.9 cores=1,3,5,7
/proc/9246/task/9248/stat : 9248 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 6495 0 0 0 10086 4 0 0 25 0 4 0 622664924 196177920 39373 33554432000 134512640 135305190 4291923328 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9246/tid=9249] ppid=9243 vsize=191580 CPUtime=99.69 cores=1,3,5,7
/proc/9246/task/9249/stat : 9249 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 5747 0 0 0 9964 5 0 0 25 0 4 0 622664924 196177920 39373 33554432000 134512640 135305190 4291923328 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 403.8
Current children cumulated vsize (KiB) 200280

[startup+162.3 s]
/proc/loadavg: 8.09 8.07 8.00 9/364 9253
/proc/meminfo: memFree=10369848/32951124 swapFree=65980216/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0.98 cores=1,3,5,7
/proc/9243/stat : 9243 (manysat.sh) S 9241 9243 8066 0 -1 4202496 357 6523 0 0 0 0 96 2 18 0 1 0 622664784 8908800 253 33554432000 4194304 4922060 140734513616704 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9243/statm: 2175 253 209 178 0 68 0
[pid=9246] ppid=9243 vsize=218168 CPUtime=642.06 cores=1,3,5,7
/proc/9246/stat : 9246 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202496 45760 0 0 0 64178 28 0 0 25 0 4 0 622664883 223404032 45710 33554432000 134512640 135305190 4291923328 18446744073709551615 134528458 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9246/statm: 54542 45710 84 194 0 54346 0
[pid=9246/tid=9247] ppid=9243 vsize=218168 CPUtime=160.88 cores=1,3,5,7
/proc/9246/task/9247/stat : 9247 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 7098 0 0 0 16082 6 0 0 25 0 4 0 622664924 223404032 45710 33554432000 134512640 135305190 4291923328 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=9246/tid=9248] ppid=9243 vsize=218168 CPUtime=160.89 cores=1,3,5,7
/proc/9246/task/9248/stat : 9248 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 8283 0 0 0 16083 6 0 0 25 0 4 0 622664924 223404032 45710 33554432000 134512640 135305190 4291923328 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9246/tid=9249] ppid=9243 vsize=218168 CPUtime=158.97 cores=1,3,5,7
/proc/9246/task/9249/stat : 9249 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 7287 0 0 0 15890 7 0 0 25 0 4 0 622664924 223404032 45710 33554432000 134512640 135305190 4291923328 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 643.04

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

/proc/9246/task/9249/stat : 9249 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 16476 0 0 0 75766 25 0 0 25 0 4 0 622664924 381186048 82747 33554432000 134512640 135305190 4291923328 18446744073709551615 134528356 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3036.09
Current children cumulated vsize (KiB) 380952

[startup+822.301 s]
/proc/loadavg: 4.00 4.66 6.21 5/354 9347
/proc/meminfo: memFree=10228660/32951124 swapFree=65980216/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0.98 cores=1,3,5,7
/proc/9243/stat : 9243 (manysat.sh) S 9241 9243 8066 0 -1 4202496 357 6523 0 0 0 0 96 2 18 0 1 0 622664784 8908800 253 33554432000 4194304 4922060 140734513616704 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9243/statm: 2175 253 209 178 0 68 0
[pid=9246] ppid=9243 vsize=391716 CPUtime=3274.37 cores=1,3,5,7
/proc/9246/stat : 9246 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202496 87671 0 0 0 327316 121 0 0 25 0 4 0 622664883 401117184 87621 33554432000 134512640 135305190 4291923328 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/9246/statm: 97929 87621 84 194 0 97733 0
[pid=9246/tid=9247] ppid=9243 vsize=391716 CPUtime=820.86 cores=1,3,5,7
/proc/9246/task/9247/stat : 9247 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 17912 0 0 0 82055 31 0 0 25 0 4 0 622664924 401117184 87621 33554432000 134512640 135305190 4291923328 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=9246/tid=9248] ppid=9243 vsize=391716 CPUtime=820.85 cores=1,3,5,7
/proc/9246/task/9248/stat : 9248 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 18531 0 0 0 82061 24 0 0 25 0 4 0 622664924 401117184 87621 33554432000 134512640 135305190 4291923328 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9246/tid=9249] ppid=9243 vsize=391716 CPUtime=817.9 cores=1,3,5,7
/proc/9246/task/9249/stat : 9249 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 17829 0 0 0 81762 28 0 0 25 0 4 0 622664924 401117184 87621 33554432000 134512640 135305190 4291923328 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3275.35
Current children cumulated vsize (KiB) 400416

[startup+882.301 s]
/proc/loadavg: 4.03 4.55 6.07 5/354 9349
/proc/meminfo: memFree=10224440/32951124 swapFree=65980216/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0.98 cores=1,3,5,7
/proc/9243/stat : 9243 (manysat.sh) S 9241 9243 8066 0 -1 4202496 357 6523 0 0 0 0 96 2 18 0 1 0 622664784 8908800 253 33554432000 4194304 4922060 140734513616704 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9243/statm: 2175 253 209 178 0 68 0
[pid=9246] ppid=9243 vsize=396712 CPUtime=3513.66 cores=1,3,5,7
/proc/9246/stat : 9246 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202496 88752 0 0 0 351244 122 0 0 25 0 4 0 622664883 406233088 88698 33554432000 134512640 135305190 4291923328 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/9246/statm: 99178 88698 84 194 0 98982 0
[pid=9246/tid=9247] ppid=9243 vsize=396712 CPUtime=880.86 cores=1,3,5,7
/proc/9246/task/9247/stat : 9247 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 18113 0 0 0 88055 31 0 0 25 0 4 0 622664924 406233088 88698 33554432000 134512640 135305190 4291923328 18446744073709551615 134528425 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=9246/tid=9248] ppid=9243 vsize=396712 CPUtime=880.85 cores=1,3,5,7
/proc/9246/task/9248/stat : 9248 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 18769 0 0 0 88061 24 0 0 25 0 4 0 622664924 406233088 88698 33554432000 134512640 135305190 4291923328 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9246/tid=9249] ppid=9243 vsize=396712 CPUtime=877.89 cores=1,3,5,7
/proc/9246/task/9249/stat : 9249 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 17913 0 0 0 87760 29 0 0 25 0 4 0 622664924 406233088 88698 33554432000 134512640 135305190 4291923328 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3514.64
Current children cumulated vsize (KiB) 405412

[startup+942.301 s]
/proc/loadavg: 4.05 4.47 5.96 5/354 9350
/proc/meminfo: memFree=10220580/32951124 swapFree=65980216/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0.98 cores=1,3,5,7
/proc/9243/stat : 9243 (manysat.sh) S 9241 9243 8066 0 -1 4202496 357 6523 0 0 0 0 96 2 18 0 1 0 622664784 8908800 253 33554432000 4194304 4922060 140734513616704 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9243/statm: 2175 253 209 178 0 68 0
[pid=9246] ppid=9243 vsize=401652 CPUtime=3752.96 cores=1,3,5,7
/proc/9246/stat : 9246 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202496 89710 0 0 0 375173 123 0 0 25 0 4 0 622664883 411291648 89656 33554432000 134512640 135305190 4291923328 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/9246/statm: 100413 89656 84 194 0 100217 0
[pid=9246/tid=9247] ppid=9243 vsize=401652 CPUtime=940.85 cores=1,3,5,7
/proc/9246/task/9247/stat : 9247 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 18519 0 0 0 94053 32 0 0 25 0 4 0 622664924 411291648 89656 33554432000 134512640 135305190 4291923328 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=9246/tid=9248] ppid=9243 vsize=401652 CPUtime=940.85 cores=1,3,5,7
/proc/9246/task/9248/stat : 9248 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 19003 0 0 0 94061 24 0 0 25 0 4 0 622664924 411291648 89656 33554432000 134512640 135305190 4291923328 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9246/tid=9249] ppid=9243 vsize=401652 CPUtime=937.89 cores=1,3,5,7
/proc/9246/task/9249/stat : 9249 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 17958 0 0 0 93760 29 0 0 25 0 4 0 622664924 411291648 89656 33554432000 134512640 135305190 4291923328 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3753.94
Current children cumulated vsize (KiB) 410352

[startup+1002.3 s]
/proc/loadavg: 4.09 4.39 5.83 5/354 9352
/proc/meminfo: memFree=10219204/32951124 swapFree=65980216/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0.98 cores=1,3,5,7
/proc/9243/stat : 9243 (manysat.sh) S 9241 9243 8066 0 -1 4202496 357 6523 0 0 0 0 96 2 18 0 1 0 622664784 8908800 253 33554432000 4194304 4922060 140734513616704 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9243/statm: 2175 253 209 178 0 68 0
[pid=9246] ppid=9243 vsize=403008 CPUtime=3992.27 cores=1,3,5,7
/proc/9246/stat : 9246 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202496 90149 0 0 0 399103 124 0 0 25 0 4 0 622664883 412680192 90095 33554432000 134512640 135305190 4291923328 18446744073709551615 134528341 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/9246/statm: 100752 90095 84 194 0 100556 0
[pid=9246/tid=9247] ppid=9243 vsize=403008 CPUtime=1000.85 cores=1,3,5,7
/proc/9246/task/9247/stat : 9247 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 18546 0 0 0 100053 32 0 0 25 0 4 0 622664924 412680192 90095 33554432000 134512640 135305190 4291923328 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=9246/tid=9248] ppid=9243 vsize=403008 CPUtime=1000.85 cores=1,3,5,7
/proc/9246/task/9248/stat : 9248 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 19159 0 0 0 100061 24 0 0 25 0 4 0 622664924 412680192 90095 33554432000 134512640 135305190 4291923328 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9246/tid=9249] ppid=9243 vsize=403008 CPUtime=997.89 cores=1,3,5,7
/proc/9246/task/9249/stat : 9249 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 18195 0 0 0 99760 29 0 0 25 0 4 0 622664924 412680192 90095 33554432000 134512640 135305190 4291923328 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3993.25
Current children cumulated vsize (KiB) 411708

[startup+1062.3 s]
/proc/loadavg: 4.11 4.34 5.72 5/354 9353
/proc/meminfo: memFree=10205300/32951124 swapFree=65980216/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0.98 cores=1,3,5,7
/proc/9243/stat : 9243 (manysat.sh) S 9241 9243 8066 0 -1 4202496 357 6523 0 0 0 0 96 2 18 0 1 0 622664784 8908800 253 33554432000 4194304 4922060 140734513616704 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9243/statm: 2175 253 209 178 0 68 0
[pid=9246] ppid=9243 vsize=417888 CPUtime=4231.59 cores=1,3,5,7
/proc/9246/stat : 9246 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202496 93760 0 0 0 423024 135 0 0 25 0 4 0 622664883 427917312 93706 33554432000 134512640 135305190 4291923328 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/9246/statm: 104472 93706 84 194 0 104276 0
[pid=9246/tid=9247] ppid=9243 vsize=417888 CPUtime=1060.85 cores=1,3,5,7
/proc/9246/task/9247/stat : 9247 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 19570 0 0 0 106049 36 0 0 25 0 4 0 622664924 427917312 93706 33554432000 134512640 135305190 4291923328 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=9246/tid=9248] ppid=9243 vsize=417888 CPUtime=1060.86 cores=1,3,5,7
/proc/9246/task/9248/stat : 9248 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 19915 0 0 0 106059 27 0 0 25 0 4 0 622664924 427917312 93706 33554432000 134512640 135305190 4291923328 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9246/tid=9249] ppid=9243 vsize=417888 CPUtime=1057.89 cores=1,3,5,7
/proc/9246/task/9249/stat : 9249 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 19264 0 0 0 105757 32 0 0 25 0 4 0 622664924 427917312 93706 33554432000 134512640 135305190 4291923328 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4232.57
Current children cumulated vsize (KiB) 426588

[startup+1122.3 s]
/proc/loadavg: 4.10 4.29 5.61 5/354 9355
/proc/meminfo: memFree=10186316/32951124 swapFree=65980216/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0.98 cores=1,3,5,7
/proc/9243/stat : 9243 (manysat.sh) S 9241 9243 8066 0 -1 4202496 357 6523 0 0 0 0 96 2 18 0 1 0 622664784 8908800 253 33554432000 4194304 4922060 140734513616704 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9243/statm: 2175 253 209 178 0 68 0
[pid=9246] ppid=9243 vsize=437288 CPUtime=4470.89 cores=1,3,5,7
/proc/9246/stat : 9246 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202496 98382 0 0 0 446942 147 0 0 25 0 4 0 622664883 447782912 98328 33554432000 134512640 135305190 4291923328 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/9246/statm: 109322 98328 84 194 0 109126 0
[pid=9246/tid=9247] ppid=9243 vsize=437288 CPUtime=1120.85 cores=1,3,5,7
/proc/9246/task/9247/stat : 9247 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 20915 0 0 0 112045 40 0 0 25 0 4 0 622664924 447782912 98328 33554432000 134512640 135305190 4291923328 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=9246/tid=9248] ppid=9243 vsize=437288 CPUtime=1120.86 cores=1,3,5,7
/proc/9246/task/9248/stat : 9248 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 21035 0 0 0 112057 29 0 0 25 0 4 0 622664924 447782912 98328 33554432000 134512640 135305190 4291923328 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9246/tid=9249] ppid=9243 vsize=437288 CPUtime=1117.86 cores=1,3,5,7
/proc/9246/task/9249/stat : 9249 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 20309 0 0 0 111752 34 0 0 25 0 4 0 622664924 447782912 98328 33554432000 134512640 135305190 4291923328 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4471.87
Current children cumulated vsize (KiB) 445988

[startup+1182.3 s]
/proc/loadavg: 4.10 4.25 5.52 5/354 9357
/proc/meminfo: memFree=10179732/32951124 swapFree=65980216/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0.98 cores=1,3,5,7
/proc/9243/stat : 9243 (manysat.sh) S 9241 9243 8066 0 -1 4202496 357 6523 0 0 0 0 96 2 18 0 1 0 622664784 8908800 253 33554432000 4194304 4922060 140734513616704 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9243/statm: 2175 253 209 178 0 68 0
[pid=9246] ppid=9243 vsize=443464 CPUtime=4710.19 cores=1,3,5,7
/proc/9246/stat : 9246 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202496 99912 0 0 0 470870 149 0 0 25 0 4 0 622664883 454107136 99858 33554432000 134512640 135305190 4291923328 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/9246/statm: 110866 99858 84 194 0 110670 0
[pid=9246/tid=9247] ppid=9243 vsize=443464 CPUtime=1180.85 cores=1,3,5,7
/proc/9246/task/9247/stat : 9247 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 21649 0 0 0 118045 40 0 0 25 0 4 0 622664924 454107136 99858 33554432000 134512640 135305190 4291923328 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=9246/tid=9248] ppid=9243 vsize=443464 CPUtime=1180.87 cores=1,3,5,7
/proc/9246/task/9248/stat : 9248 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 21352 0 0 0 118057 30 0 0 25 0 4 0 622664924 454107136 99858 33554432000 134512640 135305190 4291923328 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9246/tid=9249] ppid=9243 vsize=443464 CPUtime=1177.87 cores=1,3,5,7
/proc/9246/task/9249/stat : 9249 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 20435 0 0 0 117752 35 0 0 25 0 4 0 622664924 454107136 99858 33554432000 134512640 135305190 4291923328 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4711.17
Current children cumulated vsize (KiB) 452164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.6 s]
/proc/loadavg: 4.06 4.23 5.48 5/354 9357
/proc/meminfo: memFree=10177872/32951124 swapFree=65980216/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0.98 cores=1,3,5,7
/proc/9243/stat : 9243 (manysat.sh) S 9241 9243 8066 0 -1 4202496 357 6523 0 0 0 0 96 2 18 0 1 0 622664784 8908800 253 33554432000 4194304 4922060 140734513616704 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9243/statm: 2175 253 209 178 0 68 0
[pid=9246] ppid=9243 vsize=445544 CPUtime=4799.14 cores=1,3,5,7
/proc/9246/stat : 9246 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202496 100391 0 0 0 479764 150 0 0 25 0 4 0 622664883 456237056 100337 33554432000 134512640 135305190 4291923328 18446744073709551615 134548012 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/9246/statm: 111386 100337 84 194 0 111190 0
[pid=9246/tid=9247] ppid=9243 vsize=445544 CPUtime=1203.16 cores=1,3,5,7
/proc/9246/task/9247/stat : 9247 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 21826 0 0 0 120276 40 0 0 25 0 4 0 622664924 456237056 100337 33554432000 134512640 135305190 4291923328 18446744073709551615 134538154 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=9246/tid=9248] ppid=9243 vsize=445544 CPUtime=1203.18 cores=1,3,5,7
/proc/9246/task/9248/stat : 9248 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 21471 0 0 0 120288 30 0 0 25 0 4 0 622664924 456237056 100337 33554432000 134512640 135305190 4291923328 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9246/tid=9249] ppid=9243 vsize=445544 CPUtime=1200.18 cores=1,3,5,7
/proc/9246/task/9249/stat : 9249 (manysat1.1_stat) R 9243 9243 8066 0 -1 4202560 20437 0 0 0 119983 35 0 0 25 0 4 0 622664924 456237056 100337 33554432000 134512640 135305190 4291923328 18446744073709551615 134528283 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 454244

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

Real time (s): 1204.63
CPU time (s): 4800.12
CPU user time (s): 4798.6
CPU system time (s): 1.52
CPU usage (%): 398.474
Max. virtual memory (cumulated for all children) (KiB): 454244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.963853
system time used= 0.026995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6880
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 16

runsolver used 3.88241 second user time and 9.99048 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-13 18:01:33
IDJOB=3362411
IDBENCH=88062
IDSOLVER=1838
FILE ID=node142/3362411-1305302493
RUNJOBID= node142-1305296391-8085
PBS_JOBID= 13321411
Free space on /tmp= 47088 MiB

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

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

MD5SUM BENCH= 82e833e539576c6d79252b19dcace0cf
RANDOM SEED=2072664073

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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:      10641652 kB
Buffers:        278704 kB
Cached:       17014736 kB
SwapCached:      11520 kB
Active:        9797432 kB
Inactive:     11804860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10641652 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:            5068 kB
Writeback:           0 kB
AnonPages:     4305424 kB
Mapped:          20656 kB
Slab:           611256 kB
PageTables:      31976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77164964 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= 47084 MiB
End job on node142 at 2011-05-13 18:21:40