Trace number 3309735

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 1032.63 129.899

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
MD5SUM3fad4722cb319d6fee4192f2fe2c31ed
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark153.665
Satisfiable
(Un)Satisfiability was proved
Number of variables98935
Number of clauses296405
Sum of the clauses size691609
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2197602
Number of clauses of size 398801
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 6.78 7.77 7.91 2/170 15951
/proc/meminfo: memFree=13519720/32951124 swapFree=67111528/67111528
[pid=15951] ppid=15949 vsize=10580 CPUtime=0 cores=0-7
/proc/15951/stat : 15951 (plingeling) R 15949 15951 15925 0 -1 4202496 726 1255 0 0 0 0 0 0 23 0 1 0 512404936 10833920 655 33554432000 4194304 4417332 140733685278752 18446744073709551615 4198200 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/15951/statm: 2645 655 147 55 0 531 0

[startup+0.058554 s]
/proc/loadavg: 6.78 7.77 7.91 2/170 15951
/proc/meminfo: memFree=13519720/32951124 swapFree=67111528/67111528
[pid=15951] ppid=15949 vsize=22696 CPUtime=0.05 cores=0-7
/proc/15951/stat : 15951 (plingeling) R 15949 15951 15925 0 -1 4202496 3720 1255 0 0 5 0 0 0 23 0 1 0 512404936 23240704 3637 33554432000 4194304 4417332 140733685278752 18446744073709551615 228122411216 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/15951/statm: 5674 3649 148 55 0 3560 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 22696

[startup+0.100544 s]
/proc/loadavg: 6.78 7.77 7.91 2/170 15951
/proc/meminfo: memFree=13519720/32951124 swapFree=67111528/67111528
[pid=15951] ppid=15949 vsize=27688 CPUtime=0.08 cores=0-7
/proc/15951/stat : 15951 (plingeling) R 15949 15951 15925 0 -1 4202496 5028 1255 0 0 8 0 0 0 23 0 1 0 512404936 28352512 4945 33554432000 4194304 4417332 140733685278752 18446744073709551615 4259016 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/15951/statm: 6922 4945 148 55 0 4808 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27688

[startup+0.300505 s]
/proc/loadavg: 6.78 7.77 7.91 2/170 15951
/proc/meminfo: memFree=13519720/32951124 swapFree=67111528/67111528
[pid=15951] ppid=15949 vsize=64608 CPUtime=0.28 cores=0-7
/proc/15951/stat : 15951 (plingeling) R 15949 15951 15925 0 -1 4202496 14260 1255 0 0 27 1 0 0 24 0 1 0 512404936 66158592 14175 33554432000 4194304 4417332 140733685278752 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/15951/statm: 16152 14175 148 55 0 14038 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 64608

[startup+0.700433 s]
/proc/loadavg: 6.78 7.77 7.91 2/170 15951
/proc/meminfo: memFree=13519720/32951124 swapFree=67111528/67111528
[pid=15951] ppid=15949 vsize=151404 CPUtime=0.68 cores=0-7
/proc/15951/stat : 15951 (plingeling) R 15949 15951 15925 0 -1 4202496 35959 1255 0 0 65 3 0 0 25 0 1 0 512404936 155037696 35874 33554432000 4194304 4417332 140733685278752 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/15951/statm: 37851 35874 148 55 0 35737 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 151404

[startup+1.50125 s]
/proc/loadavg: 6.78 7.77 7.91 9/179 15965
/proc/meminfo: memFree=13351636/32951124 swapFree=67111528/67111528
[pid=15951] ppid=15949 vsize=365504 CPUtime=6.55 cores=0-7
/proc/15951/stat : 15951 (plingeling) S 15949 15951 15925 0 -1 4202496 72521 1255 0 0 646 9 0 0 25 0 9 0 512404936 374276096 38566 33554432000 4194304 4417332 140733685278752 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15951/statm: 91376 38566 174 55 0 89262 0
[pid=15951/tid=15958] ppid=15949 vsize=365504 CPUtime=0.72 cores=0-7
/proc/15951/task/15958/stat : 15958 (plingeling) R 15949 15951 15925 0 -1 4202560 5303 1255 0 0 72 0 0 0 18 0 9 0 512405012 374276096 38566 33554432000 4194304 4417332 140733685278752 18446744073709551615 4301955 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15951/tid=15959] ppid=15949 vsize=365504 CPUtime=0.73 cores=0-7
/proc/15951/task/15959/stat : 15959 (plingeling) R 15949 15951 15925 0 -1 4202560 2709 1255 0 0 73 0 0 0 25 0 9 0 512405012 374276096 38566 33554432000 4194304 4417332 140733685278752 18446744073709551615 4265832 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15951/tid=15960] ppid=15949 vsize=365504 CPUtime=0.73 cores=0-7
/proc/15951/task/15960/stat : 15960 (plingeling) R 15949 15951 15925 0 -1 4202560 2623 1255 0 0 73 0 0 0 18 0 9 0 512405012 374276096 38566 33554432000 4194304 4417332 140733685278752 18446744073709551615 4234242 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15951/tid=15961] ppid=15949 vsize=365504 CPUtime=0.73 cores=0-7
/proc/15951/task/15961/stat : 15961 (plingeling) R 15949 15951 15925 0 -1 4202560 2256 1255 0 0 73 0 0 0 19 0 9 0 512405012 374276096 38566 33554432000 4194304 4417332 140733685278752 18446744073709551615 4244523 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15951/tid=15962] ppid=15949 vsize=365504 CPUtime=0.72 cores=0-7
/proc/15951/task/15962/stat : 15962 (plingeling) R 15949 15951 15925 0 -1 4202560 5404 1255 0 0 72 0 0 0 18 0 9 0 512405012 374276096 38566 33554432000 4194304 4417332 140733685278752 18446744073709551615 4301932 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15951/tid=15963] ppid=15949 vsize=365504 CPUtime=0.72 cores=0-7
/proc/15951/task/15963/stat : 15963 (plingeling) R 15949 15951 15925 0 -1 4202560 5368 1255 0 0 72 0 0 0 25 0 9 0 512405013 374276096 38566 33554432000 4194304 4417332 140733685278752 18446744073709551615 4306600 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15951/tid=15964] ppid=15949 vsize=365504 CPUtime=0.69 cores=0-7
/proc/15951/task/15964/stat : 15964 (plingeling) R 15949 15951 15925 0 -1 4202560 5949 1255 0 0 69 0 0 0 25 0 9 0 512405015 374276096 38566 33554432000 4194304 4417332 140733685278752 18446744073709551615 4302101 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15951/tid=15965] ppid=15949 vsize=365504 CPUtime=0.67 cores=0-7
/proc/15951/task/15965/stat : 15965 (plingeling) R 15949 15951 15925 0 -1 4202560 6934 1255 0 0 66 1 0 0 25 0 9 0 512405015 374276096 38566 33554432000 4194304 4417332 140733685278752 18446744073709551615 4302036 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.55
Current children cumulated vsize (KiB) 365504

[startup+3.10097 s]
/proc/loadavg: 6.78 7.77 7.91 9/179 15965
/proc/meminfo: memFree=13334896/32951124 swapFree=67111528/67111528
[pid=15951] ppid=15949 vsize=371380 CPUtime=19.34 cores=0-7
/proc/15951/stat : 15951 (plingeling) S 15949 15951 15925 0 -1 4202496 104415 1255 0 0 1920 14 0 0 25 0 9 0 512404936 380293120 41074 33554432000 4194304 4417332 140733685278752 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15951/statm: 92845 41074 176 55 0 90731 0
[pid=15951/tid=15958] ppid=15949 vsize=371380 CPUtime=2.33 cores=0-7
/proc/15951/task/15958/stat : 15958 (plingeling) R 15949 15951 15925 0 -1 4202560 7351 1255 0 0 232 1 0 0 21 0 9 0 512405012 380293120 41074 33554432000 4194304 4417332 140733685278752 18446744073709551615 4274387 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15951/tid=15959] ppid=15949 vsize=371380 CPUtime=2.33 cores=0-7
/proc/15951/task/15959/stat : 15959 (plingeling) R 15949 15951 15925 0 -1 4202560 3806 1255 0 0 233 0 0 0 25 0 9 0 512405012 380293120 41074 33554432000 4194304 4417332 140733685278752 18446744073709551615 4255662 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15951/tid=15960] ppid=15949 vsize=371380 CPUtime=2.33 cores=0-7
/proc/15951/task/15960/stat : 15960 (plingeling) R 15949 15951 15925 0 -1 4202560 3936 1255 0 0 233 0 0 0 21 0 9 0 512405012 380293120 41074 33554432000 4194304 4417332 140733685278752 18446744073709551615 4346375 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15951/tid=15961] ppid=15949 vsize=371380 CPUtime=2.33 cores=0-7
/proc/15951/task/15961/stat : 15961 (plingeling) R 15949 15951 15925 0 -1 4202560 2256 1255 0 0 233 0 0 0 21 0 9 0 512405012 380293120 41074 33554432000 4194304 4417332 140733685278752 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15951/tid=15962] ppid=15949 vsize=371380 CPUtime=2.32 cores=0-7
/proc/15951/task/15962/stat : 15962 (plingeling) R 15949 15951 15925 0 -1 4202560 12960 1255 0 0 231 1 0 0 22 0 9 0 512405012 380293120 41074 33554432000 4194304 4417332 140733685278752 18446744073709551615 4301953 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15951/tid=15963] ppid=15949 vsize=371380 CPUtime=2.32 cores=0-7
/proc/15951/task/15963/stat : 15963 (plingeling) R 15949 15951 15925 0 -1 4202560 11067 1255 0 0 231 1 0 0 25 0 9 0 512405013 380293120 41074 33554432000 4194304 4417332 140733685278752 18446744073709551615 4302131 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15951/tid=15964] ppid=15949 vsize=371380 CPUtime=2.28 cores=0-7
/proc/15951/task/15964/stat : 15964 (plingeling) R 15949 15951 15925 0 -1 4202560 12192 1255 0 0 227 1 0 0 25 0 9 0 512405015 380293120 41074 33554432000 4194304 4417332 140733685278752 18446744073709551615 4346478 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15951/tid=15965] ppid=15949 vsize=371380 CPUtime=2.27 cores=0-7
/proc/15951/task/15965/stat : 15965 (plingeling) R 15949 15951 15925 0 -1 4202560 14872 1255 0 0 226 1 0 0 25 0 9 0 512405015 380293120 41074 33554432000 4194304 4417332 140733685278752 18446744073709551615 4317654 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19.34
Current children cumulated vsize (KiB) 371380

[startup+6.30039 s]
/proc/loadavg: 6.87 7.78 7.91 9/179 15965
/proc/meminfo: memFree=13293604/32951124 swapFree=67111528/67111528
[pid=15951] ppid=15949 vsize=419228 CPUtime=44.92 cores=0-7
/proc/15951/stat : 15951 (plingeling) S 15949 15951 15925 0 -1 4202496 136764 1255 0 0 4473 19 0 0 25 0 9 0 512404936 429289472 57436 33554432000 4194304 4417332 140733685278752 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15951/statm: 104807 57436 180 55 0 102693 0
[pid=15951/tid=15958] ppid=15949 vsize=419228 CPUtime=5.52 cores=0-7
/proc/15951/task/15958/stat : 15958 (plingeling) R 15949 15951 15925 0 -1 4202560 13757 1255 0 0 551 1 0 0 25 0 9 0 512405012 429289472 57436 33554432000 4194304 4417332 140733685278752 18446744073709551615 4252204 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15951/tid=15959] ppid=15949 vsize=419228 CPUtime=5.52 cores=0-7
/proc/15951/task/15959/stat : 15959 (plingeling) R 15949 15951 15925 0 -1 4202560 10081 1255 0 0 551 1 0 0 25 0 9 0 512405012 429289472 57436 33554432000 4194304 4417332 140733685278752 18446744073709551615 4252264 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15951/tid=15960] ppid=15949 vsize=419228 CPUtime=5.52 cores=0-7
/proc/15951/task/15960/stat : 15960 (plingeling) R 15949 15951 15925 0 -1 4202560 3940 1255 0 0 552 0 0 0 25 0 9 0 512405012 429289472 57436 33554432000 4194304 4417332 140733685278752 18446744073709551615 4232747 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15951/tid=15961] ppid=15949 vsize=419228 CPUtime=5.53 cores=0-7
/proc/15951/task/15961/stat : 15961 (plingeling) R 15949 15951 15925 0 -1 4202560 2256 1255 0 0 553 0 0 0 25 0 9 0 512405012 429289472 57436 33554432000 4194304 4417332 140733685278752 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15951/tid=15962] ppid=15949 vsize=419228 CPUtime=5.52 cores=0-7
/proc/15951/task/15962/stat : 15962 (plingeling) R 15949 15951 15925 0 -1 4202560 20238 1255 0 0 549 3 0 0 25 0 9 0 512405012 429289472 57436 33554432000 4194304 4417332 140733685278752 18446744073709551615 4253198 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15951/tid=15963] ppid=15949 vsize=419228 CPUtime=5.52 cores=0-7
/proc/15951/task/15963/stat : 15963 (plingeling) R 15949 15951 15925 0 -1 4202560 15393 1255 0 0 550 2 0 0 25 0 9 0 512405013 429289472 57436 33554432000 4194304 4417332 140733685278752 18446744073709551615 4253071 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15951/tid=15964] ppid=15949 vsize=419228 CPUtime=5.47 cores=0-7
/proc/15951/task/15964/stat : 15964 (plingeling) R 15949 15951 15925 0 -1 4202560 12448 1255 0 0 546 1 0 0 25 0 9 0 512405015 429289472 57436 33554432000 4194304 4417332 140733685278752 18446744073709551615 4232680 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15951/tid=15965] ppid=15949 vsize=419228 CPUtime=5.47 cores=0-7
/proc/15951/task/15965/stat : 15965 (plingeling) R 15949 15951 15925 0 -1 4202560 22676 1255 0 0 545 2 0 0 25 0 9 0 512405015 429289472 57436 33554432000 4194304 4417332 140733685278752 18446744073709551615 4252379 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 44.92
Current children cumulated vsize (KiB) 419228

[startup+12.7012 s]
/proc/loadavg: 6.96 7.78 7.91 9/179 15965
/proc/meminfo: memFree=13309020/32951124 swapFree=67111528/67111528
[pid=15951] ppid=15949 vsize=397284 CPUtime=96.09 cores=0-7
/proc/15951/stat : 15951 (plingeling) S 15949 15951 15925 0 -1 4202496 142083 1255 0 0 9589 20 0 0 25 0 9 0 512404936 406818816 51951 33554432000 4194304 4417332 140733685278752 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15951/statm: 99321 51951 181 55 0 97207 0
[pid=15951/tid=15958] ppid=15949 vsize=397284 CPUtime=11.93 cores=0-7
/proc/15951/task/15958/stat : 15958 (plingeling) R 15949 15951 15925 0 -1 4202560 14798 1255 0 0 1191 2 0 0 25 0 9 0 512405012 406818816 51951 33554432000 4194304 4417332 140733685278752 18446744073709551615 4263227 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15951/tid=15959] ppid=15949 vsize=397284 CPUtime=11.92 cores=0-7
/proc/15951/task/15959/stat : 15959 (plingeling) R 15949 15951 15925 0 -1 4202560 11122 1255 0 0 1191 1 0 0 25 0 9 0 512405012 406818816 51951 33554432000 4194304 4417332 140733685278752 18446744073709551615 4237002 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15951/tid=15960] ppid=15949 vsize=397284 CPUtime=11.93 cores=0-7
/proc/15951/task/15960/stat : 15960 (plingeling) R 15949 15951 15925 0 -1 4202560 4001 1255 0 0 1193 0 0 0 25 0 9 0 512405012 406818816 51951 33554432000 4194304 4417332 140733685278752 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15951/tid=15961] ppid=15949 vsize=397284 CPUtime=11.93 cores=0-7
/proc/15951/task/15961/stat : 15961 (plingeling) R 15949 15951 15925 0 -1 4202560 2256 1255 0 0 1193 0 0 0 25 0 9 0 512405012 406818816 51951 33554432000 4194304 4417332 140733685278752 18446744073709551615 4365918 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15951/tid=15962] ppid=15949 vsize=397284 CPUtime=11.92 cores=0-7
/proc/15951/task/15962/stat : 15962 (plingeling) R 15949 15951 15925 0 -1 4202560 21279 1255 0 0 1189 3 0 0 25 0 9 0 512405012 406818816 51951 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364365 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15951/tid=15963] ppid=15949 vsize=397284 CPUtime=11.92 cores=0-7
/proc/15951/task/15963/stat : 15963 (plingeling) R 15949 15951 15925 0 -1 4202560 16434 1255 0 0 1190 2 0 0 25 0 9 0 512405013 406818816 51951 33554432000 4194304 4417332 140733685278752 18446744073709551615 4365862 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15951/tid=15964] ppid=15949 vsize=397284 CPUtime=11.84 cores=0-7
/proc/15951/task/15964/stat : 15964 (plingeling) R 15949 15951 15925 0 -1 4202560 12500 1255 0 0 1182 2 0 0 25 0 9 0 512405015 406818816 51951 33554432000 4194304 4417332 140733685278752 18446744073709551615 4330580 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15951/tid=15965] ppid=15949 vsize=397284 CPUtime=11.87 cores=0-7
/proc/15951/task/15965/stat : 15965 (plingeling) R 15949 15951 15925 0 -1 4202560 23718 1255 0 0 1185 2 0 0 25 0 9 0 512405015 406818816 51951 33554432000 4194304 4417332 140733685278752 18446744073709551615 4232787 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 96.09
Current children cumulated vsize (KiB) 397284

[startup+25.5009 s]
/proc/loadavg: 7.19 7.79 7.91 9/179 15966
/proc/meminfo: memFree=13311596/32951124 swapFree=67111528/67111528
[pid=15951] ppid=15949 vsize=397188 CPUtime=198.41 cores=0-7
/proc/15951/stat : 15951 (plingeling) S 15949 15951 15925 0 -1 4202496 142299 1255 0 0 19821 20 0 0 25 0 9 0 512404936 406720512 51927 33554432000 4194304 4417332 140733685278752 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15951/statm: 99297 51927 181 55 0 97183 0
[pid=15951/tid=15958] ppid=15949 vsize=397188 CPUtime=24.73 cores=0-7
/proc/15951/task/15958/stat : 15958 (plingeling) R 15949 15951 15925 0 -1 4202560 14819 1255 0 0 2471 2 0 0 25 0 9 0 512405012 406720512 51927 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15951/tid=15959] ppid=15949 vsize=397188 CPUtime=24.72 cores=0-7
/proc/15951/task/15959/stat : 15959 (plingeling) R 15949 15951 15925 0 -1 4202560 11141 1255 0 0 2471 1 0 0 25 0 9 0 512405012 406720512 51927 33554432000 4194304 4417332 140733685278752 18446744073709551615 4232787 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15951/tid=15960] ppid=15949 vsize=397188 CPUtime=24.73 cores=0-7
/proc/15951/task/15960/stat : 15960 (plingeling) R 15949 15951 15925 0 -1 4202560 4052 1255 0 0 2473 0 0 0 25 0 9 0 512405012 406720512 51927 33554432000 4194304 4417332 140733685278752 18446744073709551615 4321577 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15951/tid=15961] ppid=15949 vsize=397188 CPUtime=24.73 cores=0-7
/proc/15951/task/15961/stat : 15961 (plingeling) R 15949 15951 15925 0 -1 4202560 2256 1255 0 0 2473 0 0 0 25 0 9 0 512405012 406720512 51927 33554432000 4194304 4417332 140733685278752 18446744073709551615 4236956 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15951/tid=15962] ppid=15949 vsize=397188 CPUtime=24.72 cores=0-7
/proc/15951/task/15962/stat : 15962 (plingeling) R 15949 15951 15925 0 -1 4202560 21305 1255 0 0 2469 3 0 0 25 0 9 0 512405012 406720512 51927 33554432000 4194304 4417332 140733685278752 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15951/tid=15963] ppid=15949 vsize=397188 CPUtime=24.72 cores=0-7
/proc/15951/task/15963/stat : 15963 (plingeling) R 15949 15951 15925 0 -1 4202560 16458 1255 0 0 2470 2 0 0 25 0 9 0 512405013 406720512 51927 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15951/tid=15964] ppid=15949 vsize=397188 CPUtime=24.57 cores=0-7
/proc/15951/task/15964/stat : 15964 (plingeling) R 15949 15951 15925 0 -1 4202560 12549 1255 0 0 2455 2 0 0 25 0 9 0 512405015 406720512 51927 33554432000 4194304 4417332 140733685278752 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15951/tid=15965] ppid=15949 vsize=397188 CPUtime=24.67 cores=0-7
/proc/15951/task/15965/stat : 15965 (plingeling) R 15949 15951 15925 0 -1 4202560 23744 1255 0 0 2465 2 0 0 25 0 9 0 512405015 406720512 51927 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364504 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 198.41
Current children cumulated vsize (KiB) 397188

[startup+51.1013 s]
/proc/loadavg: 7.47 7.81 7.91 9/179 15966
/proc/meminfo: memFree=13304148/32951124 swapFree=67111528/67111528
[pid=15951] ppid=15949 vsize=415852 CPUtime=403.09 cores=0-7
/proc/15951/stat : 15951 (plingeling) S 15949 15951 15925 0 -1 4202496 148602 1255 0 0 40288 21 0 0 25 0 9 0 512404936 425832448 56605 33554432000 4194304 4417332 140733685278752 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15951/statm: 103963 56605 181 55 0 101849 0
[pid=15951/tid=15958] ppid=15949 vsize=415852 CPUtime=50.33 cores=0-7
/proc/15951/task/15958/stat : 15958 (plingeling) R 15949 15951 15925 0 -1 4202560 17352 1255 0 0 5031 2 0 0 25 0 9 0 512405012 425832448 56605 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15951/tid=15959] ppid=15949 vsize=415852 CPUtime=50.33 cores=0-7
/proc/15951/task/15959/stat : 15959 (plingeling) R 15949 15951 15925 0 -1 4202560 11978 1255 0 0 5031 2 0 0 25 0 9 0 512405012 425832448 56605 33554432000 4194304 4417332 140733685278752 18446744073709551615 4232721 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15951/tid=15960] ppid=15949 vsize=415852 CPUtime=50.33 cores=0-7

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

/proc/meminfo: memFree=13246596/32951124 swapFree=67111528/67111528
[pid=15951] ppid=15949 vsize=466624 CPUtime=965.92 cores=0-7
/proc/15951/stat : 15951 (plingeling) S 15949 15951 15925 0 -1 4202496 165927 1255 0 0 96568 24 0 0 25 0 9 0 512404936 477822976 69298 33554432000 4194304 4417332 140733685278752 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15951/statm: 116656 69298 181 55 0 114542 0
[pid=15951/tid=15958] ppid=15949 vsize=466624 CPUtime=120.73 cores=0-7
/proc/15951/task/15958/stat : 15958 (plingeling) R 15949 15951 15925 0 -1 4202560 24824 1255 0 0 12070 3 0 0 25 0 9 0 512405012 477822976 69298 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15951/tid=15959] ppid=15949 vsize=466624 CPUtime=120.73 cores=0-7
/proc/15951/task/15959/stat : 15959 (plingeling) R 15949 15951 15925 0 -1 4202560 14647 1255 0 0 12071 2 0 0 25 0 9 0 512405012 477822976 69298 33554432000 4194304 4417332 140733685278752 18446744073709551615 4292222 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15951/tid=15960] ppid=15949 vsize=466624 CPUtime=120.73 cores=0-7
/proc/15951/task/15960/stat : 15960 (plingeling) R 15949 15951 15925 0 -1 4202560 5100 1255 0 0 12072 1 0 0 25 0 9 0 512405012 477822976 69298 33554432000 4194304 4417332 140733685278752 18446744073709551615 4236928 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15951/tid=15961] ppid=15949 vsize=466624 CPUtime=120.73 cores=0-7
/proc/15951/task/15961/stat : 15961 (plingeling) R 15949 15951 15925 0 -1 4202560 4304 1255 0 0 12073 0 0 0 25 0 9 0 512405012 477822976 69298 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15951/tid=15962] ppid=15949 vsize=466624 CPUtime=120.72 cores=0-7
/proc/15951/task/15962/stat : 15962 (plingeling) R 15949 15951 15925 0 -1 4202560 23406 1255 0 0 12069 3 0 0 25 0 9 0 512405012 477822976 69298 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15951/tid=15963] ppid=15949 vsize=466624 CPUtime=120.72 cores=0-7
/proc/15951/task/15963/stat : 15963 (plingeling) R 15949 15951 15925 0 -1 4202560 17099 1255 0 0 12070 2 0 0 25 0 9 0 512405013 477822976 69298 33554432000 4194304 4417332 140733685278752 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15951/tid=15964] ppid=15949 vsize=466624 CPUtime=120.06 cores=0-7
/proc/15951/task/15964/stat : 15964 (plingeling) R 15949 15951 15925 0 -1 4202560 12929 1255 0 0 12004 2 0 0 25 0 9 0 512405015 477822976 69298 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15951/tid=15965] ppid=15949 vsize=466624 CPUtime=120.67 cores=0-7
/proc/15951/task/15965/stat : 15965 (plingeling) R 15949 15951 15925 0 -1 4202560 27643 1255 0 0 12064 3 0 0 25 0 9 0 512405015 477822976 69298 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 965.92
Current children cumulated vsize (KiB) 466624

[startup+124.701 s]
/proc/loadavg: 7.85 7.85 7.91 9/179 15968
/proc/meminfo: memFree=13246712/32951124 swapFree=67111528/67111528
[pid=15951] ppid=15949 vsize=466620 CPUtime=991.5 cores=0-7
/proc/15951/stat : 15951 (plingeling) S 15949 15951 15925 0 -1 4202496 165927 1255 0 0 99126 24 0 0 25 0 9 0 512404936 477818880 69297 33554432000 4194304 4417332 140733685278752 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15951/statm: 116655 69297 181 55 0 114541 0
[pid=15951/tid=15958] ppid=15949 vsize=466620 CPUtime=123.93 cores=0-7
/proc/15951/task/15958/stat : 15958 (plingeling) R 15949 15951 15925 0 -1 4202560 24824 1255 0 0 12390 3 0 0 25 0 9 0 512405012 477818880 69297 33554432000 4194304 4417332 140733685278752 18446744073709551615 4321577 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15951/tid=15959] ppid=15949 vsize=466620 CPUtime=123.93 cores=0-7
/proc/15951/task/15959/stat : 15959 (plingeling) R 15949 15951 15925 0 -1 4202560 14647 1255 0 0 12391 2 0 0 25 0 9 0 512405012 477818880 69297 33554432000 4194304 4417332 140733685278752 18446744073709551615 4250938 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15951/tid=15960] ppid=15949 vsize=466620 CPUtime=123.93 cores=0-7
/proc/15951/task/15960/stat : 15960 (plingeling) R 15949 15951 15925 0 -1 4202560 5100 1255 0 0 12392 1 0 0 25 0 9 0 512405012 477818880 69297 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15951/tid=15961] ppid=15949 vsize=466620 CPUtime=123.93 cores=0-7
/proc/15951/task/15961/stat : 15961 (plingeling) R 15949 15951 15925 0 -1 4202560 4304 1255 0 0 12393 0 0 0 25 0 9 0 512405012 477818880 69297 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15951/tid=15962] ppid=15949 vsize=466620 CPUtime=123.92 cores=0-7
/proc/15951/task/15962/stat : 15962 (plingeling) R 15949 15951 15925 0 -1 4202560 23406 1255 0 0 12389 3 0 0 25 0 9 0 512405012 477818880 69297 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15951/tid=15963] ppid=15949 vsize=466620 CPUtime=123.92 cores=0-7
/proc/15951/task/15963/stat : 15963 (plingeling) R 15949 15951 15925 0 -1 4202560 17099 1255 0 0 12390 2 0 0 25 0 9 0 512405013 477818880 69297 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15951/tid=15964] ppid=15949 vsize=466620 CPUtime=123.25 cores=0-7
/proc/15951/task/15964/stat : 15964 (plingeling) R 15949 15951 15925 0 -1 4202560 12929 1255 0 0 12323 2 0 0 25 0 9 0 512405015 477818880 69297 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15951/tid=15965] ppid=15949 vsize=466620 CPUtime=123.87 cores=0-7
/proc/15951/task/15965/stat : 15965 (plingeling) R 15949 15951 15925 0 -1 4202560 27643 1255 0 0 12384 3 0 0 25 0 9 0 512405015 477818880 69297 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364349 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 991.5
Current children cumulated vsize (KiB) 466620

[startup+127.9 s]
/proc/loadavg: 7.85 7.85 7.91 9/179 15968
/proc/meminfo: memFree=13246092/32951124 swapFree=67111528/67111528
[pid=15951] ppid=15949 vsize=466612 CPUtime=1017.07 cores=0-7
/proc/15951/stat : 15951 (plingeling) S 15949 15951 15925 0 -1 4202496 167975 1255 0 0 101683 24 0 0 25 0 9 0 512404936 477810688 69295 33554432000 4194304 4417332 140733685278752 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15951/statm: 116653 69295 181 55 0 114539 0
[pid=15951/tid=15958] ppid=15949 vsize=466612 CPUtime=127.13 cores=0-7
/proc/15951/task/15958/stat : 15958 (plingeling) R 15949 15951 15925 0 -1 4202560 24824 1255 0 0 12710 3 0 0 25 0 9 0 512405012 477810688 69295 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15951/tid=15959] ppid=15949 vsize=466612 CPUtime=127.13 cores=0-7
/proc/15951/task/15959/stat : 15959 (plingeling) R 15949 15951 15925 0 -1 4202560 14647 1255 0 0 12711 2 0 0 25 0 9 0 512405012 477810688 69295 33554432000 4194304 4417332 140733685278752 18446744073709551615 4346463 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15951/tid=15960] ppid=15949 vsize=466612 CPUtime=127.13 cores=0-7
/proc/15951/task/15960/stat : 15960 (plingeling) R 15949 15951 15925 0 -1 4202560 5100 1255 0 0 12712 1 0 0 25 0 9 0 512405012 477810688 69295 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15951/tid=15961] ppid=15949 vsize=466612 CPUtime=127.13 cores=0-7
/proc/15951/task/15961/stat : 15961 (plingeling) R 15949 15951 15925 0 -1 4202560 4304 1255 0 0 12713 0 0 0 25 0 9 0 512405012 477810688 69295 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15951/tid=15962] ppid=15949 vsize=466612 CPUtime=127.12 cores=0-7
/proc/15951/task/15962/stat : 15962 (plingeling) R 15949 15951 15925 0 -1 4202560 23406 1255 0 0 12709 3 0 0 25 0 9 0 512405012 477810688 69295 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15951/tid=15963] ppid=15949 vsize=466612 CPUtime=127.12 cores=0-7
/proc/15951/task/15963/stat : 15963 (plingeling) R 15949 15951 15925 0 -1 4202560 17099 1255 0 0 12710 2 0 0 25 0 9 0 512405013 477810688 69295 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15951/tid=15964] ppid=15949 vsize=466612 CPUtime=126.43 cores=0-7
/proc/15951/task/15964/stat : 15964 (plingeling) R 15949 15951 15925 0 -1 4202560 12929 1255 0 0 12641 2 0 0 25 0 9 0 512405015 477810688 69295 33554432000 4194304 4417332 140733685278752 18446744073709551615 4357111 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15951/tid=15965] ppid=15949 vsize=466612 CPUtime=127.06 cores=0-7
/proc/15951/task/15965/stat : 15965 (plingeling) R 15949 15951 15925 0 -1 4202560 29691 1255 0 0 12703 3 0 0 25 0 9 0 512405015 477810688 69295 33554432000 4194304 4417332 140733685278752 18446744073709551615 4365886 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1017.07
Current children cumulated vsize (KiB) 466612

[startup+128.706 s]
/proc/loadavg: 7.85 7.85 7.91 9/179 15968
/proc/meminfo: memFree=13246092/32951124 swapFree=67111528/67111528
[pid=15951] ppid=15949 vsize=466608 CPUtime=1023.52 cores=0-7
/proc/15951/stat : 15951 (plingeling) S 15949 15951 15925 0 -1 4202496 167975 1255 0 0 102328 24 0 0 25 0 9 0 512404936 477806592 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15951/statm: 116652 69294 181 55 0 114538 0
[pid=15951/tid=15958] ppid=15949 vsize=466608 CPUtime=127.93 cores=0-7
/proc/15951/task/15958/stat : 15958 (plingeling) R 15949 15951 15925 0 -1 4202560 24824 1255 0 0 12790 3 0 0 25 0 9 0 512405012 477806592 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15951/tid=15959] ppid=15949 vsize=466608 CPUtime=127.93 cores=0-7
/proc/15951/task/15959/stat : 15959 (plingeling) R 15949 15951 15925 0 -1 4202560 14647 1255 0 0 12791 2 0 0 25 0 9 0 512405012 477806592 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15951/tid=15960] ppid=15949 vsize=466608 CPUtime=127.94 cores=0-7
/proc/15951/task/15960/stat : 15960 (plingeling) R 15949 15951 15925 0 -1 4202560 5100 1255 0 0 12793 1 0 0 25 0 9 0 512405012 477806592 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4277567 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15951/tid=15961] ppid=15949 vsize=466608 CPUtime=127.93 cores=0-7
/proc/15951/task/15961/stat : 15961 (plingeling) R 15949 15951 15925 0 -1 4202560 4304 1255 0 0 12793 0 0 0 25 0 9 0 512405012 477806592 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4353463 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15951/tid=15962] ppid=15949 vsize=466608 CPUtime=127.92 cores=0-7
/proc/15951/task/15962/stat : 15962 (plingeling) R 15949 15951 15925 0 -1 4202560 23406 1255 0 0 12789 3 0 0 25 0 9 0 512405012 477806592 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15951/tid=15963] ppid=15949 vsize=466608 CPUtime=127.93 cores=0-7
/proc/15951/task/15963/stat : 15963 (plingeling) R 15949 15951 15925 0 -1 4202560 17099 1255 0 0 12791 2 0 0 25 0 9 0 512405013 477806592 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15951/tid=15964] ppid=15949 vsize=466608 CPUtime=127.23 cores=0-7
/proc/15951/task/15964/stat : 15964 (plingeling) R 15949 15951 15925 0 -1 4202560 12929 1255 0 0 12721 2 0 0 25 0 9 0 512405015 477806592 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364590 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15951/tid=15965] ppid=15949 vsize=466608 CPUtime=127.87 cores=0-7
/proc/15951/task/15965/stat : 15965 (plingeling) R 15949 15951 15925 0 -1 4202560 29691 1255 0 0 12784 3 0 0 25 0 9 0 512405015 477806592 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4365955 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1023.52
Current children cumulated vsize (KiB) 466608

[startup+129.501 s]
/proc/loadavg: 7.85 7.85 7.91 9/179 15968
/proc/meminfo: memFree=13246092/32951124 swapFree=67111528/67111528
[pid=15951] ppid=15949 vsize=466608 CPUtime=1029.87 cores=0-7
/proc/15951/stat : 15951 (plingeling) S 15949 15951 15925 0 -1 4202496 167975 1255 0 0 102963 24 0 0 25 0 9 0 512404936 477806592 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15951/statm: 116652 69294 181 55 0 114538 0
[pid=15951/tid=15958] ppid=15949 vsize=466608 CPUtime=128.73 cores=0-7
/proc/15951/task/15958/stat : 15958 (plingeling) R 15949 15951 15925 0 -1 4202560 24824 1255 0 0 12870 3 0 0 25 0 9 0 512405012 477806592 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15951/tid=15959] ppid=15949 vsize=466608 CPUtime=128.73 cores=0-7
/proc/15951/task/15959/stat : 15959 (plingeling) R 15949 15951 15925 0 -1 4202560 14647 1255 0 0 12871 2 0 0 25 0 9 0 512405012 477806592 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15951/tid=15960] ppid=15949 vsize=466608 CPUtime=128.73 cores=0-7
/proc/15951/task/15960/stat : 15960 (plingeling) R 15949 15951 15925 0 -1 4202560 5100 1255 0 0 12872 1 0 0 25 0 9 0 512405012 477806592 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15951/tid=15961] ppid=15949 vsize=466608 CPUtime=128.73 cores=0-7
/proc/15951/task/15961/stat : 15961 (plingeling) R 15949 15951 15925 0 -1 4202560 4304 1255 0 0 12873 0 0 0 25 0 9 0 512405012 477806592 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364370 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15951/tid=15962] ppid=15949 vsize=466608 CPUtime=128.72 cores=0-7
/proc/15951/task/15962/stat : 15962 (plingeling) R 15949 15951 15925 0 -1 4202560 23406 1255 0 0 12869 3 0 0 25 0 9 0 512405012 477806592 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15951/tid=15963] ppid=15949 vsize=466608 CPUtime=128.72 cores=0-7
/proc/15951/task/15963/stat : 15963 (plingeling) R 15949 15951 15925 0 -1 4202560 17099 1255 0 0 12870 2 0 0 25 0 9 0 512405013 477806592 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4253091 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15951/tid=15964] ppid=15949 vsize=466608 CPUtime=128.02 cores=0-7
/proc/15951/task/15964/stat : 15964 (plingeling) R 15949 15951 15925 0 -1 4202560 12929 1255 0 0 12800 2 0 0 25 0 9 0 512405015 477806592 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15951/tid=15965] ppid=15949 vsize=466608 CPUtime=128.66 cores=0-7
/proc/15951/task/15965/stat : 15965 (plingeling) R 15949 15951 15925 0 -1 4202560 29691 1255 0 0 12863 3 0 0 25 0 9 0 512405015 477806592 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1029.87
Current children cumulated vsize (KiB) 466608

[startup+129.701 s]
/proc/loadavg: 7.86 7.85 7.91 9/179 15968
/proc/meminfo: memFree=13246092/32951124 swapFree=67111528/67111528
[pid=15951] ppid=15949 vsize=466608 CPUtime=1031.51 cores=0-7
/proc/15951/stat : 15951 (plingeling) S 15949 15951 15925 0 -1 4202496 167975 1255 0 0 103127 24 0 0 25 0 9 0 512404936 477806592 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15951/statm: 116652 69294 181 55 0 114538 0
[pid=15951/tid=15958] ppid=15949 vsize=466608 CPUtime=128.93 cores=0-7
/proc/15951/task/15958/stat : 15958 (plingeling) R 15949 15951 15925 0 -1 4202560 24824 1255 0 0 12890 3 0 0 25 0 9 0 512405012 477806592 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15951/tid=15959] ppid=15949 vsize=466608 CPUtime=128.93 cores=0-7
/proc/15951/task/15959/stat : 15959 (plingeling) R 15949 15951 15925 0 -1 4202560 14647 1255 0 0 12891 2 0 0 25 0 9 0 512405012 477806592 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4251063 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15951/tid=15960] ppid=15949 vsize=466608 CPUtime=128.94 cores=0-7
/proc/15951/task/15960/stat : 15960 (plingeling) R 15949 15951 15925 0 -1 4202560 5100 1255 0 0 12893 1 0 0 25 0 9 0 512405012 477806592 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4307551 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15951/tid=15961] ppid=15949 vsize=466608 CPUtime=128.93 cores=0-7
/proc/15951/task/15961/stat : 15961 (plingeling) R 15949 15951 15925 0 -1 4202560 4304 1255 0 0 12893 0 0 0 25 0 9 0 512405012 477806592 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15951/tid=15962] ppid=15949 vsize=466608 CPUtime=128.92 cores=0-7
/proc/15951/task/15962/stat : 15962 (plingeling) R 15949 15951 15925 0 -1 4202560 23406 1255 0 0 12889 3 0 0 25 0 9 0 512405012 477806592 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364473 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15951/tid=15963] ppid=15949 vsize=466608 CPUtime=128.93 cores=0-7
/proc/15951/task/15963/stat : 15963 (plingeling) R 15949 15951 15925 0 -1 4202560 17099 1255 0 0 12891 2 0 0 25 0 9 0 512405013 477806592 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15951/tid=15964] ppid=15949 vsize=466608 CPUtime=128.22 cores=0-7
/proc/15951/task/15964/stat : 15964 (plingeling) R 15949 15951 15925 0 -1 4202560 12929 1255 0 0 12820 2 0 0 25 0 9 0 512405015 477806592 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364308 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15951/tid=15965] ppid=15949 vsize=466608 CPUtime=128.87 cores=0-7
/proc/15951/task/15965/stat : 15965 (plingeling) R 15949 15951 15925 0 -1 4202560 29691 1255 0 0 12884 3 0 0 25 0 9 0 512405015 477806592 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1031.51
Current children cumulated vsize (KiB) 466608

[startup+129.806 s]
/proc/loadavg: 7.86 7.85 7.91 9/179 15968
/proc/meminfo: memFree=13246092/32951124 swapFree=67111528/67111528
[pid=15951] ppid=15949 vsize=466604 CPUtime=1032.31 cores=0-7
/proc/15951/stat : 15951 (plingeling) S 15949 15951 15925 0 -1 4202496 167975 1255 0 0 103207 24 0 0 25 0 9 0 512404936 477802496 69293 33554432000 4194304 4417332 140733685278752 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15951/statm: 116651 69294 182 55 0 114537 0
[pid=15951/tid=15958] ppid=15949 vsize=466604 CPUtime=129.03 cores=0-7
/proc/15951/task/15958/stat : 15958 (plingeling) R 15949 15951 15925 0 -1 4202560 24824 1255 0 0 12900 3 0 0 25 0 8 0 512405012 477802496 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15951/tid=15960] ppid=15949 vsize=466604 CPUtime=129.04 cores=0-7
/proc/15951/task/15960/stat : 15960 (plingeling) R 15949 15951 15925 0 -1 4202560 5100 1255 0 0 12903 1 0 0 25 0 8 0 512405012 477802496 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4309986 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15951/tid=15961] ppid=15949 vsize=466604 CPUtime=129.03 cores=0-7
/proc/15951/task/15961/stat : 15961 (plingeling) R 15949 15951 15925 0 -1 4202560 4304 1255 0 0 12903 0 0 0 25 0 8 0 512405012 477802496 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4353540 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15951/tid=15962] ppid=15949 vsize=466604 CPUtime=129.02 cores=0-7
/proc/15951/task/15962/stat : 15962 (plingeling) R 15949 15951 15925 0 -1 4202560 23406 1255 0 0 12899 3 0 0 25 0 8 0 512405012 477802496 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4265496 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15951/tid=15963] ppid=15949 vsize=466604 CPUtime=129.03 cores=0-7
/proc/15951/task/15963/stat : 15963 (plingeling) R 15949 15951 15925 0 -1 4202560 17099 1255 0 0 12901 2 0 0 25 0 8 0 512405013 477802496 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15951/tid=15964] ppid=15949 vsize=466604 CPUtime=128.32 cores=0-7
/proc/15951/task/15964/stat : 15964 (plingeling) R 15949 15951 15925 0 -1 4202560 12929 1255 0 0 12830 2 0 0 25 0 8 0 512405015 477802496 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15951/tid=15965] ppid=15949 vsize=466604 CPUtime=128.97 cores=0-7
/proc/15951/task/15965/stat : 15965 (plingeling) R 15949 15951 15925 0 -1 4202560 29691 1255 0 0 12894 3 0 0 25 0 8 0 512405015 477802496 69294 33554432000 4194304 4417332 140733685278752 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1032.31
Current children cumulated vsize (KiB) 466604

Child status: 20
Real time (s): 129.899
CPU time (s): 1032.63
CPU user time (s): 1032.36
CPU system time (s): 0.263959
CPU usage (%): 794.95
Max. virtual memory (cumulated for all children) (KiB): 474812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1032.36
system time used= 0.263959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169234
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= 280
involuntary context switches= 4957

runsolver used 0.207968 second user time and 0.484926 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-28 18:27:50
IDJOB=3309735
IDBENCH=82482
IDSOLVER=1695
FILE ID=node138/3309735-1304008069
RUNJOBID= node138-1304008069-15939
PBS_JOBID= 13168840
Free space on /tmp= 71812 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309735-1304008069/watcher-3309735-1304008069 -o /tmp/evaluation-result-3309735-1304008069/solver-3309735-1304008069 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3309735-1304008069.cnf

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

MD5SUM BENCH= 3fad4722cb319d6fee4192f2fe2c31ed
RANDOM SEED=266994653

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13520000 kB
Buffers:       2089224 kB
Cached:       16708440 kB
SwapCached:          0 kB
Active:       10711920 kB
Inactive:      8149180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13520000 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5164 kB
Writeback:           0 kB
AnonPages:       63380 kB
Mapped:          14464 kB
Slab:           503644 kB
PageTables:       4468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185464 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= 71812 MiB
End job on node138 at 2011-04-28 18:30:00