Trace number 3394998

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 587f (fixed)? (TO) 40000.9 5012.92

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q1041.25-n50-p30-s30907550.cnf
MD5SUM002a4cb53ea02f66e0c3418dc8834f7c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.198968
Satisfiable
(Un)Satisfiability was proved
Number of variables2561
Number of clauses490309
Sum of the clauses size983079
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2490259
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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: 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-3394998-1306110332/watcher-3394998-1306110332 -o /tmp/evaluation-result-3394998-1306110332/solver-3394998-1306110332 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3394998-1306110332.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: 7.46 7.94 7.97 1/554 27207
/proc/meminfo: memFree=24575052/32950928 swapFree=41934332/67111528
[pid=27207] ppid=27205 vsize=13460 CPUtime=0.01 cores=0-7
/proc/27207/stat : 27207 (plingeling) R 27205 27207 26908 0 -1 4202496 1490 1258 0 0 1 0 0 0 23 0 1 0 722631870 13783040 1388 33554432000 4194304 4417452 140733200504032 18446744073709551615 251814240000 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/27207/statm: 3365 1388 148 55 0 1251 0

[startup+0.0587251 s]
/proc/loadavg: 7.46 7.94 7.97 1/554 27207
/proc/meminfo: memFree=24575052/32950928 swapFree=41934332/67111528
[pid=27207] ppid=27205 vsize=16060 CPUtime=0.05 cores=0-7
/proc/27207/stat : 27207 (plingeling) R 27205 27207 26908 0 -1 4202496 2175 1258 0 0 5 0 0 0 23 0 1 0 722631870 16445440 1953 33554432000 4194304 4417452 140733200504032 18446744073709551615 251813934061 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/27207/statm: 4015 1981 148 55 0 1901 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16060

[startup+0.100718 s]
/proc/loadavg: 7.46 7.94 7.97 1/554 27207
/proc/meminfo: memFree=24575052/32950928 swapFree=41934332/67111528
[pid=27207] ppid=27205 vsize=27836 CPUtime=0.09 cores=0-7
/proc/27207/stat : 27207 (plingeling) R 27205 27207 26908 0 -1 4202496 5204 1258 0 0 9 0 0 0 23 0 1 0 722631870 28504064 4982 33554432000 4194304 4417452 140733200504032 18446744073709551615 251814240000 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/27207/statm: 6959 4982 148 55 0 4845 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27836

[startup+0.300684 s]
/proc/loadavg: 7.46 7.94 7.97 1/554 27207
/proc/meminfo: memFree=24575052/32950928 swapFree=41934332/67111528
[pid=27207] ppid=27205 vsize=76988 CPUtime=0.29 cores=0-7
/proc/27207/stat : 27207 (plingeling) R 27205 27207 26908 0 -1 4202496 17492 1258 0 0 27 2 0 0 24 0 1 0 722631870 78835712 17270 33554432000 4194304 4417452 140733200504032 18446744073709551615 251814240000 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/27207/statm: 19247 17270 148 55 0 17133 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76988

[startup+0.700625 s]
/proc/loadavg: 7.46 7.94 7.97 1/554 27207
/proc/meminfo: memFree=24575052/32950928 swapFree=41934332/67111528
[pid=27207] ppid=27205 vsize=292008 CPUtime=1.25 cores=0-7
/proc/27207/stat : 27207 (plingeling) S 27205 27207 26908 0 -1 4202496 34586 1258 0 0 121 4 0 0 18 0 9 0 722631870 299016192 34258 33554432000 4194304 4417452 140733200504032 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27207/statm: 73002 34258 171 55 0 70888 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 292008

[startup+1.50049 s]
/proc/loadavg: 7.02 7.84 7.94 10/563 27221
/proc/meminfo: memFree=24435240/32950928 swapFree=41934332/67111528
[pid=27207] ppid=27205 vsize=313332 CPUtime=7.56 cores=0-7
/proc/27207/stat : 27207 (plingeling) S 27205 27207 26908 0 -1 4202496 69377 1258 0 0 746 10 0 0 18 0 9 0 722631870 320851968 39545 33554432000 4194304 4417452 140733200504032 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27207/statm: 78333 39545 180 55 0 76219 0
[pid=27207/tid=27214] ppid=27205 vsize=313332 CPUtime=0.86 cores=0-7
/proc/27207/task/27214/stat : 27214 (plingeling) R 27205 27207 26908 0 -1 4202560 4816 1258 0 0 86 0 0 0 18 0 9 0 722631931 320851968 39545 33554432000 4194304 4417452 140733200504032 18446744073709551615 4254955 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27207/tid=27215] ppid=27205 vsize=313332 CPUtime=0.88 cores=0-7
/proc/27207/task/27215/stat : 27215 (plingeling) R 27205 27207 26908 0 -1 4202560 4725 1258 0 0 88 0 0 0 25 0 9 0 722631931 320851968 39545 33554432000 4194304 4417452 140733200504032 18446744073709551615 4236461 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27207/tid=27216] ppid=27205 vsize=313332 CPUtime=0.85 cores=0-7
/proc/27207/task/27216/stat : 27216 (plingeling) R 27205 27207 26908 0 -1 4202560 2229 1258 0 0 85 0 0 0 19 0 9 0 722631931 320851968 39545 33554432000 4194304 4417452 140733200504032 18446744073709551615 4240063 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27207/tid=27217] ppid=27205 vsize=313332 CPUtime=0.87 cores=0-7
/proc/27207/task/27217/stat : 27217 (plingeling) R 27205 27207 26908 0 -1 4202560 5455 1258 0 0 86 1 0 0 25 0 9 0 722631931 320851968 39545 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27207/tid=27218] ppid=27205 vsize=313332 CPUtime=0.84 cores=0-7
/proc/27207/task/27218/stat : 27218 (plingeling) R 27205 27207 26908 0 -1 4202560 2050 1258 0 0 84 0 0 0 25 0 9 0 722631931 320851968 39545 33554432000 4194304 4417452 140733200504032 18446744073709551615 4254977 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27207/tid=27219] ppid=27205 vsize=313332 CPUtime=0.86 cores=0-7
/proc/27207/task/27219/stat : 27219 (plingeling) R 27205 27207 26908 0 -1 4202560 5645 1258 0 0 86 0 0 0 21 0 9 0 722631931 320851968 39545 33554432000 4194304 4417452 140733200504032 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27207/tid=27220] ppid=27205 vsize=313332 CPUtime=0.85 cores=0-7
/proc/27207/task/27220/stat : 27220 (plingeling) R 27205 27207 26908 0 -1 4202560 6174 1258 0 0 85 0 0 0 18 0 9 0 722631931 320851968 39545 33554432000 4194304 4417452 140733200504032 18446744073709551615 4282405 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27207/tid=27221] ppid=27205 vsize=313332 CPUtime=0.87 cores=0-7
/proc/27207/task/27221/stat : 27221 (plingeling) R 27205 27207 26908 0 -1 4202560 4390 1258 0 0 86 1 0 0 18 0 9 0 722631931 320851968 39545 33554432000 4194304 4417452 140733200504032 18446744073709551615 4255010 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 313332

[startup+3.10122 s]
/proc/loadavg: 7.02 7.84 7.94 9/563 27221
/proc/meminfo: memFree=24390704/32950928 swapFree=41934332/67111528
[pid=27207] ppid=27205 vsize=355180 CPUtime=20.35 cores=0-7
/proc/27207/stat : 27207 (plingeling) S 27205 27207 26908 0 -1 4202496 85606 1258 0 0 2022 13 0 0 18 0 9 0 722631870 363704320 50007 33554432000 4194304 4417452 140733200504032 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27207/statm: 88795 50007 180 55 0 86681 0
[pid=27207/tid=27214] ppid=27205 vsize=355180 CPUtime=2.46 cores=0-7
/proc/27207/task/27214/stat : 27214 (plingeling) R 27205 27207 26908 0 -1 4202560 5591 1258 0 0 246 0 0 0 21 0 9 0 722631931 363704320 50007 33554432000 4194304 4417452 140733200504032 18446744073709551615 4258604 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27207/tid=27215] ppid=27205 vsize=355180 CPUtime=2.48 cores=0-7
/proc/27207/task/27215/stat : 27215 (plingeling) R 27205 27207 26908 0 -1 4202560 5703 1258 0 0 248 0 0 0 25 0 9 0 722631931 363704320 50007 33554432000 4194304 4417452 140733200504032 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27207/tid=27216] ppid=27205 vsize=355180 CPUtime=2.43 cores=0-7
/proc/27207/task/27216/stat : 27216 (plingeling) R 27205 27207 26908 0 -1 4202560 3380 1258 0 0 243 0 0 0 22 0 9 0 722631931 363704320 50007 33554432000 4194304 4417452 140733200504032 18446744073709551615 4250072 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27207/tid=27217] ppid=27205 vsize=355180 CPUtime=2.48 cores=0-7
/proc/27207/task/27217/stat : 27217 (plingeling) R 27205 27207 26908 0 -1 4202560 15802 1258 0 0 245 3 0 0 25 0 9 0 722631931 363704320 50007 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27207/tid=27218] ppid=27205 vsize=355180 CPUtime=2.44 cores=0-7
/proc/27207/task/27218/stat : 27218 (plingeling) R 27205 27207 26908 0 -1 4202560 3111 1258 0 0 244 0 0 0 25 0 9 0 722631931 363704320 50007 33554432000 4194304 4417452 140733200504032 18446744073709551615 4336272 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27207/tid=27219] ppid=27205 vsize=355180 CPUtime=2.46 cores=0-7
/proc/27207/task/27219/stat : 27219 (plingeling) R 27205 27207 26908 0 -1 4202560 6135 1258 0 0 246 0 0 0 25 0 9 0 722631931 363704320 50007 33554432000 4194304 4417452 140733200504032 18446744073709551615 4250080 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27207/tid=27220] ppid=27205 vsize=355180 CPUtime=2.45 cores=0-7
/proc/27207/task/27220/stat : 27220 (plingeling) R 27205 27207 26908 0 -1 4202560 7153 1258 0 0 245 0 0 0 21 0 9 0 722631931 363704320 50007 33554432000 4194304 4417452 140733200504032 18446744073709551615 4235997 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27207/tid=27221] ppid=27205 vsize=355180 CPUtime=2.47 cores=0-7
/proc/27207/task/27221/stat : 27221 (plingeling) R 27205 27207 26908 0 -1 4202560 4838 1258 0 0 246 1 0 0 21 0 9 0 722631931 363704320 50007 33554432000 4194304 4417452 140733200504032 18446744073709551615 4248212 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20.35
Current children cumulated vsize (KiB) 355180

[startup+6.30068 s]
/proc/loadavg: 7.10 7.84 7.94 9/563 27221
/proc/meminfo: memFree=24369004/32950928 swapFree=41934332/67111528
[pid=27207] ppid=27205 vsize=389504 CPUtime=45.88 cores=0-7
/proc/27207/stat : 27207 (plingeling) S 27205 27207 26908 0 -1 4202496 104094 1258 0 0 4573 15 0 0 18 0 9 0 722631870 398852096 59071 33554432000 4194304 4417452 140733200504032 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27207/statm: 97376 59071 180 55 0 95262 0
[pid=27207/tid=27214] ppid=27205 vsize=389504 CPUtime=5.66 cores=0-7
/proc/27207/task/27214/stat : 27214 (plingeling) R 27205 27207 26908 0 -1 4202560 5591 1258 0 0 566 0 0 0 25 0 9 0 722631931 398852096 59071 33554432000 4194304 4417452 140733200504032 18446744073709551615 4211465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27207/tid=27215] ppid=27205 vsize=389504 CPUtime=5.68 cores=0-7
/proc/27207/task/27215/stat : 27215 (plingeling) R 27205 27207 26908 0 -1 4202560 5703 1258 0 0 568 0 0 0 25 0 9 0 722631931 398852096 59071 33554432000 4194304 4417452 140733200504032 18446744073709551615 4258176 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27207/tid=27216] ppid=27205 vsize=389504 CPUtime=5.57 cores=0-7
/proc/27207/task/27216/stat : 27216 (plingeling) R 27205 27207 26908 0 -1 4202560 3380 1258 0 0 557 0 0 0 25 0 9 0 722631931 398852096 59071 33554432000 4194304 4417452 140733200504032 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27207/tid=27217] ppid=27205 vsize=389504 CPUtime=5.67 cores=0-7
/proc/27207/task/27217/stat : 27217 (plingeling) R 27205 27207 26908 0 -1 4202560 30799 1258 0 0 562 5 0 0 25 0 9 0 722631931 398852096 59071 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364696 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27207/tid=27218] ppid=27205 vsize=389504 CPUtime=5.64 cores=0-7
/proc/27207/task/27218/stat : 27218 (plingeling) R 27205 27207 26908 0 -1 4202560 4417 1258 0 0 564 0 0 0 25 0 9 0 722631931 398852096 59071 33554432000 4194304 4417452 140733200504032 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27207/tid=27219] ppid=27205 vsize=389504 CPUtime=5.67 cores=0-7
/proc/27207/task/27219/stat : 27219 (plingeling) R 27205 27207 26908 0 -1 4202560 7015 1258 0 0 566 1 0 0 25 0 9 0 722631931 398852096 59071 33554432000 4194304 4417452 140733200504032 18446744073709551615 4336272 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27207/tid=27220] ppid=27205 vsize=389504 CPUtime=5.65 cores=0-7
/proc/27207/task/27220/stat : 27220 (plingeling) R 27205 27207 26908 0 -1 4202560 7153 1258 0 0 565 0 0 0 25 0 9 0 722631931 398852096 59071 33554432000 4194304 4417452 140733200504032 18446744073709551615 4249181 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27207/tid=27221] ppid=27205 vsize=389504 CPUtime=5.67 cores=0-7
/proc/27207/task/27221/stat : 27221 (plingeling) R 27205 27207 26908 0 -1 4202560 6143 1258 0 0 566 1 0 0 25 0 9 0 722631931 398852096 59071 33554432000 4194304 4417452 140733200504032 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 45.88
Current children cumulated vsize (KiB) 389504

[startup+12.7006 s]
/proc/loadavg: 7.17 7.85 7.94 9/563 27221
/proc/meminfo: memFree=24327120/32950928 swapFree=41934332/67111528
[pid=27207] ppid=27205 vsize=416860 CPUtime=96.96 cores=0-7
/proc/27207/stat : 27207 (plingeling) S 27205 27207 26908 0 -1 4202496 128199 1258 0 0 9678 18 0 0 18 0 9 0 722631870 426864640 65245 33554432000 4194304 4417452 140733200504032 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27207/statm: 104215 65245 180 55 0 102101 0
[pid=27207/tid=27214] ppid=27205 vsize=416860 CPUtime=12.06 cores=0-7
/proc/27207/task/27214/stat : 27214 (plingeling) R 27205 27207 26908 0 -1 4202560 5591 1258 0 0 1206 0 0 0 25 0 9 0 722631931 426864640 65245 33554432000 4194304 4417452 140733200504032 18446744073709551615 4239414 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27207/tid=27215] ppid=27205 vsize=416860 CPUtime=12.08 cores=0-7
/proc/27207/task/27215/stat : 27215 (plingeling) R 27205 27207 26908 0 -1 4202560 5703 1258 0 0 1208 0 0 0 25 0 9 0 722631931 426864640 65245 33554432000 4194304 4417452 140733200504032 18446744073709551615 4236017 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27207/tid=27216] ppid=27205 vsize=416860 CPUtime=11.85 cores=0-7
/proc/27207/task/27216/stat : 27216 (plingeling) R 27205 27207 26908 0 -1 4202560 5429 1258 0 0 1185 0 0 0 25 0 9 0 722631931 426864640 65245 33554432000 4194304 4417452 140733200504032 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27207/tid=27217] ppid=27205 vsize=416860 CPUtime=12.08 cores=0-7
/proc/27207/task/27217/stat : 27217 (plingeling) R 27205 27207 26908 0 -1 4202560 47938 1258 0 0 1201 7 0 0 25 0 9 0 722631931 426864640 65245 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27207/tid=27218] ppid=27205 vsize=416860 CPUtime=12.04 cores=0-7
/proc/27207/task/27218/stat : 27218 (plingeling) R 27205 27207 26908 0 -1 4202560 4417 1258 0 0 1204 0 0 0 25 0 9 0 722631931 426864640 65245 33554432000 4194304 4417452 140733200504032 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27207/tid=27219] ppid=27205 vsize=416860 CPUtime=12.07 cores=0-7
/proc/27207/task/27219/stat : 27219 (plingeling) R 27205 27207 26908 0 -1 4202560 7015 1258 0 0 1206 1 0 0 25 0 9 0 722631931 426864640 65245 33554432000 4194304 4417452 140733200504032 18446744073709551615 4236508 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27207/tid=27220] ppid=27205 vsize=416860 CPUtime=12.05 cores=0-7
/proc/27207/task/27220/stat : 27220 (plingeling) R 27205 27207 26908 0 -1 4202560 12070 1258 0 0 1204 1 0 0 25 0 9 0 722631931 426864640 65245 33554432000 4194304 4417452 140733200504032 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27207/tid=27221] ppid=27205 vsize=416860 CPUtime=12.07 cores=0-7
/proc/27207/task/27221/stat : 27221 (plingeling) R 27205 27207 26908 0 -1 4202560 6143 1258 0 0 1206 1 0 0 25 0 9 0 722631931 426864640 65245 33554432000 4194304 4417452 140733200504032 18446744073709551615 4258377 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 96.96
Current children cumulated vsize (KiB) 416860

[startup+25.5005 s]
/proc/loadavg: 7.35 7.85 7.94 9/563 27221
/proc/meminfo: memFree=24218092/32950928 swapFree=41934332/67111528
[pid=27207] ppid=27205 vsize=503416 CPUtime=199.12 cores=0-7
/proc/27207/stat : 27207 (plingeling) S 27205 27207 26908 0 -1 4202496 222421 1258 0 0 19880 32 0 0 18 0 9 0 722631870 515497984 88897 33554432000 4194304 4417452 140733200504032 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27207/statm: 125854 88897 180 55 0 123740 0
[pid=27207/tid=27214] ppid=27205 vsize=503416 CPUtime=24.86 cores=0-7
/proc/27207/task/27214/stat : 27214 (plingeling) R 27205 27207 26908 0 -1 4202560 10115 1258 0 0 2485 1 0 0 25 0 9 0 722631931 515497984 88897 33554432000 4194304 4417452 140733200504032 18446744073709551615 4249597 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27207/tid=27215] ppid=27205 vsize=503416 CPUtime=24.88 cores=0-7
/proc/27207/task/27215/stat : 27215 (plingeling) R 27205 27207 26908 0 -1 4202560 11650 1258 0 0 2487 1 0 0 25 0 9 0 722631931 515497984 88897 33554432000 4194304 4417452 140733200504032 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27207/tid=27216] ppid=27205 vsize=503416 CPUtime=24.41 cores=0-7
/proc/27207/task/27216/stat : 27216 (plingeling) R 27205 27207 26908 0 -1 4202560 11331 1258 0 0 2440 1 0 0 25 0 9 0 722631931 515497984 88897 33554432000 4194304 4417452 140733200504032 18446744073709551615 4253504 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27207/tid=27217] ppid=27205 vsize=503416 CPUtime=24.88 cores=0-7
/proc/27207/task/27217/stat : 27217 (plingeling) R 27205 27207 26908 0 -1 4202560 105533 1258 0 0 2471 17 0 0 25 0 9 0 722631931 515497984 88897 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364735 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27207/tid=27218] ppid=27205 vsize=503416 CPUtime=24.85 cores=0-7
/proc/27207/task/27218/stat : 27218 (plingeling) R 27205 27207 26908 0 -1 4202560 6871 1258 0 0 2484 1 0 0 25 0 9 0 722631931 515497984 88897 33554432000 4194304 4417452 140733200504032 18446744073709551615 4258188 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27207/tid=27219] ppid=27205 vsize=503416 CPUtime=24.86 cores=0-7
/proc/27207/task/27219/stat : 27219 (plingeling) R 27205 27207 26908 0 -1 4202560 9826 1258 0 0 2485 1 0 0 25 0 9 0 722631931 515497984 88897 33554432000 4194304 4417452 140733200504032 18446744073709551615 4235991 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27207/tid=27220] ppid=27205 vsize=503416 CPUtime=24.85 cores=0-7
/proc/27207/task/27220/stat : 27220 (plingeling) R 27205 27207 26908 0 -1 4202560 21801 1258 0 0 2483 2 0 0 25 0 9 0 722631931 515497984 88897 33554432000 4194304 4417452 140733200504032 18446744073709551615 4309982 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27207/tid=27221] ppid=27205 vsize=503416 CPUtime=24.86 cores=0-7
/proc/27207/task/27221/stat : 27221 (plingeling) R 27205 27207 26908 0 -1 4202560 11401 1258 0 0 2485 1 0 0 25 0 9 0 722631931 515497984 88897 33554432000 4194304 4417452 140733200504032 18446744073709551615 4258449 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 199.12
Current children cumulated vsize (KiB) 503416

[startup+51.1012 s]
/proc/loadavg: 7.65 7.88 7.94 9/563 27222
/proc/meminfo: memFree=24025212/32950928 swapFree=41934332/67111528
[pid=27207] ppid=27205 vsize=697788 CPUtime=403.43 cores=0-7
/proc/27207/stat : 27207 (plingeling) S 27205 27207 26908 0 -1 4202496 334063 1258 0 0 40292 51 0 0 18 0 9 0 722631870 714534912 138924 33554432000 4194304 4417452 140733200504032 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27207/statm: 174447 138924 180 55 0 172333 0
[pid=27207/tid=27214] ppid=27205 vsize=697788 CPUtime=50.46 cores=0-7
/proc/27207/task/27214/stat : 27214 (plingeling) R 27205 27207 26908 0 -1 4202560 13600 1258 0 0 5045 1 0 0 25 0 9 0 722631931 714534912 138924 33554432000 4194304 4417452 140733200504032 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27207/tid=27215] ppid=27205 vsize=697788 CPUtime=50.47 cores=0-7
/proc/27207/task/27215/stat : 27215 (plingeling) R 27205 27207 26908 0 -1 4202560 15746 1258 0 0 5046 1 0 0 25 0 9 0 722631931 714534912 138924 33554432000 4194304 4417452 140733200504032 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27207/tid=27216] ppid=27205 vsize=697788 CPUtime=49.55 cores=0-7

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

/proc/27207/task/27221/stat : 27221 (plingeling) R 27205 27207 26908 0 -1 4202560 2564534 1258 0 0 471707 387 0 0 25 0 9 0 722631931 11337191424 2730756 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 37684.4
Current children cumulated vsize (KiB) 11071476

[startup+4782.3 s]
/proc/loadavg: 8.11 8.07 8.01 9/563 27360
/proc/meminfo: memFree=13980076/32950928 swapFree=41934332/67111528
[pid=27207] ppid=27205 vsize=10720368 CPUtime=38163.1 cores=0-7
/proc/27207/stat : 27207 (plingeling) S 27205 27207 26908 0 -1 4202496 18985730 1258 0 0 3813135 3172 0 0 18 0 9 0 722631870 10977656832 2642979 33554432000 4194304 4417452 140733200504032 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27207/statm: 2680092 2642979 180 55 0 2677978 0
[pid=27207/tid=27214] ppid=27205 vsize=10720368 CPUtime=4781.71 cores=0-7
/proc/27207/task/27214/stat : 27214 (plingeling) R 27205 27207 26908 0 -1 4202560 1663372 1258 0 0 477869 302 0 0 25 0 9 0 722631931 10977656832 2642979 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27207/tid=27215] ppid=27205 vsize=10720368 CPUtime=4781.57 cores=0-7
/proc/27207/task/27215/stat : 27215 (plingeling) R 27205 27207 26908 0 -1 4202560 2217394 1258 0 0 477826 331 0 0 25 0 9 0 722631931 10977656832 2642979 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27207/tid=27216] ppid=27205 vsize=10720368 CPUtime=4692.81 cores=0-7
/proc/27207/task/27216/stat : 27216 (plingeling) R 27205 27207 26908 0 -1 4202560 1143254 1258 0 0 469073 208 0 0 25 0 9 0 722631931 10977656832 2642979 33554432000 4194304 4417452 140733200504032 18446744073709551615 4365023 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27207/tid=27217] ppid=27205 vsize=10720368 CPUtime=4781.68 cores=0-7
/proc/27207/task/27217/stat : 27217 (plingeling) R 27205 27207 26908 0 -1 4202560 2912749 1258 0 0 477460 708 0 0 25 0 9 0 722631931 10977656832 2642979 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364903 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27207/tid=27218] ppid=27205 vsize=10720368 CPUtime=4781.7 cores=0-7
/proc/27207/task/27218/stat : 27218 (plingeling) R 27205 27207 26908 0 -1 4202560 2900570 1258 0 0 477771 399 0 0 25 0 9 0 722631931 10977656832 2642979 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27207/tid=27219] ppid=27205 vsize=10720368 CPUtime=4781.71 cores=0-7
/proc/27207/task/27219/stat : 27219 (plingeling) R 27205 27207 26908 0 -1 4202560 2821793 1258 0 0 477748 423 0 0 25 0 9 0 722631931 10977656832 2642979 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27207/tid=27220] ppid=27205 vsize=10720368 CPUtime=4780.3 cores=0-7
/proc/27207/task/27220/stat : 27220 (plingeling) R 27205 27207 26908 0 -1 4202560 2695403 1258 0 0 477627 403 0 0 25 0 9 0 722631931 10977656832 2642979 33554432000 4194304 4417452 140733200504032 18446744073709551615 4366079 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27207/tid=27221] ppid=27205 vsize=10720368 CPUtime=4780.92 cores=0-7
/proc/27207/task/27221/stat : 27221 (plingeling) R 27205 27207 26908 0 -1 4202560 2597302 1258 0 0 477701 391 0 0 25 0 9 0 722631931 10977656832 2642979 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 38163.1
Current children cumulated vsize (KiB) 10720368

[startup+4842.3 s]
/proc/loadavg: 8.08 8.07 8.01 9/563 27362
/proc/meminfo: memFree=13784148/32950928 swapFree=41934332/67111528
[pid=27207] ppid=27205 vsize=10916976 CPUtime=38641.9 cores=0-7
/proc/27207/stat : 27207 (plingeling) S 27205 27207 26908 0 -1 4202496 19116802 1258 0 0 3861007 3187 0 0 18 0 9 0 722631870 11178983424 2692131 33554432000 4194304 4417452 140733200504032 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27207/statm: 2729244 2692131 180 55 0 2727130 0
[pid=27207/tid=27214] ppid=27205 vsize=10916976 CPUtime=4841.71 cores=0-7
/proc/27207/task/27214/stat : 27214 (plingeling) R 27205 27207 26908 0 -1 4202560 1696140 1258 0 0 483866 305 0 0 25 0 9 0 722631931 11178983424 2692131 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27207/tid=27215] ppid=27205 vsize=10916976 CPUtime=4841.57 cores=0-7
/proc/27207/task/27215/stat : 27215 (plingeling) R 27205 27207 26908 0 -1 4202560 2217394 1258 0 0 483826 331 0 0 25 0 9 0 722631931 11178983424 2692131 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27207/tid=27216] ppid=27205 vsize=10916976 CPUtime=4751.69 cores=0-7
/proc/27207/task/27216/stat : 27216 (plingeling) R 27205 27207 26908 0 -1 4202560 1143254 1258 0 0 474961 208 0 0 25 0 9 0 722631931 11178983424 2692131 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27207/tid=27217] ppid=27205 vsize=10916976 CPUtime=4841.68 cores=0-7
/proc/27207/task/27217/stat : 27217 (plingeling) R 27205 27207 26908 0 -1 4202560 2912749 1258 0 0 483460 708 0 0 25 0 9 0 722631931 11178983424 2692131 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27207/tid=27218] ppid=27205 vsize=10916976 CPUtime=4841.7 cores=0-7
/proc/27207/task/27218/stat : 27218 (plingeling) R 27205 27207 26908 0 -1 4202560 2933338 1258 0 0 483767 403 0 0 25 0 9 0 722631931 11178983424 2692131 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27207/tid=27219] ppid=27205 vsize=10916976 CPUtime=4841.7 cores=0-7
/proc/27207/task/27219/stat : 27219 (plingeling) R 27205 27207 26908 0 -1 4202560 2838177 1258 0 0 483745 425 0 0 25 0 9 0 722631931 11178983424 2692131 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27207/tid=27220] ppid=27205 vsize=10916976 CPUtime=4840.29 cores=0-7
/proc/27207/task/27220/stat : 27220 (plingeling) R 27205 27207 26908 0 -1 4202560 2711787 1258 0 0 483624 405 0 0 25 0 9 0 722631931 11178983424 2692131 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27207/tid=27221] ppid=27205 vsize=10916976 CPUtime=4840.92 cores=0-7
/proc/27207/task/27221/stat : 27221 (plingeling) R 27205 27207 26908 0 -1 4202560 2630070 1258 0 0 483698 394 0 0 25 0 9 0 722631931 11178983424 2692131 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 38641.9
Current children cumulated vsize (KiB) 10916976

[startup+4902.3 s]
/proc/loadavg: 8.07 8.07 8.01 9/563 27363
/proc/meminfo: memFree=13760204/32950928 swapFree=41934332/67111528
[pid=27207] ppid=27205 vsize=10808732 CPUtime=39120.8 cores=0-7
/proc/27207/stat : 27207 (plingeling) S 27205 27207 26908 0 -1 4202496 19253581 1258 0 0 3908879 3204 0 0 18 0 9 0 722631870 11068141568 2665070 33554432000 4194304 4417452 140733200504032 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27207/statm: 2702183 2665070 180 55 0 2700069 0
[pid=27207/tid=27214] ppid=27205 vsize=10808732 CPUtime=4901.71 cores=0-7
/proc/27207/task/27214/stat : 27214 (plingeling) R 27205 27207 26908 0 -1 4202560 1722919 1258 0 0 489863 308 0 0 25 0 9 0 722631931 11068141568 2665070 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27207/tid=27215] ppid=27205 vsize=10808732 CPUtime=4901.58 cores=0-7
/proc/27207/task/27215/stat : 27215 (plingeling) R 27205 27207 26908 0 -1 4202560 2229090 1258 0 0 489823 335 0 0 25 0 9 0 722631931 11068141568 2665070 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27207/tid=27216] ppid=27205 vsize=10808732 CPUtime=4810.59 cores=0-7
/proc/27207/task/27216/stat : 27216 (plingeling) R 27205 27207 26908 0 -1 4202560 1143254 1258 0 0 480851 208 0 0 25 0 9 0 722631931 11068141568 2665070 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27207/tid=27217] ppid=27205 vsize=10808732 CPUtime=4901.68 cores=0-7
/proc/27207/task/27217/stat : 27217 (plingeling) R 27205 27207 26908 0 -1 4202560 2912749 1258 0 0 489460 708 0 0 25 0 9 0 722631931 11068141568 2665070 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27207/tid=27218] ppid=27205 vsize=10808732 CPUtime=4901.7 cores=0-7
/proc/27207/task/27218/stat : 27218 (plingeling) R 27205 27207 26908 0 -1 4202560 2966106 1258 0 0 489764 406 0 0 25 0 9 0 722631931 11068141568 2665070 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27207/tid=27219] ppid=27205 vsize=10808732 CPUtime=4901.71 cores=0-7
/proc/27207/task/27219/stat : 27219 (plingeling) R 27205 27207 26908 0 -1 4202560 2870945 1258 0 0 489742 429 0 0 25 0 9 0 722631931 11068141568 2665070 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27207/tid=27220] ppid=27205 vsize=10808732 CPUtime=4900.28 cores=0-7
/proc/27207/task/27220/stat : 27220 (plingeling) R 27205 27207 26908 0 -1 4202560 2744555 1258 0 0 489619 409 0 0 25 0 9 0 722631931 11068141568 2665070 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27207/tid=27221] ppid=27205 vsize=10808732 CPUtime=4900.93 cores=0-7
/proc/27207/task/27221/stat : 27221 (plingeling) R 27205 27207 26908 0 -1 4202560 2630070 1258 0 0 489698 395 0 0 25 0 9 0 722631931 11068141568 2665070 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 39120.8
Current children cumulated vsize (KiB) 10808732

[startup+4962.3 s]
/proc/loadavg: 8.07 8.07 8.01 9/563 27365
/proc/meminfo: memFree=13615976/32950928 swapFree=41934332/67111528
[pid=27207] ppid=27205 vsize=11084684 CPUtime=39599.7 cores=0-7
/proc/27207/stat : 27207 (plingeling) S 27205 27207 26908 0 -1 4202496 19371721 1258 0 0 3956741 3225 0 0 18 0 9 0 722631870 11350716416 2734058 33554432000 4194304 4417452 140733200504032 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27207/statm: 2771171 2734058 180 55 0 2769057 0
[pid=27207/tid=27214] ppid=27205 vsize=11084684 CPUtime=4961.71 cores=0-7
/proc/27207/task/27214/stat : 27214 (plingeling) R 27205 27207 26908 0 -1 4202560 1732533 1258 0 0 495860 311 0 0 25 0 9 0 722631931 11350716416 2734058 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27207/tid=27215] ppid=27205 vsize=11084684 CPUtime=4961.57 cores=0-7
/proc/27207/task/27215/stat : 27215 (plingeling) R 27205 27207 26908 0 -1 4202560 2247067 1258 0 0 495817 340 0 0 25 0 9 0 722631931 11350716416 2734058 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27207/tid=27216] ppid=27205 vsize=11084684 CPUtime=4869.43 cores=0-7
/proc/27207/task/27216/stat : 27216 (plingeling) R 27205 27207 26908 0 -1 4202560 1143254 1258 0 0 486735 208 0 0 25 0 9 0 722631931 11350716416 2734058 33554432000 4194304 4417452 140733200504032 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27207/tid=27217] ppid=27205 vsize=11084684 CPUtime=4961.68 cores=0-7
/proc/27207/task/27217/stat : 27217 (plingeling) R 27205 27207 26908 0 -1 4202560 2912749 1258 0 0 495460 708 0 0 25 0 9 0 722631931 11350716416 2734058 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27207/tid=27218] ppid=27205 vsize=11084684 CPUtime=4961.7 cores=0-7
/proc/27207/task/27218/stat : 27218 (plingeling) R 27205 27207 26908 0 -1 4202560 2982490 1258 0 0 495762 408 0 0 25 0 9 0 722631931 11350716416 2734058 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27207/tid=27219] ppid=27205 vsize=11084684 CPUtime=4961.71 cores=0-7
/proc/27207/task/27219/stat : 27219 (plingeling) R 27205 27207 26908 0 -1 4202560 2870945 1258 0 0 495742 429 0 0 25 0 9 0 722631931 11350716416 2734058 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27207/tid=27220] ppid=27205 vsize=11084684 CPUtime=4960.25 cores=0-7
/proc/27207/task/27220/stat : 27220 (plingeling) R 27205 27207 26908 0 -1 4202560 2785952 1258 0 0 495610 415 0 0 25 0 9 0 722631931 11350716416 2734058 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27207/tid=27221] ppid=27205 vsize=11084684 CPUtime=4960.92 cores=0-7
/proc/27207/task/27221/stat : 27221 (plingeling) R 27205 27207 26908 0 -1 4202560 2662838 1258 0 0 495694 398 0 0 25 0 9 0 722631931 11350716416 2734058 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 39599.7
Current children cumulated vsize (KiB) 11084684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5012.5 s]
/proc/loadavg: 8.03 8.05 8.00 9/563 27366
/proc/meminfo: memFree=13273840/32950928 swapFree=41934332/67111528
[pid=27207] ppid=27205 vsize=11426420 CPUtime=40000.5 cores=0-7
/proc/27207/stat : 27207 (plingeling) S 27205 27207 26908 0 -1 4202496 19539075 1258 0 0 3996793 3256 0 0 18 0 9 0 722631870 11700654080 2819492 33554432000 4194304 4417452 140733200504032 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27207/statm: 2856605 2819492 180 55 0 2854491 0
[pid=27207/tid=27214] ppid=27205 vsize=11426420 CPUtime=5011.93 cores=0-7
/proc/27207/task/27214/stat : 27214 (plingeling) R 27205 27207 26908 0 -1 4202560 1732533 1258 0 0 500882 311 0 0 25 0 9 0 722631931 11700654080 2819492 33554432000 4194304 4417452 140733200504032 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27207/tid=27215] ppid=27205 vsize=11426420 CPUtime=5011.79 cores=0-7
/proc/27207/task/27215/stat : 27215 (plingeling) R 27205 27207 26908 0 -1 4202560 2305048 1258 0 0 500830 349 0 0 25 0 9 0 722631931 11700654080 2819492 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27207/tid=27216] ppid=27205 vsize=11426420 CPUtime=4918.72 cores=0-7
/proc/27207/task/27216/stat : 27216 (plingeling) R 27205 27207 26908 0 -1 4202560 1187091 1258 0 0 491656 216 0 0 25 0 9 0 722631931 11700654080 2819492 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27207/tid=27217] ppid=27205 vsize=11426420 CPUtime=5011.91 cores=0-7
/proc/27207/task/27217/stat : 27217 (plingeling) R 27205 27207 26908 0 -1 4202560 2912749 1258 0 0 500483 708 0 0 25 0 9 0 722631931 11700654080 2819492 33554432000 4194304 4417452 140733200504032 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27207/tid=27218] ppid=27205 vsize=11426420 CPUtime=5011.92 cores=0-7
/proc/27207/task/27218/stat : 27218 (plingeling) R 27205 27207 26908 0 -1 4202560 2998874 1258 0 0 500782 410 0 0 25 0 9 0 722631931 11700654080 2819492 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27207/tid=27219] ppid=27205 vsize=11426420 CPUtime=5011.93 cores=0-7
/proc/27207/task/27219/stat : 27219 (plingeling) R 27205 27207 26908 0 -1 4202560 2903713 1258 0 0 500754 439 0 0 25 0 9 0 722631931 11700654080 2819492 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27207/tid=27220] ppid=27205 vsize=11426420 CPUtime=5010.46 cores=0-7
/proc/27207/task/27220/stat : 27220 (plingeling) R 27205 27207 26908 0 -1 4202560 2802336 1258 0 0 500629 417 0 0 25 0 9 0 722631931 11700654080 2819492 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27207/tid=27221] ppid=27205 vsize=11426420 CPUtime=5011.15 cores=0-7
/proc/27207/task/27221/stat : 27221 (plingeling) R 27205 27207 26908 0 -1 4202560 2662838 1258 0 0 500717 398 0 0 25 0 9 0 722631931 11700654080 2819492 33554432000 4194304 4417452 140733200504032 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 11426420

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+5012.63 s]
/proc/loadavg: 8.03 8.05 8.00 2/557 27367
/proc/meminfo: memFree=16187020/32950928 swapFree=41934332/67111528
[pid=27207] ppid=27205 vsize=0 CPUtime=40000.6 cores=0-7
/proc/27207/stat : 27207 (plingeling) Z 27205 27207 26908 0 -1 4203548 19539075 1258 0 0 3996797 3268 0 0 18 0 2 0 722631870 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/27207/statm: 0 0 0 0 0 0 0
[pid=27207/tid=27216] ppid=27205 vsize=0 CPUtime=4918.84 cores=0-7
/proc/27207/task/27216/stat : 27216 (plingeling) R 27205 27207 26908 0 -1 4203588 1187091 1258 0 0 491656 228 0 0 25 0 2 0 722631931 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 0

[startup+5012.8 s]
/proc/loadavg: 8.03 8.05 8.00 2/557 27367
/proc/meminfo: memFree=16187020/32950928 swapFree=41934332/67111528
[pid=27207] ppid=27205 vsize=0 CPUtime=40000.8 cores=0-7
/proc/27207/stat : 27207 (plingeling) Z 27205 27207 26908 0 -1 4203548 19539075 1258 0 0 3996797 3283 0 0 18 0 2 0 722631870 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/27207/statm: 0 0 0 0 0 0 0
[pid=27207/tid=27216] ppid=27205 vsize=0 CPUtime=4918.99 cores=0-7
/proc/27207/task/27216/stat : 27216 (plingeling) R 27205 27207 26908 0 -1 4203588 1187091 1258 0 0 491656 243 0 0 25 0 2 0 722631931 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.8
Current children cumulated vsize (KiB) 0

[startup+5012.9 s]
/proc/loadavg: 8.03 8.05 8.00 2/557 27367
/proc/meminfo: memFree=16187020/32950928 swapFree=41934332/67111528
[pid=27207] ppid=27205 vsize=0 CPUtime=40000.9 cores=0-7
/proc/27207/stat : 27207 (plingeling) Z 27205 27207 26908 0 -1 4203548 19539075 1258 0 0 3996797 3293 0 0 18 0 2 0 722631870 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/27207/statm: 0 0 0 0 0 0 0
[pid=27207/tid=27216] ppid=27205 vsize=0 CPUtime=4919.09 cores=0-7
/proc/27207/task/27216/stat : 27216 (plingeling) R 27205 27207 26908 0 -1 4203588 1187091 1258 0 0 491656 253 0 0 25 0 2 0 722631931 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.9
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5012.92
CPU time (s): 40000.9
CPU user time (s): 39968
CPU system time (s): 32.953
CPU usage (%): 797.957
Max. virtual memory (cumulated for all children) (KiB): 12891256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39968
system time used= 32.953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19540333
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= 550
involuntary context switches= 193833

runsolver used 25.7161 second user time and 67.5257 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-23 02:25:32
IDJOB=3394998
IDBENCH=88207
IDSOLVER=1851
FILE ID=node126/3394998-1306110332
RUNJOBID= node126-1306105103-26922
PBS_JOBID= 13388019
Free space on /tmp= 73276 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q1041.25-n50-p30-s30907550.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394998-1306110332/watcher-3394998-1306110332 -o /tmp/evaluation-result-3394998-1306110332/solver-3394998-1306110332 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3394998-1306110332.cnf

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

MD5SUM BENCH= 002a4cb53ea02f66e0c3418dc8834f7c
RANDOM SEED=1149068908

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24575456 kB
Buffers:        298368 kB
Cached:        5566800 kB
SwapCached:      49920 kB
Active:        3749044 kB
Inactive:      4311140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24575456 kB
SwapTotal:    67111528 kB
SwapFree:     41934332 kB
Dirty:            6824 kB
Writeback:           0 kB
AnonPages:     2158500 kB
Mapped:          24640 kB
Slab:           142600 kB
PageTables:      99364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 176371348 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= 73276 MiB
End job on node126 at 2011-05-23 03:49:06