Trace number 3309861

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
Plingeling 587? (TO) 40000.7 5004.5

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_10_keyfind_1.cnf
MD5SUMf35f3aee72237c1bf3d673feb4883756
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 variables8080
Number of clauses96704
Sum of the clauses size539496
Maximum clause length8
Minimum clause length1
Number of clauses of size 1336
Number of clauses of size 21152
Number of clauses of size 315040
Number of clauses of size 42944
Number of clauses of size 518432
Number of clauses of size over 558800

Solver Data


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: 935)

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-3309861-1304012546/watcher-3309861-1304012546 -o /tmp/evaluation-result-3309861-1304012546/solver-3309861-1304012546 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3309861-1304012546.cnf 

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: 6.03 6.03 6.00 2/168 17516
/proc/meminfo: memFree=15930064/32951132 swapFree=67111528/67111528
[pid=17516] ppid=17514 vsize=10528 CPUtime=0 cores=0-7
/proc/17516/stat : 17516 (plingeling) R 17514 17516 17299 0 -1 4202496 709 1251 0 0 0 0 0 0 22 0 1 0 512854264 10780672 638 33554432000 4194304 4417332 140735537136064 18446744073709551615 274664502248 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/17516/statm: 2632 638 147 55 0 518 0

[startup+0.0871121 s]
/proc/loadavg: 6.03 6.03 6.00 2/168 17516
/proc/meminfo: memFree=15930064/32951132 swapFree=67111528/67111528
[pid=17516] ppid=17514 vsize=28972 CPUtime=0.07 cores=0-7
/proc/17516/stat : 17516 (plingeling) R 17514 17516 17299 0 -1 4202496 5321 1251 0 0 7 0 0 0 22 0 1 0 512854264 29667328 5250 33554432000 4194304 4417332 140735537136064 18446744073709551615 4209666 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/17516/statm: 7243 5250 148 55 0 5129 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 28972

[startup+0.101097 s]
/proc/loadavg: 6.03 6.03 6.00 2/168 17516
/proc/meminfo: memFree=15930064/32951132 swapFree=67111528/67111528
[pid=17516] ppid=17514 vsize=28972 CPUtime=0.08 cores=0-7
/proc/17516/stat : 17516 (plingeling) R 17514 17516 17299 0 -1 4202496 5321 1251 0 0 8 0 0 0 22 0 1 0 512854264 29667328 5250 33554432000 4194304 4417332 140735537136064 18446744073709551615 4231537 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/17516/statm: 7243 5250 148 55 0 5129 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28972

[startup+0.301058 s]
/proc/loadavg: 6.03 6.03 6.00 2/168 17516
/proc/meminfo: memFree=15930064/32951132 swapFree=67111528/67111528
[pid=17516] ppid=17514 vsize=141580 CPUtime=0.3 cores=0-7
/proc/17516/stat : 17516 (plingeling) R 17514 17516 17299 0 -1 4202496 17937 1251 0 0 28 2 0 0 25 0 8 0 512854264 144977920 15511 33554432000 4194304 4417332 140735537136064 18446744073709551615 274664851546 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/17516/statm: 35395 15511 155 55 0 33281 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 141580

[startup+0.70096 s]
/proc/loadavg: 6.03 6.03 6.00 2/168 17516
/proc/meminfo: memFree=15930064/32951132 swapFree=67111528/67111528
[pid=17516] ppid=17514 vsize=303476 CPUtime=3.03 cores=0-7
/proc/17516/stat : 17516 (plingeling) S 17514 17516 17299 0 -1 4202496 25698 1251 0 0 299 4 0 0 25 0 9 0 512854264 310759424 20858 33554432000 4194304 4417332 140735537136064 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17516/statm: 75869 20858 180 55 0 73755 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 303476

[startup+1.50081 s]
/proc/loadavg: 6.03 6.03 6.00 9/177 17530
/proc/meminfo: memFree=15846300/32951132 swapFree=67111528/67111528
[pid=17516] ppid=17514 vsize=301528 CPUtime=9.42 cores=0-7
/proc/17516/stat : 17516 (plingeling) S 17514 17516 17299 0 -1 4202496 26246 1251 0 0 938 4 0 0 25 0 9 0 512854264 308764672 20251 33554432000 4194304 4417332 140735537136064 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17516/statm: 75382 20251 180 55 0 73268 0
[pid=17516/tid=17523] ppid=17514 vsize=301528 CPUtime=1.19 cores=0-7
/proc/17516/task/17523/stat : 17523 (plingeling) R 17514 17516 17299 0 -1 4202560 1509 1251 0 0 119 0 0 0 19 0 9 0 512854293 308764672 20251 33554432000 4194304 4417332 140735537136064 18446744073709551615 4252365 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17516/tid=17524] ppid=17514 vsize=301528 CPUtime=1.19 cores=0-7
/proc/17516/task/17524/stat : 17524 (plingeling) R 17514 17516 17299 0 -1 4202560 1245 1251 0 0 119 0 0 0 19 0 9 0 512854293 308764672 20251 33554432000 4194304 4417332 140735537136064 18446744073709551615 4272460 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17516/tid=17525] ppid=17514 vsize=301528 CPUtime=0.91 cores=0-7
/proc/17516/task/17525/stat : 17525 (plingeling) R 17514 17516 17299 0 -1 4202560 429 1251 0 0 91 0 0 0 25 0 9 0 512854293 308764672 20251 33554432000 4194304 4417332 140735537136064 18446744073709551615 4237338 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17516/tid=17526] ppid=17514 vsize=301528 CPUtime=1.07 cores=0-7
/proc/17516/task/17526/stat : 17526 (plingeling) R 17514 17516 17299 0 -1 4202560 210 1251 0 0 107 0 0 0 25 0 9 0 512854293 308764672 20251 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364938 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17516/tid=17527] ppid=17514 vsize=301528 CPUtime=1.19 cores=0-7
/proc/17516/task/17527/stat : 17527 (plingeling) R 17514 17516 17299 0 -1 4202560 1395 1251 0 0 119 0 0 0 19 0 9 0 512854293 308764672 20251 33554432000 4194304 4417332 140735537136064 18446744073709551615 4252995 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17516/tid=17528] ppid=17514 vsize=301528 CPUtime=1.18 cores=0-7
/proc/17516/task/17528/stat : 17528 (plingeling) R 17514 17516 17299 0 -1 4202560 1849 1251 0 0 118 0 0 0 25 0 9 0 512854293 308764672 20251 33554432000 4194304 4417332 140735537136064 18446744073709551615 4319347 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17516/tid=17529] ppid=17514 vsize=301528 CPUtime=1.19 cores=0-7
/proc/17516/task/17529/stat : 17529 (plingeling) R 17514 17516 17299 0 -1 4202560 266 1251 0 0 119 0 0 0 19 0 9 0 512854293 308764672 20251 33554432000 4194304 4417332 140735537136064 18446744073709551615 4353901 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17516/tid=17530] ppid=17514 vsize=301528 CPUtime=1.17 cores=0-7
/proc/17516/task/17530/stat : 17530 (plingeling) R 17514 17516 17299 0 -1 4202560 1412 1251 0 0 117 0 0 0 25 0 9 0 512854294 308764672 20251 33554432000 4194304 4417332 140735537136064 18446744073709551615 4253230 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.42
Current children cumulated vsize (KiB) 301528

[startup+3.10054 s]
/proc/loadavg: 6.03 6.03 6.00 9/177 17531
/proc/meminfo: memFree=15844192/32951132 swapFree=67111528/67111528
[pid=17516] ppid=17514 vsize=321220 CPUtime=21.85 cores=0-7
/proc/17516/stat : 17516 (plingeling) S 17514 17516 17299 0 -1 4202496 31771 1251 0 0 2176 9 0 0 25 0 9 0 512854264 328929280 25255 33554432000 4194304 4417332 140735537136064 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17516/statm: 80305 25255 180 55 0 78191 0
[pid=17516/tid=17523] ppid=17514 vsize=321220 CPUtime=2.79 cores=0-7
/proc/17516/task/17523/stat : 17523 (plingeling) R 17514 17516 17299 0 -1 4202560 1510 1251 0 0 279 0 0 0 23 0 9 0 512854293 328929280 25255 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364776 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17516/tid=17524] ppid=17514 vsize=321220 CPUtime=2.79 cores=0-7
/proc/17516/task/17524/stat : 17524 (plingeling) R 17514 17516 17299 0 -1 4202560 1292 1251 0 0 279 0 0 0 23 0 9 0 512854293 328929280 25255 33554432000 4194304 4417332 140735537136064 18446744073709551615 4353435 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17516/tid=17525] ppid=17514 vsize=321220 CPUtime=2.49 cores=0-7
/proc/17516/task/17525/stat : 17525 (plingeling) R 17514 17516 17299 0 -1 4202560 2275 1251 0 0 248 1 0 0 25 0 9 0 512854293 328929280 25255 33554432000 4194304 4417332 140735537136064 18446744073709551615 4255698 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17516/tid=17526] ppid=17514 vsize=321220 CPUtime=2.65 cores=0-7
/proc/17516/task/17526/stat : 17526 (plingeling) R 17514 17516 17299 0 -1 4202560 2378 1251 0 0 265 0 0 0 25 0 9 0 512854293 328929280 25255 33554432000 4194304 4417332 140735537136064 18446744073709551615 4354645 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17516/tid=17527] ppid=17514 vsize=321220 CPUtime=2.78 cores=0-7
/proc/17516/task/17527/stat : 17527 (plingeling) R 17514 17516 17299 0 -1 4202560 1467 1251 0 0 278 0 0 0 23 0 9 0 512854293 328929280 25255 33554432000 4194304 4417332 140735537136064 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17516/tid=17528] ppid=17514 vsize=321220 CPUtime=2.78 cores=0-7
/proc/17516/task/17528/stat : 17528 (plingeling) R 17514 17516 17299 0 -1 4202560 1896 1251 0 0 278 0 0 0 25 0 9 0 512854293 328929280 25255 33554432000 4194304 4417332 140735537136064 18446744073709551615 4343343 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17516/tid=17529] ppid=17514 vsize=321220 CPUtime=2.43 cores=0-7
/proc/17516/task/17529/stat : 17529 (plingeling) R 17514 17516 17299 0 -1 4202560 1609 1251 0 0 241 2 0 0 23 0 9 0 512854293 328929280 25255 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17516/tid=17530] ppid=17514 vsize=321220 CPUtime=2.76 cores=0-7
/proc/17516/task/17530/stat : 17530 (plingeling) R 17514 17516 17299 0 -1 4202560 1413 1251 0 0 276 0 0 0 25 0 9 0 512854294 328929280 25255 33554432000 4194304 4417332 140735537136064 18446744073709551615 4365094 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 21.85
Current children cumulated vsize (KiB) 321220

[startup+6.30099 s]
/proc/loadavg: 6.18 6.06 6.01 9/177 17531
/proc/meminfo: memFree=15818524/32951132 swapFree=67111528/67111528
[pid=17516] ppid=17514 vsize=336712 CPUtime=47.17 cores=0-7
/proc/17516/stat : 17516 (plingeling) S 17514 17516 17299 0 -1 4202496 38963 1251 0 0 4704 13 0 0 25 0 9 0 512854264 344793088 29072 33554432000 4194304 4417332 140735537136064 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17516/statm: 84178 29072 180 55 0 82064 0
[pid=17516/tid=17523] ppid=17514 vsize=336712 CPUtime=5.99 cores=0-7
/proc/17516/task/17523/stat : 17523 (plingeling) R 17514 17516 17299 0 -1 4202560 1886 1251 0 0 599 0 0 0 25 0 9 0 512854293 344793088 29072 33554432000 4194304 4417332 140735537136064 18446744073709551615 4366576 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17516/tid=17524] ppid=17514 vsize=336712 CPUtime=5.99 cores=0-7
/proc/17516/task/17524/stat : 17524 (plingeling) R 17514 17516 17299 0 -1 4202560 1721 1251 0 0 599 0 0 0 25 0 9 0 512854293 344793088 29072 33554432000 4194304 4417332 140735537136064 18446744073709551615 4232726 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17516/tid=17525] ppid=17514 vsize=336712 CPUtime=5.7 cores=0-7
/proc/17516/task/17525/stat : 17525 (plingeling) R 17514 17516 17299 0 -1 4202560 3876 1251 0 0 568 2 0 0 25 0 9 0 512854293 344793088 29072 33554432000 4194304 4417332 140735537136064 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17516/tid=17526] ppid=17514 vsize=336712 CPUtime=5.86 cores=0-7
/proc/17516/task/17526/stat : 17526 (plingeling) R 17514 17516 17299 0 -1 4202560 5098 1251 0 0 585 1 0 0 25 0 9 0 512854293 344793088 29072 33554432000 4194304 4417332 140735537136064 18446744073709551615 4365007 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17516/tid=17527] ppid=17514 vsize=336712 CPUtime=5.97 cores=0-7
/proc/17516/task/17527/stat : 17527 (plingeling) R 17514 17516 17299 0 -1 4202560 1885 1251 0 0 597 0 0 0 25 0 9 0 512854293 344793088 29072 33554432000 4194304 4417332 140735537136064 18446744073709551615 4251131 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17516/tid=17528] ppid=17514 vsize=336712 CPUtime=5.98 cores=0-7
/proc/17516/task/17528/stat : 17528 (plingeling) R 17514 17516 17299 0 -1 4202560 2534 1251 0 0 598 0 0 0 25 0 9 0 512854293 344793088 29072 33554432000 4194304 4417332 140735537136064 18446744073709551615 4357986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17516/tid=17529] ppid=17514 vsize=336712 CPUtime=5.37 cores=0-7
/proc/17516/task/17529/stat : 17529 (plingeling) R 17514 17516 17299 0 -1 4202560 2358 1251 0 0 533 4 0 0 25 0 9 0 512854293 344793088 29072 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17516/tid=17530] ppid=17514 vsize=336712 CPUtime=5.95 cores=0-7
/proc/17516/task/17530/stat : 17530 (plingeling) R 17514 17516 17299 0 -1 4202560 1674 1251 0 0 595 0 0 0 25 0 9 0 512854294 344793088 29072 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 47.17
Current children cumulated vsize (KiB) 336712

[startup+12.7009 s]
/proc/loadavg: 6.33 6.09 6.02 9/177 17531
/proc/meminfo: memFree=15805784/32951132 swapFree=67111528/67111528
[pid=17516] ppid=17514 vsize=352508 CPUtime=98.33 cores=0-7
/proc/17516/stat : 17516 (plingeling) S 17514 17516 17299 0 -1 4202496 62597 1251 0 0 9815 18 0 0 25 0 9 0 512854264 360968192 33018 33554432000 4194304 4417332 140735537136064 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17516/statm: 88127 33018 180 55 0 86013 0
[pid=17516/tid=17523] ppid=17514 vsize=352508 CPUtime=12.39 cores=0-7
/proc/17516/task/17523/stat : 17523 (plingeling) R 17514 17516 17299 0 -1 4202560 3787 1251 0 0 1239 0 0 0 25 0 9 0 512854293 360968192 33018 33554432000 4194304 4417332 140735537136064 18446744073709551615 4353957 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17516/tid=17524] ppid=17514 vsize=352508 CPUtime=12.38 cores=0-7
/proc/17516/task/17524/stat : 17524 (plingeling) R 17514 17516 17299 0 -1 4202560 3658 1251 0 0 1238 0 0 0 25 0 9 0 512854293 360968192 33018 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364680 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17516/tid=17525] ppid=17514 vsize=352508 CPUtime=12.1 cores=0-7
/proc/17516/task/17525/stat : 17525 (plingeling) R 17514 17516 17299 0 -1 4202560 8062 1251 0 0 1207 3 0 0 25 0 9 0 512854293 360968192 33018 33554432000 4194304 4417332 140735537136064 18446744073709551615 4356630 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17516/tid=17526] ppid=17514 vsize=352508 CPUtime=12.26 cores=0-7
/proc/17516/task/17526/stat : 17526 (plingeling) R 17514 17516 17299 0 -1 4202560 10557 1251 0 0 1223 3 0 0 25 0 9 0 512854293 360968192 33018 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17516/tid=17527] ppid=17514 vsize=352508 CPUtime=12.36 cores=0-7
/proc/17516/task/17527/stat : 17527 (plingeling) R 17514 17516 17299 0 -1 4202560 4833 1251 0 0 1235 1 0 0 25 0 9 0 512854293 360968192 33018 33554432000 4194304 4417332 140735537136064 18446744073709551615 4251164 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17516/tid=17528] ppid=17514 vsize=352508 CPUtime=12.38 cores=0-7
/proc/17516/task/17528/stat : 17528 (plingeling) R 17514 17516 17299 0 -1 4202560 5846 1251 0 0 1238 0 0 0 25 0 9 0 512854293 360968192 33018 33554432000 4194304 4417332 140735537136064 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17516/tid=17529] ppid=17514 vsize=352508 CPUtime=11.77 cores=0-7
/proc/17516/task/17529/stat : 17529 (plingeling) R 17514 17516 17299 0 -1 4202560 5165 1251 0 0 1173 4 0 0 25 0 9 0 512854293 360968192 33018 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17516/tid=17530] ppid=17514 vsize=352508 CPUtime=12.32 cores=0-7
/proc/17516/task/17530/stat : 17530 (plingeling) R 17514 17516 17299 0 -1 4202560 2758 1251 0 0 1232 0 0 0 25 0 9 0 512854294 360968192 33018 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364631 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 98.33
Current children cumulated vsize (KiB) 352508

[startup+25.5007 s]
/proc/loadavg: 6.70 6.18 6.05 9/177 17531
/proc/meminfo: memFree=15775900/32951132 swapFree=67111528/67111528
[pid=17516] ppid=17514 vsize=375564 CPUtime=200.62 cores=0-7
/proc/17516/stat : 17516 (plingeling) S 17514 17516 17299 0 -1 4202496 126912 1251 0 0 20023 39 0 0 25 0 9 0 512854264 384577536 38782 33554432000 4194304 4417332 140735537136064 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17516/statm: 93891 38782 180 55 0 91777 0
[pid=17516/tid=17523] ppid=17514 vsize=375564 CPUtime=25.19 cores=0-7
/proc/17516/task/17523/stat : 17523 (plingeling) R 17514 17516 17299 0 -1 4202560 10897 1251 0 0 2517 2 0 0 25 0 9 0 512854293 384577536 38782 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17516/tid=17524] ppid=17514 vsize=375564 CPUtime=25.18 cores=0-7
/proc/17516/task/17524/stat : 17524 (plingeling) R 17514 17516 17299 0 -1 4202560 8164 1251 0 0 2517 1 0 0 25 0 9 0 512854293 384577536 38782 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17516/tid=17525] ppid=17514 vsize=375564 CPUtime=24.9 cores=0-7
/proc/17516/task/17525/stat : 17525 (plingeling) R 17514 17516 17299 0 -1 4202560 20735 1251 0 0 2484 6 0 0 25 0 9 0 512854293 384577536 38782 33554432000 4194304 4417332 140735537136064 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17516/tid=17526] ppid=17514 vsize=375564 CPUtime=25.06 cores=0-7
/proc/17516/task/17526/stat : 17526 (plingeling) R 17514 17516 17299 0 -1 4202560 21428 1251 0 0 2502 4 0 0 25 0 9 0 512854293 384577536 38782 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17516/tid=17527] ppid=17514 vsize=375564 CPUtime=25.15 cores=0-7
/proc/17516/task/17527/stat : 17527 (plingeling) R 17514 17516 17299 0 -1 4202560 12229 1251 0 0 2512 3 0 0 25 0 9 0 512854293 384577536 38782 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17516/tid=17528] ppid=17514 vsize=375564 CPUtime=25.18 cores=0-7
/proc/17516/task/17528/stat : 17528 (plingeling) R 17514 17516 17299 0 -1 4202560 14847 1251 0 0 2515 3 0 0 25 0 9 0 512854293 384577536 38782 33554432000 4194304 4417332 140735537136064 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17516/tid=17529] ppid=17514 vsize=375564 CPUtime=24.54 cores=0-7
/proc/17516/task/17529/stat : 17529 (plingeling) R 17514 17516 17299 0 -1 4202560 14206 1251 0 0 2441 13 0 0 25 0 9 0 512854293 384577536 38782 33554432000 4194304 4417332 140735537136064 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17516/tid=17530] ppid=17514 vsize=375564 CPUtime=25.05 cores=0-7
/proc/17516/task/17530/stat : 17530 (plingeling) R 17514 17516 17299 0 -1 4202560 6475 1251 0 0 2504 1 0 0 25 0 9 0 512854294 384577536 38782 33554432000 4194304 4417332 140735537136064 18446744073709551615 4366029 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 200.62
Current children cumulated vsize (KiB) 375564

[startup+51.1012 s]
/proc/loadavg: 7.14 6.33 6.10 9/177 17532
/proc/meminfo: memFree=15703580/32951132 swapFree=67111528/67111528
[pid=17516] ppid=17514 vsize=450560 CPUtime=405.28 cores=0-7
/proc/17516/stat : 17516 (plingeling) S 17514 17516 17299 0 -1 4202496 201072 1251 0 0 40477 51 0 0 25 0 9 0 512854264 461373440 57531 33554432000 4194304 4417332 140735537136064 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17516/statm: 112640 57531 180 55 0 110526 0
[pid=17516/tid=17523] ppid=17514 vsize=450560 CPUtime=50.79 cores=0-7
/proc/17516/task/17523/stat : 17523 (plingeling) R 17514 17516 17299 0 -1 4202560 20361 1251 0 0 5076 3 0 0 25 0 9 0 512854293 461373440 57531 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17516/tid=17524] ppid=17514 vsize=450560 CPUtime=50.79 cores=0-7
/proc/17516/task/17524/stat : 17524 (plingeling) R 17514 17516 17299 0 -1 4202560 19269 1251 0 0 5076 3 0 0 25 0 9 0 512854293 461373440 57531 33554432000 4194304 4417332 140735537136064 18446744073709551615 4250936 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17516/tid=17525] ppid=17514 vsize=450560 CPUtime=50.49 cores=0-7

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

/proc/17516/task/17526/stat : 17526 (plingeling) R 17514 17516 17299 0 -1 4202560 501775 1251 0 0 466103 91 0 0 25 0 9 0 512854293 2154389504 470865 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364779 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17516/tid=17527] ppid=17514 vsize=2103896 CPUtime=4661.01 cores=0-7
/proc/17516/task/17527/stat : 17527 (plingeling) R 17514 17516 17299 0 -1 4202560 135513 1251 0 0 466074 27 0 0 25 0 9 0 512854293 2154389504 470865 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17516/tid=17528] ppid=17514 vsize=2103896 CPUtime=4661.23 cores=0-7
/proc/17516/task/17528/stat : 17528 (plingeling) R 17514 17516 17299 0 -1 4202560 372353 1251 0 0 466055 68 0 0 25 0 9 0 512854293 2154389504 470865 33554432000 4194304 4417332 140735537136064 18446744073709551615 4366014 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17516/tid=17529] ppid=17514 vsize=2103896 CPUtime=4658.61 cores=0-7
/proc/17516/task/17529/stat : 17529 (plingeling) R 17514 17516 17299 0 -1 4202560 443789 1251 0 0 465732 129 0 0 25 0 9 0 512854293 2154389504 470865 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17516/tid=17530] ppid=17514 vsize=2103896 CPUtime=4637.22 cores=0-7
/proc/17516/task/17530/stat : 17530 (plingeling) R 17514 17516 17299 0 -1 4202560 350182 1251 0 0 463654 68 0 0 25 0 9 0 512854294 2154389504 470865 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37265.8
Current children cumulated vsize (KiB) 2103896

[startup+4722.31 s]
/proc/loadavg: 8.02 8.03 8.00 9/177 17677
/proc/meminfo: memFree=14128384/32951132 swapFree=67111528/67111528
[pid=17516] ppid=17514 vsize=2020292 CPUtime=37745.4 cores=0-7
/proc/17516/stat : 17516 (plingeling) S 17514 17516 17299 0 -1 4202496 3089145 1251 0 0 3773937 607 0 0 25 0 9 0 512854264 2068779008 449964 33554432000 4194304 4417332 140735537136064 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17516/statm: 505073 449964 180 55 0 502959 0
[pid=17516/tid=17523] ppid=17514 vsize=2020292 CPUtime=4722.07 cores=0-7
/proc/17516/task/17523/stat : 17523 (plingeling) R 17514 17516 17299 0 -1 4202560 526033 1251 0 0 472116 91 0 0 25 0 9 0 512854293 2068779008 449964 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17516/tid=17524] ppid=17514 vsize=2020292 CPUtime=4722.08 cores=0-7
/proc/17516/task/17524/stat : 17524 (plingeling) R 17514 17516 17299 0 -1 4202560 336269 1251 0 0 472154 54 0 0 25 0 9 0 512854293 2068779008 449964 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17516/tid=17525] ppid=17514 vsize=2020292 CPUtime=4721.32 cores=0-7
/proc/17516/task/17525/stat : 17525 (plingeling) R 17514 17516 17299 0 -1 4202560 401308 1251 0 0 472060 72 0 0 25 0 9 0 512854293 2068779008 449964 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17516/tid=17526] ppid=17514 vsize=2020292 CPUtime=4721.93 cores=0-7
/proc/17516/task/17526/stat : 17526 (plingeling) R 17514 17516 17299 0 -1 4202560 501775 1251 0 0 472102 91 0 0 25 0 9 0 512854293 2068779008 449964 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17516/tid=17527] ppid=17514 vsize=2020292 CPUtime=4721.01 cores=0-7
/proc/17516/task/17527/stat : 17527 (plingeling) R 17514 17516 17299 0 -1 4202560 135585 1251 0 0 472074 27 0 0 25 0 9 0 512854293 2068779008 449964 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17516/tid=17528] ppid=17514 vsize=2020292 CPUtime=4721.15 cores=0-7
/proc/17516/task/17528/stat : 17528 (plingeling) R 17514 17516 17299 0 -1 4202560 372561 1251 0 0 472046 69 0 0 25 0 9 0 512854293 2068779008 449964 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17516/tid=17529] ppid=17514 vsize=2020292 CPUtime=4718.62 cores=0-7
/proc/17516/task/17529/stat : 17529 (plingeling) R 17514 17516 17299 0 -1 4202560 443789 1251 0 0 471733 129 0 0 25 0 9 0 512854293 2068779008 449964 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17516/tid=17530] ppid=17514 vsize=2020292 CPUtime=4696.9 cores=0-7
/proc/17516/task/17530/stat : 17530 (plingeling) R 17514 17516 17299 0 -1 4202560 353894 1251 0 0 469622 68 0 0 25 0 9 0 512854294 2068779008 449964 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37745.4
Current children cumulated vsize (KiB) 2020292

[startup+4782.3 s]
/proc/loadavg: 8.01 8.02 8.00 9/177 17679
/proc/meminfo: memFree=13979240/32951132 swapFree=67111528/67111528
[pid=17516] ppid=17514 vsize=2170596 CPUtime=38225 cores=0-7
/proc/17516/stat : 17516 (plingeling) S 17514 17516 17299 0 -1 4202496 3128585 1251 0 0 3821883 620 0 0 25 0 9 0 512854264 2222690304 487540 33554432000 4194304 4417332 140735537136064 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17516/statm: 542649 487540 180 55 0 540535 0
[pid=17516/tid=17523] ppid=17514 vsize=2170596 CPUtime=4782.07 cores=0-7
/proc/17516/task/17523/stat : 17523 (plingeling) R 17514 17516 17299 0 -1 4202560 534226 1251 0 0 478115 92 0 0 25 0 9 0 512854293 2222690304 487540 33554432000 4194304 4417332 140735537136064 18446744073709551615 4357111 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17516/tid=17524] ppid=17514 vsize=2170596 CPUtime=4782.07 cores=0-7
/proc/17516/task/17524/stat : 17524 (plingeling) R 17514 17516 17299 0 -1 4202560 336269 1251 0 0 478153 54 0 0 25 0 9 0 512854293 2222690304 487540 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17516/tid=17525] ppid=17514 vsize=2170596 CPUtime=4781.31 cores=0-7
/proc/17516/task/17525/stat : 17525 (plingeling) R 17514 17516 17299 0 -1 4202560 405140 1251 0 0 478059 72 0 0 25 0 9 0 512854293 2222690304 487540 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17516/tid=17526] ppid=17514 vsize=2170596 CPUtime=4781.93 cores=0-7
/proc/17516/task/17526/stat : 17526 (plingeling) R 17514 17516 17299 0 -1 4202560 501775 1251 0 0 478102 91 0 0 25 0 9 0 512854293 2222690304 487540 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17516/tid=17527] ppid=17514 vsize=2170596 CPUtime=4781 cores=0-7
/proc/17516/task/17527/stat : 17527 (plingeling) R 17514 17516 17299 0 -1 4202560 135666 1251 0 0 478073 27 0 0 25 0 9 0 512854293 2222690304 487540 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17516/tid=17528] ppid=17514 vsize=2170596 CPUtime=4781.1 cores=0-7
/proc/17516/task/17528/stat : 17528 (plingeling) R 17514 17516 17299 0 -1 4202560 374167 1251 0 0 478037 73 0 0 25 0 9 0 512854293 2222690304 487540 33554432000 4194304 4417332 140735537136064 18446744073709551615 4365936 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17516/tid=17529] ppid=17514 vsize=2170596 CPUtime=4778.61 cores=0-7
/proc/17516/task/17529/stat : 17529 (plingeling) R 17514 17516 17299 0 -1 4202560 453133 1251 0 0 477729 132 0 0 25 0 9 0 512854293 2222690304 487540 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17516/tid=17530] ppid=17514 vsize=2170596 CPUtime=4756.58 cores=0-7
/proc/17516/task/17530/stat : 17530 (plingeling) R 17514 17516 17299 0 -1 4202560 370278 1251 0 0 475585 73 0 0 25 0 9 0 512854294 2222690304 487540 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38225
Current children cumulated vsize (KiB) 2170596

[startup+4842.3 s]
/proc/loadavg: 8.00 8.02 8.00 9/177 17681
/proc/meminfo: memFree=14009484/32951132 swapFree=67111528/67111528
[pid=17516] ppid=17514 vsize=2141208 CPUtime=38704.7 cores=0-7
/proc/17516/stat : 17516 (plingeling) S 17514 17516 17299 0 -1 4202496 3173389 1251 0 0 3869839 627 0 0 25 0 9 0 512854264 2192596992 480193 33554432000 4194304 4417332 140735537136064 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17516/statm: 535302 480193 180 55 0 533188 0
[pid=17516/tid=17523] ppid=17514 vsize=2141208 CPUtime=4842.07 cores=0-7
/proc/17516/task/17523/stat : 17523 (plingeling) R 17514 17516 17299 0 -1 4202560 534226 1251 0 0 484115 92 0 0 25 0 9 0 512854293 2192596992 480193 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17516/tid=17524] ppid=17514 vsize=2141208 CPUtime=4842.07 cores=0-7
/proc/17516/task/17524/stat : 17524 (plingeling) R 17514 17516 17299 0 -1 4202560 336269 1251 0 0 484153 54 0 0 25 0 9 0 512854293 2192596992 480193 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17516/tid=17525] ppid=17514 vsize=2141208 CPUtime=4841.31 cores=0-7
/proc/17516/task/17525/stat : 17525 (plingeling) R 17514 17516 17299 0 -1 4202560 426326 1251 0 0 484057 74 0 0 25 0 9 0 512854293 2192596992 480193 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17516/tid=17526] ppid=17514 vsize=2141208 CPUtime=4841.94 cores=0-7
/proc/17516/task/17526/stat : 17526 (plingeling) R 17514 17516 17299 0 -1 4202560 525015 1251 0 0 484099 95 0 0 25 0 9 0 512854293 2192596992 480193 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17516/tid=17527] ppid=17514 vsize=2141208 CPUtime=4841 cores=0-7
/proc/17516/task/17527/stat : 17527 (plingeling) R 17514 17516 17299 0 -1 4202560 135748 1251 0 0 484073 27 0 0 25 0 9 0 512854293 2192596992 480193 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17516/tid=17528] ppid=17514 vsize=2141208 CPUtime=4841.06 cores=0-7
/proc/17516/task/17528/stat : 17528 (plingeling) R 17514 17516 17299 0 -1 4202560 374463 1251 0 0 484032 74 0 0 25 0 9 0 512854293 2192596992 480193 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17516/tid=17529] ppid=17514 vsize=2141208 CPUtime=4838.61 cores=0-7
/proc/17516/task/17529/stat : 17529 (plingeling) R 17514 17516 17299 0 -1 4202560 453133 1251 0 0 483729 132 0 0 25 0 9 0 512854293 2192596992 480193 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17516/tid=17530] ppid=17514 vsize=2141208 CPUtime=4816.25 cores=0-7
/proc/17516/task/17530/stat : 17530 (plingeling) R 17514 17516 17299 0 -1 4202560 370278 1251 0 0 481552 73 0 0 25 0 9 0 512854294 2192596992 480193 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364473 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38704.7
Current children cumulated vsize (KiB) 2141208

[startup+4902.3 s]
/proc/loadavg: 8.07 8.03 8.00 9/177 17682
/proc/meminfo: memFree=13945004/32951132 swapFree=67111528/67111528
[pid=17516] ppid=17514 vsize=2205060 CPUtime=39184.3 cores=0-7
/proc/17516/stat : 17516 (plingeling) S 17514 17516 17299 0 -1 4202496 3197506 1251 0 0 3917799 631 0 0 25 0 9 0 512854264 2257981440 496156 33554432000 4194304 4417332 140735537136064 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17516/statm: 551265 496156 180 55 0 549151 0
[pid=17516/tid=17523] ppid=17514 vsize=2205060 CPUtime=4902.07 cores=0-7
/proc/17516/task/17523/stat : 17523 (plingeling) R 17514 17516 17299 0 -1 4202560 534226 1251 0 0 490115 92 0 0 25 0 9 0 512854293 2257981440 496156 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17516/tid=17524] ppid=17514 vsize=2205060 CPUtime=4902.07 cores=0-7
/proc/17516/task/17524/stat : 17524 (plingeling) R 17514 17516 17299 0 -1 4202560 336269 1251 0 0 490153 54 0 0 25 0 9 0 512854293 2257981440 496156 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17516/tid=17525] ppid=17514 vsize=2205060 CPUtime=4901.3 cores=0-7
/proc/17516/task/17525/stat : 17525 (plingeling) R 17514 17516 17299 0 -1 4202560 433140 1251 0 0 490055 75 0 0 25 0 9 0 512854293 2257981440 496156 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364899 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17516/tid=17526] ppid=17514 vsize=2205060 CPUtime=4901.93 cores=0-7
/proc/17516/task/17526/stat : 17526 (plingeling) R 17514 17516 17299 0 -1 4202560 534103 1251 0 0 490097 96 0 0 25 0 9 0 512854293 2257981440 496156 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17516/tid=17527] ppid=17514 vsize=2205060 CPUtime=4901 cores=0-7
/proc/17516/task/17527/stat : 17527 (plingeling) R 17514 17516 17299 0 -1 4202560 135780 1251 0 0 490073 27 0 0 25 0 9 0 512854293 2257981440 496156 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17516/tid=17528] ppid=17514 vsize=2205060 CPUtime=4901.02 cores=0-7
/proc/17516/task/17528/stat : 17528 (plingeling) R 17514 17516 17299 0 -1 4202560 376502 1251 0 0 490028 74 0 0 25 0 9 0 512854293 2257981440 496156 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17516/tid=17529] ppid=17514 vsize=2205060 CPUtime=4898.61 cores=0-7
/proc/17516/task/17529/stat : 17529 (plingeling) R 17514 17516 17299 0 -1 4202560 453133 1251 0 0 489729 132 0 0 25 0 9 0 512854293 2257981440 496156 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17516/tid=17530] ppid=17514 vsize=2205060 CPUtime=4875.93 cores=0-7
/proc/17516/task/17530/stat : 17530 (plingeling) R 17514 17516 17299 0 -1 4202560 376422 1251 0 0 487519 74 0 0 25 0 9 0 512854294 2257981440 496156 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39184.3
Current children cumulated vsize (KiB) 2205060

[startup+4962.3 s]
/proc/loadavg: 8.02 8.02 8.00 9/177 17684
/proc/meminfo: memFree=13914752/32951132 swapFree=67111528/67111528
[pid=17516] ppid=17514 vsize=2235068 CPUtime=39663.9 cores=0-7
/proc/17516/stat : 17516 (plingeling) S 17514 17516 17299 0 -1 4202496 3241738 1251 0 0 3965751 642 0 0 25 0 9 0 512854264 2288709632 503658 33554432000 4194304 4417332 140735537136064 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17516/statm: 558767 503658 180 55 0 556653 0
[pid=17516/tid=17523] ppid=17514 vsize=2235068 CPUtime=4962.07 cores=0-7
/proc/17516/task/17523/stat : 17523 (plingeling) R 17514 17516 17299 0 -1 4202560 548434 1251 0 0 496111 96 0 0 25 0 9 0 512854293 2288709632 503658 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17516/tid=17524] ppid=17514 vsize=2235068 CPUtime=4962.07 cores=0-7
/proc/17516/task/17524/stat : 17524 (plingeling) R 17514 17516 17299 0 -1 4202560 336269 1251 0 0 496153 54 0 0 25 0 9 0 512854293 2288709632 503658 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17516/tid=17525] ppid=17514 vsize=2235068 CPUtime=4961.3 cores=0-7
/proc/17516/task/17525/stat : 17525 (plingeling) R 17514 17516 17299 0 -1 4202560 444359 1251 0 0 496053 77 0 0 25 0 9 0 512854293 2288709632 503658 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17516/tid=17526] ppid=17514 vsize=2235068 CPUtime=4961.93 cores=0-7
/proc/17516/task/17526/stat : 17526 (plingeling) R 17514 17516 17299 0 -1 4202560 542953 1251 0 0 496095 98 0 0 25 0 9 0 512854293 2288709632 503658 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17516/tid=17527] ppid=17514 vsize=2235068 CPUtime=4961 cores=0-7
/proc/17516/task/17527/stat : 17527 (plingeling) R 17514 17516 17299 0 -1 4202560 135813 1251 0 0 496073 27 0 0 25 0 9 0 512854293 2288709632 503658 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364899 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17516/tid=17528] ppid=17514 vsize=2235068 CPUtime=4960.97 cores=0-7
/proc/17516/task/17528/stat : 17528 (plingeling) R 17514 17516 17299 0 -1 4202560 379000 1251 0 0 496022 75 0 0 25 0 9 0 512854293 2288709632 503658 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17516/tid=17529] ppid=17514 vsize=2235068 CPUtime=4958.61 cores=0-7
/proc/17516/task/17529/stat : 17529 (plingeling) R 17514 17516 17299 0 -1 4202560 453133 1251 0 0 495729 132 0 0 25 0 9 0 512854293 2288709632 503658 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17516/tid=17530] ppid=17514 vsize=2235068 CPUtime=4935.6 cores=0-7
/proc/17516/task/17530/stat : 17530 (plingeling) R 17514 17516 17299 0 -1 4202560 383846 1251 0 0 493484 76 0 0 25 0 9 0 512854294 2288709632 503658 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39663.9
Current children cumulated vsize (KiB) 2235068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5004.4 s]
/proc/loadavg: 8.01 8.02 8.00 9/177 17687
/proc/meminfo: memFree=13847680/32951132 swapFree=67111528/67111528
[pid=17516] ppid=17514 vsize=2301820 CPUtime=40000.5 cores=0-7
/proc/17516/stat : 17516 (plingeling) S 17514 17516 17299 0 -1 4202496 3258426 1251 0 0 3999407 645 0 0 25 0 9 0 512854264 2357063680 520346 33554432000 4194304 4417332 140735537136064 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17516/statm: 575455 520346 180 55 0 573341 0
[pid=17516/tid=17523] ppid=17514 vsize=2301820 CPUtime=5004.17 cores=0-7
/proc/17516/task/17523/stat : 17523 (plingeling) R 17514 17516 17299 0 -1 4202560 548434 1251 0 0 500321 96 0 0 25 0 9 0 512854293 2357063680 520346 33554432000 4194304 4417332 140735537136064 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17516/tid=17524] ppid=17514 vsize=2301820 CPUtime=5004.18 cores=0-7
/proc/17516/task/17524/stat : 17524 (plingeling) R 17514 17516 17299 0 -1 4202560 336269 1251 0 0 500364 54 0 0 25 0 9 0 512854293 2357063680 520346 33554432000 4194304 4417332 140735537136064 18446744073709551615 4357986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17516/tid=17525] ppid=17514 vsize=2301820 CPUtime=5003.4 cores=0-7
/proc/17516/task/17525/stat : 17525 (plingeling) R 17514 17516 17299 0 -1 4202560 448693 1251 0 0 500263 77 0 0 25 0 9 0 512854293 2357063680 520346 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17516/tid=17526] ppid=17514 vsize=2301820 CPUtime=5004.04 cores=0-7
/proc/17516/task/17526/stat : 17526 (plingeling) R 17514 17516 17299 0 -1 4202560 548590 1251 0 0 500305 99 0 0 25 0 9 0 512854293 2357063680 520346 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364962 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17516/tid=17527] ppid=17514 vsize=2301820 CPUtime=5003.1 cores=0-7
/proc/17516/task/17527/stat : 17527 (plingeling) R 17514 17516 17299 0 -1 4202560 135879 1251 0 0 500283 27 0 0 25 0 9 0 512854293 2357063680 520346 33554432000 4194304 4417332 140735537136064 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17516/tid=17528] ppid=17514 vsize=2301820 CPUtime=5003.07 cores=0-7
/proc/17516/task/17528/stat : 17528 (plingeling) R 17514 17516 17299 0 -1 4202560 379000 1251 0 0 500231 76 0 0 25 0 9 0 512854293 2357063680 520346 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17516/tid=17529] ppid=17514 vsize=2301820 CPUtime=5000.72 cores=0-7
/proc/17516/task/17529/stat : 17529 (plingeling) R 17514 17516 17299 0 -1 4202560 459784 1251 0 0 499938 134 0 0 25 0 9 0 512854293 2357063680 520346 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364581 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17516/tid=17530] ppid=17514 vsize=2301820 CPUtime=4977.47 cores=0-7
/proc/17516/task/17530/stat : 17530 (plingeling) R 17514 17516 17299 0 -1 4202560 383846 1251 0 0 497671 76 0 0 25 0 9 0 512854294 2357063680 520346 33554432000 4194304 4417332 140735537136064 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 2301820

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)
Real time (s): 5004.5
CPU time (s): 40000.7
CPU user time (s): 39994.1
CPU system time (s): 6.548
CPU usage (%): 799.293
Max. virtual memory (cumulated for all children) (KiB): 2301820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39994.1
system time used= 6.548
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3259677
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= 344
involuntary context switches= 192054

runsolver used 8.08777 second user time and 18.6122 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-28 19:42:26
IDJOB=3309861
IDBENCH=83413
IDSOLVER=1695
FILE ID=node131/3309861-1304012546
RUNJOBID= node131-1304007440-17313
PBS_JOBID= 13168835
Free space on /tmp= 71384 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_10_keyfind_1.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309861-1304012546/watcher-3309861-1304012546 -o /tmp/evaluation-result-3309861-1304012546/solver-3309861-1304012546 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3309861-1304012546.cnf

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

MD5SUM BENCH= f35f3aee72237c1bf3d673feb4883756
RANDOM SEED=1232207136

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      15930352 kB
Buffers:       1028532 kB
Cached:       15402224 kB
SwapCached:          0 kB
Active:        6645608 kB
Inactive:      9851276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      15930352 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3144 kB
Writeback:          16 kB
AnonPages:       65492 kB
Mapped:          14700 kB
Slab:           457348 kB
PageTables:       4936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   186932 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71384 MiB
End job on node131 at 2011-04-28 21:05:53