Trace number 3372581

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)UNSAT 2045.74 256.707

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
MD5SUM9059f458d76edcc4dc5681746a6de6e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark245.654
Satisfiable
(Un)Satisfiability was proved
Number of variables88352
Number of clauses262658
Sum of the clauses size612866
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2175104
Number of clauses of size 387552
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

2045.72/256.70	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3372581-1305438955/watcher-3372581-1305438955 -o /tmp/evaluation-result-3372581-1305438955/solver-3372581-1305438955 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372581-1305438955.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: 8.05 8.06 7.75 1/323 32082
/proc/meminfo: memFree=22970940/32951124 swapFree=59367104/67111528
[pid=32082] ppid=32080 vsize=11564 CPUtime=0 cores=0-7
/proc/32082/stat : 32082 (plingeling) R 32080 32082 31747 0 -1 4202496 983 1249 0 0 0 0 0 0 21 0 1 0 636311119 11841536 914 33554432000 4194304 4417452 140734748916224 18446744073709551615 270338383616 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/32082/statm: 2891 914 148 55 0 777 0

[startup+0.0662159 s]
/proc/loadavg: 8.05 8.06 7.75 1/323 32082
/proc/meminfo: memFree=22970940/32951124 swapFree=59367104/67111528
[pid=32082] ppid=32080 vsize=23712 CPUtime=0.05 cores=0-7
/proc/32082/stat : 32082 (plingeling) R 32080 32082 31747 0 -1 4202496 4039 1249 0 0 5 0 0 0 21 0 1 0 636311119 24281088 3952 33554432000 4194304 4417452 140734748916224 18446744073709551615 4227886 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/32082/statm: 5928 3952 149 55 0 3814 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 23712

[startup+0.100208 s]
/proc/loadavg: 8.05 8.06 7.75 1/323 32082
/proc/meminfo: memFree=22970940/32951124 swapFree=59367104/67111528
[pid=32082] ppid=32080 vsize=27808 CPUtime=0.08 cores=0-7
/proc/32082/stat : 32082 (plingeling) R 32080 32082 31747 0 -1 4202496 5063 1249 0 0 8 0 0 0 21 0 1 0 636311119 28475392 4976 33554432000 4194304 4417452 140734748916224 18446744073709551615 4209545 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/32082/statm: 6952 4976 149 55 0 4838 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27808

[startup+0.300189 s]
/proc/loadavg: 8.05 8.06 7.75 1/323 32082
/proc/meminfo: memFree=22970940/32951124 swapFree=59367104/67111528
[pid=32082] ppid=32080 vsize=64332 CPUtime=0.28 cores=0-7
/proc/32082/stat : 32082 (plingeling) R 32080 32082 31747 0 -1 4202496 14295 1249 0 0 27 1 0 0 22 0 1 0 636311119 65875968 14107 33554432000 4194304 4417452 140734748916224 18446744073709551615 4209495 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/32082/statm: 16083 14107 149 55 0 13969 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 64332

[startup+0.701087 s]
/proc/loadavg: 8.05 8.06 7.75 1/323 32082
/proc/meminfo: memFree=22970940/32951124 swapFree=59367104/67111528
[pid=32082] ppid=32080 vsize=279808 CPUtime=0.77 cores=0-7
/proc/32082/stat : 32082 (plingeling) S 32080 32082 31747 0 -1 4202496 36033 1249 0 0 72 5 0 0 18 0 9 0 636311119 286523392 31130 33554432000 4194304 4417452 140734748916224 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32082/statm: 69952 31130 158 55 0 67838 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 279808

[startup+1.5009 s]
/proc/loadavg: 7.49 7.94 7.71 9/332 32096
/proc/meminfo: memFree=22809056/32951124 swapFree=59367104/67111528
[pid=32082] ppid=32080 vsize=315776 CPUtime=7.07 cores=0-7
/proc/32082/stat : 32082 (plingeling) S 32080 32082 31747 0 -1 4202496 58840 1249 0 0 699 8 0 0 18 0 9 0 636311119 323354624 41280 33554432000 4194304 4417452 140734748916224 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32082/statm: 78944 41280 173 55 0 76830 0
[pid=32082/tid=32089] ppid=32080 vsize=315776 CPUtime=0.81 cores=0-7
/proc/32082/task/32089/stat : 32089 (plingeling) R 32080 32082 31747 0 -1 4202560 2421 1249 0 0 81 0 0 0 18 0 9 0 636311187 323354624 41280 33554432000 4194304 4417452 140734748916224 18446744073709551615 4292473 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32082/tid=32090] ppid=32080 vsize=315776 CPUtime=0.81 cores=0-7
/proc/32082/task/32090/stat : 32090 (plingeling) R 32080 32082 31747 0 -1 4202560 2260 1249 0 0 81 0 0 0 19 0 9 0 636311187 323354624 41280 33554432000 4194304 4417452 140734748916224 18446744073709551615 4284341 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=315776 CPUtime=0.81 cores=0-7
/proc/32082/task/32091/stat : 32091 (plingeling) R 32080 32082 31747 0 -1 4202560 2416 1249 0 0 81 0 0 0 18 0 9 0 636311187 323354624 41280 33554432000 4194304 4417452 140734748916224 18446744073709551615 4291923 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32082/tid=32092] ppid=32080 vsize=315776 CPUtime=0.8 cores=0-7
/proc/32082/task/32092/stat : 32092 (plingeling) R 32080 32082 31747 0 -1 4202560 2148 1249 0 0 80 0 0 0 25 0 9 0 636311187 323354624 41280 33554432000 4194304 4417452 140734748916224 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=315776 CPUtime=0.8 cores=0-7
/proc/32082/task/32093/stat : 32093 (plingeling) R 32080 32082 31747 0 -1 4202560 3104 1249 0 0 80 0 0 0 19 0 9 0 636311187 323354624 41280 33554432000 4194304 4417452 140734748916224 18446744073709551615 4284341 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32082/tid=32094] ppid=32080 vsize=315776 CPUtime=0.79 cores=0-7
/proc/32082/task/32094/stat : 32094 (plingeling) R 32080 32082 31747 0 -1 4202560 2244 1249 0 0 79 0 0 0 25 0 9 0 636311187 323354624 41280 33554432000 4194304 4417452 140734748916224 18446744073709551615 4291513 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32082/tid=32095] ppid=32080 vsize=315776 CPUtime=0.8 cores=0-7
/proc/32082/task/32095/stat : 32095 (plingeling) R 32080 32082 31747 0 -1 4202560 3621 1249 0 0 80 0 0 0 18 0 9 0 636311187 323354624 41280 33554432000 4194304 4417452 140734748916224 18446744073709551615 4291939 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32082/tid=32096] ppid=32080 vsize=315776 CPUtime=0.71 cores=0-7
/proc/32082/task/32096/stat : 32096 (plingeling) R 32080 32082 31747 0 -1 4202560 4615 1249 0 0 71 0 0 0 21 0 9 0 636311188 323354624 41280 33554432000 4194304 4417452 140734748916224 18446744073709551615 4286414 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 315776

[startup+3.10058 s]
/proc/loadavg: 7.49 7.94 7.71 9/332 32096
/proc/meminfo: memFree=22806204/32951124 swapFree=59367104/67111528
[pid=32082] ppid=32080 vsize=314936 CPUtime=19.85 cores=0-7
/proc/32082/stat : 32082 (plingeling) S 32080 32082 31747 0 -1 4202496 69073 1249 0 0 1976 9 0 0 18 0 9 0 636311119 322494464 45821 33554432000 4194304 4417452 140734748916224 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32082/statm: 78734 45821 177 55 0 76620 0
[pid=32082/tid=32089] ppid=32080 vsize=314936 CPUtime=2.41 cores=0-7
/proc/32082/task/32089/stat : 32089 (plingeling) R 32080 32082 31747 0 -1 4202560 2421 1249 0 0 241 0 0 0 22 0 9 0 636311187 322494464 45821 33554432000 4194304 4417452 140734748916224 18446744073709551615 4234242 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32082/tid=32090] ppid=32080 vsize=314936 CPUtime=2.4 cores=0-7
/proc/32082/task/32090/stat : 32090 (plingeling) R 32080 32082 31747 0 -1 4202560 4424 1249 0 0 240 0 0 0 22 0 9 0 636311187 322494464 45821 33554432000 4194304 4417452 140734748916224 18446744073709551615 4274888 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=314936 CPUtime=2.41 cores=0-7
/proc/32082/task/32091/stat : 32091 (plingeling) R 32080 32082 31747 0 -1 4202560 2416 1249 0 0 241 0 0 0 22 0 9 0 636311187 322494464 45821 33554432000 4194304 4417452 140734748916224 18446744073709551615 4346361 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32082/tid=32092] ppid=32080 vsize=314936 CPUtime=2.4 cores=0-7
/proc/32082/task/32092/stat : 32092 (plingeling) R 32080 32082 31747 0 -1 4202560 2149 1249 0 0 240 0 0 0 25 0 9 0 636311187 322494464 45821 33554432000 4194304 4417452 140734748916224 18446744073709551615 4365162 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=314936 CPUtime=2.4 cores=0-7
/proc/32082/task/32093/stat : 32093 (plingeling) R 32080 32082 31747 0 -1 4202560 4272 1249 0 0 240 0 0 0 22 0 9 0 636311187 322494464 45821 33554432000 4194304 4417452 140734748916224 18446744073709551615 4261313 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32082/tid=32094] ppid=32080 vsize=314936 CPUtime=2.39 cores=0-7
/proc/32082/task/32094/stat : 32094 (plingeling) R 32080 32082 31747 0 -1 4202560 2244 1249 0 0 239 0 0 0 25 0 9 0 636311187 322494464 45821 33554432000 4194304 4417452 140734748916224 18446744073709551615 4260005 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32082/tid=32095] ppid=32080 vsize=314936 CPUtime=2.4 cores=0-7
/proc/32082/task/32095/stat : 32095 (plingeling) R 32080 32082 31747 0 -1 4202560 8640 1249 0 0 239 1 0 0 22 0 9 0 636311187 322494464 45821 33554432000 4194304 4417452 140734748916224 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32082/tid=32096] ppid=32080 vsize=314936 CPUtime=2.3 cores=0-7
/proc/32082/task/32096/stat : 32096 (plingeling) R 32080 32082 31747 0 -1 4202560 6496 1249 0 0 229 1 0 0 25 0 9 0 636311188 322494464 45821 33554432000 4194304 4417452 140734748916224 18446744073709551615 4317040 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 19.85
Current children cumulated vsize (KiB) 314936

[startup+6.30094 s]
/proc/loadavg: 7.53 7.94 7.71 9/332 32096
/proc/meminfo: memFree=22735780/32951124 swapFree=59367104/67111528
[pid=32082] ppid=32080 vsize=398616 CPUtime=45.43 cores=0-7
/proc/32082/stat : 32082 (plingeling) S 32080 32082 31747 0 -1 4202496 93717 1249 0 0 4530 13 0 0 18 0 9 0 636311119 408182784 62645 33554432000 4194304 4417452 140734748916224 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32082/statm: 99654 62645 179 55 0 97540 0
[pid=32082/tid=32089] ppid=32080 vsize=398616 CPUtime=5.61 cores=0-7
/proc/32082/task/32089/stat : 32089 (plingeling) R 32080 32082 31747 0 -1 4202560 6268 1249 0 0 561 0 0 0 25 0 9 0 636311187 408182784 62645 33554432000 4194304 4417452 140734748916224 18446744073709551615 4252389 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32082/tid=32090] ppid=32080 vsize=398616 CPUtime=5.6 cores=0-7
/proc/32082/task/32090/stat : 32090 (plingeling) R 32080 32082 31747 0 -1 4202560 8487 1249 0 0 559 1 0 0 25 0 9 0 636311187 408182784 62645 33554432000 4194304 4417452 140734748916224 18446744073709551615 4236477 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=398616 CPUtime=5.61 cores=0-7
/proc/32082/task/32091/stat : 32091 (plingeling) R 32080 32082 31747 0 -1 4202560 3441 1249 0 0 561 0 0 0 25 0 9 0 636311187 408182784 62645 33554432000 4194304 4417452 140734748916224 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32082/tid=32092] ppid=32080 vsize=398616 CPUtime=5.6 cores=0-7
/proc/32082/task/32092/stat : 32092 (plingeling) R 32080 32082 31747 0 -1 4202560 2824 1249 0 0 560 0 0 0 25 0 9 0 636311187 408182784 62645 33554432000 4194304 4417452 140734748916224 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=398616 CPUtime=5.6 cores=0-7
/proc/32082/task/32093/stat : 32093 (plingeling) R 32080 32082 31747 0 -1 4202560 7947 1249 0 0 560 0 0 0 25 0 9 0 636311187 408182784 62645 33554432000 4194304 4417452 140734748916224 18446744073709551615 4272622 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32082/tid=32094] ppid=32080 vsize=398616 CPUtime=5.59 cores=0-7
/proc/32082/task/32094/stat : 32094 (plingeling) R 32080 32082 31747 0 -1 4202560 6060 1249 0 0 559 0 0 0 25 0 9 0 636311187 408182784 62645 33554432000 4194304 4417452 140734748916224 18446744073709551615 4252374 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32082/tid=32095] ppid=32080 vsize=398616 CPUtime=5.6 cores=0-7
/proc/32082/task/32095/stat : 32095 (plingeling) R 32080 32082 31747 0 -1 4202560 9667 1249 0 0 559 1 0 0 25 0 9 0 636311187 408182784 62645 33554432000 4194304 4417452 140734748916224 18446744073709551615 4232656 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32082/tid=32096] ppid=32080 vsize=398616 CPUtime=5.47 cores=0-7
/proc/32082/task/32096/stat : 32096 (plingeling) R 32080 32082 31747 0 -1 4202560 13012 1249 0 0 545 2 0 0 25 0 9 0 636311188 408182784 62645 33554432000 4194304 4417452 140734748916224 18446744073709551615 4252995 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 45.43
Current children cumulated vsize (KiB) 398616

[startup+12.7007 s]
/proc/loadavg: 7.57 7.94 7.71 9/332 32096
/proc/meminfo: memFree=22775980/32951124 swapFree=59367104/67111528
[pid=32082] ppid=32080 vsize=345488 CPUtime=96.56 cores=0-7
/proc/32082/stat : 32082 (plingeling) S 32080 32082 31747 0 -1 4202496 94452 1249 0 0 9642 14 0 0 18 0 9 0 636311119 353779712 48658 33554432000 4194304 4417452 140734748916224 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32082/statm: 86372 48658 180 55 0 84258 0
[pid=32082/tid=32089] ppid=32080 vsize=345488 CPUtime=12.01 cores=0-7
/proc/32082/task/32089/stat : 32089 (plingeling) R 32080 32082 31747 0 -1 4202560 6284 1249 0 0 1201 0 0 0 25 0 9 0 636311187 353779712 48658 33554432000 4194304 4417452 140734748916224 18446744073709551615 4330529 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32082/tid=32090] ppid=32080 vsize=345488 CPUtime=12 cores=0-7
/proc/32082/task/32090/stat : 32090 (plingeling) R 32080 32082 31747 0 -1 4202560 8503 1249 0 0 1199 1 0 0 25 0 9 0 636311187 353779712 48658 33554432000 4194304 4417452 140734748916224 18446744073709551615 4233384 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=345488 CPUtime=12.01 cores=0-7
/proc/32082/task/32091/stat : 32091 (plingeling) R 32080 32082 31747 0 -1 4202560 3491 1249 0 0 1201 0 0 0 25 0 9 0 636311187 353779712 48658 33554432000 4194304 4417452 140734748916224 18446744073709551615 4237313 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32082/tid=32092] ppid=32080 vsize=345488 CPUtime=12 cores=0-7
/proc/32082/task/32092/stat : 32092 (plingeling) R 32080 32082 31747 0 -1 4202560 2824 1249 0 0 1200 0 0 0 25 0 9 0 636311187 353779712 48658 33554432000 4194304 4417452 140734748916224 18446744073709551615 4365990 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=345488 CPUtime=12.01 cores=0-7
/proc/32082/task/32093/stat : 32093 (plingeling) R 32080 32082 31747 0 -1 4202560 7963 1249 0 0 1200 1 0 0 25 0 9 0 636311187 353779712 48658 33554432000 4194304 4417452 140734748916224 18446744073709551615 4259618 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32082/tid=32094] ppid=32080 vsize=345488 CPUtime=11.99 cores=0-7
/proc/32082/task/32094/stat : 32094 (plingeling) R 32080 32082 31747 0 -1 4202560 6355 1249 0 0 1198 1 0 0 25 0 9 0 636311187 353779712 48658 33554432000 4194304 4417452 140734748916224 18446744073709551615 4253179 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32082/tid=32095] ppid=32080 vsize=345488 CPUtime=12 cores=0-7
/proc/32082/task/32095/stat : 32095 (plingeling) R 32080 32082 31747 0 -1 4202560 9716 1249 0 0 1199 1 0 0 25 0 9 0 636311187 353779712 48658 33554432000 4194304 4417452 140734748916224 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32082/tid=32096] ppid=32080 vsize=345488 CPUtime=11.8 cores=0-7
/proc/32082/task/32096/stat : 32096 (plingeling) R 32080 32082 31747 0 -1 4202560 13305 1249 0 0 1178 2 0 0 25 0 9 0 636311188 353779712 48658 33554432000 4194304 4417452 140734748916224 18446744073709551615 4330933 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 96.56
Current children cumulated vsize (KiB) 345488

[startup+25.5011 s]
/proc/loadavg: 7.63 7.94 7.71 9/332 32096
/proc/meminfo: memFree=22783932/32951124 swapFree=59367104/67111528
[pid=32082] ppid=32080 vsize=336280 CPUtime=198.81 cores=0-7
/proc/32082/stat : 32082 (plingeling) S 32080 32082 31747 0 -1 4202496 95223 1249 0 0 19867 14 0 0 18 0 9 0 636311119 344350720 46356 33554432000 4194304 4417452 140734748916224 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32082/statm: 84070 46356 180 55 0 81956 0
[pid=32082/tid=32089] ppid=32080 vsize=336280 CPUtime=24.81 cores=0-7
/proc/32082/task/32089/stat : 32089 (plingeling) R 32080 32082 31747 0 -1 4202560 6292 1249 0 0 2481 0 0 0 25 0 9 0 636311187 344350720 46356 33554432000 4194304 4417452 140734748916224 18446744073709551615 4330497 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32082/tid=32090] ppid=32080 vsize=336280 CPUtime=24.8 cores=0-7
/proc/32082/task/32090/stat : 32090 (plingeling) R 32080 32082 31747 0 -1 4202560 8513 1249 0 0 2479 1 0 0 25 0 9 0 636311187 344350720 46356 33554432000 4194304 4417452 140734748916224 18446744073709551615 4236564 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=336280 CPUtime=24.81 cores=0-7
/proc/32082/task/32091/stat : 32091 (plingeling) R 32080 32082 31747 0 -1 4202560 3491 1249 0 0 2481 0 0 0 25 0 9 0 636311187 344350720 46356 33554432000 4194304 4417452 140734748916224 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32082/tid=32092] ppid=32080 vsize=336280 CPUtime=24.8 cores=0-7
/proc/32082/task/32092/stat : 32092 (plingeling) R 32080 32082 31747 0 -1 4202560 2824 1249 0 0 2480 0 0 0 25 0 9 0 636311187 344350720 46356 33554432000 4194304 4417452 140734748916224 18446744073709551615 4264999 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=336280 CPUtime=24.8 cores=0-7
/proc/32082/task/32093/stat : 32093 (plingeling) R 32080 32082 31747 0 -1 4202560 7978 1249 0 0 2479 1 0 0 25 0 9 0 636311187 344350720 46356 33554432000 4194304 4417452 140734748916224 18446744073709551615 4211488 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32082/tid=32094] ppid=32080 vsize=336280 CPUtime=24.79 cores=0-7
/proc/32082/task/32094/stat : 32094 (plingeling) R 32080 32082 31747 0 -1 4202560 7078 1249 0 0 2478 1 0 0 25 0 9 0 636311187 344350720 46356 33554432000 4194304 4417452 140734748916224 18446744073709551615 4250936 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32082/tid=32095] ppid=32080 vsize=336280 CPUtime=24.8 cores=0-7
/proc/32082/task/32095/stat : 32095 (plingeling) R 32080 32082 31747 0 -1 4202560 9716 1249 0 0 2479 1 0 0 25 0 9 0 636311187 344350720 46356 33554432000 4194304 4417452 140734748916224 18446744073709551615 4236689 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32082/tid=32096] ppid=32080 vsize=336280 CPUtime=24.45 cores=0-7
/proc/32082/task/32096/stat : 32096 (plingeling) R 32080 32082 31747 0 -1 4202560 13320 1249 0 0 2443 2 0 0 25 0 9 0 636311188 344350720 46356 33554432000 4194304 4417452 140734748916224 18446744073709551615 4358082 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 198.81
Current children cumulated vsize (KiB) 336280

[startup+51.1011 s]
/proc/loadavg: 7.83 7.96 7.73 9/332 32097
/proc/meminfo: memFree=22757820/32951124 swapFree=59367104/67111528
[pid=32082] ppid=32080 vsize=366240 CPUtime=403.34 cores=0-7
/proc/32082/stat : 32082 (plingeling) S 32080 32082 31747 0 -1 4202496 112148 1249 0 0 40318 16 0 0 18 0 9 0 636311119 375029760 53826 33554432000 4194304 4417452 140734748916224 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32082/statm: 91560 53826 180 55 0 89446 0
[pid=32082/tid=32089] ppid=32080 vsize=366240 CPUtime=50.41 cores=0-7
/proc/32082/task/32089/stat : 32089 (plingeling) R 32080 32082 31747 0 -1 4202560 6950 1249 0 0 5041 0 0 0 25 0 9 0 636311187 375029760 53826 33554432000 4194304 4417452 140734748916224 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32082/tid=32090] ppid=32080 vsize=366240 CPUtime=50.4 cores=0-7
/proc/32082/task/32090/stat : 32090 (plingeling) R 32080 32082 31747 0 -1 4202560 9270 1249 0 0 5039 1 0 0 25 0 9 0 636311187 375029760 53826 33554432000 4194304 4417452 140734748916224 18446744073709551615 4277621 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=366240 CPUtime=50.41 cores=0-7

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

/proc/32082/task/32092/stat : 32092 (plingeling) R 32080 32082 31747 0 -1 4202560 8239 1249 0 0 22960 1 0 0 25 0 9 0 636311187 519008256 88981 33554432000 4194304 4417452 140734748916224 18446744073709551615 4353598 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=506844 CPUtime=229.61 cores=0-7
/proc/32082/task/32093/stat : 32093 (plingeling) R 32080 32082 31747 0 -1 4202560 19481 1249 0 0 22959 2 0 0 25 0 9 0 636311187 519008256 88981 33554432000 4194304 4417452 140734748916224 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32082/tid=32094] ppid=32080 vsize=506844 CPUtime=229.59 cores=0-7
/proc/32082/task/32094/stat : 32094 (plingeling) R 32080 32082 31747 0 -1 4202560 25432 1249 0 0 22956 3 0 0 25 0 9 0 636311187 519008256 88981 33554432000 4194304 4417452 140734748916224 18446744073709551615 4365111 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32082/tid=32095] ppid=32080 vsize=506844 CPUtime=229.6 cores=0-7
/proc/32082/task/32095/stat : 32095 (plingeling) R 32080 32082 31747 0 -1 4202560 17800 1249 0 0 22958 2 0 0 25 0 9 0 636311187 519008256 88981 33554432000 4194304 4417452 140734748916224 18446744073709551615 4366543 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32082/tid=32096] ppid=32080 vsize=506844 CPUtime=227.07 cores=0-7
/proc/32082/task/32096/stat : 32096 (plingeling) R 32080 32082 31747 0 -1 4202560 40085 1249 0 0 22701 6 0 0 25 0 9 0 636311188 519008256 88981 33554432000 4194304 4417452 140734748916224 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1835.03
Current children cumulated vsize (KiB) 506844

[startup+243.113 s]
/proc/loadavg: 8.05 8.00 7.78 9/332 32102
/proc/meminfo: memFree=22584428/32951124 swapFree=59367104/67111528
[pid=32082] ppid=32080 vsize=540228 CPUtime=1937.39 cores=0-7
/proc/32082/stat : 32082 (plingeling) S 32080 32082 31747 0 -1 4202496 217246 1249 0 0 193708 31 0 0 18 0 9 0 636311119 553193472 97327 33554432000 4194304 4417452 140734748916224 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32082/statm: 135057 97327 180 55 0 132943 0
[pid=32082/tid=32089] ppid=32080 vsize=540228 CPUtime=242.42 cores=0-7
/proc/32082/task/32089/stat : 32089 (plingeling) R 32080 32082 31747 0 -1 4202560 15914 1249 0 0 24241 1 0 0 25 0 9 0 636311187 553193472 97327 33554432000 4194304 4417452 140734748916224 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32082/tid=32090] ppid=32080 vsize=540228 CPUtime=242.38 cores=0-7
/proc/32082/task/32090/stat : 32090 (plingeling) R 32080 32082 31747 0 -1 4202560 26071 1249 0 0 24235 3 0 0 25 0 9 0 636311187 553193472 97327 33554432000 4194304 4417452 140734748916224 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=540228 CPUtime=242.42 cores=0-7
/proc/32082/task/32091/stat : 32091 (plingeling) R 32080 32082 31747 0 -1 4202560 21914 1249 0 0 24240 2 0 0 25 0 9 0 636311187 553193472 97327 33554432000 4194304 4417452 140734748916224 18446744073709551615 4358082 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32082/tid=32092] ppid=32080 vsize=540228 CPUtime=242.42 cores=0-7
/proc/32082/task/32092/stat : 32092 (plingeling) R 32080 32082 31747 0 -1 4202560 8239 1249 0 0 24241 1 0 0 25 0 9 0 636311187 553193472 97327 33554432000 4194304 4417452 140734748916224 18446744073709551615 4357562 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=540228 CPUtime=242.43 cores=0-7
/proc/32082/task/32093/stat : 32093 (plingeling) R 32080 32082 31747 0 -1 4202560 21540 1249 0 0 24240 3 0 0 25 0 9 0 636311187 553193472 97327 33554432000 4194304 4417452 140734748916224 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32082/tid=32094] ppid=32080 vsize=540228 CPUtime=242.4 cores=0-7
/proc/32082/task/32094/stat : 32094 (plingeling) R 32080 32082 31747 0 -1 4202560 27624 1249 0 0 24237 3 0 0 25 0 9 0 636311187 553193472 97327 33554432000 4194304 4417452 140734748916224 18446744073709551615 4364984 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32082/tid=32095] ppid=32080 vsize=540228 CPUtime=242.42 cores=0-7
/proc/32082/task/32095/stat : 32095 (plingeling) R 32080 32082 31747 0 -1 4202560 19848 1249 0 0 24239 3 0 0 25 0 9 0 636311187 553193472 97327 33554432000 4194304 4417452 140734748916224 18446744073709551615 4353536 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32082/tid=32096] ppid=32080 vsize=540228 CPUtime=239.74 cores=0-7
/proc/32082/task/32096/stat : 32096 (plingeling) R 32080 32082 31747 0 -1 4202560 40085 1249 0 0 23968 6 0 0 25 0 9 0 636311188 553193472 97327 33554432000 4194304 4417452 140734748916224 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1937.39
Current children cumulated vsize (KiB) 540228

[startup+249.501 s]
/proc/loadavg: 8.04 8.00 7.78 9/332 32102
/proc/meminfo: memFree=22584180/32951124 swapFree=59367104/67111528
[pid=32082] ppid=32080 vsize=540224 CPUtime=1988.43 cores=0-7
/proc/32082/stat : 32082 (plingeling) S 32080 32082 31747 0 -1 4202496 217257 1249 0 0 198812 31 0 0 18 0 9 0 636311119 553189376 97326 33554432000 4194304 4417452 140734748916224 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32082/statm: 135056 97326 180 55 0 132942 0
[pid=32082/tid=32089] ppid=32080 vsize=540224 CPUtime=248.81 cores=0-7
/proc/32082/task/32089/stat : 32089 (plingeling) R 32080 32082 31747 0 -1 4202560 15914 1249 0 0 24880 1 0 0 25 0 9 0 636311187 553189376 97326 33554432000 4194304 4417452 140734748916224 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32082/tid=32090] ppid=32080 vsize=540224 CPUtime=248.76 cores=0-7
/proc/32082/task/32090/stat : 32090 (plingeling) R 32080 32082 31747 0 -1 4202560 26082 1249 0 0 24873 3 0 0 25 0 9 0 636311187 553189376 97326 33554432000 4194304 4417452 140734748916224 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=540224 CPUtime=248.8 cores=0-7
/proc/32082/task/32091/stat : 32091 (plingeling) R 32080 32082 31747 0 -1 4202560 21914 1249 0 0 24878 2 0 0 25 0 9 0 636311187 553189376 97326 33554432000 4194304 4417452 140734748916224 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32082/tid=32092] ppid=32080 vsize=540224 CPUtime=248.81 cores=0-7
/proc/32082/task/32092/stat : 32092 (plingeling) R 32080 32082 31747 0 -1 4202560 8239 1249 0 0 24880 1 0 0 25 0 9 0 636311187 553189376 97326 33554432000 4194304 4417452 140734748916224 18446744073709551615 4342461 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=540224 CPUtime=248.81 cores=0-7
/proc/32082/task/32093/stat : 32093 (plingeling) R 32080 32082 31747 0 -1 4202560 21540 1249 0 0 24878 3 0 0 25 0 9 0 636311187 553189376 97326 33554432000 4194304 4417452 140734748916224 18446744073709551615 4277571 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32082/tid=32094] ppid=32080 vsize=540224 CPUtime=248.79 cores=0-7
/proc/32082/task/32094/stat : 32094 (plingeling) R 32080 32082 31747 0 -1 4202560 27624 1249 0 0 24876 3 0 0 25 0 9 0 636311187 553189376 97326 33554432000 4194304 4417452 140734748916224 18446744073709551615 4365036 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32082/tid=32095] ppid=32080 vsize=540224 CPUtime=248.81 cores=0-7
/proc/32082/task/32095/stat : 32095 (plingeling) R 32080 32082 31747 0 -1 4202560 19848 1249 0 0 24878 3 0 0 25 0 9 0 636311187 553189376 97326 33554432000 4194304 4417452 140734748916224 18446744073709551615 4275947 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32082/tid=32096] ppid=32080 vsize=540224 CPUtime=246.07 cores=0-7
/proc/32082/task/32096/stat : 32096 (plingeling) R 32080 32082 31747 0 -1 4202560 40085 1249 0 0 24601 6 0 0 25 0 9 0 636311188 553189376 97326 33554432000 4194304 4417452 140734748916224 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1988.43
Current children cumulated vsize (KiB) 540224

[startup+252.701 s]
/proc/loadavg: 8.04 8.00 7.78 9/332 32102
/proc/meminfo: memFree=22583800/32951124 swapFree=59367104/67111528
[pid=32082] ppid=32080 vsize=540248 CPUtime=2014 cores=0-7
/proc/32082/stat : 32082 (plingeling) S 32080 32082 31747 0 -1 4202496 217419 1249 0 0 201369 31 0 0 18 0 9 0 636311119 553213952 97332 33554432000 4194304 4417452 140734748916224 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32082/statm: 135062 97332 180 55 0 132948 0
[pid=32082/tid=32089] ppid=32080 vsize=540248 CPUtime=252.01 cores=0-7
/proc/32082/task/32089/stat : 32089 (plingeling) R 32080 32082 31747 0 -1 4202560 15925 1249 0 0 25200 1 0 0 25 0 9 0 636311187 553213952 97332 33554432000 4194304 4417452 140734748916224 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32082/tid=32090] ppid=32080 vsize=540248 CPUtime=251.96 cores=0-7
/proc/32082/task/32090/stat : 32090 (plingeling) R 32080 32082 31747 0 -1 4202560 26082 1249 0 0 25193 3 0 0 25 0 9 0 636311187 553213952 97332 33554432000 4194304 4417452 140734748916224 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=540248 CPUtime=252 cores=0-7
/proc/32082/task/32091/stat : 32091 (plingeling) R 32080 32082 31747 0 -1 4202560 21914 1249 0 0 25198 2 0 0 25 0 9 0 636311187 553213952 97332 33554432000 4194304 4417452 140734748916224 18446744073709551615 4278271 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32082/tid=32092] ppid=32080 vsize=540248 CPUtime=252.01 cores=0-7
/proc/32082/task/32092/stat : 32092 (plingeling) R 32080 32082 31747 0 -1 4202560 8239 1249 0 0 25200 1 0 0 25 0 9 0 636311187 553213952 97332 33554432000 4194304 4417452 140734748916224 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=540248 CPUtime=252.01 cores=0-7
/proc/32082/task/32093/stat : 32093 (plingeling) R 32080 32082 31747 0 -1 4202560 21669 1249 0 0 25198 3 0 0 25 0 9 0 636311187 553213952 97332 33554432000 4194304 4417452 140734748916224 18446744073709551615 4364675 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32082/tid=32094] ppid=32080 vsize=540248 CPUtime=251.99 cores=0-7
/proc/32082/task/32094/stat : 32094 (plingeling) R 32080 32082 31747 0 -1 4202560 27635 1249 0 0 25196 3 0 0 25 0 9 0 636311187 553213952 97332 33554432000 4194304 4417452 140734748916224 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32082/tid=32095] ppid=32080 vsize=540248 CPUtime=252.01 cores=0-7
/proc/32082/task/32095/stat : 32095 (plingeling) R 32080 32082 31747 0 -1 4202560 19848 1249 0 0 25198 3 0 0 25 0 9 0 636311187 553213952 97332 33554432000 4194304 4417452 140734748916224 18446744073709551615 4365949 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32082/tid=32096] ppid=32080 vsize=540248 CPUtime=249.24 cores=0-7
/proc/32082/task/32096/stat : 32096 (plingeling) R 32080 32082 31747 0 -1 4202560 40096 1249 0 0 24918 6 0 0 25 0 9 0 636311188 553213952 97332 33554432000 4194304 4417452 140734748916224 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2014
Current children cumulated vsize (KiB) 540248

[startup+254.301 s]
/proc/loadavg: 8.04 8.00 7.78 9/332 32102
/proc/meminfo: memFree=22583800/32951124 swapFree=59367104/67111528
[pid=32082] ppid=32080 vsize=540144 CPUtime=2026.77 cores=0-7
/proc/32082/stat : 32082 (plingeling) S 32080 32082 31747 0 -1 4202496 217419 1249 0 0 202646 31 0 0 18 0 9 0 636311119 553107456 97306 33554432000 4194304 4417452 140734748916224 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32082/statm: 135036 97306 180 55 0 132922 0
[pid=32082/tid=32089] ppid=32080 vsize=540144 CPUtime=253.61 cores=0-7
/proc/32082/task/32089/stat : 32089 (plingeling) R 32080 32082 31747 0 -1 4202560 15925 1249 0 0 25360 1 0 0 25 0 9 0 636311187 553107456 97306 33554432000 4194304 4417452 140734748916224 18446744073709551615 4356995 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32082/tid=32090] ppid=32080 vsize=540144 CPUtime=253.56 cores=0-7
/proc/32082/task/32090/stat : 32090 (plingeling) R 32080 32082 31747 0 -1 4202560 26082 1249 0 0 25353 3 0 0 25 0 9 0 636311187 553107456 97306 33554432000 4194304 4417452 140734748916224 18446744073709551615 4278727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=540144 CPUtime=253.6 cores=0-7
/proc/32082/task/32091/stat : 32091 (plingeling) R 32080 32082 31747 0 -1 4202560 21914 1249 0 0 25358 2 0 0 25 0 9 0 636311187 553107456 97306 33554432000 4194304 4417452 140734748916224 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32082/tid=32092] ppid=32080 vsize=540144 CPUtime=253.61 cores=0-7
/proc/32082/task/32092/stat : 32092 (plingeling) R 32080 32082 31747 0 -1 4202560 8239 1249 0 0 25360 1 0 0 25 0 9 0 636311187 553107456 97306 33554432000 4194304 4417452 140734748916224 18446744073709551615 4364666 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=540144 CPUtime=253.61 cores=0-7
/proc/32082/task/32093/stat : 32093 (plingeling) R 32080 32082 31747 0 -1 4202560 21669 1249 0 0 25358 3 0 0 25 0 9 0 636311187 553107456 97306 33554432000 4194304 4417452 140734748916224 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32082/tid=32094] ppid=32080 vsize=540144 CPUtime=253.59 cores=0-7
/proc/32082/task/32094/stat : 32094 (plingeling) R 32080 32082 31747 0 -1 4202560 27635 1249 0 0 25356 3 0 0 25 0 9 0 636311187 553107456 97306 33554432000 4194304 4417452 140734748916224 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32082/tid=32095] ppid=32080 vsize=540144 CPUtime=253.61 cores=0-7
/proc/32082/task/32095/stat : 32095 (plingeling) R 32080 32082 31747 0 -1 4202560 19848 1249 0 0 25358 3 0 0 25 0 9 0 636311187 553107456 97306 33554432000 4194304 4417452 140734748916224 18446744073709551615 4264920 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32082/tid=32096] ppid=32080 vsize=540144 CPUtime=250.81 cores=0-7
/proc/32082/task/32096/stat : 32096 (plingeling) R 32080 32082 31747 0 -1 4202560 40096 1249 0 0 25075 6 0 0 25 0 9 0 636311188 553107456 97306 33554432000 4194304 4417452 140734748916224 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2026.77
Current children cumulated vsize (KiB) 540144

[startup+255.9 s]
/proc/loadavg: 8.04 8.00 7.78 9/332 32102
/proc/meminfo: memFree=22583800/32951124 swapFree=59367104/67111528
[pid=32082] ppid=32080 vsize=540100 CPUtime=2039.56 cores=0-7
/proc/32082/stat : 32082 (plingeling) S 32080 32082 31747 0 -1 4202496 217419 1249 0 0 203925 31 0 0 18 0 9 0 636311119 553062400 97295 33554432000 4194304 4417452 140734748916224 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32082/statm: 135025 97295 180 55 0 132911 0
[pid=32082/tid=32089] ppid=32080 vsize=540100 CPUtime=255.21 cores=0-7
/proc/32082/task/32089/stat : 32089 (plingeling) R 32080 32082 31747 0 -1 4202560 15925 1249 0 0 25520 1 0 0 25 0 9 0 636311187 553062400 97295 33554432000 4194304 4417452 140734748916224 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32082/tid=32090] ppid=32080 vsize=540100 CPUtime=255.16 cores=0-7
/proc/32082/task/32090/stat : 32090 (plingeling) R 32080 32082 31747 0 -1 4202560 26082 1249 0 0 25513 3 0 0 25 0 9 0 636311187 553062400 97295 33554432000 4194304 4417452 140734748916224 18446744073709551615 4278727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=540100 CPUtime=255.2 cores=0-7
/proc/32082/task/32091/stat : 32091 (plingeling) R 32080 32082 31747 0 -1 4202560 21914 1249 0 0 25518 2 0 0 25 0 9 0 636311187 553062400 97295 33554432000 4194304 4417452 140734748916224 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32082/tid=32092] ppid=32080 vsize=540100 CPUtime=255.21 cores=0-7
/proc/32082/task/32092/stat : 32092 (plingeling) R 32080 32082 31747 0 -1 4202560 8239 1249 0 0 25520 1 0 0 25 0 9 0 636311187 553062400 97295 33554432000 4194304 4417452 140734748916224 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=540100 CPUtime=255.21 cores=0-7
/proc/32082/task/32093/stat : 32093 (plingeling) R 32080 32082 31747 0 -1 4202560 21669 1249 0 0 25518 3 0 0 25 0 9 0 636311187 553062400 97295 33554432000 4194304 4417452 140734748916224 18446744073709551615 4250936 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32082/tid=32094] ppid=32080 vsize=540100 CPUtime=255.19 cores=0-7
/proc/32082/task/32094/stat : 32094 (plingeling) R 32080 32082 31747 0 -1 4202560 27635 1249 0 0 25516 3 0 0 25 0 9 0 636311187 553062400 97295 33554432000 4194304 4417452 140734748916224 18446744073709551615 4232584 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32082/tid=32095] ppid=32080 vsize=540100 CPUtime=255.21 cores=0-7
/proc/32082/task/32095/stat : 32095 (plingeling) R 32080 32082 31747 0 -1 4202560 19848 1249 0 0 25518 3 0 0 25 0 9 0 636311187 553062400 97295 33554432000 4194304 4417452 140734748916224 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32082/tid=32096] ppid=32080 vsize=540100 CPUtime=252.4 cores=0-7
/proc/32082/task/32096/stat : 32096 (plingeling) R 32080 32082 31747 0 -1 4202560 40096 1249 0 0 25234 6 0 0 25 0 9 0 636311188 553062400 97295 33554432000 4194304 4417452 140734748916224 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2039.56
Current children cumulated vsize (KiB) 540100

[startup+256.312 s]
/proc/loadavg: 8.12 8.02 7.78 9/332 32102
/proc/meminfo: memFree=22583800/32951124 swapFree=59367104/67111528
[pid=32082] ppid=32080 vsize=540096 CPUtime=2042.84 cores=0-7
/proc/32082/stat : 32082 (plingeling) S 32080 32082 31747 0 -1 4202496 217419 1249 0 0 204253 31 0 0 18 0 9 0 636311119 553058304 97294 33554432000 4194304 4417452 140734748916224 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32082/statm: 135024 97294 180 55 0 132910 0
[pid=32082/tid=32089] ppid=32080 vsize=540096 CPUtime=255.62 cores=0-7
/proc/32082/task/32089/stat : 32089 (plingeling) R 32080 32082 31747 0 -1 4202560 15925 1249 0 0 25561 1 0 0 25 0 9 0 636311187 553058304 97294 33554432000 4194304 4417452 140734748916224 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32082/tid=32090] ppid=32080 vsize=540096 CPUtime=255.58 cores=0-7
/proc/32082/task/32090/stat : 32090 (plingeling) R 32080 32082 31747 0 -1 4202560 26082 1249 0 0 25555 3 0 0 25 0 9 0 636311187 553058304 97294 33554432000 4194304 4417452 140734748916224 18446744073709551615 4234650 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=540096 CPUtime=255.62 cores=0-7
/proc/32082/task/32091/stat : 32091 (plingeling) R 32080 32082 31747 0 -1 4202560 21914 1249 0 0 25560 2 0 0 25 0 9 0 636311187 553058304 97294 33554432000 4194304 4417452 140734748916224 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32082/tid=32092] ppid=32080 vsize=540096 CPUtime=255.62 cores=0-7
/proc/32082/task/32092/stat : 32092 (plingeling) R 32080 32082 31747 0 -1 4202560 8239 1249 0 0 25561 1 0 0 25 0 9 0 636311187 553058304 97294 33554432000 4194304 4417452 140734748916224 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=540096 CPUtime=255.63 cores=0-7
/proc/32082/task/32093/stat : 32093 (plingeling) R 32080 32082 31747 0 -1 4202560 21669 1249 0 0 25560 3 0 0 25 0 9 0 636311187 553058304 97294 33554432000 4194304 4417452 140734748916224 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32082/tid=32094] ppid=32080 vsize=540096 CPUtime=255.6 cores=0-7
/proc/32082/task/32094/stat : 32094 (plingeling) R 32080 32082 31747 0 -1 4202560 27635 1249 0 0 25557 3 0 0 25 0 9 0 636311187 553058304 97294 33554432000 4194304 4417452 140734748916224 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32082/tid=32095] ppid=32080 vsize=540096 CPUtime=255.62 cores=0-7
/proc/32082/task/32095/stat : 32095 (plingeling) R 32080 32082 31747 0 -1 4202560 19848 1249 0 0 25559 3 0 0 25 0 9 0 636311187 553058304 97294 33554432000 4194304 4417452 140734748916224 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32082/tid=32096] ppid=32080 vsize=540096 CPUtime=252.8 cores=0-7
/proc/32082/task/32096/stat : 32096 (plingeling) R 32080 32082 31747 0 -1 4202560 40096 1249 0 0 25274 6 0 0 25 0 9 0 636311188 553058304 97294 33554432000 4194304 4417452 140734748916224 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2042.84
Current children cumulated vsize (KiB) 540096

[startup+256.701 s]
/proc/loadavg: 8.12 8.02 7.78 9/332 32102
/proc/meminfo: memFree=22583800/32951124 swapFree=59367104/67111528
[pid=32082] ppid=32080 vsize=317276 CPUtime=2045.72 cores=0-7
/proc/32082/stat : 32082 (plingeling) R 32080 32082 31747 0 -1 4202496 217420 1249 0 0 204539 33 0 0 17 0 1 0 636311119 324890624 23702 33554432000 4194304 4417452 140734748916224 18446744073709551615 270338409578 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/32082/statm: 79319 23641 181 55 0 77205 0
Current children cumulated CPU time (s) 2045.72
Current children cumulated vsize (KiB) 317276

Child status: 20
Real time (s): 256.707
CPU time (s): 2045.74
CPU user time (s): 2045.4
CPU system time (s): 0.341948
CPU usage (%): 796.917
Max. virtual memory (cumulated for all children) (KiB): 540268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2045.4
system time used= 0.341948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218672
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= 363
involuntary context switches= 9843

runsolver used 0.794879 second user time and 1.9577 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-15 07:55:55
IDJOB=3372581
IDBENCH=82469
IDSOLVER=1851
FILE ID=node143/3372581-1305438955
RUNJOBID= node143-1305436493-31761
PBS_JOBID= 13324751
Free space on /tmp= 73548 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372581-1305438955/watcher-3372581-1305438955 -o /tmp/evaluation-result-3372581-1305438955/solver-3372581-1305438955 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3372581-1305438955.cnf

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

MD5SUM BENCH= 9059f458d76edcc4dc5681746a6de6e5
RANDOM SEED=291908369

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22971468 kB
Buffers:        191576 kB
Cached:        1027400 kB
SwapCached:      67400 kB
Active:         155796 kB
Inactive:      9584772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22971468 kB
SwapTotal:    67111528 kB
SwapFree:     59367104 kB
Dirty:            4408 kB
Writeback:           0 kB
AnonPages:     8454292 kB
Mapped:          21824 kB
Slab:           118628 kB
PageTables:      53236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 69935984 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= 73548 MiB
End job on node143 at 2011-05-15 08:00:12