Trace number 3362288

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_5_keyfind_1.cnf
MD5SUM3f4ea4cf17e734bbe947db7c1dc9fde7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7602.69
Satisfiable
(Un)Satisfiability was proved
Number of variables1116
Number of clauses4312
Sum of the clauses size13688
Maximum clause length5
Minimum clause length1
Number of clauses of size 184
Number of clauses of size 2200
Number of clauses of size 33008
Number of clauses of size 4920
Number of clauses of size 5100
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    4148    13204 |    1244       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    3748    13284 |      --       0       --      -- |     --   | -272/592
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 754   #clauses: 3748   #literals: 13284
0.00/0.01	c CPU time:   0.007998 s
0.00/0.01	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-3362288-1305302752/watcher-3362288-1305302752 -o /tmp/evaluation-result-3362288-1305302752/solver-3362288-1305302752 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362288-1305302752.cnf aimd 1 

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

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


[startup+0 s]
/proc/loadavg: 1.79 3.38 3.65 1/357 9453
/proc/meminfo: memFree=13322596/32950928 swapFree=65762508/67111528
[pid=9453] ppid=9451 vsize=8700 CPUtime=0 cores=0-7
/proc/9453/stat : 9453 (manysat.sh) S 9451 9453 8868 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 720505891 8908800 250 33554432000 4194304 4922060 140735361328864 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9453/statm: 2175 250 209 178 0 68 0

[startup+0.0792459 s]
/proc/loadavg: 1.79 3.38 3.65 1/357 9453
/proc/meminfo: memFree=13322596/32950928 swapFree=65762508/67111528
[pid=9453] ppid=9451 vsize=8700 CPUtime=0.01 cores=0-7
/proc/9453/stat : 9453 (manysat.sh) S 9451 9453 8868 0 -1 4202496 356 323 0 0 0 0 1 0 20 0 1 0 720505891 8908800 253 33554432000 4194304 4922060 140735361328864 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9453/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+0.101068 s]
/proc/loadavg: 1.79 3.38 3.65 1/357 9453
/proc/meminfo: memFree=13322596/32950928 swapFree=65762508/67111528
[pid=9453] ppid=9451 vsize=8700 CPUtime=0.01 cores=0-7
/proc/9453/stat : 9453 (manysat.sh) S 9451 9453 8868 0 -1 4202496 356 323 0 0 0 0 1 0 20 0 1 0 720505891 8908800 253 33554432000 4194304 4922060 140735361328864 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9453/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+0.301034 s]
/proc/loadavg: 1.79 3.38 3.65 1/357 9453
/proc/meminfo: memFree=13322596/32950928 swapFree=65762508/67111528
[pid=9453] ppid=9451 vsize=8700 CPUtime=0.01 cores=0-7
/proc/9453/stat : 9453 (manysat.sh) S 9451 9453 8868 0 -1 4202496 356 323 0 0 0 0 1 0 20 0 1 0 720505891 8908800 253 33554432000 4194304 4922060 140735361328864 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9453/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+0.70096 s]
/proc/loadavg: 1.79 3.38 3.65 1/357 9453
/proc/meminfo: memFree=13322596/32950928 swapFree=65762508/67111528
[pid=9453] ppid=9451 vsize=8700 CPUtime=0.01 cores=0-7
/proc/9453/stat : 9453 (manysat.sh) S 9451 9453 8868 0 -1 4202496 356 323 0 0 0 0 1 0 20 0 1 0 720505891 8908800 253 33554432000 4194304 4922060 140735361328864 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9453/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+1.50081 s]
/proc/loadavg: 1.79 3.38 3.65 5/362 9459
/proc/meminfo: memFree=13317472/32950928 swapFree=65762508/67111528
[pid=9453] ppid=9451 vsize=8700 CPUtime=0.01 cores=0-7
/proc/9453/stat : 9453 (manysat.sh) S 9451 9453 8868 0 -1 4202496 356 323 0 0 0 0 1 0 20 0 1 0 720505891 8908800 253 33554432000 4194304 4922060 140735361328864 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9453/statm: 2175 253 209 178 0 68 0
[pid=9456] ppid=9453 vsize=40672 CPUtime=5.92 cores=0-7
/proc/9456/stat : 9456 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202496 1673 0 0 0 591 1 0 0 18 0 4 0 720505892 41648128 1623 33554432000 134512640 135305190 4293150400 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9456/statm: 10168 1623 84 194 0 9972 0
[pid=9456/tid=9457] ppid=9453 vsize=40672 CPUtime=1.47 cores=0-7
/proc/9456/task/9457/stat : 9457 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 309 0 0 0 147 0 0 0 25 0 4 0 720505893 41648128 1623 33554432000 134512640 135305190 4293150400 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9456/tid=9458] ppid=9453 vsize=40672 CPUtime=1.47 cores=0-7
/proc/9456/task/9458/stat : 9458 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 289 0 0 0 147 0 0 0 18 0 4 0 720505893 41648128 1623 33554432000 134512640 135305190 4293150400 18446744073709551615 134528160 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9456/tid=9459] ppid=9453 vsize=40672 CPUtime=1.47 cores=0-7
/proc/9456/task/9459/stat : 9459 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 310 0 0 0 147 0 0 0 18 0 4 0 720505893 41648128 1623 33554432000 134512640 135305190 4293150400 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 49372

[startup+3.10046 s]
/proc/loadavg: 1.79 3.38 3.65 5/362 9459
/proc/meminfo: memFree=13314884/32950928 swapFree=65762508/67111528
[pid=9453] ppid=9451 vsize=8700 CPUtime=0.01 cores=0-7
/proc/9453/stat : 9453 (manysat.sh) S 9451 9453 8868 0 -1 4202496 356 323 0 0 0 0 1 0 20 0 1 0 720505891 8908800 253 33554432000 4194304 4922060 140735361328864 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9453/statm: 2175 253 209 178 0 68 0
[pid=9456] ppid=9453 vsize=44224 CPUtime=12.31 cores=0-7
/proc/9456/stat : 9456 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202496 2588 0 0 0 1230 1 0 0 20 0 4 0 720505892 45285376 2538 33554432000 134512640 135305190 4293150400 18446744073709551615 134528283 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9456/statm: 11056 2538 84 194 0 10860 0
[pid=9456/tid=9457] ppid=9453 vsize=44224 CPUtime=3.07 cores=0-7
/proc/9456/task/9457/stat : 9457 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 512 0 0 0 307 0 0 0 25 0 4 0 720505893 45285376 2538 33554432000 134512640 135305190 4293150400 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9456/tid=9458] ppid=9453 vsize=44224 CPUtime=3.07 cores=0-7
/proc/9456/task/9458/stat : 9458 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 466 0 0 0 307 0 0 0 20 0 4 0 720505893 45285376 2538 33554432000 134512640 135305190 4293150400 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9456/tid=9459] ppid=9453 vsize=44224 CPUtime=3.07 cores=0-7
/proc/9456/task/9459/stat : 9459 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 588 0 0 0 307 0 0 0 20 0 4 0 720505893 45285376 2538 33554432000 134512640 135305190 4293150400 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 52924

[startup+6.30088 s]
/proc/loadavg: 1.97 3.39 3.65 5/362 9459
/proc/meminfo: memFree=13307196/32950928 swapFree=65762508/67111528
[pid=9453] ppid=9451 vsize=8700 CPUtime=0.01 cores=0-7
/proc/9453/stat : 9453 (manysat.sh) S 9451 9453 8868 0 -1 4202496 356 323 0 0 0 0 1 0 20 0 1 0 720505891 8908800 253 33554432000 4194304 4922060 140735361328864 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9453/statm: 2175 253 209 178 0 68 0
[pid=9456] ppid=9453 vsize=51492 CPUtime=25.11 cores=0-7
/proc/9456/stat : 9456 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202496 4403 0 0 0 2509 2 0 0 21 0 4 0 720505892 52727808 4353 33554432000 134512640 135305190 4293150400 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9456/statm: 12873 4353 84 194 0 12677 0
[pid=9456/tid=9457] ppid=9453 vsize=51492 CPUtime=6.27 cores=0-7
/proc/9456/task/9457/stat : 9457 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 910 0 0 0 627 0 0 0 25 0 4 0 720505893 52727808 4353 33554432000 134512640 135305190 4293150400 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9456/tid=9458] ppid=9453 vsize=51492 CPUtime=6.27 cores=0-7
/proc/9456/task/9458/stat : 9458 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 898 0 0 0 627 0 0 0 22 0 4 0 720505893 52727808 4353 33554432000 134512640 135305190 4293150400 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9456/tid=9459] ppid=9453 vsize=51492 CPUtime=6.26 cores=0-7
/proc/9456/task/9459/stat : 9459 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 1025 0 0 0 626 0 0 0 19 0 4 0 720505893 52727808 4353 33554432000 134512640 135305190 4293150400 18446744073709551615 134550157 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 60192

[startup+12.7007 s]
/proc/loadavg: 2.13 3.40 3.66 5/362 9459
/proc/meminfo: memFree=13292984/32950928 swapFree=65762508/67111528
[pid=9453] ppid=9451 vsize=8700 CPUtime=0.01 cores=0-7
/proc/9453/stat : 9453 (manysat.sh) S 9451 9453 8868 0 -1 4202496 356 323 0 0 0 0 1 0 20 0 1 0 720505891 8908800 253 33554432000 4194304 4922060 140735361328864 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9453/statm: 2175 253 209 178 0 68 0
[pid=9456] ppid=9453 vsize=63804 CPUtime=50.71 cores=0-7
/proc/9456/stat : 9456 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202496 7610 0 0 0 5068 3 0 0 18 0 4 0 720505892 65335296 7560 33554432000 134512640 135305190 4293150400 18446744073709551615 134528520 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9456/statm: 15951 7560 84 194 0 15755 0
[pid=9456/tid=9457] ppid=9453 vsize=63804 CPUtime=12.67 cores=0-7
/proc/9456/task/9457/stat : 9457 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 1535 0 0 0 1267 0 0 0 25 0 4 0 720505893 65335296 7560 33554432000 134512640 135305190 4293150400 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9456/tid=9458] ppid=9453 vsize=63804 CPUtime=12.67 cores=0-7
/proc/9456/task/9458/stat : 9458 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 1753 0 0 0 1266 1 0 0 18 0 4 0 720505893 65335296 7560 33554432000 134512640 135305190 4293150400 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9456/tid=9459] ppid=9453 vsize=63804 CPUtime=12.66 cores=0-7
/proc/9456/task/9459/stat : 9459 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 1848 0 0 0 1266 0 0 0 25 0 4 0 720505893 65335296 7560 33554432000 134512640 135305190 4293150400 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 72504

[startup+25.5004 s]
/proc/loadavg: 2.54 3.43 3.66 5/362 9460
/proc/meminfo: memFree=13285964/32950928 swapFree=65762508/67111528
[pid=9453] ppid=9451 vsize=8700 CPUtime=0.01 cores=0-7
/proc/9453/stat : 9453 (manysat.sh) S 9451 9453 8868 0 -1 4202496 356 323 0 0 0 0 1 0 20 0 1 0 720505891 8908800 253 33554432000 4194304 4922060 140735361328864 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9453/statm: 2175 253 209 178 0 68 0
[pid=9456] ppid=9453 vsize=70792 CPUtime=101.91 cores=0-7
/proc/9456/stat : 9456 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202496 9288 0 0 0 10186 5 0 0 25 0 4 0 720505892 72491008 9238 33554432000 134512640 135305190 4293150400 18446744073709551615 134528506 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9456/statm: 17698 9238 84 194 0 17502 0
[pid=9456/tid=9457] ppid=9453 vsize=70792 CPUtime=25.47 cores=0-7
/proc/9456/task/9457/stat : 9457 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 1904 0 0 0 2547 0 0 0 25 0 4 0 720505893 72491008 9238 33554432000 134512640 135305190 4293150400 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9456/tid=9458] ppid=9453 vsize=70792 CPUtime=25.46 cores=0-7
/proc/9456/task/9458/stat : 9458 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 2253 0 0 0 2545 1 0 0 19 0 4 0 720505893 72491008 9238 33554432000 134512640 135305190 4293150400 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9456/tid=9459] ppid=9453 vsize=70792 CPUtime=25.47 cores=0-7
/proc/9456/task/9459/stat : 9459 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 2235 0 0 0 2546 1 0 0 25 0 4 0 720505893 72491008 9238 33554432000 134512640 135305190 4293150400 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 79492

[startup+51.1007 s]
/proc/loadavg: 3.04 3.48 3.67 5/362 9460
/proc/meminfo: memFree=13270296/32950928 swapFree=65762508/67111528
[pid=9453] ppid=9451 vsize=8700 CPUtime=0.01 cores=0-7
/proc/9453/stat : 9453 (manysat.sh) S 9451 9453 8868 0 -1 4202496 356 323 0 0 0 0 1 0 20 0 1 0 720505891 8908800 253 33554432000 4194304 4922060 140735361328864 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9453/statm: 2175 253 209 178 0 68 0
[pid=9456] ppid=9453 vsize=87240 CPUtime=204.3 cores=0-7
/proc/9456/stat : 9456 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202496 13282 0 0 0 20423 7 0 0 25 0 4 0 720505892 89333760 13232 33554432000 134512640 135305190 4293150400 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9456/statm: 21810 13232 84 194 0 21614 0
[pid=9456/tid=9457] ppid=9453 vsize=87240 CPUtime=51.07 cores=0-7
/proc/9456/task/9457/stat : 9457 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 2677 0 0 0 5106 1 0 0 25 0 4 0 720505893 89333760 13232 33554432000 134512640 135305190 4293150400 18446744073709551615 134528872 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9456/tid=9458] ppid=9453 vsize=87240 CPUtime=51.06 cores=0-7
/proc/9456/task/9458/stat : 9458 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 3680 0 0 0 5104 2 0 0 18 0 4 0 720505893 89333760 13232 33554432000 134512640 135305190 4293150400 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9456/tid=9459] ppid=9453 vsize=87240 CPUtime=51.07 cores=0-7
/proc/9456/task/9459/stat : 9459 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 3161 0 0 0 5105 2 0 0 20 0 4 0 720505893 89333760 13232 33554432000 134512640 135305190 4293150400 18446744073709551615 134528455 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.31
Current children cumulated vsize (KiB) 95940

[startup+102.313 s]
/proc/loadavg: 3.58 3.55 3.68 5/362 9462
/proc/meminfo: memFree=13253776/32950928 swapFree=65762508/67111528
[pid=9453] ppid=9451 vsize=8700 CPUtime=0.01 cores=0-7
/proc/9453/stat : 9453 (manysat.sh) S 9451 9453 8868 0 -1 4202496 356 323 0 0 0 0 1 0 20 0 1 0 720505891 8908800 253 33554432000 4194304 4922060 140735361328864 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9453/statm: 2175 253 209 178 0 68 0
[pid=9456] ppid=9453 vsize=104208 CPUtime=409.13 cores=0-7
/proc/9456/stat : 9456 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202496 17267 0 0 0 40903 10 0 0 25 0 4 0 720505892 106708992 17217 33554432000 134512640 135305190 4293150400 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9456/statm: 26052 17217 84 194 0 25856 0
[pid=9456/tid=9457] ppid=9453 vsize=104208 CPUtime=102.27 cores=0-7
/proc/9456/task/9457/stat : 9457 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 3431 0 0 0 10226 1 0 0 25 0 4 0 720505893 106708992 17217 33554432000 134512640 135305190 4293150400 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9456/tid=9458] ppid=9453 vsize=104208 CPUtime=102.27 cores=0-7
/proc/9456/task/9458/stat : 9458 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 5023 0 0 0 10224 3 0 0 18 0 4 0 720505893 106708992 17217 33554432000 134512640 135305190 4293150400 18446744073709551615 134555128 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9456/tid=9459] ppid=9453 vsize=104208 CPUtime=102.27 cores=0-7
/proc/9456/task/9459/stat : 9459 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 4012 0 0 0 10225 2 0 0 25 0 4 0 720505893 106708992 17217 33554432000 134512640 135305190 4293150400 18446744073709551615 134528545 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 409.14
Current children cumulated vsize (KiB) 112908

[startup+162.3 s]
/proc/loadavg: 3.99 3.67 3.71 5/362 9463
/proc/meminfo: memFree=13242088/32950928 swapFree=65762508/67111528
[pid=9453] ppid=9451 vsize=8700 CPUtime=0.01 cores=0-7
/proc/9453/stat : 9453 (manysat.sh) S 9451 9453 8868 0 -1 4202496 356 323 0 0 0 0 1 0 20 0 1 0 720505891 8908800 253 33554432000 4194304 4922060 140735361328864 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9453/statm: 2175 253 209 178 0 68 0
[pid=9456] ppid=9453 vsize=115916 CPUtime=649.06 cores=0-7
/proc/9456/stat : 9456 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202496 20044 0 0 0 64893 13 0 0 25 0 4 0 720505892 118697984 19994 33554432000 134512640 135305190 4293150400 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9456/statm: 28979 19994 84 194 0 28783 0
[pid=9456/tid=9457] ppid=9453 vsize=115916 CPUtime=162.26 cores=0-7

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

/proc/9456/task/9459/stat : 9459 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 16994 0 0 0 466211 18 0 0 25 0 4 0 720505893 500289536 108562 33554432000 134512640 135305190 4293150400 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18649
Current children cumulated vsize (KiB) 497264

[startup+4722.31 s]
/proc/loadavg: 4.01 4.02 3.96 5/362 9597
/proc/meminfo: memFree=12885356/32950928 swapFree=65762508/67111528
[pid=9453] ppid=9451 vsize=8700 CPUtime=0.01 cores=0-7
/proc/9453/stat : 9453 (manysat.sh) S 9451 9453 8868 0 -1 4202496 356 323 0 0 0 0 1 0 20 0 1 0 720505891 8908800 253 33554432000 4194304 4922060 140735361328864 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9453/statm: 2175 253 209 178 0 68 0
[pid=9456] ppid=9453 vsize=488892 CPUtime=18889.1 cores=0-7
/proc/9456/stat : 9456 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202496 108738 0 0 0 1888798 109 0 0 25 0 4 0 720505892 500625408 108637 33554432000 134512640 135305190 4293150400 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9456/statm: 122223 108637 84 194 0 122027 0
[pid=9456/tid=9457] ppid=9453 vsize=488892 CPUtime=4722.27 cores=0-7
/proc/9456/task/9457/stat : 9457 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 17228 0 0 0 472208 19 0 0 25 0 4 0 720505893 500625408 108637 33554432000 134512640 135305190 4293150400 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9456/tid=9458] ppid=9453 vsize=488892 CPUtime=4722.24 cores=0-7
/proc/9456/task/9458/stat : 9458 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 53833 0 0 0 472172 52 0 0 25 0 4 0 720505893 500625408 108637 33554432000 134512640 135305190 4293150400 18446744073709551615 134552302 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9456/tid=9459] ppid=9453 vsize=488892 CPUtime=4722.3 cores=0-7
/proc/9456/task/9459/stat : 9459 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 16994 0 0 0 472212 18 0 0 25 0 4 0 720505893 500625408 108637 33554432000 134512640 135305190 4293150400 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18889.1
Current children cumulated vsize (KiB) 497592

[startup+4782.3 s]
/proc/loadavg: 4.00 4.02 3.96 5/362 9599
/proc/meminfo: memFree=12885416/32950928 swapFree=65762508/67111528
[pid=9453] ppid=9451 vsize=8700 CPUtime=0.01 cores=0-7
/proc/9453/stat : 9453 (manysat.sh) S 9451 9453 8868 0 -1 4202496 356 323 0 0 0 0 1 0 20 0 1 0 720505891 8908800 253 33554432000 4194304 4922060 140735361328864 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9453/statm: 2175 253 209 178 0 68 0
[pid=9456] ppid=9453 vsize=489332 CPUtime=19129 cores=0-7
/proc/9456/stat : 9456 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202496 108802 0 0 0 1912793 109 0 0 25 0 4 0 720505892 501075968 108701 33554432000 134512640 135305190 4293150400 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9456/statm: 122333 108701 84 194 0 122137 0
[pid=9456/tid=9457] ppid=9453 vsize=489332 CPUtime=4782.26 cores=0-7
/proc/9456/task/9457/stat : 9457 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 17250 0 0 0 478207 19 0 0 25 0 4 0 720505893 501075968 108701 33554432000 134512640 135305190 4293150400 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9456/tid=9458] ppid=9453 vsize=489332 CPUtime=4782.23 cores=0-7
/proc/9456/task/9458/stat : 9458 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 53870 0 0 0 478171 52 0 0 25 0 4 0 720505893 501075968 108701 33554432000 134512640 135305190 4293150400 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9456/tid=9459] ppid=9453 vsize=489332 CPUtime=4782.29 cores=0-7
/proc/9456/task/9459/stat : 9459 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 16999 0 0 0 478211 18 0 0 25 0 4 0 720505893 501075968 108701 33554432000 134512640 135305190 4293150400 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19129
Current children cumulated vsize (KiB) 498032

[startup+4842.3 s]
/proc/loadavg: 4.00 4.01 3.96 5/362 9600
/proc/meminfo: memFree=12885112/32950928 swapFree=65762508/67111528
[pid=9453] ppid=9451 vsize=8700 CPUtime=0.01 cores=0-7
/proc/9453/stat : 9453 (manysat.sh) S 9451 9453 8868 0 -1 4202496 356 323 0 0 0 0 1 0 20 0 1 0 720505891 8908800 253 33554432000 4194304 4922060 140735361328864 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9453/statm: 2175 253 209 178 0 68 0
[pid=9456] ppid=9453 vsize=489688 CPUtime=19369 cores=0-7
/proc/9456/stat : 9456 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202496 108882 0 0 0 1936794 109 0 0 25 0 4 0 720505892 501440512 108781 33554432000 134512640 135305190 4293150400 18446744073709551615 134528274 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9456/statm: 122422 108781 84 194 0 122226 0
[pid=9456/tid=9457] ppid=9453 vsize=489688 CPUtime=4842.26 cores=0-7
/proc/9456/task/9457/stat : 9457 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 17259 0 0 0 484207 19 0 0 25 0 4 0 720505893 501440512 108781 33554432000 134512640 135305190 4293150400 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9456/tid=9458] ppid=9453 vsize=489688 CPUtime=4842.23 cores=0-7
/proc/9456/task/9458/stat : 9458 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 53911 0 0 0 484171 52 0 0 21 0 4 0 720505893 501440512 108781 33554432000 134512640 135305190 4293150400 18446744073709551615 134554688 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9456/tid=9459] ppid=9453 vsize=489688 CPUtime=4842.29 cores=0-7
/proc/9456/task/9459/stat : 9459 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 17010 0 0 0 484211 18 0 0 25 0 4 0 720505893 501440512 108781 33554432000 134512640 135305190 4293150400 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19369
Current children cumulated vsize (KiB) 498388

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/362 9602
/proc/meminfo: memFree=12884936/32950928 swapFree=65762508/67111528
[pid=9453] ppid=9451 vsize=8700 CPUtime=0.01 cores=0-7
/proc/9453/stat : 9453 (manysat.sh) S 9451 9453 8868 0 -1 4202496 356 323 0 0 0 0 1 0 20 0 1 0 720505891 8908800 253 33554432000 4194304 4922060 140735361328864 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9453/statm: 2175 253 209 178 0 68 0
[pid=9456] ppid=9453 vsize=489888 CPUtime=19609 cores=0-7
/proc/9456/stat : 9456 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202496 108915 0 0 0 1960794 109 0 0 25 0 4 0 720505892 501645312 108814 33554432000 134512640 135305190 4293150400 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9456/statm: 122472 108814 84 194 0 122276 0
[pid=9456/tid=9457] ppid=9453 vsize=489888 CPUtime=4902.26 cores=0-7
/proc/9456/task/9457/stat : 9457 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 17263 0 0 0 490207 19 0 0 25 0 4 0 720505893 501645312 108814 33554432000 134512640 135305190 4293150400 18446744073709551615 134528477 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9456/tid=9458] ppid=9453 vsize=489888 CPUtime=4902.23 cores=0-7
/proc/9456/task/9458/stat : 9458 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 53914 0 0 0 490171 52 0 0 18 0 4 0 720505893 501645312 108814 33554432000 134512640 135305190 4293150400 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9456/tid=9459] ppid=9453 vsize=489888 CPUtime=4902.29 cores=0-7
/proc/9456/task/9459/stat : 9459 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 17027 0 0 0 490211 18 0 0 25 0 4 0 720505893 501645312 108814 33554432000 134512640 135305190 4293150400 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19609
Current children cumulated vsize (KiB) 498588

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/362 9603
/proc/meminfo: memFree=12884528/32950928 swapFree=65762508/67111528
[pid=9453] ppid=9451 vsize=8700 CPUtime=0.01 cores=0-7
/proc/9453/stat : 9453 (manysat.sh) S 9451 9453 8868 0 -1 4202496 356 323 0 0 0 0 1 0 20 0 1 0 720505891 8908800 253 33554432000 4194304 4922060 140735361328864 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9453/statm: 2175 253 209 178 0 68 0
[pid=9456] ppid=9453 vsize=490408 CPUtime=19849 cores=0-7
/proc/9456/stat : 9456 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202496 109026 0 0 0 1984794 110 0 0 25 0 4 0 720505892 502177792 108925 33554432000 134512640 135305190 4293150400 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9456/statm: 122602 108925 84 194 0 122406 0
[pid=9456/tid=9457] ppid=9453 vsize=490408 CPUtime=4962.26 cores=0-7
/proc/9456/task/9457/stat : 9457 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 17303 0 0 0 496207 19 0 0 25 0 4 0 720505893 502177792 108925 33554432000 134512640 135305190 4293150400 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9456/tid=9458] ppid=9453 vsize=490408 CPUtime=4962.22 cores=0-7
/proc/9456/task/9458/stat : 9458 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 53916 0 0 0 496170 52 0 0 23 0 4 0 720505893 502177792 108925 33554432000 134512640 135305190 4293150400 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9456/tid=9459] ppid=9453 vsize=490408 CPUtime=4962.29 cores=0-7
/proc/9456/task/9459/stat : 9459 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 17053 0 0 0 496211 18 0 0 25 0 4 0 720505893 502177792 108925 33554432000 134512640 135305190 4293150400 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19849
Current children cumulated vsize (KiB) 499108

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/362 9605
/proc/meminfo: memFree=12883864/32950928 swapFree=65762508/67111528
[pid=9453] ppid=9451 vsize=8700 CPUtime=0.01 cores=0-7
/proc/9453/stat : 9453 (manysat.sh) S 9451 9453 8868 0 -1 4202496 356 323 0 0 0 0 1 0 20 0 1 0 720505891 8908800 253 33554432000 4194304 4922060 140735361328864 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9453/statm: 2175 253 209 178 0 68 0
[pid=9456] ppid=9453 vsize=491128 CPUtime=20089 cores=0-7
/proc/9456/stat : 9456 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202496 109171 0 0 0 2008794 110 0 0 25 0 4 0 720505892 502915072 109070 33554432000 134512640 135305190 4293150400 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9456/statm: 122782 109070 84 194 0 122586 0
[pid=9456/tid=9457] ppid=9453 vsize=491128 CPUtime=5022.26 cores=0-7
/proc/9456/task/9457/stat : 9457 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 17343 0 0 0 502207 19 0 0 25 0 4 0 720505893 502915072 109070 33554432000 134512640 135305190 4293150400 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9456/tid=9458] ppid=9453 vsize=491128 CPUtime=5022.22 cores=0-7
/proc/9456/task/9458/stat : 9458 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 53917 0 0 0 502170 52 0 0 20 0 4 0 720505893 502915072 109070 33554432000 134512640 135305190 4293150400 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9456/tid=9459] ppid=9453 vsize=491128 CPUtime=5022.29 cores=0-7
/proc/9456/task/9459/stat : 9459 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 17126 0 0 0 502211 18 0 0 25 0 4 0 720505893 502915072 109070 33554432000 134512640 135305190 4293150400 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20089
Current children cumulated vsize (KiB) 499828

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/362 9607
/proc/meminfo: memFree=12883312/32950928 swapFree=65762508/67111528
[pid=9453] ppid=9451 vsize=8700 CPUtime=0.01 cores=0-7
/proc/9453/stat : 9453 (manysat.sh) S 9451 9453 8868 0 -1 4202496 356 323 0 0 0 0 1 0 20 0 1 0 720505891 8908800 253 33554432000 4194304 4922060 140735361328864 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9453/statm: 2175 253 209 178 0 68 0
[pid=9456] ppid=9453 vsize=491844 CPUtime=20329.1 cores=0-7
/proc/9456/stat : 9456 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202496 109309 0 0 0 2032795 110 0 0 25 0 4 0 720505892 503648256 109208 33554432000 134512640 135305190 4293150400 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9456/statm: 122961 109208 84 194 0 122765 0
[pid=9456/tid=9457] ppid=9453 vsize=491844 CPUtime=5082.27 cores=0-7
/proc/9456/task/9457/stat : 9457 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 17395 0 0 0 508208 19 0 0 25 0 4 0 720505893 503648256 109208 33554432000 134512640 135305190 4293150400 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9456/tid=9458] ppid=9453 vsize=491844 CPUtime=5082.22 cores=0-7
/proc/9456/task/9458/stat : 9458 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 53919 0 0 0 508170 52 0 0 25 0 4 0 720505893 503648256 109208 33554432000 134512640 135305190 4293150400 18446744073709551615 134538540 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9456/tid=9459] ppid=9453 vsize=491844 CPUtime=5082.29 cores=0-7
/proc/9456/task/9459/stat : 9459 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 17199 0 0 0 508211 18 0 0 25 0 4 0 720505893 503648256 109208 33554432000 134512640 135305190 4293150400 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20329.1
Current children cumulated vsize (KiB) 500544



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.12 4.03 3.97 5/362 9607
/proc/meminfo: memFree=12883040/32950928 swapFree=65762508/67111528
[pid=9453] ppid=9451 vsize=8700 CPUtime=0.01 cores=0-7
/proc/9453/stat : 9453 (manysat.sh) S 9451 9453 8868 0 -1 4202496 356 323 0 0 0 0 1 0 20 0 1 0 720505891 8908800 253 33554432000 4194304 4922060 140735361328864 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9453/statm: 2175 253 209 178 0 68 0
[pid=9456] ppid=9453 vsize=492148 CPUtime=20399.9 cores=0-7
/proc/9456/stat : 9456 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202496 109371 0 0 0 2039877 110 0 0 25 0 4 0 720505892 503959552 109270 33554432000 134512640 135305190 4293150400 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9456/statm: 123037 109270 84 194 0 122841 0
[pid=9456/tid=9457] ppid=9453 vsize=492148 CPUtime=5099.98 cores=0-7
/proc/9456/task/9457/stat : 9457 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 17427 0 0 0 509979 19 0 0 25 0 4 0 720505893 503959552 109270 33554432000 134512640 135305190 4293150400 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9456/tid=9458] ppid=9453 vsize=492148 CPUtime=5099.94 cores=0-7
/proc/9456/task/9458/stat : 9458 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 53920 0 0 0 509942 52 0 0 19 0 4 0 720505893 503959552 109270 33554432000 134512640 135305190 4293150400 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9456/tid=9459] ppid=9453 vsize=492148 CPUtime=5100.01 cores=0-7
/proc/9456/task/9459/stat : 9459 (manysat1.1_stat) R 9453 9453 8868 0 -1 4202560 17225 0 0 0 509983 18 0 0 25 0 4 0 720505893 503959552 109270 33554432000 134512640 135305190 4293150400 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20399.9
Current children cumulated vsize (KiB) 500848

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

Real time (s): 5100.03
CPU time (s): 20399.9
CPU user time (s): 20398.8
CPU system time (s): 1.1
CPU usage (%): 399.996
Max. virtual memory (cumulated for all children) (KiB): 500848

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

runsolver used 17.2984 second user time and 41.8206 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-13 18:05:52
IDJOB=3362288
IDBENCH=83430
IDSOLVER=1839
FILE ID=node116/3362288-1305302752
RUNJOBID= node116-1305296394-8882
PBS_JOBID= 13321437
Free space on /tmp= 45452 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/32/aes_32_5_keyfind_1.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362288-1305302752/watcher-3362288-1305302752 -o /tmp/evaluation-result-3362288-1305302752/solver-3362288-1305302752 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362288-1305302752.cnf aimd 1

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

MD5SUM BENCH= 3f4ea4cf17e734bbe947db7c1dc9fde7
RANDOM SEED=942047496

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13322876 kB
Buffers:        251880 kB
Cached:        9664132 kB
SwapCached:      12420 kB
Active:       11030132 kB
Inactive:      8208708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13322876 kB
SwapTotal:    67111528 kB
SwapFree:     65762508 kB
Dirty:            1756 kB
Writeback:           0 kB
AnonPages:     9321868 kB
Mapped:          15384 kB
Slab:           279152 kB
PageTables:      43224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 82742456 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= 45448 MiB
End job on node116 at 2011-05-13 19:30:54