Trace number 3309945

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 587UNSAT 15587.2 1950.35

General information on the benchmark

NameSAT03/industrial/maris/CNF/
gripper13u.shuffled-as.sat03-395.cnf
MD5SUM3889b7ed90cc1fbe8bc8d140a1763832
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1519.95
Satisfiable
(Un)Satisfiability was proved
Number of variables4268
Number of clauses38965
Sum of the clauses size86077
Maximum clause length28
Minimum clause length1
Number of clauses of size 169
Number of clauses of size 235984
Number of clauses of size 3104
Number of clauses of size 42704
Number of clauses of size 50
Number of clauses of size over 5104

Solver Data

15587.19/1950.35	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: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3309945-1304015535/watcher-3309945-1304015535 -o /tmp/evaluation-result-3309945-1304015535/solver-3309945-1304015535 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3309945-1304015535.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.65 7.88 7.95 1/170 30277
/proc/meminfo: memFree=11925240/32951124 swapFree=67111528/67111528
[pid=30277] ppid=30275 vsize=10828 CPUtime=0 cores=0-7
/proc/30277/stat : 30277 (plingeling) R 30275 30277 29527 0 -1 4202496 772 1251 0 0 0 0 0 0 18 0 1 0 513153941 11087872 702 33554432000 4194304 4417332 140736305345808 18446744073709551615 230808862475 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/30277/statm: 2707 713 147 55 0 593 0

[startup+0.0751851 s]
/proc/loadavg: 7.65 7.88 7.95 1/170 30277
/proc/meminfo: memFree=11925240/32951124 swapFree=67111528/67111528
[pid=30277] ppid=30275 vsize=21680 CPUtime=0.06 cores=0-7
/proc/30277/stat : 30277 (plingeling) R 30275 30277 29527 0 -1 4202496 3403 1251 0 0 6 0 0 0 18 0 1 0 513153941 22200320 3332 33554432000 4194304 4417332 140736305345808 18446744073709551615 230808859629 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/30277/statm: 5420 3363 148 55 0 3306 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 21680

[startup+0.100173 s]
/proc/loadavg: 7.65 7.88 7.95 1/170 30277
/proc/meminfo: memFree=11925240/32951124 swapFree=67111528/67111528
[pid=30277] ppid=30275 vsize=169708 CPUtime=0.19 cores=0-7
/proc/30277/stat : 30277 (plingeling) S 30275 30277 29527 0 -1 4202496 4270 1251 0 0 19 0 0 0 18 0 9 0 513153941 173780992 3589 33554432000 4194304 4417332 140736305345808 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30277/statm: 42427 3589 174 55 0 40313 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 169708

[startup+0.336095 s]
/proc/loadavg: 7.65 7.88 7.95 1/170 30277
/proc/meminfo: memFree=11925240/32951124 swapFree=67111528/67111528
[pid=30277] ppid=30275 vsize=172548 CPUtime=2.05 cores=0-7
/proc/30277/stat : 30277 (plingeling) S 30275 30277 29527 0 -1 4202496 5687 1251 0 0 205 0 0 0 18 0 9 0 513153941 176689152 4271 33554432000 4194304 4417332 140736305345808 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30277/statm: 43137 4271 177 55 0 41023 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 172548

[startup+0.701028 s]
/proc/loadavg: 7.65 7.88 7.95 1/170 30277
/proc/meminfo: memFree=11925240/32951124 swapFree=67111528/67111528
[pid=30277] ppid=30275 vsize=183892 CPUtime=4.97 cores=0-7
/proc/30277/stat : 30277 (plingeling) S 30275 30277 29527 0 -1 4202496 10127 1251 0 0 497 0 0 0 18 0 9 0 513153941 188305408 7204 33554432000 4194304 4417332 140736305345808 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30277/statm: 45973 7204 181 55 0 43859 0
Current children cumulated CPU time (s) 4.97
Current children cumulated vsize (KiB) 183892

[startup+1.50088 s]
/proc/loadavg: 7.65 7.88 7.95 9/179 30291
/proc/meminfo: memFree=11892828/32951124 swapFree=67111528/67111528
[pid=30277] ppid=30275 vsize=192992 CPUtime=11.36 cores=0-7
/proc/30277/stat : 30277 (plingeling) S 30275 30277 29527 0 -1 4202496 14902 1251 0 0 1135 1 0 0 18 0 9 0 513153941 197623808 9479 33554432000 4194304 4417332 140736305345808 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30277/statm: 48248 9479 181 55 0 46134 0
[pid=30277/tid=30284] ppid=30275 vsize=192992 CPUtime=1.41 cores=0-7
/proc/30277/task/30284/stat : 30284 (plingeling) R 30275 30277 29527 0 -1 4202560 1115 1251 0 0 141 0 0 0 20 0 9 0 513153949 197623808 9479 33554432000 4194304 4417332 140736305345808 18446744073709551615 4365872 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30277/tid=30285] ppid=30275 vsize=192992 CPUtime=1.41 cores=0-7
/proc/30277/task/30285/stat : 30285 (plingeling) R 30275 30277 29527 0 -1 4202560 908 1251 0 0 141 0 0 0 23 0 9 0 513153949 197623808 9479 33554432000 4194304 4417332 140736305345808 18446744073709551615 4236655 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30277/tid=30286] ppid=30275 vsize=192992 CPUtime=1.41 cores=0-7
/proc/30277/task/30286/stat : 30286 (plingeling) R 30275 30277 29527 0 -1 4202560 832 1251 0 0 141 0 0 0 23 0 9 0 513153949 197623808 9479 33554432000 4194304 4417332 140736305345808 18446744073709551615 4342555 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30277/tid=30287] ppid=30275 vsize=192992 CPUtime=1.41 cores=0-7
/proc/30277/task/30287/stat : 30287 (plingeling) R 30275 30277 29527 0 -1 4202560 3641 1251 0 0 141 0 0 0 23 0 9 0 513153949 197623808 9479 33554432000 4194304 4417332 140736305345808 18446744073709551615 4357657 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30277/tid=30288] ppid=30275 vsize=192992 CPUtime=1.41 cores=0-7
/proc/30277/task/30288/stat : 30288 (plingeling) R 30275 30277 29527 0 -1 4202560 1238 1251 0 0 141 0 0 0 23 0 9 0 513153949 197623808 9479 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364383 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30277/tid=30289] ppid=30275 vsize=192992 CPUtime=1.41 cores=0-7
/proc/30277/task/30289/stat : 30289 (plingeling) R 30275 30277 29527 0 -1 4202560 1234 1251 0 0 141 0 0 0 23 0 9 0 513153949 197623808 9479 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364346 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30277/tid=30290] ppid=30275 vsize=192992 CPUtime=1.41 cores=0-7
/proc/30277/task/30290/stat : 30290 (plingeling) R 30275 30277 29527 0 -1 4202560 1069 1251 0 0 141 0 0 0 23 0 9 0 513153950 197623808 9479 33554432000 4194304 4417332 140736305345808 18446744073709551615 18446744073699065863 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30277/tid=30291] ppid=30275 vsize=192992 CPUtime=1.36 cores=0-7
/proc/30277/task/30291/stat : 30291 (plingeling) R 30275 30277 29527 0 -1 4202560 1078 1251 0 0 136 0 0 0 23 0 9 0 513153950 197623808 9479 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.36
Current children cumulated vsize (KiB) 192992

[startup+3.10059 s]
/proc/loadavg: 7.65 7.88 7.95 9/179 30291
/proc/meminfo: memFree=11880304/32951124 swapFree=67111528/67111528
[pid=30277] ppid=30275 vsize=207584 CPUtime=24.15 cores=0-7
/proc/30277/stat : 30277 (plingeling) S 30275 30277 29527 0 -1 4202496 23438 1251 0 0 2413 2 0 0 18 0 9 0 513153941 212566016 13127 33554432000 4194304 4417332 140736305345808 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30277/statm: 51896 13127 181 55 0 49782 0
[pid=30277/tid=30284] ppid=30275 vsize=207584 CPUtime=3.01 cores=0-7
/proc/30277/task/30284/stat : 30284 (plingeling) R 30275 30277 29527 0 -1 4202560 1342 1251 0 0 301 0 0 0 25 0 9 0 513153949 212566016 13127 33554432000 4194304 4417332 140736305345808 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30277/tid=30285] ppid=30275 vsize=207584 CPUtime=3.01 cores=0-7
/proc/30277/task/30285/stat : 30285 (plingeling) R 30275 30277 29527 0 -1 4202560 1655 1251 0 0 301 0 0 0 25 0 9 0 513153949 212566016 13127 33554432000 4194304 4417332 140736305345808 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30277/tid=30286] ppid=30275 vsize=207584 CPUtime=3.01 cores=0-7
/proc/30277/task/30286/stat : 30286 (plingeling) R 30275 30277 29527 0 -1 4202560 1227 1251 0 0 301 0 0 0 25 0 9 0 513153949 212566016 13127 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30277/tid=30287] ppid=30275 vsize=207584 CPUtime=3.01 cores=0-7
/proc/30277/task/30287/stat : 30287 (plingeling) R 30275 30277 29527 0 -1 4202560 9080 1251 0 0 300 1 0 0 25 0 9 0 513153949 212566016 13127 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30277/tid=30288] ppid=30275 vsize=207584 CPUtime=3.01 cores=0-7
/proc/30277/task/30288/stat : 30288 (plingeling) R 30275 30277 29527 0 -1 4202560 2056 1251 0 0 301 0 0 0 25 0 9 0 513153949 212566016 13127 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30277/tid=30289] ppid=30275 vsize=207584 CPUtime=3.01 cores=0-7
/proc/30277/task/30289/stat : 30289 (plingeling) R 30275 30277 29527 0 -1 4202560 1405 1251 0 0 301 0 0 0 25 0 9 0 513153949 212566016 13127 33554432000 4194304 4417332 140736305345808 18446744073709551615 4278271 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30277/tid=30290] ppid=30275 vsize=207584 CPUtime=3.01 cores=0-7
/proc/30277/task/30290/stat : 30290 (plingeling) R 30275 30277 29527 0 -1 4202560 1291 1251 0 0 301 0 0 0 25 0 9 0 513153950 212566016 13127 33554432000 4194304 4417332 140736305345808 18446744073709551615 4358022 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30277/tid=30291] ppid=30275 vsize=207584 CPUtime=2.96 cores=0-7
/proc/30277/task/30291/stat : 30291 (plingeling) R 30275 30277 29527 0 -1 4202560 1595 1251 0 0 296 0 0 0 25 0 9 0 513153950 212566016 13127 33554432000 4194304 4417332 140736305345808 18446744073709551615 4277628 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.15
Current children cumulated vsize (KiB) 207584

[startup+6.301 s]
/proc/loadavg: 7.76 7.90 7.95 9/179 30291
/proc/meminfo: memFree=11856372/32951124 swapFree=67111528/67111528
[pid=30277] ppid=30275 vsize=236548 CPUtime=49.74 cores=0-7
/proc/30277/stat : 30277 (plingeling) S 30275 30277 29527 0 -1 4202496 43419 1251 0 0 4966 8 0 0 18 0 9 0 513153941 242225152 20380 33554432000 4194304 4417332 140736305345808 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30277/statm: 59137 20380 181 55 0 57023 0
[pid=30277/tid=30284] ppid=30275 vsize=236548 CPUtime=6.2 cores=0-7
/proc/30277/task/30284/stat : 30284 (plingeling) R 30275 30277 29527 0 -1 4202560 4449 1251 0 0 620 0 0 0 25 0 9 0 513153949 242225152 20380 33554432000 4194304 4417332 140736305345808 18446744073709551615 4251045 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30277/tid=30285] ppid=30275 vsize=236548 CPUtime=6.21 cores=0-7
/proc/30277/task/30285/stat : 30285 (plingeling) R 30275 30277 29527 0 -1 4202560 3887 1251 0 0 620 1 0 0 25 0 9 0 513153949 242225152 20380 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30277/tid=30286] ppid=30275 vsize=236548 CPUtime=6.21 cores=0-7
/proc/30277/task/30286/stat : 30286 (plingeling) R 30275 30277 29527 0 -1 4202560 2095 1251 0 0 621 0 0 0 25 0 9 0 513153949 242225152 20380 33554432000 4194304 4417332 140736305345808 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30277/tid=30287] ppid=30275 vsize=236548 CPUtime=6.21 cores=0-7
/proc/30277/task/30287/stat : 30287 (plingeling) R 30275 30277 29527 0 -1 4202560 16696 1251 0 0 618 3 0 0 25 0 9 0 513153949 242225152 20380 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364473 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30277/tid=30288] ppid=30275 vsize=236548 CPUtime=6.2 cores=0-7
/proc/30277/task/30288/stat : 30288 (plingeling) R 30275 30277 29527 0 -1 4202560 4725 1251 0 0 620 0 0 0 25 0 9 0 513153949 242225152 20380 33554432000 4194304 4417332 140736305345808 18446744073709551615 4232595 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30277/tid=30289] ppid=30275 vsize=236548 CPUtime=6.21 cores=0-7
/proc/30277/task/30289/stat : 30289 (plingeling) R 30275 30277 29527 0 -1 4202560 3174 1251 0 0 621 0 0 0 25 0 9 0 513153949 242225152 20380 33554432000 4194304 4417332 140736305345808 18446744073709551615 4331649 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30277/tid=30290] ppid=30275 vsize=236548 CPUtime=6.21 cores=0-7
/proc/30277/task/30290/stat : 30290 (plingeling) R 30275 30277 29527 0 -1 4202560 2316 1251 0 0 621 0 0 0 25 0 9 0 513153950 242225152 20380 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30277/tid=30291] ppid=30275 vsize=236548 CPUtime=6.14 cores=0-7
/proc/30277/task/30291/stat : 30291 (plingeling) R 30275 30277 29527 0 -1 4202560 2290 1251 0 0 614 0 0 0 25 0 9 0 513153950 242225152 20380 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364329 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.74
Current children cumulated vsize (KiB) 236548

[startup+12.7008 s]
/proc/loadavg: 7.78 7.90 7.95 9/179 30292
/proc/meminfo: memFree=11792440/32951124 swapFree=67111528/67111528
[pid=30277] ppid=30275 vsize=298232 CPUtime=100.91 cores=0-7
/proc/30277/stat : 30277 (plingeling) S 30275 30277 29527 0 -1 4202496 88454 1251 0 0 10073 18 0 0 18 0 9 0 513153941 305389568 35801 33554432000 4194304 4417332 140736305345808 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30277/statm: 74558 35801 181 55 0 72444 0
[pid=30277/tid=30284] ppid=30275 vsize=298232 CPUtime=12.6 cores=0-7
/proc/30277/task/30284/stat : 30284 (plingeling) R 30275 30277 29527 0 -1 4202560 9603 1251 0 0 1259 1 0 0 25 0 9 0 513153949 305389568 35801 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30277/tid=30285] ppid=30275 vsize=298232 CPUtime=12.61 cores=0-7
/proc/30277/task/30285/stat : 30285 (plingeling) R 30275 30277 29527 0 -1 4202560 7968 1251 0 0 1260 1 0 0 25 0 9 0 513153949 305389568 35801 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30277/tid=30286] ppid=30275 vsize=298232 CPUtime=12.61 cores=0-7
/proc/30277/task/30286/stat : 30286 (plingeling) R 30275 30277 29527 0 -1 4202560 6235 1251 0 0 1260 1 0 0 25 0 9 0 513153949 305389568 35801 33554432000 4194304 4417332 140736305345808 18446744073709551615 4310151 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30277/tid=30287] ppid=30275 vsize=298232 CPUtime=12.61 cores=0-7
/proc/30277/task/30287/stat : 30287 (plingeling) R 30275 30277 29527 0 -1 4202560 33820 1251 0 0 1254 7 0 0 25 0 9 0 513153949 305389568 35801 33554432000 4194304 4417332 140736305345808 18446744073709551615 4355723 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30277/tid=30288] ppid=30275 vsize=298232 CPUtime=12.6 cores=0-7
/proc/30277/task/30288/stat : 30288 (plingeling) R 30275 30277 29527 0 -1 4202560 8728 1251 0 0 1259 1 0 0 25 0 9 0 513153949 305389568 35801 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364639 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30277/tid=30289] ppid=30275 vsize=298232 CPUtime=12.61 cores=0-7
/proc/30277/task/30289/stat : 30289 (plingeling) R 30275 30277 29527 0 -1 4202560 7324 1251 0 0 1260 1 0 0 25 0 9 0 513153949 305389568 35801 33554432000 4194304 4417332 140736305345808 18446744073709551615 4232787 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30277/tid=30290] ppid=30275 vsize=298232 CPUtime=12.61 cores=0-7
/proc/30277/task/30290/stat : 30290 (plingeling) R 30275 30277 29527 0 -1 4202560 6288 1251 0 0 1260 1 0 0 25 0 9 0 513153950 305389568 35801 33554432000 4194304 4417332 140736305345808 18446744073709551615 4312121 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30277/tid=30291] ppid=30275 vsize=298232 CPUtime=12.5 cores=0-7
/proc/30277/task/30291/stat : 30291 (plingeling) R 30275 30277 29527 0 -1 4202560 4701 1251 0 0 1250 0 0 0 25 0 9 0 513153950 305389568 35801 33554432000 4194304 4417332 140736305345808 18446744073709551615 4265399 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.91
Current children cumulated vsize (KiB) 298232

[startup+25.5005 s]
/proc/loadavg: 7.83 7.90 7.95 9/179 30292
/proc/meminfo: memFree=11774912/32951124 swapFree=67111528/67111528
[pid=30277] ppid=30275 vsize=301404 CPUtime=203.24 cores=0-7
/proc/30277/stat : 30277 (plingeling) S 30275 30277 29527 0 -1 4202496 177293 1251 0 0 20288 36 0 0 18 0 9 0 513153941 308637696 36594 33554432000 4194304 4417332 140736305345808 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30277/statm: 75351 36594 181 55 0 73237 0
[pid=30277/tid=30284] ppid=30275 vsize=301404 CPUtime=25.4 cores=0-7
/proc/30277/task/30284/stat : 30284 (plingeling) R 30275 30277 29527 0 -1 4202560 17695 1251 0 0 2537 3 0 0 25 0 9 0 513153949 308637696 36594 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30277/tid=30285] ppid=30275 vsize=301404 CPUtime=25.41 cores=0-7
/proc/30277/task/30285/stat : 30285 (plingeling) R 30275 30277 29527 0 -1 4202560 13536 1251 0 0 2539 2 0 0 25 0 9 0 513153949 308637696 36594 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30277/tid=30286] ppid=30275 vsize=301404 CPUtime=25.41 cores=0-7
/proc/30277/task/30286/stat : 30286 (plingeling) R 30275 30277 29527 0 -1 4202560 13365 1251 0 0 2539 2 0 0 25 0 9 0 513153949 308637696 36594 33554432000 4194304 4417332 140736305345808 18446744073709551615 4365026 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30277/tid=30287] ppid=30275 vsize=301404 CPUtime=25.41 cores=0-7
/proc/30277/task/30287/stat : 30287 (plingeling) R 30275 30277 29527 0 -1 4202560 70409 1251 0 0 2526 15 0 0 25 0 9 0 513153949 308637696 36594 33554432000 4194304 4417332 140736305345808 18446744073709551615 4236644 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30277/tid=30288] ppid=30275 vsize=301404 CPUtime=25.4 cores=0-7
/proc/30277/task/30288/stat : 30288 (plingeling) R 30275 30277 29527 0 -1 4202560 16465 1251 0 0 2537 3 0 0 25 0 9 0 513153949 308637696 36594 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30277/tid=30289] ppid=30275 vsize=301404 CPUtime=25.41 cores=0-7
/proc/30277/task/30289/stat : 30289 (plingeling) R 30275 30277 29527 0 -1 4202560 15597 1251 0 0 2539 2 0 0 25 0 9 0 513153949 308637696 36594 33554432000 4194304 4417332 140736305345808 18446744073709551615 4357005 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30277/tid=30290] ppid=30275 vsize=301404 CPUtime=25.4 cores=0-7
/proc/30277/task/30290/stat : 30290 (plingeling) R 30275 30277 29527 0 -1 4202560 14173 1251 0 0 2538 2 0 0 25 0 9 0 513153950 308637696 36594 33554432000 4194304 4417332 140736305345808 18446744073709551615 4309899 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30277/tid=30291] ppid=30275 vsize=301404 CPUtime=25.24 cores=0-7
/proc/30277/task/30291/stat : 30291 (plingeling) R 30275 30277 29527 0 -1 4202560 12266 1251 0 0 2522 2 0 0 25 0 9 0 513153950 308637696 36594 33554432000 4194304 4417332 140736305345808 18446744073709551615 4277934 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.24
Current children cumulated vsize (KiB) 301404

[startup+51.1008 s]
/proc/loadavg: 7.89 7.91 7.95 9/179 30293
/proc/meminfo: memFree=11675136/32951124 swapFree=67111528/67111528
[pid=30277] ppid=30275 vsize=395312 CPUtime=407.91 cores=0-7
/proc/30277/stat : 30277 (plingeling) S 30275 30277 29527 0 -1 4202496 339863 1251 0 0 40725 66 0 0 18 0 9 0 513153941 404799488 60070 33554432000 4194304 4417332 140736305345808 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30277/statm: 98828 60070 181 55 0 96714 0
[pid=30277/tid=30284] ppid=30275 vsize=395312 CPUtime=51.01 cores=0-7
/proc/30277/task/30284/stat : 30284 (plingeling) R 30275 30277 29527 0 -1 4202560 32699 1251 0 0 5095 6 0 0 25 0 9 0 513153949 404799488 60070 33554432000 4194304 4417332 140736305345808 18446744073709551615 4365094 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30277/tid=30285] ppid=30275 vsize=395312 CPUtime=51.01 cores=0-7
/proc/30277/task/30285/stat : 30285 (plingeling) R 30275 30277 29527 0 -1 4202560 24648 1251 0 0 5097 4 0 0 25 0 9 0 513153949 404799488 60070 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364210 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30277/tid=30286] ppid=30275 vsize=395312 CPUtime=51.01 cores=0-7

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

/proc/loadavg: 8.32 8.09 8.02 10/180 30354
/proc/meminfo: memFree=9322004/32951124 swapFree=67111528/67111528
[pid=30277] ppid=30275 vsize=2703380 CPUtime=15347.6 cores=0-7
/proc/30277/stat : 30277 (plingeling) S 30275 30277 29527 0 -1 4202496 3583138 1251 0 0 1534081 682 0 0 18 0 9 0 513153941 2768261120 637088 33554432000 4194304 4417332 140736305345808 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30277/statm: 675845 637088 181 55 0 673731 0
[pid=30277/tid=30284] ppid=30275 vsize=2703380 CPUtime=1919.86 cores=0-7
/proc/30277/task/30284/stat : 30284 (plingeling) R 30275 30277 29527 0 -1 4202560 312632 1251 0 0 191931 55 0 0 25 0 9 0 513153949 2768261120 637088 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30277/tid=30285] ppid=30275 vsize=2703380 CPUtime=1919.29 cores=0-7
/proc/30277/task/30285/stat : 30285 (plingeling) R 30275 30277 29527 0 -1 4202560 306983 1251 0 0 191870 59 0 0 25 0 9 0 513153949 2768261120 637088 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30277/tid=30286] ppid=30275 vsize=2703380 CPUtime=1919.86 cores=0-7
/proc/30277/task/30286/stat : 30286 (plingeling) R 30275 30277 29527 0 -1 4202560 375900 1251 0 0 191922 64 0 0 25 0 9 0 513153949 2768261120 637088 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30277/tid=30287] ppid=30275 vsize=2703380 CPUtime=1919.87 cores=0-7
/proc/30277/task/30287/stat : 30287 (plingeling) R 30275 30277 29527 0 -1 4202560 1006324 1251 0 0 191753 234 0 0 25 0 9 0 513153949 2768261120 637088 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30277/tid=30288] ppid=30275 vsize=2703380 CPUtime=1919.85 cores=0-7
/proc/30277/task/30288/stat : 30288 (plingeling) R 30275 30277 29527 0 -1 4202560 434695 1251 0 0 191909 76 0 0 25 0 9 0 513153949 2768261120 637088 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30277/tid=30289] ppid=30275 vsize=2703380 CPUtime=1919.86 cores=0-7
/proc/30277/task/30289/stat : 30289 (plingeling) R 30275 30277 29527 0 -1 4202560 416209 1251 0 0 191915 71 0 0 25 0 9 0 513153949 2768261120 637088 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30277/tid=30290] ppid=30275 vsize=2703380 CPUtime=1919.53 cores=0-7
/proc/30277/task/30290/stat : 30290 (plingeling) R 30275 30277 29527 0 -1 4202560 342632 1251 0 0 191898 55 0 0 25 0 9 0 513153950 2768261120 637088 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30277/tid=30291] ppid=30275 vsize=2703380 CPUtime=1909.35 cores=0-7
/proc/30277/task/30291/stat : 30291 (plingeling) R 30275 30277 29527 0 -1 4202560 383976 1251 0 0 190871 64 0 0 25 0 9 0 513153950 2768261120 637088 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 15347.6
Current children cumulated vsize (KiB) 2703380

[startup+1932.71 s]
/proc/loadavg: 8.27 8.09 8.02 9/179 30355
/proc/meminfo: memFree=9996892/32951124 swapFree=67111528/67111528
[pid=30277] ppid=30275 vsize=2083800 CPUtime=15449.9 cores=0-7
/proc/30277/stat : 30277 (plingeling) S 30275 30277 29527 0 -1 4202496 3654284 1251 0 0 1544295 694 0 0 18 0 9 0 513153941 2133811200 482193 33554432000 4194304 4417332 140736305345808 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30277/statm: 520950 482193 181 55 0 518836 0
[pid=30277/tid=30284] ppid=30275 vsize=2083800 CPUtime=1932.66 cores=0-7
/proc/30277/task/30284/stat : 30284 (plingeling) R 30275 30277 29527 0 -1 4202560 312632 1251 0 0 193211 55 0 0 25 0 9 0 513153949 2133811200 482193 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30277/tid=30285] ppid=30275 vsize=2083800 CPUtime=1931.98 cores=0-7
/proc/30277/task/30285/stat : 30285 (plingeling) R 30275 30277 29527 0 -1 4202560 306983 1251 0 0 193139 59 0 0 25 0 9 0 513153949 2133811200 482193 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30277/tid=30286] ppid=30275 vsize=2083800 CPUtime=1932.67 cores=0-7
/proc/30277/task/30286/stat : 30286 (plingeling) R 30275 30277 29527 0 -1 4202560 375900 1251 0 0 193203 64 0 0 25 0 9 0 513153949 2133811200 482193 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30277/tid=30287] ppid=30275 vsize=2083800 CPUtime=1932.68 cores=0-7
/proc/30277/task/30287/stat : 30287 (plingeling) R 30275 30277 29527 0 -1 4202560 1071198 1251 0 0 193023 245 0 0 25 0 9 0 513153949 2133811200 482193 33554432000 4194304 4417332 140736305345808 18446744073709551615 4356741 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30277/tid=30288] ppid=30275 vsize=2083800 CPUtime=1932.66 cores=0-7
/proc/30277/task/30288/stat : 30288 (plingeling) R 30275 30277 29527 0 -1 4202560 434979 1251 0 0 193190 76 0 0 25 0 9 0 513153949 2133811200 482193 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30277/tid=30289] ppid=30275 vsize=2083800 CPUtime=1932.67 cores=0-7
/proc/30277/task/30289/stat : 30289 (plingeling) R 30275 30277 29527 0 -1 4202560 422197 1251 0 0 193195 72 0 0 25 0 9 0 513153949 2133811200 482193 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30277/tid=30290] ppid=30275 vsize=2083800 CPUtime=1932.33 cores=0-7
/proc/30277/task/30290/stat : 30290 (plingeling) R 30275 30277 29527 0 -1 4202560 342632 1251 0 0 193178 55 0 0 25 0 9 0 513153950 2133811200 482193 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30277/tid=30291] ppid=30275 vsize=2083800 CPUtime=1922.09 cores=0-7
/proc/30277/task/30291/stat : 30291 (plingeling) R 30275 30277 29527 0 -1 4202560 383976 1251 0 0 192145 64 0 0 25 0 9 0 513153950 2133811200 482193 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 15449.9
Current children cumulated vsize (KiB) 2083800

[startup+1939.1 s]
/proc/loadavg: 8.25 8.09 8.02 9/179 30355
/proc/meminfo: memFree=9996888/32951124 swapFree=67111528/67111528
[pid=30277] ppid=30275 vsize=2083800 CPUtime=15501 cores=0-7
/proc/30277/stat : 30277 (plingeling) S 30275 30277 29527 0 -1 4202496 3654284 1251 0 0 1549407 694 0 0 18 0 9 0 513153941 2133811200 482193 33554432000 4194304 4417332 140736305345808 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30277/statm: 520950 482193 181 55 0 518836 0
[pid=30277/tid=30284] ppid=30275 vsize=2083800 CPUtime=1939.06 cores=0-7
/proc/30277/task/30284/stat : 30284 (plingeling) R 30275 30277 29527 0 -1 4202560 312632 1251 0 0 193851 55 0 0 25 0 9 0 513153949 2133811200 482193 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30277/tid=30285] ppid=30275 vsize=2083800 CPUtime=1938.38 cores=0-7
/proc/30277/task/30285/stat : 30285 (plingeling) R 30275 30277 29527 0 -1 4202560 306983 1251 0 0 193779 59 0 0 25 0 9 0 513153949 2133811200 482193 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30277/tid=30286] ppid=30275 vsize=2083800 CPUtime=1939.06 cores=0-7
/proc/30277/task/30286/stat : 30286 (plingeling) R 30275 30277 29527 0 -1 4202560 375900 1251 0 0 193842 64 0 0 25 0 9 0 513153949 2133811200 482193 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30277/tid=30287] ppid=30275 vsize=2083800 CPUtime=1939.07 cores=0-7
/proc/30277/task/30287/stat : 30287 (plingeling) R 30275 30277 29527 0 -1 4202560 1071198 1251 0 0 193662 245 0 0 25 0 9 0 513153949 2133811200 482193 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30277/tid=30288] ppid=30275 vsize=2083800 CPUtime=1939.05 cores=0-7
/proc/30277/task/30288/stat : 30288 (plingeling) R 30275 30277 29527 0 -1 4202560 434979 1251 0 0 193829 76 0 0 25 0 9 0 513153949 2133811200 482193 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30277/tid=30289] ppid=30275 vsize=2083800 CPUtime=1939.06 cores=0-7
/proc/30277/task/30289/stat : 30289 (plingeling) R 30275 30277 29527 0 -1 4202560 422197 1251 0 0 193834 72 0 0 25 0 9 0 513153949 2133811200 482193 33554432000 4194304 4417332 140736305345808 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30277/tid=30290] ppid=30275 vsize=2083800 CPUtime=1938.73 cores=0-7
/proc/30277/task/30290/stat : 30290 (plingeling) R 30275 30277 29527 0 -1 4202560 342632 1251 0 0 193818 55 0 0 25 0 9 0 513153950 2133811200 482193 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30277/tid=30291] ppid=30275 vsize=2083800 CPUtime=1928.45 cores=0-7
/proc/30277/task/30291/stat : 30291 (plingeling) R 30275 30277 29527 0 -1 4202560 383976 1251 0 0 192781 64 0 0 25 0 9 0 513153950 2133811200 482193 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364452 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 15501
Current children cumulated vsize (KiB) 2083800

[startup+1945.5 s]
/proc/loadavg: 8.21 8.08 8.02 9/179 30355
/proc/meminfo: memFree=9996812/32951124 swapFree=67111528/67111528
[pid=30277] ppid=30275 vsize=1951716 CPUtime=15552.2 cores=0-7
/proc/30277/stat : 30277 (plingeling) S 30275 30277 29527 0 -1 4202496 3655459 1251 0 0 1554522 695 0 0 18 0 9 0 513153941 1998557184 449172 33554432000 4194304 4417332 140736305345808 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30277/statm: 487929 449172 181 55 0 485815 0
[pid=30277/tid=30284] ppid=30275 vsize=1951716 CPUtime=1945.46 cores=0-7
/proc/30277/task/30284/stat : 30284 (plingeling) R 30275 30277 29527 0 -1 4202560 312632 1251 0 0 194491 55 0 0 25 0 9 0 513153949 1998557184 449172 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30277/tid=30285] ppid=30275 vsize=1951716 CPUtime=1944.78 cores=0-7
/proc/30277/task/30285/stat : 30285 (plingeling) R 30275 30277 29527 0 -1 4202560 308158 1251 0 0 194418 60 0 0 25 0 9 0 513153949 1998557184 449172 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30277/tid=30286] ppid=30275 vsize=1951716 CPUtime=1945.46 cores=0-7
/proc/30277/task/30286/stat : 30286 (plingeling) R 30275 30277 29527 0 -1 4202560 375900 1251 0 0 194482 64 0 0 25 0 9 0 513153949 1998557184 449172 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30277/tid=30287] ppid=30275 vsize=1951716 CPUtime=1945.47 cores=0-7
/proc/30277/task/30287/stat : 30287 (plingeling) R 30275 30277 29527 0 -1 4202560 1071198 1251 0 0 194302 245 0 0 25 0 9 0 513153949 1998557184 449172 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30277/tid=30288] ppid=30275 vsize=1951716 CPUtime=1945.45 cores=0-7
/proc/30277/task/30288/stat : 30288 (plingeling) R 30275 30277 29527 0 -1 4202560 434979 1251 0 0 194469 76 0 0 25 0 9 0 513153949 1998557184 449172 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30277/tid=30289] ppid=30275 vsize=1951716 CPUtime=1945.46 cores=0-7
/proc/30277/task/30289/stat : 30289 (plingeling) R 30275 30277 29527 0 -1 4202560 422197 1251 0 0 194474 72 0 0 25 0 9 0 513153949 1998557184 449172 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30277/tid=30290] ppid=30275 vsize=1951716 CPUtime=1945.13 cores=0-7
/proc/30277/task/30290/stat : 30290 (plingeling) R 30275 30277 29527 0 -1 4202560 342632 1251 0 0 194458 55 0 0 25 0 9 0 513153950 1998557184 449172 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30277/tid=30291] ppid=30275 vsize=1951716 CPUtime=1934.81 cores=0-7
/proc/30277/task/30291/stat : 30291 (plingeling) R 30275 30277 29527 0 -1 4202560 383976 1251 0 0 193417 64 0 0 25 0 9 0 513153950 1998557184 449172 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 15552.2
Current children cumulated vsize (KiB) 1951716

[startup+1948.7 s]
/proc/loadavg: 8.21 8.08 8.02 9/179 30355
/proc/meminfo: memFree=10129740/32951124 swapFree=67111528/67111528
[pid=30277] ppid=30275 vsize=1951716 CPUtime=15577.8 cores=0-7
/proc/30277/stat : 30277 (plingeling) S 30275 30277 29527 0 -1 4202496 3655459 1251 0 0 1557081 695 0 0 18 0 9 0 513153941 1998557184 449172 33554432000 4194304 4417332 140736305345808 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30277/statm: 487929 449172 181 55 0 485815 0
[pid=30277/tid=30284] ppid=30275 vsize=1951716 CPUtime=1948.66 cores=0-7
/proc/30277/task/30284/stat : 30284 (plingeling) R 30275 30277 29527 0 -1 4202560 312632 1251 0 0 194811 55 0 0 25 0 9 0 513153949 1998557184 449172 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30277/tid=30285] ppid=30275 vsize=1951716 CPUtime=1947.98 cores=0-7
/proc/30277/task/30285/stat : 30285 (plingeling) R 30275 30277 29527 0 -1 4202560 308158 1251 0 0 194738 60 0 0 25 0 9 0 513153949 1998557184 449172 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30277/tid=30286] ppid=30275 vsize=1951716 CPUtime=1948.66 cores=0-7
/proc/30277/task/30286/stat : 30286 (plingeling) R 30275 30277 29527 0 -1 4202560 375900 1251 0 0 194802 64 0 0 25 0 9 0 513153949 1998557184 449172 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364957 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30277/tid=30287] ppid=30275 vsize=1951716 CPUtime=1948.67 cores=0-7
/proc/30277/task/30287/stat : 30287 (plingeling) R 30275 30277 29527 0 -1 4202560 1071198 1251 0 0 194622 245 0 0 25 0 9 0 513153949 1998557184 449172 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30277/tid=30288] ppid=30275 vsize=1951716 CPUtime=1948.65 cores=0-7
/proc/30277/task/30288/stat : 30288 (plingeling) R 30275 30277 29527 0 -1 4202560 434979 1251 0 0 194789 76 0 0 25 0 9 0 513153949 1998557184 449172 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30277/tid=30289] ppid=30275 vsize=1951716 CPUtime=1948.66 cores=0-7
/proc/30277/task/30289/stat : 30289 (plingeling) R 30275 30277 29527 0 -1 4202560 422197 1251 0 0 194794 72 0 0 25 0 9 0 513153949 1998557184 449172 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30277/tid=30290] ppid=30275 vsize=1951716 CPUtime=1948.32 cores=0-7
/proc/30277/task/30290/stat : 30290 (plingeling) R 30275 30277 29527 0 -1 4202560 342632 1251 0 0 194777 55 0 0 25 0 9 0 513153950 1998557184 449172 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30277/tid=30291] ppid=30275 vsize=1951716 CPUtime=1938 cores=0-7
/proc/30277/task/30291/stat : 30291 (plingeling) R 30275 30277 29527 0 -1 4202560 383976 1251 0 0 193736 64 0 0 25 0 9 0 513153950 1998557184 449172 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 15577.8
Current children cumulated vsize (KiB) 1951716

[startup+1949.5 s]
/proc/loadavg: 8.19 8.08 8.02 9/179 30355
/proc/meminfo: memFree=10128624/32951124 swapFree=67111528/67111528
[pid=30277] ppid=30275 vsize=1952820 CPUtime=15584.2 cores=0-7
/proc/30277/stat : 30277 (plingeling) S 30275 30277 29527 0 -1 4202496 3655735 1251 0 0 1557720 695 0 0 18 0 9 0 513153941 1999687680 449448 33554432000 4194304 4417332 140736305345808 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30277/statm: 488205 449448 181 55 0 486091 0
[pid=30277/tid=30284] ppid=30275 vsize=1952820 CPUtime=1949.46 cores=0-7
/proc/30277/task/30284/stat : 30284 (plingeling) R 30275 30277 29527 0 -1 4202560 312632 1251 0 0 194891 55 0 0 25 0 9 0 513153949 1999687680 449448 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30277/tid=30285] ppid=30275 vsize=1952820 CPUtime=1948.78 cores=0-7
/proc/30277/task/30285/stat : 30285 (plingeling) R 30275 30277 29527 0 -1 4202560 308158 1251 0 0 194818 60 0 0 25 0 9 0 513153949 1999687680 449448 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30277/tid=30286] ppid=30275 vsize=1952820 CPUtime=1949.46 cores=0-7
/proc/30277/task/30286/stat : 30286 (plingeling) R 30275 30277 29527 0 -1 4202560 375900 1251 0 0 194882 64 0 0 25 0 9 0 513153949 1999687680 449448 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30277/tid=30287] ppid=30275 vsize=1952820 CPUtime=1949.47 cores=0-7
/proc/30277/task/30287/stat : 30287 (plingeling) R 30275 30277 29527 0 -1 4202560 1071198 1251 0 0 194702 245 0 0 25 0 9 0 513153949 1999687680 449448 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30277/tid=30288] ppid=30275 vsize=1952820 CPUtime=1949.45 cores=0-7
/proc/30277/task/30288/stat : 30288 (plingeling) R 30275 30277 29527 0 -1 4202560 434979 1251 0 0 194869 76 0 0 25 0 9 0 513153949 1999687680 449448 33554432000 4194304 4417332 140736305345808 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30277/tid=30289] ppid=30275 vsize=1952820 CPUtime=1949.46 cores=0-7
/proc/30277/task/30289/stat : 30289 (plingeling) R 30275 30277 29527 0 -1 4202560 422197 1251 0 0 194874 72 0 0 25 0 9 0 513153949 1999687680 449448 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30277/tid=30290] ppid=30275 vsize=1952820 CPUtime=1949.12 cores=0-7
/proc/30277/task/30290/stat : 30290 (plingeling) R 30275 30277 29527 0 -1 4202560 342908 1251 0 0 194857 55 0 0 25 0 9 0 513153950 1999687680 449448 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30277/tid=30291] ppid=30275 vsize=1952820 CPUtime=1938.79 cores=0-7
/proc/30277/task/30291/stat : 30291 (plingeling) R 30275 30277 29527 0 -1 4202560 383976 1251 0 0 193815 64 0 0 25 0 9 0 513153950 1999687680 449448 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 15584.2
Current children cumulated vsize (KiB) 1952820

[startup+1949.9 s]
/proc/loadavg: 8.19 8.08 8.02 9/179 30355
/proc/meminfo: memFree=10128624/32951124 swapFree=67111528/67111528
[pid=30277] ppid=30275 vsize=1792684 CPUtime=15586.5 cores=0-7
/proc/30277/stat : 30277 (plingeling) S 30275 30277 29527 0 -1 4202496 3656277 1251 0 0 1557955 696 0 0 17 0 3 0 513153941 1835708416 409415 33554432000 4194304 4417332 140736305345808 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30277/statm: 448171 409415 182 55 0 446057 0
[pid=30277/tid=30286] ppid=30275 vsize=1792684 CPUtime=1949.86 cores=0-7
/proc/30277/task/30286/stat : 30286 (plingeling) R 30275 30277 29527 0 -1 4202560 375900 1251 0 0 194922 64 0 0 25 0 3 0 513153949 1835708416 409415 33554432000 4194304 4417332 140736305345808 18446744073709551615 4277940 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30277/tid=30288] ppid=30275 vsize=1792684 CPUtime=1949.85 cores=0-7
/proc/30277/task/30288/stat : 30288 (plingeling) R 30275 30277 29527 0 -1 4202560 434979 1251 0 0 194909 76 0 0 25 0 3 0 513153949 1835708416 409415 33554432000 4194304 4417332 140736305345808 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 15586.5
Current children cumulated vsize (KiB) 1792684

[startup+1950.31 s]
/proc/loadavg: 8.19 8.08 8.02 2/172 30355
/proc/meminfo: memFree=10412516/32951124 swapFree=67111528/67111528
[pid=30277] ppid=30275 vsize=1061004 CPUtime=15587.2 cores=0-7
/proc/30277/stat : 30277 (plingeling) R 30275 30277 29527 0 -1 4202496 3656277 1251 0 0 1558020 699 0 0 15 0 1 0 513153941 1086468096 225450 33554432000 4194304 4417332 140736305345808 18446744073709551615 230809208967 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30277/statm: 265251 224930 182 55 0 263137 0
Current children cumulated CPU time (s) 15587.2
Current children cumulated vsize (KiB) 1061004

Child status: 20
Real time (s): 1950.35
CPU time (s): 15587.2
CPU user time (s): 15580.2
CPU system time (s): 7.04093
CPU usage (%): 799.202
Max. virtual memory (cumulated for all children) (KiB): 2789604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15580.2
system time used= 7.04093
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3657531
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= 268
involuntary context switches= 75193

runsolver used 3.14252 second user time and 7.44987 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-28 20:32:15
IDJOB=3309945
IDBENCH=84180
IDSOLVER=1695
FILE ID=node104/3309945-1304015535
RUNJOBID= node104-1304007526-29541
PBS_JOBID= 13168836
Free space on /tmp= 71548 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT03/industrial/maris/CNF/gripper13u.shuffled-as.sat03-395.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309945-1304015535/watcher-3309945-1304015535 -o /tmp/evaluation-result-3309945-1304015535/solver-3309945-1304015535 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3309945-1304015535.cnf

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

MD5SUM BENCH= 3889b7ed90cc1fbe8bc8d140a1763832
RANDOM SEED=1028969613

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11925512 kB
Buffers:       2307608 kB
Cached:       18059440 kB
SwapCached:          0 kB
Active:       11355360 kB
Inactive:      9078768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11925512 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             732 kB
Writeback:           0 kB
AnonPages:       67552 kB
Mapped:          14696 kB
Slab:           525560 kB
PageTables:       4188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188328 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= 71548 MiB
End job on node104 at 2011-04-28 21:04:45