Trace number 4302620

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGOPT709 14.8474 7.63063

General information on the benchmark

NameKnapsack/
Knapsack-30-100-00_c18.xml
MD5SUM9b4affb9795dbfb6552181ea4234f2b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark709
Best CPU time to get the best result obtained on this benchmark0.751082
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.96/0.73	c Concrete v3.9.2.1532736233296 running
5.97/3.14	o 348
5.97/3.15	o 363
5.97/3.16	o 401
5.97/3.17	o 422
5.97/3.19	o 435
5.97/3.20	o 461
6.22/3.20	o 477
6.22/3.21	o 498
6.22/3.24	o 526
6.22/3.28	o 537
6.22/3.29	o 538
6.54/3.30	o 565
6.54/3.32	o 602
6.54/3.35	o 610
6.54/3.36	o 633
6.54/3.37	o 637
6.54/3.39	o 661
6.54/3.39	o 669
6.54/3.40	o 671
6.93/3.41	o 680
6.93/3.44	o 697
6.93/3.45	o 701
6.93/3.49	o 709
14.81/7.60	v <instantiation cost="709">
14.81/7.60	v       <list>
14.81/7.60	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29]
14.81/7.60	v       </list>
14.81/7.60	v       <values>
14.81/7.60	v         1 0 1 0 0 1 0 1 0 1 1 1 0 0 1 0 1 1 0 0 0 1 0 0 1 0 0 1 0 0
14.81/7.60	v       </values>
14.81/7.60	v     </instantiation>
14.81/7.60	s OPTIMUM FOUND

Verifier Data

OK	709

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12113 MiB free)
  memory of node 1: 16384 MiB (14700 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302620-1532898399/watcher-4302620-1532898399 -o /tmp/evaluation-result-4302620-1532898399/solver-4302620-1532898399 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24644 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1613149658 -superng HOME/instance-4302620-1532898399.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=32089, runsolver pid=32086
Current StackSize limit: 8192 KiB


[startup+0.100123 s]*
/proc/loadavg: 1.37 1.58 1.73 3/206 32146
/proc/meminfo: memFree=27449860/32770624 swapFree=67108792/67108860
[pid=32089] ppid=32086 vsize=10088124 memory=19120 CPUtime=0.08 cores=1,3,5,7
/proc/32089/stat : 32089 (java) S 32086 32089 22977 0 -1 1077944320 4430 13013 0 0 1 0 5 2 20 0 7 0 107403168 10330238976 4780 33554432000 4194304 4196468 140723630523424 140723630505968 140522113441527 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
/proc/32089/statm: 2522031 4780 1971 1 0 2510469 0
[pid=32089/tid=32142] ppid=32086 vsize=10088124 memory=4279135703912971920 CPUtime=0.08 cores=1,3,5,7
/proc/32089/task/32142/stat : 32142 (java) R 32086 32089 22977 0 -1 4202560 2227 13013 0 0 1 0 5 2 20 0 7 0 107403176 10330238976 4780 33554432000 4194304 4196468 140723630523424 140522085284624 140522099124758 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32143] ppid=32086 vsize=10088124 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32143/stat : 32143 (java) S 32086 32089 22977 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 7 0 107403177 10330238976 4780 33554432000 4194304 4196468 140723630523424 140522117684240 140522113451733 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32144] ppid=32086 vsize=10088124 memory=140099623364224 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32144/stat : 32144 (java) S 32086 32089 22977 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 7 0 107403177 10330238976 4780 33554432000 4194304 4196468 140723630523424 140522002881680 140522113451733 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32145] ppid=32086 vsize=10088124 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32145/stat : 32145 (java) S 32086 32089 22977 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 7 0 107403177 10330238976 4846 33554432000 4194304 4196468 140723630523424 140521652542224 140522113451733 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32146] ppid=32086 vsize=10088124 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32146/stat : 32146 (java) S 32086 32089 22977 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 7 0 107403177 10330238976 4846 33554432000 4194304 4196468 140723630523424 140521651489680 140522113451733 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32147] ppid=32086 vsize=10088124 memory=140099623364224 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32147/stat : 32147 (java) S 32086 32089 22977 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 7 0 107403179 10330238976 4846 33554432000 4194304 4196468 140723630523424 140521606539504 140522113452674 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10088124 KiB
Current children cumulated memory: 19120 KiB

[startup+0.209757 s]*
/proc/loadavg: 1.37 1.58 1.73 5/215 32155
/proc/meminfo: memFree=27426212/32770624 swapFree=67108792/67108860
[pid=32089] ppid=32086 vsize=10982696 memory=43752 CPUtime=0.26 cores=1,3,5,7
/proc/32089/stat : 32089 (java) S 32086 32089 22977 0 -1 1077944320 8354 13013 0 0 17 2 5 2 20 0 15 0 107403168 11246280704 10938 33554432000 4194304 4196468 140723630523424 140723630505968 140522113441527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
/proc/32089/statm: 2745674 10938 2937 1 0 2708109 0
[pid=32089/tid=32142] ppid=32086 vsize=10982696 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/32089/task/32142/stat : 32142 (java) R 32086 32089 22977 0 -1 4202560 4873 13013 0 0 11 1 5 2 20 0 15 0 107403176 11246280704 10938 33554432000 4194304 4196468 140723630523424 140522085238656 140522093717248 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32143] ppid=32086 vsize=10982696 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32143/stat : 32143 (java) S 32086 32089 22977 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107403177 11246280704 10938 33554432000 4194304 4196468 140723630523424 140522117684240 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32144] ppid=32086 vsize=10982696 memory=4122677808286443168 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32144/stat : 32144 (java) S 32086 32089 22977 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107403177 11246280704 10938 33554432000 4194304 4196468 140723630523424 140522002881680 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32145] ppid=32086 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32145/stat : 32145 (java) S 32086 32089 22977 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107403177 11246280704 10938 33554432000 4194304 4196468 140723630523424 140521652542224 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32146] ppid=32086 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32146/stat : 32146 (java) S 32086 32089 22977 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 107403177 11246280704 10938 33554432000 4194304 4196468 140723630523424 140521651489680 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32147] ppid=32086 vsize=10982696 memory=140099623364224 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32147/stat : 32147 (java) S 32086 32089 22977 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 107403179 11246280704 10938 33554432000 4194304 4196468 140723630523424 140521606539504 140522113452674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32148] ppid=32086 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32148/stat : 32148 (java) S 32086 32089 22977 0 -1 1077944384 13 13013 0 0 0 0 5 2 20 0 15 0 107403179 11246280704 10938 33554432000 4194304 4196468 140723630523424 140520874566816 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32149] ppid=32086 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32149/stat : 32149 (java) S 32086 32089 22977 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107403179 11246280704 10938 33554432000 4194304 4196468 140723630523424 140520726717168 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32150] ppid=32086 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32150/stat : 32150 (java) S 32086 32089 22977 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107403182 11246280704 10938 33554432000 4194304 4196468 140723630523424 140520419317712 140522113460123 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32151] ppid=32086 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32151/stat : 32151 (java) S 32086 32089 22977 0 -1 1077944384 425 13013 0 0 0 0 5 2 20 0 15 0 107403182 11246280704 11003 33554432000 4194304 4196468 140723630523424 140521605487344 140522113452674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32152] ppid=32086 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32089/task/32152/stat : 32152 (java) S 32086 32089 22977 0 -1 1077944384 190 13013 0 0 1 0 5 2 20 0 15 0 107403182 11246280704 11003 33554432000 4194304 4196468 140723630523424 140521604434800 140522113452674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32153] ppid=32086 vsize=10982696 memory=140099623364224 CPUtime=0.1 cores=1,3,5,7
/proc/32089/task/32153/stat : 32153 (java) S 32086 32089 22977 0 -1 1077944384 646 13013 0 0 3 0 5 2 20 0 15 0 107403182 11246280704 11003 33554432000 4194304 4196468 140723630523424 140521603381744 140522113452674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32154] ppid=32086 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32154/stat : 32154 (java) S 32086 32089 22977 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107403182 11246280704 11003 33554432000 4194304 4196468 140723630523424 140519988521824 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32155] ppid=32086 vsize=10982696 memory=140099623364224 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32155/stat : 32155 (java) S 32086 32089 22977 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107403182 11246280704 11003 33554432000 4194304 4196468 140723630523424 140521602329136 140522113452674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 43752 KiB

[startup+0.310194 s]*
/proc/loadavg: 1.37 1.58 1.73 3/215 32155
/proc/meminfo: memFree=27415916/32770624 swapFree=67108792/67108860
[pid=32089] ppid=32086 vsize=10983192 memory=55356 CPUtime=0.37 cores=1,3,5,7
/proc/32089/stat : 32089 (java) S 32086 32089 22977 0 -1 1077944320 10410 13013 0 0 28 2 5 2 20 0 15 0 107403168 11246788608 13839 33554432000 4194304 4196468 140723630523424 140723630505968 140522113441527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
/proc/32089/statm: 2745798 13839 3083 1 0 2708109 0
[pid=32089/tid=32142] ppid=32086 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/32089/task/32142/stat : 32142 (java) R 32086 32089 22977 0 -1 4202560 6909 13013 0 0 20 1 5 2 20 0 15 0 107403176 11246788608 13839 33554432000 4194304 4196468 140723630523424 140522085253312 140522095005031 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32143] ppid=32086 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32143/stat : 32143 (java) S 32086 32089 22977 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107403177 11246788608 13839 33554432000 4194304 4196468 140723630523424 140522117684240 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32144] ppid=32086 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32144/stat : 32144 (java) S 32086 32089 22977 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107403177 11246788608 13839 33554432000 4194304 4196468 140723630523424 140522002881680 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32145] ppid=32086 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32145/stat : 32145 (java) S 32086 32089 22977 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107403177 11246788608 13839 33554432000 4194304 4196468 140723630523424 140521652542224 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32146] ppid=32086 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32146/stat : 32146 (java) S 32086 32089 22977 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 107403177 11246788608 13839 33554432000 4194304 4196468 140723630523424 140521651489680 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32147] ppid=32086 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32147/stat : 32147 (java) S 32086 32089 22977 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 107403179 11246788608 13839 33554432000 4194304 4196468 140723630523424 140521606539504 140522113452674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32148] ppid=32086 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32148/stat : 32148 (java) S 32086 32089 22977 0 -1 1077944384 13 13013 0 0 0 0 5 2 20 0 15 0 107403179 11246788608 13839 33554432000 4194304 4196468 140723630523424 140520874566816 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32149] ppid=32086 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32149/stat : 32149 (java) S 32086 32089 22977 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107403179 11246788608 13839 33554432000 4194304 4196468 140723630523424 140520726717168 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32150] ppid=32086 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32150/stat : 32150 (java) S 32086 32089 22977 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107403182 11246788608 13839 33554432000 4194304 4196468 140723630523424 140520419317712 140522113460123 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32151] ppid=32086 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32089/task/32151/stat : 32151 (java) S 32086 32089 22977 0 -1 1077944384 427 13013 0 0 1 0 5 2 20 0 15 0 107403182 11246788608 13839 33554432000 4194304 4196468 140723630523424 140521605487344 140522113452674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32152] ppid=32086 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32089/task/32152/stat : 32152 (java) S 32086 32089 22977 0 -1 1077944384 190 13013 0 0 1 0 5 2 20 0 15 0 107403182 11246788608 13839 33554432000 4194304 4196468 140723630523424 140521604434800 140522113452674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32153] ppid=32086 vsize=10983192 memory=140099623364224 CPUtime=0.12 cores=1,3,5,7
/proc/32089/task/32153/stat : 32153 (java) R 32086 32089 22977 0 -1 4202560 660 13013 0 0 5 0 5 2 20 0 15 0 107403182 11246788608 13839 33554432000 4194304 4196468 140723630523424 140521603381744 140522098517642 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32154] ppid=32086 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32154/stat : 32154 (java) S 32086 32089 22977 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107403182 11246788608 13839 33554432000 4194304 4196468 140723630523424 140519988521824 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32155] ppid=32086 vsize=10983192 memory=140099623364224 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32155/stat : 32155 (java) S 32086 32089 22977 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107403182 11246788608 13839 33554432000 4194304 4196468 140723630523424 140521602329136 140522113452674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55356 KiB

[startup+0.700763 s]
/proc/loadavg: 1.37 1.58 1.73 4/215 32155
/proc/meminfo: memFree=27405868/32770624 swapFree=67108792/67108860
[pid=32089] ppid=32086 vsize=10983192 memory=88720 CPUtime=0.96 cores=1,3,5,7
/proc/32089/stat : 32089 (java) S 32086 32089 22977 0 -1 1077944320 16824 13013 0 0 85 4 5 2 20 0 15 0 107403168 11246788608 22180 33554432000 4194304 4196468 140723630523424 140723630505968 140522113441527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
/proc/32089/statm: 2745798 22180 3237 1 0 2708109 0
[pid=32089/tid=32142] ppid=32086 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/32089/task/32142/stat : 32142 (java) R 32086 32089 22977 0 -1 4202560 12376 13013 0 0 56 3 5 2 20 0 15 0 107403176 11246788608 22180 33554432000 4194304 4196468 140723630523424 140522085262352 140522095005123 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32143] ppid=32086 vsize=10983192 memory=79 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32143/stat : 32143 (java) S 32086 32089 22977 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107403177 11246788608 22180 33554432000 4194304 4196468 140723630523424 140522117684240 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32144] ppid=32086 vsize=10983192 memory=1 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32144/stat : 32144 (java) S 32086 32089 22977 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107403177 11246788608 22180 33554432000 4194304 4196468 140723630523424 140522002881680 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32145] ppid=32086 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32145/stat : 32145 (java) S 32086 32089 22977 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107403177 11246788608 22180 33554432000 4194304 4196468 140723630523424 140521652542224 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32146] ppid=32086 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32146/stat : 32146 (java) S 32086 32089 22977 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 107403177 11246788608 22180 33554432000 4194304 4196468 140723630523424 140521651489680 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32147] ppid=32086 vsize=10983192 memory=140101833196103 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32147/stat : 32147 (java) S 32086 32089 22977 0 -1 1077944384 5 13013 0 0 0 0 5 2 20 0 15 0 107403179 11246788608 22180 33554432000 4194304 4196468 140723630523424 140521606539504 140522113452674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32148] ppid=32086 vsize=10983192 memory=140101833196123 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32148/stat : 32148 (java) S 32086 32089 22977 0 -1 1077944384 13 13013 0 0 0 0 5 2 20 0 15 0 107403179 11246788608 22180 33554432000 4194304 4196468 140723630523424 140520874566816 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32149] ppid=32086 vsize=10983192 memory=140101833196124 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32149/stat : 32149 (java) S 32086 32089 22977 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107403179 11246788608 22180 33554432000 4194304 4196468 140723630523424 140520726717168 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32150] ppid=32086 vsize=10983192 memory=140101833196128 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32150/stat : 32150 (java) S 32086 32089 22977 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107403182 11246788608 22180 33554432000 4194304 4196468 140723630523424 140520419317712 140522113460123 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32151] ppid=32086 vsize=10983192 memory=140101833196137 CPUtime=0.16 cores=1,3,5,7
/proc/32089/task/32151/stat : 32151 (java) S 32086 32089 22977 0 -1 1077944384 1039 13013 0 0 9 0 5 2 20 0 15 0 107403182 11246788608 22180 33554432000 4194304 4196468 140723630523424 140521605487344 140522113452674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32152] ppid=32086 vsize=10983192 memory=140101833196140 CPUtime=0.13 cores=1,3,5,7
/proc/32089/task/32152/stat : 32152 (java) S 32086 32089 22977 0 -1 1077944384 448 13013 0 0 6 0 5 2 20 0 15 0 107403182 11246788608 22180 33554432000 4194304 4196468 140723630523424 140521604434800 140522113452674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32153] ppid=32086 vsize=10983192 memory=142687403508366 CPUtime=0.19 cores=1,3,5,7
/proc/32089/task/32153/stat : 32153 (java) S 32086 32089 22977 0 -1 1077944384 734 13013 0 0 12 0 5 2 20 0 15 0 107403182 11246788608 22180 33554432000 4194304 4196468 140723630523424 140521603381744 140522113452674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32154] ppid=32086 vsize=10983192 memory=18268 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32154/stat : 32154 (java) S 32086 32089 22977 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107403182 11246788608 22180 33554432000 4194304 4196468 140723630523424 140519988521824 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32155] ppid=32086 vsize=10983192 memory=18384 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32155/stat : 32155 (java) S 32086 32089 22977 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107403182 11246788608 22180 33554432000 4194304 4196468 140723630523424 140521602329136 140522113452674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
Current children cumulated CPU time: 0.96 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88720 KiB

[startup+1.50072 s]
/proc/loadavg: 1.37 1.58 1.73 5/215 32155
/proc/meminfo: memFree=27357916/32770624 swapFree=67108792/67108860
[pid=32089] ppid=32086 vsize=11000140 memory=179728 CPUtime=2.2 cores=1,3,5,7
/proc/32089/stat : 32089 (java) S 32086 32089 22977 0 -1 1077944320 24033 13013 0 0 204 9 5 2 20 0 15 0 107403168 11264143360 44932 33554432000 4194304 4196468 140723630523424 140723630505968 140522113441527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
/proc/32089/statm: 2750035 44932 3474 1 0 2711693 0
[pid=32089/tid=32142] ppid=32086 vsize=11000140 memory=113432 CPUtime=1.43 cores=1,3,5,7
/proc/32089/task/32142/stat : 32142 (java) R 32086 32089 22977 0 -1 4202560 18105 13013 0 0 130 6 5 2 20 0 15 0 107403176 11264143360 44932 33554432000 4194304 4196468 140723630523424 140522085272784 140522097522014 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32143] ppid=32086 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32089/task/32143/stat : 32143 (java) S 32086 32089 22977 0 -1 1077944384 33 13013 0 0 1 0 5 2 20 0 15 0 107403177 11264143360 44932 33554432000 4194304 4196468 140723630523424 140522117684240 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32144] ppid=32086 vsize=11000140 memory=-7880843606118635149 CPUtime=0.08 cores=1,3,5,7
/proc/32089/task/32144/stat : 32144 (java) S 32086 32089 22977 0 -1 1077944384 66 13013 0 0 1 0 5 2 20 0 15 0 107403177 11264143360 44932 33554432000 4194304 4196468 140723630523424 140522002881680 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32145] ppid=32086 vsize=11000140 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/32089/task/32145/stat : 32145 (java) S 32086 32089 22977 0 -1 1077944384 24 13013 0 0 1 0 5 2 20 0 15 0 107403177 11264143360 44932 33554432000 4194304 4196468 140723630523424 140521652542224 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32146] ppid=32086 vsize=11000140 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32146/stat : 32146 (java) S 32086 32089 22977 0 -1 1077944384 319 13013 0 0 0 0 5 2 20 0 15 0 107403177 11264143360 44932 33554432000 4194304 4196468 140723630523424 140521651489680 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32147] ppid=32086 vsize=11000140 memory=280198969002368 CPUtime=0.08 cores=1,3,5,7
/proc/32089/task/32147/stat : 32147 (java) S 32086 32089 22977 0 -1 1077944384 62 13013 0 0 1 0 5 2 20 0 15 0 107403179 11264143360 44932 33554432000 4194304 4196468 140723630523424 140521606539504 140522113452674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32148] ppid=32086 vsize=11000140 memory=10799 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32148/stat : 32148 (java) S 32086 32089 22977 0 -1 1077944384 13 13013 0 0 0 0 5 2 20 0 15 0 107403179 11264143360 44932 33554432000 4194304 4196468 140723630523424 140520874566880 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32149] ppid=32086 vsize=11000140 memory=25313 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32149/stat : 32149 (java) S 32086 32089 22977 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 107403179 11264143360 44932 33554432000 4194304 4196468 140723630523424 140520726717184 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32150] ppid=32086 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32150/stat : 32150 (java) S 32086 32089 22977 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107403182 11264143360 44932 33554432000 4194304 4196468 140723630523424 140520419317712 140522113460123 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32151] ppid=32086 vsize=11000140 memory=321013415751723303 CPUtime=0.3 cores=1,3,5,7
/proc/32089/task/32151/stat : 32151 (java) S 32086 32089 22977 0 -1 1077944384 1510 13013 0 0 23 0 5 2 20 0 15 0 107403182 11264143360 44932 33554432000 4194304 4196468 140723630523424 140521605487344 140522113452674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32152] ppid=32086 vsize=11000140 memory=288288891742739861 CPUtime=0.23 cores=1,3,5,7
/proc/32089/task/32152/stat : 32152 (java) S 32086 32089 22977 0 -1 1077944384 593 13013 0 0 16 0 5 2 20 0 15 0 107403182 11264143360 44932 33554432000 4194304 4196468 140723630523424 140521604434800 140522113452674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32153] ppid=32086 vsize=11000140 memory=6656426216303648864 CPUtime=0.34 cores=1,3,5,7
/proc/32089/task/32153/stat : 32153 (java) S 32086 32089 22977 0 -1 1077944384 1103 13013 0 0 27 0 5 2 20 0 15 0 107403182 11264143360 44932 33554432000 4194304 4196468 140723630523424 140521603381744 140522113452674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32154] ppid=32086 vsize=11000140 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32154/stat : 32154 (java) S 32086 32089 22977 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107403182 11264143360 44932 33554432000 4194304 4196468 140723630523424 140519988521824 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32155] ppid=32086 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32155/stat : 32155 (java) S 32086 32089 22977 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107403182 11264143360 44932 33554432000 4194304 4196468 140723630523424 140521602329136 140522113452674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0

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

[startup+6.30077 s]
/proc/loadavg: 1.66 1.64 1.75 3/215 32155
/proc/meminfo: memFree=27099268/32770624 swapFree=67108792/67108860
[pid=32089] ppid=32086 vsize=11077984 memory=399832 CPUtime=12.92 cores=1,3,5,7
/proc/32089/stat : 32089 (java) S 32086 32089 22977 0 -1 1077944320 64222 13013 0 0 1262 23 5 2 20 0 15 0 107403168 11343855616 99958 33554432000 4194304 4196468 140723630523424 140723630505968 140522113441527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
/proc/32089/statm: 2769496 99958 3514 1 0 2731149 0
[pid=32089/tid=32142] ppid=32086 vsize=11077984 memory=375200 CPUtime=6.15 cores=1,3,5,7
/proc/32089/task/32142/stat : 32142 (java) R 32086 32089 22977 0 -1 4202560 37505 13013 0 0 596 12 5 2 20 0 15 0 107403176 11343855616 99958 33554432000 4194304 4196468 140723630523424 140522085276368 140521694831169 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32143] ppid=32086 vsize=11077984 memory=56 CPUtime=0.1 cores=1,3,5,7
/proc/32089/task/32143/stat : 32143 (java) S 32086 32089 22977 0 -1 1077944384 244 13013 0 0 3 0 5 2 20 0 15 0 107403177 11343855616 99958 33554432000 4194304 4196468 140723630523424 140522117684240 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32144] ppid=32086 vsize=11077984 memory=370556 CPUtime=0.1 cores=1,3,5,7
/proc/32089/task/32144/stat : 32144 (java) S 32086 32089 22977 0 -1 1077944384 93 13013 0 0 3 0 5 2 20 0 15 0 107403177 11343855616 99958 33554432000 4194304 4196468 140723630523424 140522002881680 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32145] ppid=32086 vsize=11077984 memory=10799 CPUtime=0.1 cores=1,3,5,7
/proc/32089/task/32145/stat : 32145 (java) S 32086 32089 22977 0 -1 1077944384 75 13013 0 0 3 0 5 2 20 0 15 0 107403177 11343855616 99958 33554432000 4194304 4196468 140723630523424 140521652542224 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32146] ppid=32086 vsize=11077984 memory=33 CPUtime=0.11 cores=1,3,5,7
/proc/32089/task/32146/stat : 32146 (java) S 32086 32089 22977 0 -1 1077944384 346 13013 0 0 3 1 5 2 20 0 15 0 107403177 11343855616 99958 33554432000 4194304 4196468 140723630523424 140521651489680 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32147] ppid=32086 vsize=11077984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/32089/task/32147/stat : 32147 (java) S 32086 32089 22977 0 -1 1077944384 1617 13013 0 0 3 0 5 2 20 0 15 0 107403179 11343855616 99958 33554432000 4194304 4196468 140723630523424 140521606539504 140522113452674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32148] ppid=32086 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32148/stat : 32148 (java) S 32086 32089 22977 0 -1 1077944384 15 13013 0 0 0 0 5 2 20 0 15 0 107403179 11343855616 99958 33554432000 4194304 4196468 140723630523424 140520874566880 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32149] ppid=32086 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32149/stat : 32149 (java) S 32086 32089 22977 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107403179 11343855616 99958 33554432000 4194304 4196468 140723630523424 140520726717184 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32150] ppid=32086 vsize=11077984 memory=1905 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32150/stat : 32150 (java) S 32086 32089 22977 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107403182 11343855616 99958 33554432000 4194304 4196468 140723630523424 140520419317712 140522113460123 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32151] ppid=32086 vsize=11077984 memory=0 CPUtime=2.59 cores=1,3,5,7
/proc/32089/task/32151/stat : 32151 (java) S 32086 32089 22977 0 -1 1077944384 4615 13013 0 0 250 2 5 2 20 0 15 0 107403182 11343855616 99958 33554432000 4194304 4196468 140723630523424 140521605487344 140522113452674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32152] ppid=32086 vsize=11077984 memory=375056 CPUtime=2.67 cores=1,3,5,7
/proc/32089/task/32152/stat : 32152 (java) S 32086 32089 22977 0 -1 1077944384 8783 13013 0 0 259 1 5 2 20 0 15 0 107403182 11343855616 99958 33554432000 4194304 4196468 140723630523424 140521604434800 140522113452674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32153] ppid=32086 vsize=11077984 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/32089/task/32153/stat : 32153 (java) S 32086 32089 22977 0 -1 1077944384 7676 13013 0 0 135 2 5 2 20 0 15 0 107403182 11343855616 99958 33554432000 4194304 4196468 140723630523424 140521603381744 140522113452674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32154] ppid=32086 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32154/stat : 32154 (java) S 32086 32089 22977 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107403182 11343855616 99958 33554432000 4194304 4196468 140723630523424 140519988521824 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32155] ppid=32086 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32155/stat : 32155 (java) S 32086 32089 22977 0 -1 1077944384 1048 13013 0 0 0 0 5 2 20 0 15 0 107403182 11343855616 99958 33554432000 4194304 4196468 140723630523424 140521602329136 140522113452674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
Current children cumulated CPU time: 12.92 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 399832 KiB

[startup+7.63059 s]
# the end of solver process 32089 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=14.5512 s, system=0.296135 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.40154 s]
/proc/loadavg: 1.66 1.64 1.75 3/215 32155
/proc/meminfo: memFree=27099268/32770624 swapFree=67108792/67108860
[pid=32089] ppid=32086 vsize=11077984 memory=399880 CPUtime=13.14 cores=1,3,5,7
/proc/32089/stat : 32089 (java) S 32086 32089 22977 0 -1 1077944320 64239 13013 0 0 1284 23 5 2 20 0 15 0 107403168 11343855616 99970 33554432000 4194304 4196468 140723630523424 140723630505968 140522113441527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
/proc/32089/statm: 2769496 99970 3514 1 0 2731149 0
[pid=32089/tid=32142] ppid=32086 vsize=11077984 memory=0 CPUtime=6.26 cores=1,3,5,7
/proc/32089/task/32142/stat : 32142 (java) R 32086 32089 22977 0 -1 4202560 37505 13013 0 0 607 12 5 2 20 0 15 0 107403176 11343855616 99970 33554432000 4194304 4196468 140723630523424 140522085276368 140521696563047 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32143] ppid=32086 vsize=11077984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/32089/task/32143/stat : 32143 (java) S 32086 32089 22977 0 -1 1077944384 244 13013 0 0 3 0 5 2 20 0 15 0 107403177 11343855616 99970 33554432000 4194304 4196468 140723630523424 140522117684240 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32144] ppid=32086 vsize=11077984 memory=-7522837583129502606 CPUtime=0.1 cores=1,3,5,7
/proc/32089/task/32144/stat : 32144 (java) S 32086 32089 22977 0 -1 1077944384 93 13013 0 0 3 0 5 2 20 0 15 0 107403177 11343855616 99970 33554432000 4194304 4196468 140723630523424 140522002881680 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32145] ppid=32086 vsize=11077984 memory=280198969325056 CPUtime=0.1 cores=1,3,5,7
/proc/32089/task/32145/stat : 32145 (java) S 32086 32089 22977 0 -1 1077944384 75 13013 0 0 3 0 5 2 20 0 15 0 107403177 11343855616 99970 33554432000 4194304 4196468 140723630523424 140521652542224 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32146] ppid=32086 vsize=11077984 memory=8171897334845433962 CPUtime=0.11 cores=1,3,5,7
/proc/32089/task/32146/stat : 32146 (java) S 32086 32089 22977 0 -1 1077944384 346 13013 0 0 3 1 5 2 20 0 15 0 107403177 11343855616 99970 33554432000 4194304 4196468 140723630523424 140521651489680 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32147] ppid=32086 vsize=11077984 memory=5933610609561523301 CPUtime=0.1 cores=1,3,5,7
/proc/32089/task/32147/stat : 32147 (java) S 32086 32089 22977 0 -1 1077944384 1617 13013 0 0 3 0 5 2 20 0 15 0 107403179 11343855616 99970 33554432000 4194304 4196468 140723630523424 140521606539504 140522113452674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32148] ppid=32086 vsize=11077984 memory=280198969338352 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32148/stat : 32148 (java) S 32086 32089 22977 0 -1 1077944384 15 13013 0 0 0 0 5 2 20 0 15 0 107403179 11343855616 99970 33554432000 4194304 4196468 140723630523424 140520874566880 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32149] ppid=32086 vsize=11077984 memory=1404238533774188406 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32149/stat : 32149 (java) S 32086 32089 22977 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107403179 11343855616 99970 33554432000 4194304 4196468 140723630523424 140520726717184 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32150] ppid=32086 vsize=11077984 memory=4132774494331964790 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32150/stat : 32150 (java) S 32086 32089 22977 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107403182 11343855616 99970 33554432000 4194304 4196468 140723630523424 140520419317712 140522113460123 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32151] ppid=32086 vsize=11077984 memory=3054156605267021953 CPUtime=2.61 cores=1,3,5,7
/proc/32089/task/32151/stat : 32151 (java) S 32086 32089 22977 0 -1 1077944384 4618 13013 0 0 252 2 5 2 20 0 15 0 107403182 11343855616 99970 33554432000 4194304 4196468 140723630523424 140521605487344 140522113452674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32152] ppid=32086 vsize=11077984 memory=8370611207638964880 CPUtime=2.75 cores=1,3,5,7
/proc/32089/task/32152/stat : 32152 (java) R 32086 32089 22977 0 -1 4202560 8784 13013 0 0 267 1 5 2 20 0 15 0 107403182 11343855616 99970 33554432000 4194304 4196468 140723630523424 140521604421920 140522096852350 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32153] ppid=32086 vsize=11077984 memory=8326441112149131689 CPUtime=1.45 cores=1,3,5,7
/proc/32089/task/32153/stat : 32153 (java) S 32086 32089 22977 0 -1 1077944384 7689 13013 0 0 136 2 5 2 20 0 15 0 107403182 11343855616 99970 33554432000 4194304 4196468 140723630523424 140521603381744 140522113452674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32154] ppid=32086 vsize=11077984 memory=4612 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32154/stat : 32154 (java) S 32086 32089 22977 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107403182 11343855616 99970 33554432000 4194304 4196468 140723630523424 140519988521824 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32155] ppid=32086 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32155/stat : 32155 (java) S 32086 32089 22977 0 -1 1077944384 1048 13013 0 0 0 0 5 2 20 0 15 0 107403182 11343855616 99970 33554432000 4194304 4196468 140723630523424 140521602329136 140522113452674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
Current children cumulated CPU time: 13.14 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 399880 KiB

[startup+7.20076 s]
/proc/loadavg: 1.66 1.64 1.75 3/215 32155
/proc/meminfo: memFree=27071864/32770624 swapFree=67108792/67108860
[pid=32089] ppid=32086 vsize=11077984 memory=402568 CPUtime=14.28 cores=1,3,5,7
/proc/32089/stat : 32089 (java) S 32086 32089 22977 0 -1 1077944320 64398 13013 0 0 1397 24 5 2 20 0 15 0 107403168 11343855616 100642 33554432000 4194304 4196468 140723630523424 140723630505968 140522113441527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
/proc/32089/statm: 2769496 100642 3514 1 0 2731149 0
[pid=32089/tid=32142] ppid=32086 vsize=11077984 memory=60580 CPUtime=7.05 cores=1,3,5,7
/proc/32089/task/32142/stat : 32142 (java) R 32086 32089 22977 0 -1 4202560 37511 13013 0 0 686 12 5 2 20 0 15 0 107403176 11343855616 100642 33554432000 4194304 4196468 140723630523424 140522085274968 140521696317064 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32143] ppid=32086 vsize=11077984 memory=6872598998417432672 CPUtime=0.11 cores=1,3,5,7
/proc/32089/task/32143/stat : 32143 (java) S 32086 32089 22977 0 -1 1077944384 245 13013 0 0 3 1 5 2 20 0 15 0 107403177 11343855616 100642 33554432000 4194304 4196468 140723630523424 140522117684240 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32144] ppid=32086 vsize=11077984 memory=140099484559392 CPUtime=0.11 cores=1,3,5,7
/proc/32089/task/32144/stat : 32144 (java) S 32086 32089 22977 0 -1 1077944384 94 13013 0 0 4 0 5 2 20 0 15 0 107403177 11343855616 100642 33554432000 4194304 4196468 140723630523424 140522002881680 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32145] ppid=32086 vsize=11077984 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/32089/task/32145/stat : 32145 (java) S 32086 32089 22977 0 -1 1077944384 76 13013 0 0 3 1 5 2 20 0 15 0 107403177 11343855616 100642 33554432000 4194304 4196468 140723630523424 140521652542224 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32146] ppid=32086 vsize=11077984 memory=7156898672107023443 CPUtime=0.11 cores=1,3,5,7
/proc/32089/task/32146/stat : 32146 (java) S 32086 32089 22977 0 -1 1077944384 350 13013 0 0 3 1 5 2 20 0 15 0 107403177 11343855616 100642 33554432000 4194304 4196468 140723630523424 140521651489680 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32147] ppid=32086 vsize=11077984 memory=6153433744107203684 CPUtime=0.1 cores=1,3,5,7
/proc/32089/task/32147/stat : 32147 (java) S 32086 32089 22977 0 -1 1077944384 1617 13013 0 0 3 0 5 2 20 0 15 0 107403179 11343855616 100642 33554432000 4194304 4196468 140723630523424 140521606539504 140522113452674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32148] ppid=32086 vsize=11077984 memory=6153433744107203684 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32148/stat : 32148 (java) S 32086 32089 22977 0 -1 1077944384 15 13013 0 0 0 0 5 2 20 0 15 0 107403179 11343855616 100642 33554432000 4194304 4196468 140723630523424 140520874566880 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32149] ppid=32086 vsize=11077984 memory=280198969081168 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32149/stat : 32149 (java) S 32086 32089 22977 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107403179 11343855616 100642 33554432000 4194304 4196468 140723630523424 140520726717184 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32150] ppid=32086 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32150/stat : 32150 (java) S 32086 32089 22977 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107403182 11343855616 100642 33554432000 4194304 4196468 140723630523424 140520419317712 140522113460123 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32151] ppid=32086 vsize=11077984 memory=0 CPUtime=2.7 cores=1,3,5,7
/proc/32089/task/32151/stat : 32151 (java) S 32086 32089 22977 0 -1 1077944384 4637 13013 0 0 261 2 5 2 20 0 15 0 107403182 11343855616 100642 33554432000 4194304 4196468 140723630523424 140521605487344 140522113452674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32152] ppid=32086 vsize=11077984 memory=1576 CPUtime=2.96 cores=1,3,5,7
/proc/32089/task/32152/stat : 32152 (java) S 32086 32089 22977 0 -1 1077944384 8833 13013 0 0 288 1 5 2 20 0 15 0 107403182 11343855616 100642 33554432000 4194304 4196468 140723630523424 140521604434800 140522113452674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32153] ppid=32086 vsize=11077984 memory=928 CPUtime=1.48 cores=1,3,5,7
/proc/32089/task/32153/stat : 32153 (java) S 32086 32089 22977 0 -1 1077944384 7767 13013 0 0 139 2 5 2 20 0 15 0 107403182 11343855616 100642 33554432000 4194304 4196468 140723630523424 140521603381744 140522113452674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32154] ppid=32086 vsize=11077984 memory=2240 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32154/stat : 32154 (java) S 32086 32089 22977 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107403182 11343855616 100642 33554432000 4194304 4196468 140723630523424 140519988521824 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32155] ppid=32086 vsize=11077984 memory=4128 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32155/stat : 32155 (java) S 32086 32089 22977 0 -1 1077944384 1048 13013 0 0 0 0 5 2 20 0 15 0 107403182 11343855616 100642 33554432000 4194304 4196468 140723630523424 140521602329136 140522113452674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
Current children cumulated CPU time: 14.28 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 402568 KiB

[startup+7.60073 s]
/proc/loadavg: 1.66 1.64 1.75 3/215 32155
/proc/meminfo: memFree=27071864/32770624 swapFree=67108792/67108860
[pid=32089] ppid=32086 vsize=11077984 memory=439584 CPUtime=14.81 cores=1,3,5,7
/proc/32089/stat : 32089 (java) S 32086 32089 22977 0 -1 1077944320 64490 13013 0 0 1449 25 5 2 20 0 15 0 107403168 11343855616 109896 33554432000 4194304 4196468 140723630523424 140723630505968 140522113441527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
/proc/32089/statm: 2769496 109896 3514 1 0 2731149 0
[pid=32089/tid=32142] ppid=32086 vsize=11077984 memory=5571041044932548709 CPUtime=7.45 cores=1,3,5,7
/proc/32089/task/32142/stat : 32142 (java) R 32086 32089 22977 0 -1 4202560 37533 13013 0 0 725 13 5 2 20 0 15 0 107403176 11343855616 109896 33554432000 4194304 4196468 140723630523424 140522085273216 140521696316532 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32143] ppid=32086 vsize=11077984 memory=6791534058613427641 CPUtime=0.12 cores=1,3,5,7
/proc/32089/task/32143/stat : 32143 (java) S 32086 32089 22977 0 -1 1077944384 246 13013 0 0 4 1 5 2 20 0 15 0 107403177 11343855616 109896 33554432000 4194304 4196468 140723630523424 140522117684240 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32144] ppid=32086 vsize=11077984 memory=288230583166042426 CPUtime=0.11 cores=1,3,5,7
/proc/32089/task/32144/stat : 32144 (java) S 32086 32089 22977 0 -1 1077944384 94 13013 0 0 4 0 5 2 20 0 15 0 107403177 11343855616 109896 33554432000 4194304 4196468 140723630523424 140522002881680 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32145] ppid=32086 vsize=11077984 memory=13573716680378929 CPUtime=0.11 cores=1,3,5,7
/proc/32089/task/32145/stat : 32145 (java) S 32086 32089 22977 0 -1 1077944384 76 13013 0 0 3 1 5 2 20 0 15 0 107403177 11343855616 109896 33554432000 4194304 4196468 140723630523424 140521652542224 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32146] ppid=32086 vsize=11077984 memory=1728 CPUtime=0.11 cores=1,3,5,7
/proc/32089/task/32146/stat : 32146 (java) S 32086 32089 22977 0 -1 1077944384 350 13013 0 0 3 1 5 2 20 0 15 0 107403177 11343855616 109896 33554432000 4194304 4196468 140723630523424 140521651489680 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32147] ppid=32086 vsize=11077984 memory=1720 CPUtime=0.1 cores=1,3,5,7
/proc/32089/task/32147/stat : 32147 (java) S 32086 32089 22977 0 -1 1077944384 1631 13013 0 0 3 0 5 2 20 0 15 0 107403179 11343855616 109896 33554432000 4194304 4196468 140723630523424 140521606539504 140522113452674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32148] ppid=32086 vsize=11077984 memory=5760 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32148/stat : 32148 (java) S 32086 32089 22977 0 -1 1077944384 15 13013 0 0 0 0 5 2 20 0 15 0 107403179 11343855616 109896 33554432000 4194304 4196468 140723630523424 140520874566880 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32149] ppid=32086 vsize=11077984 memory=4588 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32149/stat : 32149 (java) S 32086 32089 22977 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107403179 11343855616 109896 33554432000 4194304 4196468 140723630523424 140520726717184 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32150] ppid=32086 vsize=11077984 memory=9920 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32150/stat : 32150 (java) S 32086 32089 22977 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107403182 11343855616 109896 33554432000 4194304 4196468 140723630523424 140520419317712 140522113460123 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32151] ppid=32086 vsize=11077984 memory=1944 CPUtime=2.76 cores=1,3,5,7
/proc/32089/task/32151/stat : 32151 (java) S 32086 32089 22977 0 -1 1077944384 4646 13013 0 0 267 2 5 2 20 0 15 0 107403182 11343855616 109896 33554432000 4194304 4196468 140723630523424 140521605487344 140522113452674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32152] ppid=32086 vsize=11077984 memory=1428 CPUtime=3 cores=1,3,5,7
/proc/32089/task/32152/stat : 32152 (java) S 32086 32089 22977 0 -1 1077944384 8840 13013 0 0 292 1 5 2 20 0 15 0 107403182 11343855616 109896 33554432000 4194304 4196468 140723630523424 140521604434800 140522113452674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32153] ppid=32086 vsize=11077984 memory=8512 CPUtime=1.51 cores=1,3,5,7
/proc/32089/task/32153/stat : 32153 (java) S 32086 32089 22977 0 -1 1077944384 7806 13013 0 0 142 2 5 2 20 0 15 0 107403182 11343855616 109896 33554432000 4194304 4196468 140723630523424 140521603381744 140522113452674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32154] ppid=32086 vsize=11077984 memory=792 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32154/stat : 32154 (java) S 32086 32089 22977 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107403182 11343855616 109896 33554432000 4194304 4196468 140723630523424 140519988521824 140522113451733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
[pid=32089/tid=32155] ppid=32086 vsize=11077984 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/32089/task/32155/stat : 32155 (java) S 32086 32089 22977 0 -1 1077944384 1048 13013 0 0 0 0 5 2 20 0 15 0 107403182 11343855616 109896 33554432000 4194304 4196468 140723630523424 140521602329136 140522113452674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140723630525032 140723630527841 140723630527841 140723630530511 0
Current children cumulated CPU time: 14.81 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 439584 KiB

Child status: 0
Real time (s): 7.63063
CPU time (s): 14.8474
CPU user time (s): 14.5512
CPU system time (s): 0.296135
CPU usage (%): 194.576
Max. virtual memory (cumulated for all children) (KiB): 11080620
Max. memory (cumulated for all children) (KiB): 439584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.5512
system time used= 0.296135
maximum resident set size= 441696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77691
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6925
involuntary context switches= 55


# summary of solver processes directly reported to runsolver:
#   pid: 32089
#   total CPU time (s): 14.8474
#   total CPU user time (s): 14.5512
#   total CPU system time (s): 0.296135

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.064702 second user time and 0.11605 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 23:06:39
IDJOB=4302620
IDBENCH=141542
IDSOLVER=2777
FILE ID=node150/4302620-1532898399
RUNJOBID= node150-1532894180-24644
PBS_JOBID= 21022512
Free space on /tmp= 55320 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Knapsack/Knapsack-30-100-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302620-1532898399/watcher-4302620-1532898399 -o /tmp/evaluation-result-4302620-1532898399/solver-4302620-1532898399 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24644 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1613149658 -superng HOME/instance-4302620-1532898399.xml

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

MD5SUM BENCH= 9b4affb9795dbfb6552181ea4234f2b3
RANDOM SEED=1613149658

node150.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27458104 kB
MemAvailable:   31299784 kB
Buffers:          228424 kB
Cached:          3856168 kB
SwapCached:           32 kB
Active:          2177524 kB
Inactive:        2601116 kB
Active(anon):     645932 kB
Inactive(anon):    76188 kB
Active(file):    1531592 kB
Inactive(file):  2524928 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             26440 kB
Writeback:             0 kB
AnonPages:        758828 kB
Mapped:            58120 kB
Shmem:             25156 kB
Slab:             230464 kB
SReclaimable:     201992 kB
SUnreclaim:        28472 kB
KernelStack:        3808 kB
PageTables:         6656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1867992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    536576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 55296 MiB
End job on node150 at 2018-07-29 23:06:47