Trace number 3371362

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) 4800.17 1203.24

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k45.cnf
MD5SUM8a76c8add64173ae39149aae572a02d9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark185.162
Satisfiable
(Un)Satisfiability was proved
Number of variables37432
Number of clauses147345
Sum of the clauses size401667
Maximum clause length37
Minimum clause length1
Number of clauses of size 1603
Number of clauses of size 269621
Number of clauses of size 371450
Number of clauses of size 4266
Number of clauses of size 5505
Number of clauses of size over 54900

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-3371362-1305416886/watcher-3371362-1305416886 -o /tmp/evaluation-result-3371362-1305416886/solver-3371362-1305416886 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371362-1305416886.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.81 7.83 7.95 2/305 14831
/proc/meminfo: memFree=12311704/32950928 swapFree=67111348/67111528
[pid=14831] ppid=14828 vsize=8728 CPUtime=0 cores=1,3,5,7
/proc/14831/stat : 14831 (plingeling) S 14828 14831 14248 0 -1 4202496 216 0 0 0 0 0 0 0 22 0 1 0 653287398 8937472 147 33554432000 4194304 4417452 140735320956896 18446744073709551615 235594866432 0 0 4096 0 18446744071562362840 0 0 17 1 0 0 0
/proc/14831/statm: 2182 147 122 55 0 68 0

[startup+0.098278 s]
/proc/loadavg: 6.81 7.83 7.95 2/305 14831
/proc/meminfo: memFree=12311704/32950928 swapFree=67111348/67111528
[pid=14831] ppid=14828 vsize=18732 CPUtime=0.05 cores=1,3,5,7
/proc/14831/stat : 14831 (plingeling) R 14828 14831 14248 0 -1 4202496 2746 1249 0 2 5 0 0 0 22 0 1 0 653287398 19181568 2676 33554432000 4194304 4417452 140735320956896 18446744073709551615 4274287 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/14831/statm: 4683 2676 149 55 0 2569 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 18732

[startup+0.100275 s]
/proc/loadavg: 6.81 7.83 7.95 2/305 14831
/proc/meminfo: memFree=12311704/32950928 swapFree=67111348/67111528
[pid=14831] ppid=14828 vsize=18732 CPUtime=0.06 cores=1,3,5,7
/proc/14831/stat : 14831 (plingeling) R 14828 14831 14248 0 -1 4202496 2746 1249 0 2 6 0 0 0 22 0 1 0 653287398 19181568 2676 33554432000 4194304 4417452 140735320956896 18446744073709551615 4260062 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/14831/statm: 4683 2676 149 55 0 2569 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 18732

[startup+0.300248 s]
/proc/loadavg: 6.81 7.83 7.95 2/305 14831
/proc/meminfo: memFree=12311704/32950928 swapFree=67111348/67111528
[pid=14831] ppid=14828 vsize=88304 CPUtime=0.46 cores=1,3,5,7
/proc/14831/stat : 14831 (plingeling) S 14828 14831 14248 0 -1 4202496 13398 1249 0 2 45 1 0 0 23 0 5 0 653287398 90423296 9858 33554432000 4194304 4417452 140735320956896 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/14831/statm: 22076 9858 174 55 0 19962 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 88304

[startup+0.700178 s]
/proc/loadavg: 6.81 7.83 7.95 2/305 14831
/proc/meminfo: memFree=12311704/32950928 swapFree=67111348/67111528
[pid=14831] ppid=14828 vsize=153840 CPUtime=2.07 cores=1,3,5,7
/proc/14831/stat : 14831 (plingeling) S 14828 14831 14248 0 -1 4202496 16473 1249 0 2 205 2 0 0 23 0 5 0 653287398 157532160 10179 33554432000 4194304 4417452 140735320956896 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/14831/statm: 38460 10179 174 55 0 36346 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 153840

[startup+1.50104 s]
/proc/loadavg: 6.81 7.83 7.95 10/317 14853
/proc/meminfo: memFree=12225276/32950928 swapFree=67111348/67111528
[pid=14831] ppid=14828 vsize=154092 CPUtime=5.25 cores=1,3,5,7
/proc/14831/stat : 14831 (plingeling) S 14828 14831 14248 0 -1 4202496 20931 1249 0 2 523 2 0 0 23 0 5 0 653287398 157790208 9957 33554432000 4194304 4417452 140735320956896 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/14831/statm: 38523 9957 177 55 0 36409 0
[pid=14831/tid=14846] ppid=14828 vsize=154092 CPUtime=1.26 cores=1,3,5,7
/proc/14831/task/14846/stat : 14846 (plingeling) R 14828 14831 14248 0 -1 4202560 6144 1249 0 2 126 0 0 0 25 0 5 0 653287420 157790208 9957 33554432000 4194304 4417452 140735320956896 18446744073709551615 4346539 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14831/tid=14847] ppid=14828 vsize=154092 CPUtime=1.26 cores=1,3,5,7
/proc/14831/task/14847/stat : 14847 (plingeling) R 14828 14831 14248 0 -1 4202560 2871 1249 0 2 126 0 0 0 25 0 5 0 653287420 157790208 9957 33554432000 4194304 4417452 140735320956896 18446744073709551615 4346643 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14831/tid=14848] ppid=14828 vsize=154092 CPUtime=1.27 cores=1,3,5,7
/proc/14831/task/14848/stat : 14848 (plingeling) R 14828 14831 14248 0 -1 4202560 1452 1249 0 2 127 0 0 0 25 0 5 0 653287420 157790208 9957 33554432000 4194304 4417452 140735320956896 18446744073709551615 4317480 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14831/tid=14849] ppid=14828 vsize=154092 CPUtime=1.26 cores=1,3,5,7
/proc/14831/task/14849/stat : 14849 (plingeling) R 14828 14831 14248 0 -1 4202560 881 1249 0 2 126 0 0 0 25 0 5 0 653287420 157790208 9957 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.25
Current children cumulated vsize (KiB) 154092

[startup+3.10075 s]
/proc/loadavg: 6.81 7.83 7.95 10/317 14853
/proc/meminfo: memFree=12210648/32950928 swapFree=67111348/67111528
[pid=14831] ppid=14828 vsize=166796 CPUtime=11.65 cores=1,3,5,7
/proc/14831/stat : 14831 (plingeling) S 14828 14831 14248 0 -1 4202496 24121 1249 0 2 1162 3 0 0 23 0 5 0 653287398 170799104 13147 33554432000 4194304 4417452 140735320956896 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/14831/statm: 41699 13147 179 55 0 39585 0
[pid=14831/tid=14846] ppid=14828 vsize=166796 CPUtime=2.87 cores=1,3,5,7
/proc/14831/task/14846/stat : 14846 (plingeling) R 14828 14831 14248 0 -1 4202560 7578 1249 0 2 286 1 0 0 25 0 5 0 653287420 170799104 13147 33554432000 4194304 4417452 140735320956896 18446744073709551615 4333892 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14831/tid=14847] ppid=14828 vsize=166796 CPUtime=2.86 cores=1,3,5,7
/proc/14831/task/14847/stat : 14847 (plingeling) R 14828 14831 14248 0 -1 4202560 4471 1249 0 2 286 0 0 0 25 0 5 0 653287420 170799104 13147 33554432000 4194304 4417452 140735320956896 18446744073709551615 4257206 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14831/tid=14848] ppid=14828 vsize=166796 CPUtime=2.87 cores=1,3,5,7
/proc/14831/task/14848/stat : 14848 (plingeling) R 14828 14831 14248 0 -1 4202560 1608 1249 0 2 287 0 0 0 25 0 5 0 653287420 170799104 13147 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14831/tid=14849] ppid=14828 vsize=166796 CPUtime=2.85 cores=1,3,5,7
/proc/14831/task/14849/stat : 14849 (plingeling) R 14828 14831 14248 0 -1 4202560 881 1249 0 2 285 0 0 0 25 0 5 0 653287420 170799104 13147 33554432000 4194304 4417452 140735320956896 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.65
Current children cumulated vsize (KiB) 166796

[startup+6.30119 s]
/proc/loadavg: 6.91 7.83 7.95 9/317 14853
/proc/meminfo: memFree=12185668/32950928 swapFree=67111348/67111528
[pid=14831] ppid=14828 vsize=175076 CPUtime=24.41 cores=1,3,5,7
/proc/14831/stat : 14831 (plingeling) S 14828 14831 14248 0 -1 4202496 27158 1249 0 2 2438 3 0 0 23 0 5 0 653287398 179277824 15581 33554432000 4194304 4417452 140735320956896 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/14831/statm: 43769 15581 179 55 0 41655 0
[pid=14831/tid=14846] ppid=14828 vsize=175076 CPUtime=6.06 cores=1,3,5,7
/proc/14831/task/14846/stat : 14846 (plingeling) R 14828 14831 14248 0 -1 4202560 8661 1249 0 2 605 1 0 0 25 0 5 0 653287420 179277824 15581 33554432000 4194304 4417452 140735320956896 18446744073709551615 4277571 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14831/tid=14847] ppid=14828 vsize=175076 CPUtime=6.06 cores=1,3,5,7
/proc/14831/task/14847/stat : 14847 (plingeling) R 14828 14831 14248 0 -1 4202560 5226 1249 0 2 606 0 0 0 25 0 5 0 653287420 179277824 15581 33554432000 4194304 4417452 140735320956896 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14831/tid=14848] ppid=14828 vsize=175076 CPUtime=6.07 cores=1,3,5,7
/proc/14831/task/14848/stat : 14848 (plingeling) R 14828 14831 14248 0 -1 4202560 2092 1249 0 2 607 0 0 0 25 0 5 0 653287420 179277824 15581 33554432000 4194304 4417452 140735320956896 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14831/tid=14849] ppid=14828 vsize=175076 CPUtime=6.01 cores=1,3,5,7
/proc/14831/task/14849/stat : 14849 (plingeling) R 14828 14831 14248 0 -1 4202560 1596 1249 0 2 601 0 0 0 25 0 5 0 653287420 179277824 15581 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364453 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.41
Current children cumulated vsize (KiB) 175076

[startup+12.7011 s]
/proc/loadavg: 6.99 7.83 7.95 10/317 14853
/proc/meminfo: memFree=12136248/32950928 swapFree=67111348/67111528
[pid=14831] ppid=14828 vsize=185588 CPUtime=49.94 cores=1,3,5,7
/proc/14831/stat : 14831 (plingeling) S 14828 14831 14248 0 -1 4202496 35514 1249 0 2 4990 4 0 0 23 0 5 0 653287398 190042112 17877 33554432000 4194304 4417452 140735320956896 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/14831/statm: 46397 17877 179 55 0 44283 0
[pid=14831/tid=14846] ppid=14828 vsize=185588 CPUtime=12.46 cores=1,3,5,7
/proc/14831/task/14846/stat : 14846 (plingeling) R 14828 14831 14248 0 -1 4202560 11843 1249 0 2 1245 1 0 0 25 0 5 0 653287420 190042112 17877 33554432000 4194304 4417452 140735320956896 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14831/tid=14847] ppid=14828 vsize=185588 CPUtime=12.46 cores=1,3,5,7
/proc/14831/task/14847/stat : 14847 (plingeling) R 14828 14831 14248 0 -1 4202560 9376 1249 0 2 1245 1 0 0 25 0 5 0 653287420 190042112 17877 33554432000 4194304 4417452 140735320956896 18446744073709551615 4236812 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14831/tid=14848] ppid=14828 vsize=185588 CPUtime=12.46 cores=1,3,5,7
/proc/14831/task/14848/stat : 14848 (plingeling) R 14828 14831 14248 0 -1 4202560 2092 1249 0 2 1246 0 0 0 25 0 5 0 653287420 190042112 17877 33554432000 4194304 4417452 140735320956896 18446744073709551615 4365118 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14831/tid=14849] ppid=14828 vsize=185588 CPUtime=12.35 cores=1,3,5,7
/proc/14831/task/14849/stat : 14849 (plingeling) R 14828 14831 14248 0 -1 4202560 2620 1249 0 2 1235 0 0 0 25 0 5 0 653287420 190042112 17877 33554432000 4194304 4417452 140735320956896 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.94
Current children cumulated vsize (KiB) 185588

[startup+25.5008 s]
/proc/loadavg: 7.22 7.84 7.95 10/317 14853
/proc/meminfo: memFree=12107120/32950928 swapFree=67111348/67111528
[pid=14831] ppid=14828 vsize=213504 CPUtime=101.02 cores=1,3,5,7
/proc/14831/stat : 14831 (plingeling) S 14828 14831 14248 0 -1 4202496 53292 1249 0 2 10095 7 0 0 23 0 5 0 653287398 218628096 24824 33554432000 4194304 4417452 140735320956896 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/14831/statm: 53376 24824 179 55 0 51262 0
[pid=14831/tid=14846] ppid=14828 vsize=213504 CPUtime=25.27 cores=1,3,5,7
/proc/14831/task/14846/stat : 14846 (plingeling) R 14828 14831 14248 0 -1 4202560 16655 1249 0 2 2525 2 0 0 25 0 5 0 653287420 218628096 24824 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14831/tid=14847] ppid=14828 vsize=213504 CPUtime=25.26 cores=1,3,5,7
/proc/14831/task/14847/stat : 14847 (plingeling) R 14828 14831 14248 0 -1 4202560 12478 1249 0 2 2525 1 0 0 25 0 5 0 653287420 218628096 24824 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14831/tid=14848] ppid=14828 vsize=213504 CPUtime=25.26 cores=1,3,5,7
/proc/14831/task/14848/stat : 14848 (plingeling) R 14828 14831 14248 0 -1 4202560 3486 1249 0 2 2526 0 0 0 25 0 5 0 653287420 218628096 24824 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14831/tid=14849] ppid=14828 vsize=213504 CPUtime=25.01 cores=1,3,5,7
/proc/14831/task/14849/stat : 14849 (plingeling) R 14828 14831 14248 0 -1 4202560 11090 1249 0 2 2500 1 0 0 25 0 5 0 653287420 218628096 24824 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.02
Current children cumulated vsize (KiB) 213504

[startup+51.1003 s]
/proc/loadavg: 7.55 7.87 7.96 10/317 14854
/proc/meminfo: memFree=12069348/32950928 swapFree=67111348/67111528
[pid=14831] ppid=14828 vsize=242188 CPUtime=203.16 cores=1,3,5,7
/proc/14831/stat : 14831 (plingeling) S 14828 14831 14248 0 -1 4202496 91078 1249 0 2 20304 12 0 0 23 0 5 0 653287398 248000512 31587 33554432000 4194304 4417452 140735320956896 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/14831/statm: 60547 31587 179 55 0 58433 0
[pid=14831/tid=14846] ppid=14828 vsize=242188 CPUtime=50.87 cores=1,3,5,7
/proc/14831/task/14846/stat : 14846 (plingeling) R 14828 14831 14248 0 -1 4202560 24608 1249 0 2 5084 3 0 0 25 0 5 0 653287420 248000512 31587 33554432000 4194304 4417452 140735320956896 18446744073709551615 4250476 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14831/tid=14847] ppid=14828 vsize=242188 CPUtime=50.86 cores=1,3,5,7
/proc/14831/task/14847/stat : 14847 (plingeling) R 14828 14831 14248 0 -1 4202560 20359 1249 0 2 5083 3 0 0 25 0 5 0 653287420 248000512 31587 33554432000 4194304 4417452 140735320956896 18446744073709551615 4275953 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14831/tid=14848] ppid=14828 vsize=242188 CPUtime=50.86 cores=1,3,5,7
/proc/14831/task/14848/stat : 14848 (plingeling) R 14828 14831 14248 0 -1 4202560 4453 1249 0 2 5086 0 0 0 25 0 5 0 653287420 248000512 31587 33554432000 4194304 4417452 140735320956896 18446744073709551615 4353568 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14831/tid=14849] ppid=14828 vsize=242188 CPUtime=50.35 cores=1,3,5,7
/proc/14831/task/14849/stat : 14849 (plingeling) R 14828 14831 14248 0 -1 4202560 32075 1249 0 2 5032 3 0 0 25 0 5 0 653287420 248000512 31587 33554432000 4194304 4417452 140735320956896 18446744073709551615 4354497 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.16
Current children cumulated vsize (KiB) 242188

[startup+102.312 s]
/proc/loadavg: 7.95 7.92 7.97 10/317 14855
/proc/meminfo: memFree=11975460/32950928 swapFree=67111348/67111528
[pid=14831] ppid=14828 vsize=271692 CPUtime=407.5 cores=1,3,5,7
/proc/14831/stat : 14831 (plingeling) S 14828 14831 14248 0 -1 4202496 191356 1249 0 2 40724 26 0 0 23 0 5 0 653287398 278212608 39377 33554432000 4194304 4417452 140735320956896 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/14831/statm: 67923 39377 179 55 0 65809 0
[pid=14831/tid=14846] ppid=14828 vsize=271692 CPUtime=102.07 cores=1,3,5,7
/proc/14831/task/14846/stat : 14846 (plingeling) R 14828 14831 14248 0 -1 4202560 50684 1249 0 2 10201 6 0 0 25 0 5 0 653287420 278212608 39377 33554432000 4194304 4417452 140735320956896 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14831/tid=14847] ppid=14828 vsize=271692 CPUtime=102.07 cores=1,3,5,7
/proc/14831/task/14847/stat : 14847 (plingeling) R 14828 14831 14248 0 -1 4202560 36422 1249 0 2 10202 5 0 0 25 0 5 0 653287420 278212608 39377 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14831/tid=14848] ppid=14828 vsize=271692 CPUtime=102.08 cores=1,3,5,7
/proc/14831/task/14848/stat : 14848 (plingeling) R 14828 14831 14248 0 -1 4202560 22096 1249 0 2 10205 3 0 0 25 0 5 0 653287420 278212608 39377 33554432000 4194304 4417452 140735320956896 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14831/tid=14849] ppid=14828 vsize=271692 CPUtime=101.05 cores=1,3,5,7
/proc/14831/task/14849/stat : 14849 (plingeling) R 14828 14831 14248 0 -1 4202560 72571 1249 0 2 10096 9 0 0 25 0 5 0 653287420 278212608 39377 33554432000 4194304 4417452 140735320956896 18446744073709551615 4251091 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.5
Current children cumulated vsize (KiB) 271692

[startup+162.301 s]
/proc/loadavg: 8.12 7.96 7.98 10/317 14857
/proc/meminfo: memFree=11884164/32950928 swapFree=67111348/67111528
[pid=14831] ppid=14828 vsize=323232 CPUtime=646.85 cores=1,3,5,7
/proc/14831/stat : 14831 (plingeling) S 14828 14831 14248 0 -1 4202496 305146 1249 0 2 64643 42 0 0 23 0 5 0 653287398 330989568 52262 33554432000 4194304 4417452 140735320956896 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/14831/statm: 80808 52262 179 55 0 78694 0
[pid=14831/tid=14846] ppid=14828 vsize=323232 CPUtime=162.07 cores=1,3,5,7
/proc/14831/task/14846/stat : 14846 (plingeling) R 14828 14831 14248 0 -1 4202560 74702 1249 0 2 16197 10 0 0 25 0 5 0 653287420 330989568 52262 33554432000 4194304 4417452 140735320956896 18446744073709551615 4236761 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14831/tid=14847] ppid=14828 vsize=323232 CPUtime=162.06 cores=1,3,5,7
/proc/14831/task/14847/stat : 14847 (plingeling) R 14828 14831 14248 0 -1 4202560 54919 1249 0 2 16199 7 0 0 25 0 5 0 653287420 330989568 52262 33554432000 4194304 4417452 140735320956896 18446744073709551615 4250488 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14831/tid=14848] ppid=14828 vsize=323232 CPUtime=162.06 cores=1,3,5,7
/proc/14831/task/14848/stat : 14848 (plingeling) R 14828 14831 14248 0 -1 4202560 55860 1249 0 2 16199 7 0 0 25 0 5 0 653287420 330989568 52262 33554432000 4194304 4417452 140735320956896 18446744073709551615 4357856 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14831/tid=14849] ppid=14828 vsize=323232 CPUtime=160.45 cores=1,3,5,7
/proc/14831/task/14849/stat : 14849 (plingeling) R 14828 14831 14248 0 -1 4202560 110082 1249 0 2 16030 15 0 0 25 0 5 0 653287420 330989568 52262 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 646.85
Current children cumulated vsize (KiB) 323232


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

[pid=14831/tid=14847] ppid=14828 vsize=670104 CPUtime=702.04 cores=1,3,5,7
/proc/14831/task/14847/stat : 14847 (plingeling) R 14828 14831 14248 0 -1 4202560 225170 1249 0 2 70173 31 0 0 25 0 5 0 653287420 686186496 138980 33554432000 4194304 4417452 140735320956896 18446744073709551615 4366573 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14831/tid=14848] ppid=14828 vsize=670104 CPUtime=702.08 cores=1,3,5,7
/proc/14831/task/14848/stat : 14848 (plingeling) R 14828 14831 14248 0 -1 4202560 237631 1249 0 2 70173 35 0 0 25 0 5 0 653287420 686186496 138980 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14831/tid=14849] ppid=14828 vsize=670104 CPUtime=695.07 cores=1,3,5,7
/proc/14831/task/14849/stat : 14849 (plingeling) R 14828 14831 14248 0 -1 4202560 429771 1249 0 2 69444 63 0 0 25 0 5 0 653287420 686186496 138980 33554432000 4194304 4417452 140735320956896 18446744073709551615 4356852 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2801.49
Current children cumulated vsize (KiB) 670104

[startup+762.312 s]
/proc/loadavg: 8.08 8.08 8.02 9/317 14873
/proc/meminfo: memFree=11367240/32950928 swapFree=67111348/67111528
[pid=14831] ppid=14828 vsize=632496 CPUtime=3040.93 cores=1,3,5,7
/proc/14831/stat : 14831 (plingeling) S 14828 14831 14248 0 -1 4202496 1273564 1249 0 2 303910 183 0 0 23 0 5 0 653287398 647675904 129578 33554432000 4194304 4417452 140735320956896 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/14831/statm: 158124 129578 179 55 0 156010 0
[pid=14831/tid=14846] ppid=14828 vsize=632496 CPUtime=762.09 cores=1,3,5,7
/proc/14831/task/14846/stat : 14846 (plingeling) R 14828 14831 14248 0 -1 4202560 313944 1249 0 2 76166 43 0 0 25 0 5 0 653287420 647675904 129578 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14831/tid=14847] ppid=14828 vsize=632496 CPUtime=762.06 cores=1,3,5,7
/proc/14831/task/14847/stat : 14847 (plingeling) R 14828 14831 14248 0 -1 4202560 245790 1249 0 2 76171 35 0 0 25 0 5 0 653287420 647675904 129578 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14831/tid=14848] ppid=14828 vsize=632496 CPUtime=762.09 cores=1,3,5,7
/proc/14831/task/14848/stat : 14848 (plingeling) R 14828 14831 14248 0 -1 4202560 259269 1249 0 2 76171 38 0 0 25 0 5 0 653287420 647675904 129578 33554432000 4194304 4417452 140735320956896 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14831/tid=14849] ppid=14828 vsize=632496 CPUtime=754.48 cores=1,3,5,7
/proc/14831/task/14849/stat : 14849 (plingeling) R 14828 14831 14248 0 -1 4202560 444978 1249 0 2 75383 65 0 0 25 0 5 0 653287420 647675904 129578 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3040.93
Current children cumulated vsize (KiB) 632496

[startup+822.301 s]
/proc/loadavg: 8.09 8.09 8.02 10/317 14883
/proc/meminfo: memFree=11462932/32950928 swapFree=67111348/67111528
[pid=14831] ppid=14828 vsize=553872 CPUtime=3280.27 cores=1,3,5,7
/proc/14831/stat : 14831 (plingeling) S 14828 14831 14248 0 -1 4202496 1381042 1249 0 2 327830 197 0 0 23 0 5 0 653287398 567164928 108163 33554432000 4194304 4417452 140735320956896 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/14831/statm: 138468 108163 179 55 0 136354 0
[pid=14831/tid=14846] ppid=14828 vsize=553872 CPUtime=822.08 cores=1,3,5,7
/proc/14831/task/14846/stat : 14846 (plingeling) R 14828 14831 14248 0 -1 4202560 357765 1249 0 2 82158 50 0 0 25 0 5 0 653287420 567164928 108163 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14831/tid=14847] ppid=14828 vsize=553872 CPUtime=822.04 cores=1,3,5,7
/proc/14831/task/14847/stat : 14847 (plingeling) R 14828 14831 14248 0 -1 4202560 268095 1249 0 2 82167 37 0 0 25 0 5 0 653287420 567164928 108163 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14831/tid=14848] ppid=14828 vsize=553872 CPUtime=822.06 cores=1,3,5,7
/proc/14831/task/14848/stat : 14848 (plingeling) R 14828 14831 14248 0 -1 4202560 276585 1249 0 2 82166 40 0 0 25 0 5 0 653287420 567164928 108163 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14831/tid=14849] ppid=14828 vsize=553872 CPUtime=813.88 cores=1,3,5,7
/proc/14831/task/14849/stat : 14849 (plingeling) R 14828 14831 14248 0 -1 4202560 469014 1249 0 2 81321 67 0 0 25 0 5 0 653287420 567164928 108163 33554432000 4194304 4417452 140735320956896 18446744073709551615 4355860 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3280.27
Current children cumulated vsize (KiB) 553872

[startup+882.301 s]
/proc/loadavg: 8.03 8.07 8.02 9/317 14885
/proc/meminfo: memFree=11226048/32950928 swapFree=67111348/67111528
[pid=14831] ppid=14828 vsize=730452 CPUtime=3519.68 cores=1,3,5,7
/proc/14831/stat : 14831 (plingeling) S 14828 14831 14248 0 -1 4202496 1450869 1249 0 2 351762 206 0 0 23 0 5 0 653287398 747982848 154068 33554432000 4194304 4417452 140735320956896 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/14831/statm: 182613 154068 180 55 0 180499 0
[pid=14831/tid=14846] ppid=14828 vsize=730452 CPUtime=882.08 cores=1,3,5,7
/proc/14831/task/14846/stat : 14846 (plingeling) R 14828 14831 14248 0 -1 4202560 361104 1249 0 2 88158 50 0 0 25 0 5 0 653287420 747982848 154068 33554432000 4194304 4417452 140735320956896 18446744073709551615 4237338 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14831/tid=14847] ppid=14828 vsize=730452 CPUtime=882.04 cores=1,3,5,7
/proc/14831/task/14847/stat : 14847 (plingeling) R 14828 14831 14248 0 -1 4202560 314074 1249 0 2 88161 43 0 0 25 0 5 0 653287420 747982848 154068 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14831/tid=14848] ppid=14828 vsize=730452 CPUtime=882.06 cores=1,3,5,7
/proc/14831/task/14848/stat : 14848 (plingeling) R 14828 14831 14248 0 -1 4202560 288268 1249 0 2 88164 42 0 0 25 0 5 0 653287420 747982848 154068 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14831/tid=14849] ppid=14828 vsize=730452 CPUtime=873.28 cores=1,3,5,7
/proc/14831/task/14849/stat : 14849 (plingeling) R 14828 14831 14248 0 -1 4202560 477840 1249 0 2 87260 68 0 0 25 0 5 0 653287420 747982848 154068 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3519.68
Current children cumulated vsize (KiB) 730452

[startup+942.301 s]
/proc/loadavg: 8.07 8.09 8.02 10/317 14887
/proc/meminfo: memFree=11340456/32950928 swapFree=67111348/67111528
[pid=14831] ppid=14828 vsize=591032 CPUtime=3759.08 cores=1,3,5,7
/proc/14831/stat : 14831 (plingeling) S 14828 14831 14248 0 -1 4202496 1484677 1249 0 2 375697 211 0 0 23 0 5 0 653287398 605216768 117715 33554432000 4194304 4417452 140735320956896 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/14831/statm: 147758 117715 180 55 0 145644 0
[pid=14831/tid=14846] ppid=14828 vsize=591032 CPUtime=942.08 cores=1,3,5,7
/proc/14831/task/14846/stat : 14846 (plingeling) R 14828 14831 14248 0 -1 4202560 361116 1249 0 2 94158 50 0 0 25 0 5 0 653287420 605216768 117715 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364420 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14831/tid=14847] ppid=14828 vsize=591032 CPUtime=942.04 cores=1,3,5,7
/proc/14831/task/14847/stat : 14847 (plingeling) R 14828 14831 14248 0 -1 4202560 342740 1249 0 2 94157 47 0 0 25 0 5 0 653287420 605216768 117715 33554432000 4194304 4417452 140735320956896 18446744073709551615 4354497 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14831/tid=14848] ppid=14828 vsize=591032 CPUtime=942.06 cores=1,3,5,7
/proc/14831/task/14848/stat : 14848 (plingeling) R 14828 14831 14248 0 -1 4202560 292677 1249 0 2 94164 42 0 0 25 0 5 0 653287420 605216768 117715 33554432000 4194304 4417452 140735320956896 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14831/tid=14849] ppid=14828 vsize=591032 CPUtime=932.68 cores=1,3,5,7
/proc/14831/task/14849/stat : 14849 (plingeling) R 14828 14831 14248 0 -1 4202560 478561 1249 0 2 93200 68 0 0 25 0 5 0 653287420 605216768 117715 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3759.08
Current children cumulated vsize (KiB) 591032

[startup+1002.3 s]
/proc/loadavg: 8.39 8.16 8.05 10/317 14891
/proc/meminfo: memFree=11346780/32950928 swapFree=67111348/67111528
[pid=14831] ppid=14828 vsize=617236 CPUtime=3998.49 cores=1,3,5,7
/proc/14831/stat : 14831 (plingeling) S 14828 14831 14248 0 -1 4202496 1563503 1249 0 2 399624 225 0 0 23 0 5 0 653287398 632049664 125764 33554432000 4194304 4417452 140735320956896 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/14831/statm: 154309 125764 180 55 0 152195 0
[pid=14831/tid=14846] ppid=14828 vsize=617236 CPUtime=1002.08 cores=1,3,5,7
/proc/14831/task/14846/stat : 14846 (plingeling) R 14828 14831 14248 0 -1 4202560 408884 1249 0 2 100150 58 0 0 25 0 5 0 653287420 632049664 125764 33554432000 4194304 4417452 140735320956896 18446744073709551615 4356995 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14831/tid=14847] ppid=14828 vsize=617236 CPUtime=1002.04 cores=1,3,5,7
/proc/14831/task/14847/stat : 14847 (plingeling) R 14828 14831 14248 0 -1 4202560 356085 1249 0 2 100153 51 0 0 25 0 5 0 653287420 632049664 125764 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364576 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14831/tid=14848] ppid=14828 vsize=617236 CPUtime=1002.06 cores=1,3,5,7
/proc/14831/task/14848/stat : 14848 (plingeling) R 14828 14831 14248 0 -1 4202560 298993 1249 0 2 100163 43 0 0 25 0 5 0 653287420 632049664 125764 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14831/tid=14849] ppid=14828 vsize=617236 CPUtime=992.08 cores=1,3,5,7
/proc/14831/task/14849/stat : 14849 (plingeling) R 14828 14831 14248 0 -1 4202560 489958 1249 0 2 99138 70 0 0 25 0 5 0 653287420 632049664 125764 33554432000 4194304 4417452 140735320956896 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3998.49
Current children cumulated vsize (KiB) 617236

[startup+1062.3 s]
/proc/loadavg: 8.14 8.13 8.04 10/317 14893
/proc/meminfo: memFree=11180144/32950928 swapFree=67111348/67111528
[pid=14831] ppid=14828 vsize=748004 CPUtime=4237.89 cores=1,3,5,7
/proc/14831/stat : 14831 (plingeling) S 14828 14831 14248 0 -1 4202496 1629680 1249 0 2 423556 233 0 0 23 0 5 0 653287398 765956096 158456 33554432000 4194304 4417452 140735320956896 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/14831/statm: 187001 158456 180 55 0 184887 0
[pid=14831/tid=14846] ppid=14828 vsize=748004 CPUtime=1062.09 cores=1,3,5,7
/proc/14831/task/14846/stat : 14846 (plingeling) R 14828 14831 14248 0 -1 4202560 445273 1249 0 2 106146 63 0 0 25 0 5 0 653287420 765956096 158456 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14831/tid=14847] ppid=14828 vsize=748004 CPUtime=1062.04 cores=1,3,5,7
/proc/14831/task/14847/stat : 14847 (plingeling) R 14828 14831 14248 0 -1 4202560 380966 1249 0 2 106150 54 0 0 25 0 5 0 653287420 765956096 158456 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14831/tid=14848] ppid=14828 vsize=748004 CPUtime=1062.06 cores=1,3,5,7
/proc/14831/task/14848/stat : 14848 (plingeling) R 14828 14831 14248 0 -1 4202560 298993 1249 0 2 106163 43 0 0 25 0 5 0 653287420 765956096 158456 33554432000 4194304 4417452 140735320956896 18446744073709551615 4366458 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14831/tid=14849] ppid=14828 vsize=748004 CPUtime=1051.49 cores=1,3,5,7
/proc/14831/task/14849/stat : 14849 (plingeling) R 14828 14831 14248 0 -1 4202560 494865 1249 0 2 105078 71 0 0 25 0 5 0 653287420 765956096 158456 33554432000 4194304 4417452 140735320956896 18446744073709551615 4236812 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4237.89
Current children cumulated vsize (KiB) 748004

[startup+1122.3 s]
/proc/loadavg: 8.17 8.14 8.05 10/317 14894
/proc/meminfo: memFree=11342664/32950928 swapFree=67111348/67111528
[pid=14831] ppid=14828 vsize=657808 CPUtime=4477.28 cores=1,3,5,7
/proc/14831/stat : 14831 (plingeling) S 14828 14831 14248 0 -1 4202496 1705738 1249 0 2 447485 243 0 0 23 0 5 0 653287398 673595392 135907 33554432000 4194304 4417452 140735320956896 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/14831/statm: 164452 135907 180 55 0 162338 0
[pid=14831/tid=14846] ppid=14828 vsize=657808 CPUtime=1122.09 cores=1,3,5,7
/proc/14831/task/14846/stat : 14846 (plingeling) R 14828 14831 14248 0 -1 4202560 478578 1249 0 2 112142 67 0 0 25 0 5 0 653287420 673595392 135907 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14831/tid=14847] ppid=14828 vsize=657808 CPUtime=1122.04 cores=1,3,5,7
/proc/14831/task/14847/stat : 14847 (plingeling) R 14828 14831 14248 0 -1 4202560 400136 1249 0 2 112147 57 0 0 25 0 5 0 653287420 673595392 135907 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14831/tid=14848] ppid=14828 vsize=657808 CPUtime=1122.06 cores=1,3,5,7
/proc/14831/task/14848/stat : 14848 (plingeling) R 14828 14831 14248 0 -1 4202560 298993 1249 0 2 112163 43 0 0 25 0 5 0 653287420 673595392 135907 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14831/tid=14849] ppid=14828 vsize=657808 CPUtime=1110.88 cores=1,3,5,7
/proc/14831/task/14849/stat : 14849 (plingeling) R 14828 14831 14248 0 -1 4202560 518448 1249 0 2 111014 74 0 0 25 0 5 0 653287420 673595392 135907 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364589 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4477.28
Current children cumulated vsize (KiB) 657808

[startup+1182.3 s]
/proc/loadavg: 8.18 8.14 8.05 10/317 14896
/proc/meminfo: memFree=11311488/32950928 swapFree=67111348/67111528
[pid=14831] ppid=14828 vsize=699948 CPUtime=4716.68 cores=1,3,5,7
/proc/14831/stat : 14831 (plingeling) S 14828 14831 14248 0 -1 4202496 1795861 1249 0 2 471415 253 0 0 23 0 5 0 653287398 716746752 143654 33554432000 4194304 4417452 140735320956896 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/14831/statm: 174987 143654 180 55 0 172873 0
[pid=14831/tid=14846] ppid=14828 vsize=699948 CPUtime=1182.08 cores=1,3,5,7
/proc/14831/task/14846/stat : 14846 (plingeling) R 14828 14831 14248 0 -1 4202560 511948 1249 0 2 118137 71 0 0 25 0 5 0 653287420 716746752 143654 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14831/tid=14847] ppid=14828 vsize=699948 CPUtime=1182.04 cores=1,3,5,7
/proc/14831/task/14847/stat : 14847 (plingeling) R 14828 14831 14248 0 -1 4202560 420701 1249 0 2 118145 59 0 0 25 0 5 0 653287420 716746752 143654 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14831/tid=14848] ppid=14828 vsize=699948 CPUtime=1182.06 cores=1,3,5,7
/proc/14831/task/14848/stat : 14848 (plingeling) R 14828 14831 14248 0 -1 4202560 299618 1249 0 2 118163 43 0 0 25 0 5 0 653287420 716746752 143654 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14831/tid=14849] ppid=14828 vsize=699948 CPUtime=1170.28 cores=1,3,5,7
/proc/14831/task/14849/stat : 14849 (plingeling) R 14828 14831 14248 0 -1 4202560 554011 1249 0 2 116951 77 0 0 25 0 5 0 653287420 716746752 143654 33554432000 4194304 4417452 140735320956896 18446744073709551615 4357970 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4716.68
Current children cumulated vsize (KiB) 699948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.2 s]
/proc/loadavg: 8.13 8.13 8.05 9/317 14897
/proc/meminfo: memFree=11349048/32950928 swapFree=67111348/67111528
[pid=14831] ppid=14828 vsize=640464 CPUtime=4800.1 cores=1,3,5,7
/proc/14831/stat : 14831 (plingeling) S 14828 14831 14248 0 -1 4202496 1822625 1249 0 2 479753 257 0 0 23 0 5 0 653287398 655835136 128783 33554432000 4194304 4417452 140735320956896 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/14831/statm: 160116 128783 180 55 0 158002 0
[pid=14831/tid=14846] ppid=14828 vsize=640464 CPUtime=1203 cores=1,3,5,7
/proc/14831/task/14846/stat : 14846 (plingeling) R 14828 14831 14248 0 -1 4202560 523578 1249 0 2 120228 72 0 0 25 0 5 0 653287420 655835136 128783 33554432000 4194304 4417452 140735320956896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14831/tid=14847] ppid=14828 vsize=640464 CPUtime=1202.95 cores=1,3,5,7
/proc/14831/task/14847/stat : 14847 (plingeling) R 14828 14831 14248 0 -1 4202560 431461 1249 0 2 120234 61 0 0 25 0 5 0 653287420 655835136 128783 33554432000 4194304 4417452 140735320956896 18446744073709551615 4354540 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14831/tid=14848] ppid=14828 vsize=640464 CPUtime=1202.98 cores=1,3,5,7
/proc/14831/task/14848/stat : 14848 (plingeling) R 14828 14831 14248 0 -1 4202560 299618 1249 0 2 120255 43 0 0 25 0 5 0 653287420 655835136 128783 33554432000 4194304 4417452 140735320956896 18446744073709551615 4346639 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14831/tid=14849] ppid=14828 vsize=640464 CPUtime=1190.97 cores=1,3,5,7
/proc/14831/task/14849/stat : 14849 (plingeling) R 14828 14831 14248 0 -1 4202560 558385 1249 0 2 119019 78 0 0 25 0 5 0 653287420 655835136 128783 33554432000 4194304 4417452 140735320956896 18446744073709551615 4237284 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 640464

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): 1203.24
CPU time (s): 4800.17
CPU user time (s): 4797.57
CPU system time (s): 2.6026
CPU usage (%): 398.938
Max. virtual memory (cumulated for all children) (KiB): 827288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.57
system time used= 2.6026
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1823874
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 336
involuntary context switches= 50806

runsolver used 3.38049 second user time and 8.66668 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-15 01:48:06
IDJOB=3371362
IDBENCH=20523
IDSOLVER=1848
FILE ID=node120/3371362-1305416886
RUNJOBID= node120-1305416886-14815
PBS_JOBID= 13324526
Free space on /tmp= 73504 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k45.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371362-1305416886/watcher-3371362-1305416886 -o /tmp/evaluation-result-3371362-1305416886/solver-3371362-1305416886 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371362-1305416886.cnf

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

MD5SUM BENCH= 8a76c8add64173ae39149aae572a02d9
RANDOM SEED=104841675

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12311768 kB
Buffers:        262024 kB
Cached:        3584668 kB
SwapCached:          0 kB
Active:       17367064 kB
Inactive:      2983696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12311768 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            7936 kB
Writeback:           0 kB
AnonPages:    16503580 kB
Mapped:          24192 kB
Slab:           174976 kB
PageTables:      48872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51549596 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= 73500 MiB
End job on node120 at 2011-05-15 02:08:12