Trace number 3362243

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.2 1204.44

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom19.cnf
MD5SUMd725e0d6a363434dce7cb39ffdb1b83f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables40286
Number of clauses134663
Sum of the clauses size343327
Maximum clause length1301
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 269181
Number of clauses of size 364779
Number of clauses of size 4189
Number of clauses of size 517
Number of clauses of size over 5496

Solver Data

0.00/0.00	c Parsing...
0.00/0.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |  126441   324131 |   37932       0        0     nan |  0.000 % |
0.00/0.54	c |         0 |   87498   323274 |      --       0       --      -- |     --   | -38943/-857
0.00/0.54	c ==============================================================================
0.00/0.54	c Result  :   #vars: 15806   #clauses: 87498   #literals: 323274
0.00/0.54	c CPU time:   0.531919 s
0.00/0.54	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-3362243-1305300095/watcher-3362243-1305300095 -o /tmp/evaluation-result-3362243-1305300095/solver-3362243-1305300095 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362243-1305300095.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: 7.77 8.05 7.89 5/361 11304
/proc/meminfo: memFree=9356360/32951124 swapFree=67111348/67111528
[pid=11304] ppid=11302 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11304/stat : 11304 (manysat.sh) S 11302 11304 10886 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622425360 8908800 249 33554432000 4194304 4922060 140734300506832 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11304/statm: 2175 249 209 178 0 68 0

[startup+0.0660241 s]
/proc/loadavg: 7.77 8.05 7.89 5/361 11304
/proc/meminfo: memFree=9356360/32951124 swapFree=67111348/67111528
[pid=11304] ppid=11302 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11304/stat : 11304 (manysat.sh) S 11302 11304 10886 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622425360 8908800 249 33554432000 4194304 4922060 140734300506832 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11304/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101014 s]
/proc/loadavg: 7.77 8.05 7.89 5/361 11304
/proc/meminfo: memFree=9356360/32951124 swapFree=67111348/67111528
[pid=11304] ppid=11302 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11304/stat : 11304 (manysat.sh) S 11302 11304 10886 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622425360 8908800 249 33554432000 4194304 4922060 140734300506832 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11304/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300985 s]
/proc/loadavg: 7.77 8.05 7.89 5/361 11304
/proc/meminfo: memFree=9356360/32951124 swapFree=67111348/67111528
[pid=11304] ppid=11302 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11304/stat : 11304 (manysat.sh) S 11302 11304 10886 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622425360 8908800 249 33554432000 4194304 4922060 140734300506832 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11304/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700917 s]
/proc/loadavg: 7.77 8.05 7.89 5/361 11304
/proc/meminfo: memFree=9356360/32951124 swapFree=67111348/67111528
[pid=11304] ppid=11302 vsize=8700 CPUtime=0.6 cores=0,2,4,6
/proc/11304/stat : 11304 (manysat.sh) S 11302 11304 10886 0 -1 4202496 356 5743 0 0 0 0 59 1 19 0 1 0 622425360 8908800 252 33554432000 4194304 4922060 140734300506832 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11304/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 8700

[startup+1.50073 s]
/proc/loadavg: 7.77 8.05 7.89 9/366 11310
/proc/meminfo: memFree=9319004/32951124 swapFree=67111348/67111528
[pid=11304] ppid=11302 vsize=8700 CPUtime=0.6 cores=0,2,4,6
/proc/11304/stat : 11304 (manysat.sh) S 11302 11304 10886 0 -1 4202496 356 5743 0 0 0 0 59 1 19 0 1 0 622425360 8908800 252 33554432000 4194304 4922060 140734300506832 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11304/statm: 2175 252 209 178 0 68 0
[pid=11307] ppid=11304 vsize=68864 CPUtime=3.14 cores=0,2,4,6
/proc/11307/stat : 11307 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202496 8866 0 0 0 309 5 0 0 18 0 4 0 622425422 70516736 8799 33554432000 134512640 135305190 4290524432 18446744073709551615 134528837 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11307/statm: 17216 8799 84 194 0 17020 0
[pid=11307/tid=11308] ppid=11304 vsize=68864 CPUtime=0.75 cores=0,2,4,6
/proc/11307/task/11308/stat : 11308 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 532 0 0 0 74 1 0 0 18 0 4 0 622425433 70516736 8799 33554432000 134512640 135305190 4290524432 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11307/tid=11309] ppid=11304 vsize=68864 CPUtime=0.76 cores=0,2,4,6
/proc/11307/task/11309/stat : 11309 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 565 0 0 0 75 1 0 0 18 0 4 0 622425433 70516736 8799 33554432000 134512640 135305190 4290524432 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11307/tid=11310] ppid=11304 vsize=68864 CPUtime=0.73 cores=0,2,4,6
/proc/11307/task/11310/stat : 11310 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 663 0 0 0 73 0 0 0 18 0 4 0 622425433 70516736 8799 33554432000 134512640 135305190 4290524432 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 77564

[startup+3.10045 s]
/proc/loadavg: 7.77 8.05 7.89 9/366 11310
/proc/meminfo: memFree=9311564/32951124 swapFree=67111348/67111528
[pid=11304] ppid=11302 vsize=8700 CPUtime=0.6 cores=0,2,4,6
/proc/11304/stat : 11304 (manysat.sh) S 11302 11304 10886 0 -1 4202496 356 5743 0 0 0 0 59 1 19 0 1 0 622425360 8908800 252 33554432000 4194304 4922060 140734300506832 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11304/statm: 2175 252 209 178 0 68 0
[pid=11307] ppid=11304 vsize=77608 CPUtime=9.52 cores=0,2,4,6
/proc/11307/stat : 11307 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202496 11003 0 0 0 946 6 0 0 22 0 4 0 622425422 79470592 10936 33554432000 134512640 135305190 4290524432 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11307/statm: 19402 10936 84 194 0 19206 0
[pid=11307/tid=11308] ppid=11304 vsize=77608 CPUtime=2.35 cores=0,2,4,6
/proc/11307/task/11308/stat : 11308 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 958 0 0 0 234 1 0 0 22 0 4 0 622425433 79470592 10936 33554432000 134512640 135305190 4290524432 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11307/tid=11309] ppid=11304 vsize=77608 CPUtime=2.35 cores=0,2,4,6
/proc/11307/task/11309/stat : 11309 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 1121 0 0 0 234 1 0 0 22 0 4 0 622425433 79470592 10936 33554432000 134512640 135305190 4290524432 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11307/tid=11310] ppid=11304 vsize=77608 CPUtime=2.33 cores=0,2,4,6
/proc/11307/task/11310/stat : 11310 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 1205 0 0 0 232 1 0 0 21 0 4 0 622425433 79470592 10936 33554432000 134512640 135305190 4290524432 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.12
Current children cumulated vsize (KiB) 86308

[startup+6.30087 s]
/proc/loadavg: 7.86 8.06 7.89 9/366 11310
/proc/meminfo: memFree=9297436/32951124 swapFree=67111348/67111528
[pid=11304] ppid=11302 vsize=8700 CPUtime=0.6 cores=0,2,4,6
/proc/11304/stat : 11304 (manysat.sh) S 11302 11304 10886 0 -1 4202496 356 5743 0 0 0 0 59 1 19 0 1 0 622425360 8908800 252 33554432000 4194304 4922060 140734300506832 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11304/statm: 2175 252 209 178 0 68 0
[pid=11307] ppid=11304 vsize=88112 CPUtime=22.28 cores=0,2,4,6
/proc/11307/stat : 11307 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202496 13764 0 0 0 2221 7 0 0 25 0 4 0 622425422 90226688 13697 33554432000 134512640 135305190 4290524432 18446744073709551615 134531180 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11307/statm: 22028 13697 84 194 0 21832 0
[pid=11307/tid=11308] ppid=11304 vsize=88112 CPUtime=5.55 cores=0,2,4,6
/proc/11307/task/11308/stat : 11308 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 1539 0 0 0 554 1 0 0 25 0 4 0 622425433 90226688 13697 33554432000 134512640 135305190 4290524432 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11307/tid=11309] ppid=11304 vsize=88112 CPUtime=5.55 cores=0,2,4,6
/proc/11307/task/11309/stat : 11309 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 1791 0 0 0 554 1 0 0 25 0 4 0 622425433 90226688 13697 33554432000 134512640 135305190 4290524432 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11307/tid=11310] ppid=11304 vsize=88112 CPUtime=5.49 cores=0,2,4,6
/proc/11307/task/11310/stat : 11310 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 1850 0 0 0 548 1 0 0 25 0 4 0 622425433 90226688 13697 33554432000 134512640 135305190 4290524432 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 22.88
Current children cumulated vsize (KiB) 96812

[startup+12.7007 s]
/proc/loadavg: 7.88 8.06 7.89 9/366 11310
/proc/meminfo: memFree=9268560/32951124 swapFree=67111348/67111528
[pid=11304] ppid=11302 vsize=8700 CPUtime=0.6 cores=0,2,4,6
/proc/11304/stat : 11304 (manysat.sh) S 11302 11304 10886 0 -1 4202496 356 5743 0 0 0 0 59 1 19 0 1 0 622425360 8908800 252 33554432000 4194304 4922060 140734300506832 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11304/statm: 2175 252 209 178 0 68 0
[pid=11307] ppid=11304 vsize=109508 CPUtime=47.8 cores=0,2,4,6
/proc/11307/stat : 11307 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202496 18954 0 0 0 4772 8 0 0 25 0 4 0 622425422 112136192 18887 33554432000 134512640 135305190 4290524432 18446744073709551615 134556792 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11307/statm: 27377 18887 84 194 0 27181 0
[pid=11307/tid=11308] ppid=11304 vsize=109508 CPUtime=11.95 cores=0,2,4,6
/proc/11307/task/11308/stat : 11308 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 2667 0 0 0 1194 1 0 0 25 0 4 0 622425433 112136192 18887 33554432000 134512640 135305190 4290524432 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11307/tid=11309] ppid=11304 vsize=109508 CPUtime=11.95 cores=0,2,4,6
/proc/11307/task/11309/stat : 11309 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 3265 0 0 0 1194 1 0 0 25 0 4 0 622425433 112136192 18887 33554432000 134512640 135305190 4290524432 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11307/tid=11310] ppid=11304 vsize=109508 CPUtime=11.8 cores=0,2,4,6
/proc/11307/task/11310/stat : 11310 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 3097 0 0 0 1179 1 0 0 25 0 4 0 622425433 112136192 18887 33554432000 134512640 135305190 4290524432 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 48.4
Current children cumulated vsize (KiB) 118208

[startup+25.5004 s]
/proc/loadavg: 7.98 8.07 7.90 9/366 11310
/proc/meminfo: memFree=9241524/32951124 swapFree=67111348/67111528
[pid=11304] ppid=11302 vsize=8700 CPUtime=0.6 cores=0,2,4,6
/proc/11304/stat : 11304 (manysat.sh) S 11302 11304 10886 0 -1 4202496 356 5743 0 0 0 0 59 1 19 0 1 0 622425360 8908800 252 33554432000 4194304 4922060 140734300506832 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11304/statm: 2175 252 209 178 0 68 0
[pid=11307] ppid=11304 vsize=133688 CPUtime=98.82 cores=0,2,4,6
/proc/11307/stat : 11307 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202496 24997 0 0 0 9870 12 0 0 25 0 4 0 622425422 136896512 24930 33554432000 134512640 135305190 4290524432 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11307/statm: 33422 24930 84 194 0 33226 0
[pid=11307/tid=11308] ppid=11304 vsize=133688 CPUtime=24.74 cores=0,2,4,6
/proc/11307/task/11308/stat : 11308 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 4070 0 0 0 2472 2 0 0 25 0 4 0 622425433 136896512 24930 33554432000 134512640 135305190 4290524432 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11307/tid=11309] ppid=11304 vsize=133688 CPUtime=24.74 cores=0,2,4,6
/proc/11307/task/11309/stat : 11309 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 4939 0 0 0 2472 2 0 0 25 0 4 0 622425433 136896512 24930 33554432000 134512640 135305190 4290524432 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11307/tid=11310] ppid=11304 vsize=133688 CPUtime=24.45 cores=0,2,4,6
/proc/11307/task/11310/stat : 11310 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 4571 0 0 0 2443 2 0 0 25 0 4 0 622425433 136896512 24930 33554432000 134512640 135305190 4290524432 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 99.42
Current children cumulated vsize (KiB) 142388

[startup+51.1008 s]
/proc/loadavg: 7.98 8.06 7.90 9/366 11311
/proc/meminfo: memFree=9190456/32951124 swapFree=67111348/67111528
[pid=11304] ppid=11302 vsize=8700 CPUtime=0.6 cores=0,2,4,6
/proc/11304/stat : 11304 (manysat.sh) S 11302 11304 10886 0 -1 4202496 356 5743 0 0 0 0 59 1 19 0 1 0 622425360 8908800 252 33554432000 4194304 4922060 140734300506832 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11304/statm: 2175 252 209 178 0 68 0
[pid=11307] ppid=11304 vsize=155448 CPUtime=200.88 cores=0,2,4,6
/proc/11307/stat : 11307 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202496 30437 0 0 0 20073 15 0 0 25 0 4 0 622425422 159178752 30370 33554432000 134512640 135305190 4290524432 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11307/statm: 38862 30370 84 194 0 38666 0
[pid=11307/tid=11308] ppid=11304 vsize=155448 CPUtime=50.34 cores=0,2,4,6
/proc/11307/task/11308/stat : 11308 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 5208 0 0 0 5031 3 0 0 25 0 4 0 622425433 159178752 30370 33554432000 134512640 135305190 4290524432 18446744073709551615 134557484 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11307/tid=11309] ppid=11304 vsize=155448 CPUtime=50.34 cores=0,2,4,6
/proc/11307/task/11309/stat : 11309 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 6453 0 0 0 5031 3 0 0 25 0 4 0 622425433 159178752 30370 33554432000 134512640 135305190 4290524432 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11307/tid=11310] ppid=11304 vsize=155448 CPUtime=49.74 cores=0,2,4,6
/proc/11307/task/11310/stat : 11310 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 5786 0 0 0 4971 3 0 0 25 0 4 0 622425433 159178752 30370 33554432000 134512640 135305190 4290524432 18446744073709551615 134528446 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 201.48
Current children cumulated vsize (KiB) 164148

[startup+102.314 s]
/proc/loadavg: 8.08 8.08 7.91 9/366 11312
/proc/meminfo: memFree=9145264/32951124 swapFree=67111348/67111528
[pid=11304] ppid=11302 vsize=8700 CPUtime=0.6 cores=0,2,4,6
/proc/11304/stat : 11304 (manysat.sh) S 11302 11304 10886 0 -1 4202496 356 5743 0 0 0 0 59 1 19 0 1 0 622425360 8908800 252 33554432000 4194304 4922060 140734300506832 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11304/statm: 2175 252 209 178 0 68 0
[pid=11307] ppid=11304 vsize=185740 CPUtime=405.06 cores=0,2,4,6
/proc/11307/stat : 11307 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202496 37685 0 0 0 40484 22 0 0 25 0 4 0 622425422 190197760 37618 33554432000 134512640 135305190 4290524432 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11307/statm: 46435 37618 84 194 0 46239 0
[pid=11307/tid=11308] ppid=11304 vsize=185740 CPUtime=101.53 cores=0,2,4,6
/proc/11307/task/11308/stat : 11308 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 7091 0 0 0 10149 4 0 0 25 0 4 0 622425433 190197760 37618 33554432000 134512640 135305190 4290524432 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11307/tid=11309] ppid=11304 vsize=185740 CPUtime=101.54 cores=0,2,4,6
/proc/11307/task/11309/stat : 11309 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 8446 0 0 0 10150 4 0 0 25 0 4 0 622425433 190197760 37618 33554432000 134512640 135305190 4290524432 18446744073709551615 134541909 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11307/tid=11310] ppid=11304 vsize=185740 CPUtime=100.31 cores=0,2,4,6
/proc/11307/task/11310/stat : 11310 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 7319 0 0 0 10026 5 0 0 25 0 4 0 622425433 190197760 37618 33554432000 134512640 135305190 4290524432 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 405.66
Current children cumulated vsize (KiB) 194440

[startup+162.301 s]
/proc/loadavg: 8.08 8.08 7.92 9/366 11314
/proc/meminfo: memFree=9037952/32951124 swapFree=67111348/67111528
[pid=11304] ppid=11302 vsize=8700 CPUtime=0.6 cores=0,2,4,6
/proc/11304/stat : 11304 (manysat.sh) S 11302 11304 10886 0 -1 4202496 356 5743 0 0 0 0 59 1 19 0 1 0 622425360 8908800 252 33554432000 4194304 4922060 140734300506832 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11304/statm: 2175 252 209 178 0 68 0
[pid=11307] ppid=11304 vsize=266820 CPUtime=644.22 cores=0,2,4,6
/proc/11307/stat : 11307 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202496 57944 0 0 0 64385 37 0 0 25 0 4 0 622425422 273223680 57877 33554432000 134512640 135305190 4290524432 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11307/statm: 66705 57877 84 194 0 66509 0
[pid=11307/tid=11308] ppid=11304 vsize=266820 CPUtime=161.51 cores=0,2,4,6

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

/proc/11307/task/11310/stat : 11310 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 23056 0 0 0 75310 22 0 0 25 0 4 0 622425433 476643328 105768 33554432000 134512640 135305190 4290524432 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3037.3
Current children cumulated vsize (KiB) 474172

[startup+822.301 s]
/proc/loadavg: 8.10 8.13 8.02 9/366 11400
/proc/meminfo: memFree=8978720/32951124 swapFree=67111348/67111528
[pid=11304] ppid=11302 vsize=8700 CPUtime=0.6 cores=0,2,4,6
/proc/11304/stat : 11304 (manysat.sh) S 11302 11304 10886 0 -1 4202496 356 5743 0 0 0 0 59 1 19 0 1 0 622425360 8908800 252 33554432000 4194304 4922060 140734300506832 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11304/statm: 2175 252 209 178 0 68 0
[pid=11307] ppid=11304 vsize=506788 CPUtime=3275.95 cores=0,2,4,6
/proc/11307/stat : 11307 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202496 116094 0 0 0 327494 101 0 0 25 0 4 0 622425422 518950912 116027 33554432000 134512640 135305190 4290524432 18446744073709551615 134528371 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11307/statm: 126697 116027 84 194 0 126501 0
[pid=11307/tid=11308] ppid=11304 vsize=506788 CPUtime=821.44 cores=0,2,4,6
/proc/11307/task/11308/stat : 11308 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 23724 0 0 0 82124 20 0 0 25 0 4 0 622425433 518950912 116027 33554432000 134512640 135305190 4290524432 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11307/tid=11309] ppid=11304 vsize=506788 CPUtime=821.41 cores=0,2,4,6
/proc/11307/task/11309/stat : 11309 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 32456 0 0 0 82114 27 0 0 25 0 4 0 622425433 518950912 116027 33554432000 134512640 135305190 4290524432 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11307/tid=11310] ppid=11304 vsize=506788 CPUtime=813.31 cores=0,2,4,6
/proc/11307/task/11310/stat : 11310 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 25153 0 0 0 81306 25 0 0 25 0 4 0 622425433 518950912 116027 33554432000 134512640 135305190 4290524432 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3276.55
Current children cumulated vsize (KiB) 515488

[startup+882.301 s]
/proc/loadavg: 8.12 8.12 8.02 9/366 11402
/proc/meminfo: memFree=8905548/32951124 swapFree=67111348/67111528
[pid=11304] ppid=11302 vsize=8700 CPUtime=0.6 cores=0,2,4,6
/proc/11304/stat : 11304 (manysat.sh) S 11302 11304 10886 0 -1 4202496 356 5743 0 0 0 0 59 1 19 0 1 0 622425360 8908800 252 33554432000 4194304 4922060 140734300506832 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11304/statm: 2175 252 209 178 0 68 0
[pid=11307] ppid=11304 vsize=537544 CPUtime=3515.16 cores=0,2,4,6
/proc/11307/stat : 11307 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202496 123839 0 0 0 351408 108 0 0 25 0 4 0 622425422 550445056 123772 33554432000 134512640 135305190 4290524432 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11307/statm: 134386 123772 84 194 0 134190 0
[pid=11307/tid=11308] ppid=11304 vsize=537544 CPUtime=881.42 cores=0,2,4,6
/proc/11307/task/11308/stat : 11308 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 25150 0 0 0 88120 22 0 0 25 0 4 0 622425433 550445056 123772 33554432000 134512640 135305190 4290524432 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11307/tid=11309] ppid=11304 vsize=537544 CPUtime=881.4 cores=0,2,4,6
/proc/11307/task/11309/stat : 11309 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 34896 0 0 0 88111 29 0 0 25 0 4 0 622425433 550445056 123772 33554432000 134512640 135305190 4290524432 18446744073709551615 134565634 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11307/tid=11310] ppid=11304 vsize=537544 CPUtime=873.27 cores=0,2,4,6
/proc/11307/task/11310/stat : 11310 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 27212 0 0 0 87301 26 0 0 25 0 4 0 622425433 550445056 123772 33554432000 134512640 135305190 4290524432 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3515.76
Current children cumulated vsize (KiB) 546244

[startup+942.301 s]
/proc/loadavg: 8.11 8.11 8.02 9/366 11404
/proc/meminfo: memFree=8855672/32951124 swapFree=67111348/67111528
[pid=11304] ppid=11302 vsize=8700 CPUtime=0.6 cores=0,2,4,6
/proc/11304/stat : 11304 (manysat.sh) S 11302 11304 10886 0 -1 4202496 356 5743 0 0 0 0 59 1 19 0 1 0 622425360 8908800 252 33554432000 4194304 4922060 140734300506832 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11304/statm: 2175 252 209 178 0 68 0
[pid=11307] ppid=11304 vsize=543028 CPUtime=3754.42 cores=0,2,4,6
/proc/11307/stat : 11307 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202496 125410 0 0 0 375331 111 0 0 25 0 4 0 622425422 556060672 125343 33554432000 134512640 135305190 4290524432 18446744073709551615 134528458 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11307/statm: 135757 125343 84 194 0 135561 0
[pid=11307/tid=11308] ppid=11304 vsize=543028 CPUtime=941.42 cores=0,2,4,6
/proc/11307/task/11308/stat : 11308 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 25280 0 0 0 94120 22 0 0 25 0 4 0 622425433 556060672 125343 33554432000 134512640 135305190 4290524432 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11307/tid=11309] ppid=11304 vsize=543028 CPUtime=941.4 cores=0,2,4,6
/proc/11307/task/11309/stat : 11309 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 35119 0 0 0 94111 29 0 0 25 0 4 0 622425433 556060672 125343 33554432000 134512640 135305190 4290524432 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11307/tid=11310] ppid=11304 vsize=543028 CPUtime=933.27 cores=0,2,4,6
/proc/11307/task/11310/stat : 11310 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 27590 0 0 0 93300 27 0 0 25 0 4 0 622425433 556060672 125343 33554432000 134512640 135305190 4290524432 18446744073709551615 134542019 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3755.02
Current children cumulated vsize (KiB) 551728

[startup+1002.3 s]
/proc/loadavg: 8.15 8.12 8.02 9/366 11405
/proc/meminfo: memFree=8823520/32951124 swapFree=67111348/67111528
[pid=11304] ppid=11302 vsize=8700 CPUtime=0.6 cores=0,2,4,6
/proc/11304/stat : 11304 (manysat.sh) S 11302 11304 10886 0 -1 4202496 356 5743 0 0 0 0 59 1 19 0 1 0 622425360 8908800 252 33554432000 4194304 4922060 140734300506832 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11304/statm: 2175 252 209 178 0 68 0
[pid=11307] ppid=11304 vsize=548436 CPUtime=3993.68 cores=0,2,4,6
/proc/11307/stat : 11307 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202496 126440 0 0 0 399256 112 0 0 25 0 4 0 622425422 561598464 126373 33554432000 134512640 135305190 4290524432 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/11307/statm: 137109 126373 84 194 0 136913 0
[pid=11307/tid=11308] ppid=11304 vsize=548436 CPUtime=1001.42 cores=0,2,4,6
/proc/11307/task/11308/stat : 11308 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 25646 0 0 0 100120 22 0 0 25 0 4 0 622425433 561598464 126373 33554432000 134512640 135305190 4290524432 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11307/tid=11309] ppid=11304 vsize=548436 CPUtime=1001.18 cores=0,2,4,6
/proc/11307/task/11309/stat : 11309 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 35493 0 0 0 100089 29 0 0 25 0 4 0 622425433 561598464 126373 33554432000 134512640 135305190 4290524432 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11307/tid=11310] ppid=11304 vsize=548436 CPUtime=993.27 cores=0,2,4,6
/proc/11307/task/11310/stat : 11310 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 27750 0 0 0 99300 27 0 0 25 0 4 0 622425433 561598464 126373 33554432000 134512640 135305190 4290524432 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3994.28
Current children cumulated vsize (KiB) 557136

[startup+1062.3 s]
/proc/loadavg: 8.09 8.11 8.02 9/366 11407
/proc/meminfo: memFree=8787908/32951124 swapFree=67111348/67111528
[pid=11304] ppid=11302 vsize=8700 CPUtime=0.6 cores=0,2,4,6
/proc/11304/stat : 11304 (manysat.sh) S 11302 11304 10886 0 -1 4202496 356 5743 0 0 0 0 59 1 19 0 1 0 622425360 8908800 252 33554432000 4194304 4922060 140734300506832 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11304/statm: 2175 252 209 178 0 68 0
[pid=11307] ppid=11304 vsize=564432 CPUtime=4232.97 cores=0,2,4,6
/proc/11307/stat : 11307 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202496 130317 0 0 0 423182 115 0 0 25 0 4 0 622425422 577978368 130250 33554432000 134512640 135305190 4290524432 18446744073709551615 134556846 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/11307/statm: 141108 130250 84 194 0 140912 0
[pid=11307/tid=11308] ppid=11304 vsize=564432 CPUtime=1061.43 cores=0,2,4,6
/proc/11307/task/11308/stat : 11308 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 26543 0 0 0 106120 23 0 0 25 0 4 0 622425433 577978368 130250 33554432000 134512640 135305190 4290524432 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11307/tid=11309] ppid=11304 vsize=564432 CPUtime=1060.47 cores=0,2,4,6
/proc/11307/task/11309/stat : 11309 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 36887 0 0 0 106017 30 0 0 25 0 4 0 622425433 577978368 130250 33554432000 134512640 135305190 4290524432 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11307/tid=11310] ppid=11304 vsize=564432 CPUtime=1053.27 cores=0,2,4,6
/proc/11307/task/11310/stat : 11310 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 28491 0 0 0 105299 28 0 0 25 0 4 0 622425433 577978368 130250 33554432000 134512640 135305190 4290524432 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4233.57
Current children cumulated vsize (KiB) 573132

[startup+1122.3 s]
/proc/loadavg: 8.03 8.09 8.02 9/366 11408
/proc/meminfo: memFree=8732948/32951124 swapFree=67111348/67111528
[pid=11304] ppid=11302 vsize=8700 CPUtime=0.6 cores=0,2,4,6
/proc/11304/stat : 11304 (manysat.sh) S 11302 11304 10886 0 -1 4202496 356 5743 0 0 0 0 59 1 19 0 1 0 622425360 8908800 252 33554432000 4194304 4922060 140734300506832 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11304/statm: 2175 252 209 178 0 68 0
[pid=11307] ppid=11304 vsize=605364 CPUtime=4472.2 cores=0,2,4,6
/proc/11307/stat : 11307 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202496 139921 0 0 0 447097 123 0 0 25 0 4 0 622425422 619892736 139854 33554432000 134512640 135305190 4290524432 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/11307/statm: 151341 139854 84 194 0 151145 0
[pid=11307/tid=11308] ppid=11304 vsize=605364 CPUtime=1121.4 cores=0,2,4,6
/proc/11307/task/11308/stat : 11308 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 28859 0 0 0 112116 24 0 0 25 0 4 0 622425433 619892736 139854 33554432000 134512640 135305190 4290524432 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11307/tid=11309] ppid=11304 vsize=605364 CPUtime=1119.72 cores=0,2,4,6
/proc/11307/task/11309/stat : 11309 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 39633 0 0 0 111940 32 0 0 25 0 4 0 622425433 619892736 139854 33554432000 134512640 135305190 4290524432 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11307/tid=11310] ppid=11304 vsize=605364 CPUtime=1113.27 cores=0,2,4,6
/proc/11307/task/11310/stat : 11310 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 30809 0 0 0 111297 30 0 0 25 0 4 0 622425433 619892736 139854 33554432000 134512640 135305190 4290524432 18446744073709551615 134547909 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4472.8
Current children cumulated vsize (KiB) 614064

[startup+1182.3 s]
/proc/loadavg: 8.15 8.10 8.02 9/366 11410
/proc/meminfo: memFree=8701920/32951124 swapFree=67111348/67111528
[pid=11304] ppid=11302 vsize=8700 CPUtime=0.6 cores=0,2,4,6
/proc/11304/stat : 11304 (manysat.sh) S 11302 11304 10886 0 -1 4202496 356 5743 0 0 0 0 59 1 19 0 1 0 622425360 8908800 252 33554432000 4194304 4922060 140734300506832 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11304/statm: 2175 252 209 178 0 68 0
[pid=11307] ppid=11304 vsize=612964 CPUtime=4711.5 cores=0,2,4,6
/proc/11307/stat : 11307 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202496 141426 0 0 0 471026 124 0 0 25 0 4 0 622425422 627675136 141359 33554432000 134512640 135305190 4290524432 18446744073709551615 134528559 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/11307/statm: 153241 141359 84 194 0 153045 0
[pid=11307/tid=11308] ppid=11304 vsize=612964 CPUtime=1181.4 cores=0,2,4,6
/proc/11307/task/11308/stat : 11308 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 28859 0 0 0 118116 24 0 0 25 0 4 0 622425433 627675136 141359 33554432000 134512640 135305190 4290524432 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11307/tid=11309] ppid=11304 vsize=612964 CPUtime=1179.02 cores=0,2,4,6
/proc/11307/task/11309/stat : 11309 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 40003 0 0 0 117869 33 0 0 25 0 4 0 622425433 627675136 141359 33554432000 134512640 135305190 4290524432 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11307/tid=11310] ppid=11304 vsize=612964 CPUtime=1173.27 cores=0,2,4,6
/proc/11307/task/11310/stat : 11310 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 31421 0 0 0 117297 30 0 0 25 0 4 0 622425433 627675136 141359 33554432000 134512640 135305190 4290524432 18446744073709551615 134538298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4712.1
Current children cumulated vsize (KiB) 621664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.4 s]
/proc/loadavg: 8.10 8.09 8.02 10/366 11411
/proc/meminfo: memFree=8701284/32951124 swapFree=67111348/67111528
[pid=11304] ppid=11302 vsize=8700 CPUtime=0.6 cores=0,2,4,6
/proc/11304/stat : 11304 (manysat.sh) S 11302 11304 10886 0 -1 4202496 356 5743 0 0 0 0 59 1 19 0 1 0 622425360 8908800 252 33554432000 4194304 4922060 140734300506832 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11304/statm: 2175 252 209 178 0 68 0
[pid=11307] ppid=11304 vsize=613684 CPUtime=4799.6 cores=0,2,4,6
/proc/11307/stat : 11307 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202496 141569 0 0 0 479834 126 0 0 25 0 4 0 622425422 628412416 141502 33554432000 134512640 135305190 4290524432 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11307/statm: 153421 141502 84 194 0 153225 0
[pid=11307/tid=11308] ppid=11304 vsize=613684 CPUtime=1203.53 cores=0,2,4,6
/proc/11307/task/11308/stat : 11308 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 28876 0 0 0 120328 25 0 0 25 0 4 0 622425433 628412416 141502 33554432000 134512640 135305190 4290524432 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11307/tid=11309] ppid=11304 vsize=613684 CPUtime=1200.97 cores=0,2,4,6
/proc/11307/task/11309/stat : 11309 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 40076 0 0 0 120064 33 0 0 25 0 4 0 622425433 628412416 141502 33554432000 134512640 135305190 4290524432 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11307/tid=11310] ppid=11304 vsize=613684 CPUtime=1195.37 cores=0,2,4,6
/proc/11307/task/11310/stat : 11310 (manysat1.1_stat) R 11304 11304 10886 0 -1 4202560 31421 0 0 0 119506 31 0 0 25 0 4 0 622425433 628412416 141502 33554432000 134512640 135305190 4290524432 18446744073709551615 134557557 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 622384

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

Real time (s): 1204.44
CPU time (s): 4800.2
CPU user time (s): 4798.93
CPU system time (s): 1.27
CPU usage (%): 398.543
Max. virtual memory (cumulated for all children) (KiB): 622384

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

runsolver used 4.12837 second user time and 10.1315 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-13 17:21:35
IDJOB=3362243
IDBENCH=83119
IDSOLVER=1838
FILE ID=node145/3362243-1305300095
RUNJOBID= node145-1305296390-10904
PBS_JOBID= 13321408
Free space on /tmp= 43216 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom19.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362243-1305300095/watcher-3362243-1305300095 -o /tmp/evaluation-result-3362243-1305300095/solver-3362243-1305300095 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362243-1305300095.cnf aimd 1

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

MD5SUM BENCH= d725e0d6a363434dce7cb39ffdb1b83f
RANDOM SEED=1720719514

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9356640 kB
Buffers:        248356 kB
Cached:       17157528 kB
SwapCached:          0 kB
Active:        7441840 kB
Inactive:     15572412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9356640 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            3740 kB
Writeback:           0 kB
AnonPages:     5608108 kB
Mapped:          28040 kB
Slab:           483764 kB
PageTables:      34528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79527596 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= 43220 MiB
End job on node145 at 2011-05-13 17:41:41