Trace number 3362267

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.11 1203.62

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_3_keyfind_1.cnf
MD5SUMff59ad0e88befc51bfa041e45143dc53
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 variables2808
Number of clauses30432
Sum of the clauses size167020
Maximum clause length8
Minimum clause length1
Number of clauses of size 1280
Number of clauses of size 2384
Number of clauses of size 35024
Number of clauses of size 4960
Number of clauses of size 56144
Number of clauses of size over 517640

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   30056   166260 |    9016       0        0     nan |  0.000 % |
0.00/0.02	c |         0 |   29288   163700 |      --       0       --      -- |     --   | -256/-512
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 2400   #clauses: 29288   #literals: 163700
0.00/0.02	c CPU time:   0.018997 s
0.00/0.02	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-3362267-1305300696/watcher-3362267-1305300696 -o /tmp/evaluation-result-3362267-1305300696/solver-3362267-1305300696 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362267-1305300696.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: 8.08 8.08 7.98 5/334 13465
/proc/meminfo: memFree=10410452/32951124 swapFree=67111352/67111528
[pid=13465] ppid=13463 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13465/stat : 13465 (manysat.sh) S 13463 13465 12895 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622485265 8908800 249 33554432000 4194304 4922060 140734034807648 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13465/statm: 2175 249 209 178 0 68 0

[startup+0.029131 s]
/proc/loadavg: 8.08 8.08 7.98 5/334 13465
/proc/meminfo: memFree=10410452/32951124 swapFree=67111352/67111528
[pid=13465] ppid=13463 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13465/stat : 13465 (manysat.sh) S 13463 13465 12895 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622485265 8908800 249 33554432000 4194304 4922060 140734034807648 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13465/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.104083 s]
/proc/loadavg: 8.08 8.08 7.98 5/334 13465
/proc/meminfo: memFree=10410452/32951124 swapFree=67111352/67111528
[pid=13465] ppid=13463 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/13465/stat : 13465 (manysat.sh) S 13463 13465 12895 0 -1 4202496 356 1115 0 0 0 0 4 0 25 0 1 0 622485265 8908800 252 33554432000 4194304 4922060 140734034807648 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13465/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8700

[startup+0.301037 s]
/proc/loadavg: 8.08 8.08 7.98 5/334 13465
/proc/meminfo: memFree=10410452/32951124 swapFree=67111352/67111528
[pid=13465] ppid=13463 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/13465/stat : 13465 (manysat.sh) S 13463 13465 12895 0 -1 4202496 356 1115 0 0 0 0 4 0 25 0 1 0 622485265 8908800 252 33554432000 4194304 4922060 140734034807648 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13465/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8700

[startup+0.700957 s]
/proc/loadavg: 8.08 8.08 7.98 5/334 13465
/proc/meminfo: memFree=10410452/32951124 swapFree=67111352/67111528
[pid=13465] ppid=13463 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/13465/stat : 13465 (manysat.sh) S 13463 13465 12895 0 -1 4202496 356 1115 0 0 0 0 4 0 25 0 1 0 622485265 8908800 252 33554432000 4194304 4922060 140734034807648 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13465/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8700

[startup+1.5008 s]
/proc/loadavg: 8.08 8.08 7.98 9/339 13471
/proc/meminfo: memFree=10381520/32951124 swapFree=67111352/67111528
[pid=13465] ppid=13463 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/13465/stat : 13465 (manysat.sh) S 13463 13465 12895 0 -1 4202496 356 1115 0 0 0 0 4 0 25 0 1 0 622485265 8908800 252 33554432000 4194304 4922060 140734034807648 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13465/statm: 2175 252 209 178 0 68 0
[pid=13468] ppid=13465 vsize=63776 CPUtime=5.6 cores=0,2,4,6
/proc/13468/stat : 13468 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202496 7765 0 0 0 556 4 0 0 18 0 4 0 622485271 65306624 7715 33554432000 134512640 135305190 4289239712 18446744073709551615 134528408 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13468/statm: 15944 7715 84 194 0 15748 0
[pid=13468/tid=13469] ppid=13465 vsize=63776 CPUtime=1.38 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 1217 0 0 0 137 1 0 0 25 0 4 0 622485275 65306624 7715 33554432000 134512640 135305190 4289239712 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13468/tid=13470] ppid=13465 vsize=63776 CPUtime=1.38 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 1287 0 0 0 138 0 0 0 20 0 4 0 622485275 65306624 7715 33554432000 134512640 135305190 4289239712 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13465 vsize=63776 CPUtime=1.39 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 1311 0 0 0 139 0 0 0 20 0 4 0 622485275 65306624 7715 33554432000 134512640 135305190 4289239712 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.64
Current children cumulated vsize (KiB) 72476

[startup+3.10048 s]
/proc/loadavg: 8.07 8.08 7.98 9/339 13471
/proc/meminfo: memFree=10373336/32951124 swapFree=67111352/67111528
[pid=13465] ppid=13463 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/13465/stat : 13465 (manysat.sh) S 13463 13465 12895 0 -1 4202496 356 1115 0 0 0 0 4 0 25 0 1 0 622485265 8908800 252 33554432000 4194304 4922060 140734034807648 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13465/statm: 2175 252 209 178 0 68 0
[pid=13468] ppid=13465 vsize=74004 CPUtime=11.97 cores=0,2,4,6
/proc/13468/stat : 13468 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202496 9861 0 0 0 1191 6 0 0 18 0 4 0 622485271 75780096 9811 33554432000 134512640 135305190 4289239712 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13468/statm: 18501 9811 84 194 0 18305 0
[pid=13468/tid=13469] ppid=13465 vsize=74004 CPUtime=2.98 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 1617 0 0 0 297 1 0 0 18 0 4 0 622485275 75780096 9811 33554432000 134512640 135305190 4289239712 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13468/tid=13470] ppid=13465 vsize=74004 CPUtime=2.98 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 1856 0 0 0 297 1 0 0 25 0 4 0 622485275 75780096 9811 33554432000 134512640 135305190 4289239712 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13465 vsize=74004 CPUtime=2.98 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 1917 0 0 0 298 0 0 0 25 0 4 0 622485275 75780096 9811 33554432000 134512640 135305190 4289239712 18446744073709551615 134528489 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.01
Current children cumulated vsize (KiB) 82704

[startup+6.30085 s]
/proc/loadavg: 8.07 8.08 7.98 9/339 13471
/proc/meminfo: memFree=10362300/32951124 swapFree=67111352/67111528
[pid=13465] ppid=13463 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/13465/stat : 13465 (manysat.sh) S 13463 13465 12895 0 -1 4202496 356 1115 0 0 0 0 4 0 25 0 1 0 622485265 8908800 252 33554432000 4194304 4922060 140734034807648 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13465/statm: 2175 252 209 178 0 68 0
[pid=13468] ppid=13465 vsize=81036 CPUtime=24.73 cores=0,2,4,6
/proc/13468/stat : 13468 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202496 12093 0 0 0 2465 8 0 0 25 0 4 0 622485271 82980864 12043 33554432000 134512640 135305190 4289239712 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13468/statm: 20259 12043 84 194 0 20063 0
[pid=13468/tid=13469] ppid=13465 vsize=81036 CPUtime=6.18 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 2043 0 0 0 616 2 0 0 25 0 4 0 622485275 82980864 12043 33554432000 134512640 135305190 4289239712 18446744073709551615 134839991 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13468/tid=13470] ppid=13465 vsize=81036 CPUtime=6.17 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 2559 0 0 0 616 1 0 0 25 0 4 0 622485275 82980864 12043 33554432000 134512640 135305190 4289239712 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13465 vsize=81036 CPUtime=6.18 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 2485 0 0 0 617 1 0 0 25 0 4 0 622485275 82980864 12043 33554432000 134512640 135305190 4289239712 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.77
Current children cumulated vsize (KiB) 89736

[startup+12.7006 s]
/proc/loadavg: 8.06 8.08 7.98 9/339 13471
/proc/meminfo: memFree=10340084/32951124 swapFree=67111352/67111528
[pid=13465] ppid=13463 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/13465/stat : 13465 (manysat.sh) S 13463 13465 12895 0 -1 4202496 356 1115 0 0 0 0 4 0 25 0 1 0 622485265 8908800 252 33554432000 4194304 4922060 140734034807648 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13465/statm: 2175 252 209 178 0 68 0
[pid=13468] ppid=13465 vsize=101380 CPUtime=50.22 cores=0,2,4,6
/proc/13468/stat : 13468 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202496 16795 0 0 0 5011 11 0 0 25 0 4 0 622485271 103813120 16745 33554432000 134512640 135305190 4289239712 18446744073709551615 134569845 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13468/statm: 25345 16745 84 194 0 25149 0
[pid=13468/tid=13469] ppid=13465 vsize=101380 CPUtime=12.57 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 3137 0 0 0 1255 2 0 0 25 0 4 0 622485275 103813120 16745 33554432000 134512640 135305190 4289239712 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13468/tid=13470] ppid=13465 vsize=101380 CPUtime=12.56 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 3916 0 0 0 1254 2 0 0 22 0 4 0 622485275 103813120 16745 33554432000 134512640 135305190 4289239712 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13465 vsize=101380 CPUtime=12.57 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 3582 0 0 0 1255 2 0 0 25 0 4 0 622485275 103813120 16745 33554432000 134512640 135305190 4289239712 18446744073709551615 134547974 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.26
Current children cumulated vsize (KiB) 110080

[startup+25.501 s]
/proc/loadavg: 8.05 8.08 7.98 9/339 13471
/proc/meminfo: memFree=10318360/32951124 swapFree=67111352/67111528
[pid=13465] ppid=13463 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/13465/stat : 13465 (manysat.sh) S 13463 13465 12895 0 -1 4202496 356 1115 0 0 0 0 4 0 25 0 1 0 622485265 8908800 252 33554432000 4194304 4922060 140734034807648 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13465/statm: 2175 252 209 178 0 68 0
[pid=13468] ppid=13465 vsize=122384 CPUtime=101.23 cores=0,2,4,6
/proc/13468/stat : 13468 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202496 21982 0 0 0 10106 17 0 0 19 0 4 0 622485271 125321216 21932 33554432000 134512640 135305190 4289239712 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13468/statm: 30596 21932 84 194 0 30400 0
[pid=13468/tid=13469] ppid=13465 vsize=122384 CPUtime=25.36 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 4530 0 0 0 2532 4 0 0 21 0 4 0 622485275 125321216 21932 33554432000 134512640 135305190 4289239712 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13468/tid=13470] ppid=13465 vsize=122384 CPUtime=25.34 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 5621 0 0 0 2530 4 0 0 25 0 4 0 622485275 125321216 21932 33554432000 134512640 135305190 4289239712 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13465 vsize=122384 CPUtime=25.36 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 4701 0 0 0 2533 3 0 0 25 0 4 0 622485275 125321216 21932 33554432000 134512640 135305190 4289239712 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 131084

[startup+51.101 s]
/proc/loadavg: 8.03 8.07 7.98 9/339 13472
/proc/meminfo: memFree=10282996/32951124 swapFree=67111352/67111528
[pid=13465] ppid=13463 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/13465/stat : 13465 (manysat.sh) S 13463 13465 12895 0 -1 4202496 356 1115 0 0 0 0 4 0 25 0 1 0 622485265 8908800 252 33554432000 4194304 4922060 140734034807648 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13465/statm: 2175 252 209 178 0 68 0
[pid=13468] ppid=13465 vsize=151864 CPUtime=203.28 cores=0,2,4,6
/proc/13468/stat : 13468 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202496 29602 0 0 0 20304 24 0 0 25 0 4 0 622485271 155508736 29552 33554432000 134512640 135305190 4289239712 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13468/statm: 37966 29552 84 194 0 37770 0
[pid=13468/tid=13469] ppid=13465 vsize=151864 CPUtime=50.93 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 6355 0 0 0 5088 5 0 0 25 0 4 0 622485275 155508736 29552 33554432000 134512640 135305190 4289239712 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13468/tid=13470] ppid=13465 vsize=151864 CPUtime=50.75 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 7851 0 0 0 5069 6 0 0 19 0 4 0 622485275 155508736 29552 33554432000 134512640 135305190 4289239712 18446744073709551615 134554232 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=13468/tid=13471] ppid=13465 vsize=151864 CPUtime=50.94 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 6282 0 0 0 5089 5 0 0 25 0 4 0 622485275 155508736 29552 33554432000 134512640 135305190 4289239712 18446744073709551615 134857151 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.32
Current children cumulated vsize (KiB) 160564

[startup+102.313 s]
/proc/loadavg: 8.13 8.09 7.99 9/339 13473
/proc/meminfo: memFree=10220616/32951124 swapFree=67111352/67111528
[pid=13465] ppid=13463 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/13465/stat : 13465 (manysat.sh) S 13463 13465 12895 0 -1 4202496 356 1115 0 0 0 0 4 0 25 0 1 0 622485265 8908800 252 33554432000 4194304 4922060 140734034807648 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13465/statm: 2175 252 209 178 0 68 0
[pid=13468] ppid=13465 vsize=192724 CPUtime=407.47 cores=0,2,4,6
/proc/13468/stat : 13468 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202496 39412 0 0 0 40714 33 0 0 25 0 4 0 622485271 197349376 39362 33554432000 134512640 135305190 4289239712 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13468/statm: 48181 39362 84 194 0 47985 0
[pid=13468/tid=13469] ppid=13465 vsize=192724 CPUtime=102.1 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 8369 0 0 0 10204 6 0 0 25 0 4 0 622485275 197349376 39362 33554432000 134512640 135305190 4289239712 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13468/tid=13470] ppid=13465 vsize=192724 CPUtime=101.42 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 11688 0 0 0 10132 10 0 0 25 0 4 0 622485275 197349376 39362 33554432000 134512640 135305190 4289239712 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=13468/tid=13471] ppid=13465 vsize=192724 CPUtime=102.12 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 8092 0 0 0 10205 7 0 0 25 0 4 0 622485275 197349376 39362 33554432000 134512640 135305190 4289239712 18446744073709551615 134528446 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.51
Current children cumulated vsize (KiB) 201424

[startup+162.301 s]
/proc/loadavg: 8.24 8.12 8.01 9/339 13475
/proc/meminfo: memFree=10173736/32951124 swapFree=67111352/67111528
[pid=13465] ppid=13463 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/13465/stat : 13465 (manysat.sh) S 13463 13465 12895 0 -1 4202496 356 1115 0 0 0 0 4 0 25 0 1 0 622485265 8908800 252 33554432000 4194304 4922060 140734034807648 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13465/statm: 2175 252 209 178 0 68 0
[pid=13468] ppid=13465 vsize=228088 CPUtime=646.71 cores=0,2,4,6
/proc/13468/stat : 13468 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202496 48331 0 0 0 64631 40 0 0 25 0 4 0 622485271 233562112 48281 33554432000 134512640 135305190 4289239712 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13468/statm: 57022 48281 84 194 0 56826 0
[pid=13468/tid=13469] ppid=13465 vsize=228088 CPUtime=162.07 cores=0,2,4,6

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

/proc/13468/task/13471/stat : 13471 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 20068 0 0 0 76032 20 0 0 25 0 4 0 622485275 454144000 100733 33554432000 134512640 135305190 4289239712 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3039.85
Current children cumulated vsize (KiB) 452200

[startup+822.301 s]
/proc/loadavg: 8.12 7.98 7.94 9/339 13558
/proc/meminfo: memFree=8930232/32951124 swapFree=67111352/67111528
[pid=13465] ppid=13463 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/13465/stat : 13465 (manysat.sh) S 13463 13465 12895 0 -1 4202496 356 1115 0 0 0 0 4 0 25 0 1 0 622485265 8908800 252 33554432000 4194304 4922060 140734034807648 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13465/statm: 2175 252 209 178 0 68 0
[pid=13468] ppid=13465 vsize=479436 CPUtime=3279.09 cores=0,2,4,6
/proc/13468/stat : 13468 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202496 109465 0 0 0 327799 110 0 0 25 0 4 0 622485271 490942464 109415 33554432000 134512640 135305190 4289239712 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/13468/statm: 119859 109415 84 194 0 119663 0
[pid=13468/tid=13469] ppid=13465 vsize=479436 CPUtime=818.24 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 19926 0 0 0 81806 18 0 0 25 0 4 0 622485275 490942464 109415 33554432000 134512640 135305190 4289239712 18446744073709551615 134542048 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13468/tid=13470] ppid=13465 vsize=479436 CPUtime=819.99 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 44810 0 0 0 81949 50 0 0 25 0 4 0 622485275 490942464 109415 33554432000 134512640 135305190 4289239712 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13465 vsize=479436 CPUtime=819.9 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 21324 0 0 0 81969 21 0 0 25 0 4 0 622485275 490942464 109415 33554432000 134512640 135305190 4289239712 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3279.13
Current children cumulated vsize (KiB) 488136

[startup+882.301 s]
/proc/loadavg: 8.20 8.03 7.96 9/339 13560
/proc/meminfo: memFree=8851428/32951124 swapFree=67111352/67111528
[pid=13465] ppid=13463 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/13465/stat : 13465 (manysat.sh) S 13463 13465 12895 0 -1 4202496 356 1115 0 0 0 0 4 0 25 0 1 0 622485265 8908800 252 33554432000 4194304 4922060 140734034807648 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13465/statm: 2175 252 209 178 0 68 0
[pid=13468] ppid=13465 vsize=487036 CPUtime=3518.47 cores=0,2,4,6
/proc/13468/stat : 13468 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202496 111195 0 0 0 351734 113 0 0 25 0 4 0 622485271 498724864 111145 33554432000 134512640 135305190 4289239712 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13468/statm: 121759 111145 84 194 0 121563 0
[pid=13468/tid=13469] ppid=13465 vsize=487036 CPUtime=878.12 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 19942 0 0 0 87793 19 0 0 25 0 4 0 622485275 498724864 111145 33554432000 134512640 135305190 4289239712 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13468/tid=13470] ppid=13465 vsize=487036 CPUtime=879.96 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 45374 0 0 0 87946 50 0 0 25 0 4 0 622485275 498724864 111145 33554432000 134512640 135305190 4289239712 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13465 vsize=487036 CPUtime=879.86 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 21768 0 0 0 87965 21 0 0 25 0 4 0 622485275 498724864 111145 33554432000 134512640 135305190 4289239712 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3518.51
Current children cumulated vsize (KiB) 495736

[startup+942.301 s]
/proc/loadavg: 8.15 8.04 7.96 9/339 13562
/proc/meminfo: memFree=8789612/32951124 swapFree=67111352/67111528
[pid=13465] ppid=13463 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/13465/stat : 13465 (manysat.sh) S 13463 13465 12895 0 -1 4202496 356 1115 0 0 0 0 4 0 25 0 1 0 622485265 8908800 252 33554432000 4194304 4922060 140734034807648 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13465/statm: 2175 252 209 178 0 68 0
[pid=13468] ppid=13465 vsize=496920 CPUtime=3757.69 cores=0,2,4,6
/proc/13468/stat : 13468 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202496 113745 0 0 0 375651 118 0 0 25 0 4 0 622485271 508846080 113684 33554432000 134512640 135305190 4289239712 18446744073709551615 134528310 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13468/statm: 124230 113684 84 194 0 124034 0
[pid=13468/tid=13469] ppid=13465 vsize=496920 CPUtime=938.11 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 20135 0 0 0 93792 19 0 0 25 0 4 0 622485275 508846080 113684 33554432000 134512640 135305190 4289239712 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13468/tid=13470] ppid=13465 vsize=496920 CPUtime=939.92 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 47032 0 0 0 93940 52 0 0 25 0 4 0 622485275 508846080 113684 33554432000 134512640 135305190 4289239712 18446744073709551615 134552926 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13465 vsize=496920 CPUtime=939.81 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 21927 0 0 0 93959 22 0 0 25 0 4 0 622485275 508846080 113684 33554432000 134512640 135305190 4289239712 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3757.73
Current children cumulated vsize (KiB) 505620

[startup+1002.3 s]
/proc/loadavg: 8.09 8.04 7.97 9/339 13563
/proc/meminfo: memFree=8717872/32951124 swapFree=67111352/67111528
[pid=13465] ppid=13463 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/13465/stat : 13465 (manysat.sh) S 13463 13465 12895 0 -1 4202496 356 1115 0 0 0 0 4 0 25 0 1 0 622485265 8908800 252 33554432000 4194304 4922060 140734034807648 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13465/statm: 2175 252 209 178 0 68 0
[pid=13468] ppid=13465 vsize=498400 CPUtime=3997.03 cores=0,2,4,6
/proc/13468/stat : 13468 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202496 114111 0 0 0 399584 119 0 0 25 0 4 0 622485271 510361600 114050 33554432000 134512640 135305190 4289239712 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13468/statm: 124600 114050 84 194 0 124404 0
[pid=13468/tid=13469] ppid=13465 vsize=498400 CPUtime=998.12 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 20207 0 0 0 99792 20 0 0 25 0 4 0 622485275 510361600 114050 33554432000 134512640 135305190 4289239712 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13468/tid=13470] ppid=13465 vsize=498400 CPUtime=999.91 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 47326 0 0 0 99939 52 0 0 25 0 4 0 622485275 510361600 114050 33554432000 134512640 135305190 4289239712 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13465 vsize=498400 CPUtime=999.82 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 21927 0 0 0 99959 23 0 0 25 0 4 0 622485275 510361600 114050 33554432000 134512640 135305190 4289239712 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3997.07
Current children cumulated vsize (KiB) 507100

[startup+1062.3 s]
/proc/loadavg: 8.07 8.05 7.97 9/339 13565
/proc/meminfo: memFree=8689284/32951124 swapFree=67111352/67111528
[pid=13465] ppid=13463 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/13465/stat : 13465 (manysat.sh) S 13463 13465 12895 0 -1 4202496 356 1115 0 0 0 0 4 0 25 0 1 0 622485265 8908800 252 33554432000 4194304 4922060 140734034807648 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13465/statm: 2175 252 209 178 0 68 0
[pid=13468] ppid=13465 vsize=512172 CPUtime=4236.41 cores=0,2,4,6
/proc/13468/stat : 13468 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202496 117538 0 0 0 423517 124 0 0 25 0 4 0 622485271 524464128 117477 33554432000 134512640 135305190 4289239712 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13468/statm: 128043 117477 84 194 0 127847 0
[pid=13468/tid=13469] ppid=13465 vsize=512172 CPUtime=1058.13 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 20671 0 0 0 105792 21 0 0 25 0 4 0 622485275 524464128 117477 33554432000 134512640 135305190 4289239712 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13468/tid=13470] ppid=13465 vsize=512172 CPUtime=1059.9 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 49628 0 0 0 105935 55 0 0 25 0 4 0 622485275 524464128 117477 33554432000 134512640 135305190 4289239712 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13465 vsize=512172 CPUtime=1059.82 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 22157 0 0 0 105958 24 0 0 25 0 4 0 622485275 524464128 117477 33554432000 134512640 135305190 4289239712 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4236.45
Current children cumulated vsize (KiB) 520872

[startup+1122.3 s]
/proc/loadavg: 8.10 8.06 7.98 9/339 13566
/proc/meminfo: memFree=8587920/32951124 swapFree=67111352/67111528
[pid=13465] ppid=13463 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/13465/stat : 13465 (manysat.sh) S 13463 13465 12895 0 -1 4202496 356 1115 0 0 0 0 4 0 25 0 1 0 622485265 8908800 252 33554432000 4194304 4922060 140734034807648 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13465/statm: 2175 252 209 178 0 68 0
[pid=13468] ppid=13465 vsize=520632 CPUtime=4475.77 cores=0,2,4,6
/proc/13468/stat : 13468 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202496 119614 0 0 0 447451 126 0 0 25 0 4 0 622485271 533127168 119553 33554432000 134512640 135305190 4289239712 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13468/statm: 130158 119553 84 194 0 129962 0
[pid=13468/tid=13469] ppid=13465 vsize=520632 CPUtime=1118.13 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 21300 0 0 0 111792 21 0 0 25 0 4 0 622485275 533127168 119553 33554432000 134512640 135305190 4289239712 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13468/tid=13470] ppid=13465 vsize=520632 CPUtime=1119.87 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 50179 0 0 0 111932 55 0 0 25 0 4 0 622485275 533127168 119553 33554432000 134512640 135305190 4289239712 18446744073709551615 134531144 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13465 vsize=520632 CPUtime=1119.82 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 22755 0 0 0 111957 25 0 0 25 0 4 0 622485275 533127168 119553 33554432000 134512640 135305190 4289239712 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4475.81
Current children cumulated vsize (KiB) 529332

[startup+1182.3 s]
/proc/loadavg: 8.13 8.08 7.99 9/339 13568
/proc/meminfo: memFree=8576204/32951124 swapFree=67111352/67111528
[pid=13465] ppid=13463 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/13465/stat : 13465 (manysat.sh) S 13463 13465 12895 0 -1 4202496 356 1115 0 0 0 0 4 0 25 0 1 0 622485265 8908800 252 33554432000 4194304 4922060 140734034807648 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13465/statm: 2175 252 209 178 0 68 0
[pid=13468] ppid=13465 vsize=524492 CPUtime=4715.08 cores=0,2,4,6
/proc/13468/stat : 13468 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202496 120567 0 0 0 471382 126 0 0 25 0 4 0 622485271 537079808 120506 33554432000 134512640 135305190 4289239712 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13468/statm: 131123 120506 84 194 0 130927 0
[pid=13468/tid=13469] ppid=13465 vsize=524492 CPUtime=1178.07 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 21351 0 0 0 117786 21 0 0 25 0 4 0 622485275 537079808 120506 33554432000 134512640 135305190 4289239712 18446744073709551615 134528195 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13468/tid=13470] ppid=13465 vsize=524492 CPUtime=1179.85 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 50731 0 0 0 117930 55 0 0 25 0 4 0 622485275 537079808 120506 33554432000 134512640 135305190 4289239712 18446744073709551615 134528446 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13465 vsize=524492 CPUtime=1179.83 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 22929 0 0 0 117958 25 0 0 25 0 4 0 622485275 537079808 120506 33554432000 134512640 135305190 4289239712 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4715.12
Current children cumulated vsize (KiB) 533192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.10 8.07 7.99 9/339 13569
/proc/meminfo: memFree=8570204/32951124 swapFree=67111352/67111528
[pid=13465] ppid=13463 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/13465/stat : 13465 (manysat.sh) S 13463 13465 12895 0 -1 4202496 356 1115 0 0 0 0 4 0 25 0 1 0 622485265 8908800 252 33554432000 4194304 4922060 140734034807648 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13465/statm: 2175 252 209 178 0 68 0
[pid=13468] ppid=13465 vsize=526088 CPUtime=4800.07 cores=0,2,4,6
/proc/13468/stat : 13468 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202496 120965 0 0 0 479881 126 0 0 25 0 4 0 622485271 538714112 120904 33554432000 134512640 135305190 4289239712 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13468/statm: 131522 120904 84 194 0 131326 0
[pid=13468/tid=13469] ppid=13465 vsize=526088 CPUtime=1199.38 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 21351 0 0 0 119917 21 0 0 25 0 4 0 622485275 538714112 120904 33554432000 134512640 135305190 4289239712 18446744073709551615 134528777 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13468/tid=13470] ppid=13465 vsize=526088 CPUtime=1201.16 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 50896 0 0 0 120061 55 0 0 25 0 4 0 622485275 538714112 120904 33554432000 134512640 135305190 4289239712 18446744073709551615 134528562 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13465 vsize=526088 CPUtime=1201.14 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (manysat1.1_stat) R 13465 13465 12895 0 -1 4202560 23096 0 0 0 120089 25 0 0 25 0 4 0 622485275 538714112 120904 33554432000 134512640 135305190 4289239712 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 534788

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

Real time (s): 1203.62
CPU time (s): 4800.11
CPU user time (s): 4798.85
CPU system time (s): 1.26
CPU usage (%): 398.805
Max. virtual memory (cumulated for all children) (KiB): 534788

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

runsolver used 3.56446 second user time and 8.90465 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-13 17:31:37
IDJOB=3362267
IDBENCH=83408
IDSOLVER=1838
FILE ID=node143/3362267-1305300696
RUNJOBID= node143-1305296391-12913
PBS_JOBID= 13321410
Free space on /tmp= 41212 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_3_keyfind_1.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362267-1305300696/watcher-3362267-1305300696 -o /tmp/evaluation-result-3362267-1305300696/solver-3362267-1305300696 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362267-1305300696.cnf aimd 1

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

MD5SUM BENCH= ff59ad0e88befc51bfa041e45143dc53
RANDOM SEED=1985177233

node143.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10410732 kB
Buffers:        230024 kB
Cached:        5500916 kB
SwapCached:          0 kB
Active:       17369768 kB
Inactive:      4859140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10410732 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            2364 kB
Writeback:           0 kB
AnonPages:    16497244 kB
Mapped:          29296 kB
Slab:           195208 kB
PageTables:      54196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70301312 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= 41020 MiB
End job on node143 at 2011-05-13 17:51:42