Trace number 4295414

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.8-SuperNG 2018-06-13OPT709 13.074 6.48419

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.748423
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.98/0.73	c Concrete v3.8.1528841891564 running
5.90/3.13	o 309
5.90/3.14	o 345
5.90/3.15	o 382
5.90/3.16	o 409
5.90/3.17	o 474
5.90/3.18	o 510
6.17/3.20	o 516
6.17/3.27	o 550
6.17/3.29	o 560
6.17/3.30	o 578
6.50/3.30	o 591
6.50/3.33	o 599
6.50/3.36	o 610
6.50/3.36	o 623
6.50/3.37	o 625
6.50/3.38	o 671
6.50/3.39	o 678
7.21/3.51	o 680
7.21/3.52	o 688
7.21/3.53	o 702
7.53/3.64	o 703
7.53/3.67	o 709
12.93/6.46	v <instantiation cost="709">
12.93/6.46	v       <list>
12.93/6.46	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]
12.93/6.46	v       </list>
12.93/6.46	v       <values>
12.93/6.46	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
12.93/6.46	v       </values>
12.93/6.46	v     </instantiation>
12.93/6.46	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 (4234 MiB free)
  memory of node 1: 16384 MiB (7796 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295414-1532554523/watcher-4295414-1532554523 -o /tmp/evaluation-result-4295414-1532554523/solver-4295414-1532554523 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31453 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=696652820 -superng HOME/instance-4295414-1532554523.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=2004, runsolver pid=2001
Current StackSize limit: 8192 KiB


[startup+0.100383 s]*
/proc/loadavg: 1.21 1.27 1.35 2/206 2061
/proc/meminfo: memFree=12311184/32770624 swapFree=67108860/67108860
[pid=2004] ppid=2001 vsize=9972712 memory=16548 CPUtime=0.08 cores=1,3,5,7
/proc/2004/stat : 2004 (java) S 2001 2004 31421 0 -1 1077944320 4290 12965 0 0 1 0 4 3 20 0 6 0 73015503 10212057088 4137 33554432000 4194304 4196468 140732355755584 140732355738128 140512714911479 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
/proc/2004/statm: 2493178 4137 1932 1 0 2481616 0
[pid=2004/tid=2057] ppid=2001 vsize=9972712 memory=-8171376296011865461 CPUtime=0.08 cores=1,3,5,7
/proc/2004/task/2057/stat : 2057 (java) R 2001 2004 31421 0 -1 4202560 2196 12965 0 0 1 0 4 3 20 0 6 0 73015512 10212057088 4269 33554432000 4194304 4196468 140732355755584 140512686748240 140512714933405 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2058] ppid=2001 vsize=9972712 memory=7948963741541478447 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2058/stat : 2058 (java) S 2001 2004 31421 0 -1 1077944384 1 12965 0 0 0 0 4 3 20 0 6 0 73015513 10212057088 4269 33554432000 4194304 4196468 140732355755584 140512719153808 140512714921685 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2059] ppid=2001 vsize=9972712 memory=140272885257856 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2059/stat : 2059 (java) S 2001 2004 31421 0 -1 1077944384 1 12965 0 0 0 0 4 3 20 0 6 0 73015513 10212057088 4269 33554432000 4194304 4196468 140732355755584 140512287779344 140512714921685 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2060] ppid=2001 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2060/stat : 2060 (java) S 2001 2004 31421 0 -1 1077944384 1 12965 0 0 0 0 4 3 20 0 6 0 73015513 10212057088 4269 33554432000 4194304 4196468 140732355755584 140512286726544 140512714921685 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2061] ppid=2001 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2061/stat : 2061 (java) S 2001 2004 31421 0 -1 1077944384 2 12965 0 0 0 0 4 3 20 0 6 0 73015513 10212057088 4269 33554432000 4194304 4196468 140732355755584 140512285673744 140512714921685 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16548 KiB

[startup+0.209884 s]*
/proc/loadavg: 1.21 1.27 1.35 3/215 2070
/proc/meminfo: memFree=12290772/32770624 swapFree=67108860/67108860
[pid=2004] ppid=2001 vsize=10818904 memory=43364 CPUtime=0.24 cores=1,3,5,7
/proc/2004/stat : 2004 (java) S 2001 2004 31421 0 -1 1077944320 8064 12965 0 0 16 1 4 3 20 0 15 0 73015503 11078557696 10841 33554432000 4194304 4196468 140732355755584 140732355738128 140512714911479 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
/proc/2004/statm: 2704726 10841 2969 1 0 2667149 0
[pid=2004/tid=2057] ppid=2001 vsize=10818936 memory=-8171376296011865461 CPUtime=0.18 cores=1,3,5,7
/proc/2004/task/2057/stat : 2057 (java) R 2001 2004 31421 0 -1 4202560 5492 12965 0 0 10 1 4 3 20 0 15 0 73015512 11078590464 10957 33554432000 4194304 4196468 140732355755584 140512686736288 140512707591197 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2058] ppid=2001 vsize=10818936 memory=7948963741541478447 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2058/stat : 2058 (java) S 2001 2004 31421 0 -1 1077944384 1 12965 0 0 0 0 4 3 20 0 15 0 73015513 11078590464 11023 33554432000 4194304 4196468 140732355755584 140512719153808 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2059] ppid=2001 vsize=10818936 memory=140272885257856 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2059/stat : 2059 (java) S 2001 2004 31421 0 -1 1077944384 1 12965 0 0 0 0 4 3 20 0 15 0 73015513 11078590464 11023 33554432000 4194304 4196468 140732355755584 140512287779344 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2060] ppid=2001 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2060/stat : 2060 (java) S 2001 2004 31421 0 -1 1077944384 1 12965 0 0 0 0 4 3 20 0 15 0 73015513 11078590464 11023 33554432000 4194304 4196468 140732355755584 140512286726544 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2061] ppid=2001 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2061/stat : 2061 (java) S 2001 2004 31421 0 -1 1077944384 2 12965 0 0 0 0 4 3 20 0 15 0 73015513 11078590464 11089 33554432000 4194304 4196468 140732355755584 140512285673744 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2062] ppid=2001 vsize=10818936 memory=140272885257856 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2062/stat : 2062 (java) S 2001 2004 31421 0 -1 1077944384 2 12965 0 0 0 0 4 3 20 0 15 0 73015514 11078590464 11089 33554432000 4194304 4196468 140732355755584 140512174283632 140512714922626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2063] ppid=2001 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2063/stat : 2063 (java) S 2001 2004 31421 0 -1 1077944384 33 12965 0 0 0 0 4 3 20 0 15 0 73015515 11078590464 11089 33554432000 4194304 4196468 140732355755584 140512173229600 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2064] ppid=2001 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2064/stat : 2064 (java) S 2001 2004 31421 0 -1 1077944384 1 12965 0 0 0 0 4 3 20 0 15 0 73015515 11078590464 11089 33554432000 4194304 4196468 140732355755584 140511599912304 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2065] ppid=2001 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2065/stat : 2065 (java) S 2001 2004 31421 0 -1 1077944384 3 12965 0 0 0 0 4 3 20 0 15 0 73015518 11078590464 11155 33554432000 4194304 4196468 140732355755584 140511292512592 140512714930075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2066] ppid=2001 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2066/stat : 2066 (java) S 2001 2004 31421 0 -1 1077944384 80 12965 0 0 0 0 4 3 20 0 15 0 73015518 11078590464 11155 33554432000 4194304 4196468 140732355755584 140512139671920 140512714922626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2067] ppid=2001 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2004/task/2067/stat : 2067 (java) S 2001 2004 31421 0 -1 1077944384 513 12965 0 0 1 0 4 3 20 0 15 0 73015518 11078590464 11221 33554432000 4194304 4196468 140732355755584 140512138619120 140512714922626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2068] ppid=2001 vsize=10818936 memory=140272885257856 CPUtime=0.1 cores=1,3,5,7
/proc/2004/task/2068/stat : 2068 (java) S 2001 2004 31421 0 -1 1077944384 531 12965 0 0 3 0 4 3 20 0 15 0 73015518 11078590464 11221 33554432000 4194304 4196468 140732355755584 140511814871152 140512714922626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2069] ppid=2001 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2069/stat : 2069 (java) S 2001 2004 31421 0 -1 1077944384 3 12965 0 0 0 0 4 3 20 0 15 0 73015518 11078590464 11221 33554432000 4194304 4196468 140732355755584 140511258953952 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2070] ppid=2001 vsize=10818936 memory=140272885257856 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2070/stat : 2070 (java) S 2001 2004 31421 0 -1 1077944384 1 12965 0 0 0 0 4 3 20 0 15 0 73015518 11078590464 11287 33554432000 4194304 4196468 140732355755584 140511813819568 140512714922626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 43364 KiB

[startup+0.310283 s]*
/proc/loadavg: 1.21 1.27 1.35 3/215 2070
/proc/meminfo: memFree=12277376/32770624 swapFree=67108860/67108860
[pid=2004] ppid=2001 vsize=10819352 memory=54028 CPUtime=0.38 cores=1,3,5,7
/proc/2004/stat : 2004 (java) S 2001 2004 31421 0 -1 1077944320 10587 12965 0 0 29 2 4 3 20 0 15 0 73015503 11079016448 13507 33554432000 4194304 4196468 140732355755584 140732355738128 140512714911479 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
/proc/2004/statm: 2704838 13507 3088 1 0 2667149 0
[pid=2004/tid=2057] ppid=2001 vsize=10819352 memory=280545518944496 CPUtime=0.28 cores=1,3,5,7
/proc/2004/task/2057/stat : 2057 (java) R 2001 2004 31421 0 -1 4202560 7227 12965 0 0 20 1 4 3 20 0 15 0 73015512 11079016448 13507 33554432000 4194304 4196468 140732355755584 140512686723488 140512698098288 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2058] ppid=2001 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2058/stat : 2058 (java) S 2001 2004 31421 0 -1 1077944384 1 12965 0 0 0 0 4 3 20 0 15 0 73015513 11079016448 13507 33554432000 4194304 4196468 140732355755584 140512719153808 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2059] ppid=2001 vsize=10819352 memory=280545519185408 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2059/stat : 2059 (java) S 2001 2004 31421 0 -1 1077944384 1 12965 0 0 0 0 4 3 20 0 15 0 73015513 11079016448 13507 33554432000 4194304 4196468 140732355755584 140512287779344 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2060] ppid=2001 vsize=10819352 memory=280545519087624 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2060/stat : 2060 (java) S 2001 2004 31421 0 -1 1077944384 1 12965 0 0 0 0 4 3 20 0 15 0 73015513 11079016448 13507 33554432000 4194304 4196468 140732355755584 140512286726544 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2061] ppid=2001 vsize=10819352 memory=140272759606559 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2061/stat : 2061 (java) S 2001 2004 31421 0 -1 1077944384 2 12965 0 0 0 0 4 3 20 0 15 0 73015513 11079016448 13507 33554432000 4194304 4196468 140732355755584 140512285673744 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2062] ppid=2001 vsize=10819352 memory=140272885257855 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2062/stat : 2062 (java) S 2001 2004 31421 0 -1 1077944384 2 12965 0 0 0 0 4 3 20 0 15 0 73015514 11079016448 13507 33554432000 4194304 4196468 140732355755584 140512174283632 140512714922626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2063] ppid=2001 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2063/stat : 2063 (java) S 2001 2004 31421 0 -1 1077944384 33 12965 0 0 0 0 4 3 20 0 15 0 73015515 11079016448 13507 33554432000 4194304 4196468 140732355755584 140512173229600 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2064] ppid=2001 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2064/stat : 2064 (java) S 2001 2004 31421 0 -1 1077944384 1 12965 0 0 0 0 4 3 20 0 15 0 73015515 11079016448 13507 33554432000 4194304 4196468 140732355755584 140511599912304 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2065] ppid=2001 vsize=10819352 memory=140272885257856 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2065/stat : 2065 (java) S 2001 2004 31421 0 -1 1077944384 3 12965 0 0 0 0 4 3 20 0 15 0 73015518 11079016448 13507 33554432000 4194304 4196468 140732355755584 140511292512592 140512714930075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2066] ppid=2001 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2004/task/2066/stat : 2066 (java) S 2001 2004 31421 0 -1 1077944384 80 12965 0 0 1 0 4 3 20 0 15 0 73015518 11079016448 13507 33554432000 4194304 4196468 140732355755584 140512139671920 140512714922626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2067] ppid=2001 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2004/task/2067/stat : 2067 (java) S 2001 2004 31421 0 -1 1077944384 514 12965 0 0 2 0 4 3 20 0 15 0 73015518 11079016448 13507 33554432000 4194304 4196468 140732355755584 140512138619120 140512714922626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2068] ppid=2001 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/2004/task/2068/stat : 2068 (java) S 2001 2004 31421 0 -1 1077944384 543 12965 0 0 5 0 4 3 20 0 15 0 73015518 11079016448 13507 33554432000 4194304 4196468 140732355755584 140511814871152 140512714922626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2069] ppid=2001 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2069/stat : 2069 (java) S 2001 2004 31421 0 -1 1077944384 3 12965 0 0 0 0 4 3 20 0 15 0 73015518 11079016448 13507 33554432000 4194304 4196468 140732355755584 140511258953952 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2070] ppid=2001 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2070/stat : 2070 (java) S 2001 2004 31421 0 -1 1077944384 1 12965 0 0 0 0 4 3 20 0 15 0 73015518 11079016448 13507 33554432000 4194304 4196468 140732355755584 140511813819568 140512714922626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54028 KiB

[startup+0.700758 s]
/proc/loadavg: 1.21 1.27 1.35 3/215 2070
/proc/meminfo: memFree=12268552/32770624 swapFree=67108860/67108860
[pid=2004] ppid=2001 vsize=10819352 memory=86608 CPUtime=0.98 cores=1,3,5,7
/proc/2004/stat : 2004 (java) S 2001 2004 31421 0 -1 1077944320 16765 12965 0 0 87 4 4 3 20 0 15 0 73015503 11079016448 21652 33554432000 4194304 4196468 140732355755584 140732355738128 140512714911479 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
/proc/2004/statm: 2704838 21652 3237 1 0 2667149 0
[pid=2004/tid=2057] ppid=2001 vsize=10819352 memory=4140 CPUtime=0.66 cores=1,3,5,7
/proc/2004/task/2057/stat : 2057 (java) R 2001 2004 31421 0 -1 4202560 12325 12965 0 0 56 3 4 3 20 0 15 0 73015512 11079016448 21652 33554432000 4194304 4196468 140732355755584 140512686732304 140512696475035 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2058] ppid=2001 vsize=10819352 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2058/stat : 2058 (java) S 2001 2004 31421 0 -1 1077944384 1 12965 0 0 0 0 4 3 20 0 15 0 73015513 11079016448 21652 33554432000 4194304 4196468 140732355755584 140512719153808 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2059] ppid=2001 vsize=10819352 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2059/stat : 2059 (java) S 2001 2004 31421 0 -1 1077944384 1 12965 0 0 0 0 4 3 20 0 15 0 73015513 11079016448 21652 33554432000 4194304 4196468 140732355755584 140512287779344 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2060] ppid=2001 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2060/stat : 2060 (java) S 2001 2004 31421 0 -1 1077944384 1 12965 0 0 0 0 4 3 20 0 15 0 73015513 11079016448 21652 33554432000 4194304 4196468 140732355755584 140512286726544 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2061] ppid=2001 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2061/stat : 2061 (java) S 2001 2004 31421 0 -1 1077944384 2 12965 0 0 0 0 4 3 20 0 15 0 73015513 11079016448 21652 33554432000 4194304 4196468 140732355755584 140512285673744 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2062] ppid=2001 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2062/stat : 2062 (java) S 2001 2004 31421 0 -1 1077944384 5 12965 0 0 0 0 4 3 20 0 15 0 73015514 11079016448 21652 33554432000 4194304 4196468 140732355755584 140512174283632 140512714922626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2063] ppid=2001 vsize=10819352 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2063/stat : 2063 (java) S 2001 2004 31421 0 -1 1077944384 33 12965 0 0 0 0 4 3 20 0 15 0 73015515 11079016448 21652 33554432000 4194304 4196468 140732355755584 140512173229600 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2064] ppid=2001 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2064/stat : 2064 (java) S 2001 2004 31421 0 -1 1077944384 1 12965 0 0 0 0 4 3 20 0 15 0 73015515 11079016448 21652 33554432000 4194304 4196468 140732355755584 140511599912304 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2065] ppid=2001 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2065/stat : 2065 (java) S 2001 2004 31421 0 -1 1077944384 3 12965 0 0 0 0 4 3 20 0 15 0 73015518 11079016448 21652 33554432000 4194304 4196468 140732355755584 140511292512592 140512714930075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2066] ppid=2001 vsize=10819352 memory=280545518944496 CPUtime=0.17 cores=1,3,5,7
/proc/2004/task/2066/stat : 2066 (java) S 2001 2004 31421 0 -1 1077944384 688 12965 0 0 10 0 4 3 20 0 15 0 73015518 11079016448 21652 33554432000 4194304 4196468 140732355755584 140512139671920 140512714922626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2067] ppid=2001 vsize=10819352 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/2004/task/2067/stat : 2067 (java) S 2001 2004 31421 0 -1 1077944384 903 12965 0 0 7 0 4 3 20 0 15 0 73015518 11079016448 21652 33554432000 4194304 4196468 140732355755584 140512138619120 140512714922626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2068] ppid=2001 vsize=10819352 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/2004/task/2068/stat : 2068 (java) S 2001 2004 31421 0 -1 1077944384 611 12965 0 0 13 0 4 3 20 0 15 0 73015518 11079016448 21652 33554432000 4194304 4196468 140732355755584 140511814871152 140512714922626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2069] ppid=2001 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2069/stat : 2069 (java) S 2001 2004 31421 0 -1 1077944384 3 12965 0 0 0 0 4 3 20 0 15 0 73015518 11079016448 21652 33554432000 4194304 4196468 140732355755584 140511258953952 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2070] ppid=2001 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2070/stat : 2070 (java) S 2001 2004 31421 0 -1 1077944384 1 12965 0 0 0 0 4 3 20 0 15 0 73015518 11079016448 21652 33554432000 4194304 4196468 140732355755584 140511813819568 140512714922626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86608 KiB

[startup+1.50079 s]
/proc/loadavg: 1.20 1.27 1.35 4/215 2070
/proc/meminfo: memFree=12221836/32770624 swapFree=67108860/67108860
[pid=2004] ppid=2001 vsize=10834252 memory=180192 CPUtime=2.23 cores=1,3,5,7
/proc/2004/stat : 2004 (java) S 2001 2004 31421 0 -1 1077944320 24078 12965 0 0 207 9 4 3 20 0 15 0 73015503 11094274048 45048 33554432000 4194304 4196468 140732355755584 140732355738128 140512714911479 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
/proc/2004/statm: 2708563 45048 3475 1 0 2670221 0
[pid=2004/tid=2057] ppid=2001 vsize=10834252 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/2004/task/2057/stat : 2057 (java) R 2001 2004 31421 0 -1 4202560 18020 12965 0 0 131 5 4 3 20 0 15 0 73015512 11094274048 45048 33554432000 4194304 4196468 140732355755584 140512686741104 140512700604960 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2058] ppid=2001 vsize=10834252 memory=149128982150093 CPUtime=0.08 cores=1,3,5,7
/proc/2004/task/2058/stat : 2058 (java) S 2001 2004 31421 0 -1 1077944384 31 12965 0 0 1 0 4 3 20 0 15 0 73015513 11094274048 45048 33554432000 4194304 4196468 140732355755584 140512719153808 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2059] ppid=2001 vsize=10834252 memory=14626 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2059/stat : 2059 (java) S 2001 2004 31421 0 -1 1077944384 20 12965 0 0 0 0 4 3 20 0 15 0 73015513 11094274048 45048 33554432000 4194304 4196468 140732355755584 140512287779344 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2060] ppid=2001 vsize=10834252 memory=2110623366691780 CPUtime=0.08 cores=1,3,5,7
/proc/2004/task/2060/stat : 2060 (java) S 2001 2004 31421 0 -1 1077944384 79 12965 0 0 1 0 4 3 20 0 15 0 73015513 11094274048 45048 33554432000 4194304 4196468 140732355755584 140512286726544 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2061] ppid=2001 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2004/task/2061/stat : 2061 (java) S 2001 2004 31421 0 -1 1077944384 308 12965 0 0 1 0 4 3 20 0 15 0 73015513 11094274048 45048 33554432000 4194304 4196468 140732355755584 140512285673744 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2062] ppid=2001 vsize=10834252 memory=280545518944496 CPUtime=0.08 cores=1,3,5,7
/proc/2004/task/2062/stat : 2062 (java) S 2001 2004 31421 0 -1 1077944384 62 12965 0 0 1 0 4 3 20 0 15 0 73015514 11094274048 45048 33554432000 4194304 4196468 140732355755584 140512174283632 140512714922626 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2063] ppid=2001 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2063/stat : 2063 (java) S 2001 2004 31421 0 -1 1077944384 34 12965 0 0 0 0 4 3 20 0 15 0 73015515 11094274048 45048 33554432000 4194304 4196468 140732355755584 140512173229664 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2064] ppid=2001 vsize=10834252 memory=-2746958450906831424 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2064/stat : 2064 (java) S 2001 2004 31421 0 -1 1077944384 1 12965 0 0 0 0 4 3 20 0 15 0 73015515 11094274048 45048 33554432000 4194304 4196468 140732355755584 140511599912320 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2065] ppid=2001 vsize=10834252 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2065/stat : 2065 (java) S 2001 2004 31421 0 -1 1077944384 3 12965 0 0 0 0 4 3 20 0 15 0 73015518 11094274048 45048 33554432000 4194304 4196468 140732355755584 140511292512592 140512714930075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2066] ppid=2001 vsize=10834252 memory=6944652177228980320 CPUtime=0.27 cores=1,3,5,7
/proc/2004/task/2066/stat : 2066 (java) S 2001 2004 31421 0 -1 1077944384 889 12965 0 0 20 0 4 3 20 0 15 0 73015518 11094274048 45048 33554432000 4194304 4196468 140732355755584 140512139671920 140512714922626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2067] ppid=2001 vsize=10834252 memory=6943526294502006880 CPUtime=0.28 cores=1,3,5,7
/proc/2004/task/2067/stat : 2067 (java) S 2001 2004 31421 0 -1 1077944384 1447 12965 0 0 21 0 4 3 20 0 15 0 73015518 11094274048 45048 33554432000 4194304 4196468 140732355755584 140512138619120 140512714922626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2068] ppid=2001 vsize=10834252 memory=-2461829820114675750 CPUtime=0.35 cores=1,3,5,7
/proc/2004/task/2068/stat : 2068 (java) S 2001 2004 31421 0 -1 1077944384 993 12965 0 0 28 0 4 3 20 0 15 0 73015518 11094274048 45048 33554432000 4194304 4196468 140732355755584 140511814871152 140512714922626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2069] ppid=2001 vsize=10834252 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2069/stat : 2069 (java) S 2001 2004 31421 0 -1 1077944384 3 12965 0 0 0 0 4 3 20 0 15 0 73015518 11094274048 45048 33554432000 4194304 4196468 140732355755584 140511258953952 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2070] ppid=2001 vsize=10834252 memory=-7679004722349093442 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2070/stat : 2070 (java) S 2001 2004 31421 0 -1 1077944384 1 12965 0 0 0 0 4 3 20 0 15 0 73015518 11094274048 45048 33554432000 4194304 4196468 140732355755584 140511813819568 140512714922626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
Current children cumulated CPU time: 2.23 s
Current children cumulated vsize: 10834252 KiB
Current children cumulated memory: 180192 KiB

[startup+3.11049 s]
/proc/loadavg: 1.20 1.27 1.35 4/215 2070
/proc/meminfo: memFree=12048220/32770624 swapFree=67108860/67108860
[pid=2004] ppid=2001 vsize=10912096 memory=287896 CPUtime=5.9 cores=1,3,5,7
/proc/2004/stat : 2004 (java) S 2001 2004 31421 0 -1 1077944320 48151 12965 0 0 568 15 4 3 20 0 15 0 73015503 11173986304 71974 33554432000 4194304 4196468 140732355755584 140732355738128 140512714911479 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
/proc/2004/statm: 2728024 71974 3502 1 0 2689677 0
[pid=2004/tid=2057] ppid=2001 vsize=10912096 memory=2868 CPUtime=2.98 cores=1,3,5,7
/proc/2004/task/2057/stat : 2057 (java) R 2001 2004 31421 0 -1 4202560 34767 12965 0 0 284 7 4 3 20 0 15 0 73015512 11173986304 71974 33554432000 4194304 4196468 140732355755584 140512686739056 140512698955109 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2058] ppid=2001 vsize=10912096 memory=2600 CPUtime=0.1 cores=1,3,5,7
/proc/2004/task/2058/stat : 2058 (java) S 2001 2004 31421 0 -1 1077944384 73 12965 0 0 3 0 4 3 20 0 15 0 73015513 11173986304 71974 33554432000 4194304 4196468 140732355755584 140512719153808 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2059] ppid=2001 vsize=10912096 memory=7 CPUtime=0.09 cores=1,3,5,7
/proc/2004/task/2059/stat : 2059 (java) S 2001 2004 31421 0 -1 1077944384 33 12965 0 0 2 0 4 3 20 0 15 0 73015513 11173986304 71974 33554432000 4194304 4196468 140732355755584 140512287779344 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2060] ppid=2001 vsize=10912096 memory=55 CPUtime=0.1 cores=1,3,5,7
/proc/2004/task/2060/stat : 2060 (java) S 2001 2004 31421 0 -1 1077944384 88 12965 0 0 3 0 4 3 20 0 15 0 73015513 11173986304 71974 33554432000 4194304 4196468 140732355755584 140512286726544 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2061] ppid=2001 vsize=10912096 memory=-7880843606118635149 CPUtime=0.1 cores=1,3,5,7
/proc/2004/task/2061/stat : 2061 (java) S 2001 2004 31421 0 -1 1077944384 321 12965 0 0 3 0 4 3 20 0 15 0 73015513 11173986304 71974 33554432000 4194304 4196468 140732355755584 140512285673744 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2062] ppid=2001 vsize=10912096 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/2004/task/2062/stat : 2062 (java) S 2001 2004 31421 0 -1 1077944384 1252 12965 0 0 3 0 4 3 20 0 15 0 73015514 11173986304 71974 33554432000 4194304 4196468 140732355755584 140512174283632 140512714922626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2063] ppid=2001 vsize=10912096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2063/stat : 2063 (java) S 2001 2004 31421 0 -1 1077944384 37 12965 0 0 0 0 4 3 20 0 15 0 73015515 11173986304 71974 33554432000 4194304 4196468 140732355755584 140512173229664 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2064] ppid=2001 vsize=10912096 memory=280545518981248 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2064/stat : 2064 (java) S 2001 2004 31421 0 -1 1077944384 1 12965 0 0 0 0 4 3 20 0 15 0 73015515 11173986304 71974 33554432000 4194304 4196468 140732355755584 140511599912320 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2065] ppid=2001 vsize=10912096 memory=-7028383565733675155 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2065/stat : 2065 (java) S 2001 2004 31421 0 -1 1077944384 3 12965 0 0 0 0 4 3 20 0 15 0 73015518 11173986304 71974 33554432000 4194304 4196468 140732355755584 140511292512592 140512714930075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2066] ppid=2001 vsize=10912096 memory=-8180886955292466549 CPUtime=0.94 cores=1,3,5,7
/proc/2004/task/2066/stat : 2066 (java) R 2001 2004 31421 0 -1 4202560 2721 12965 0 0 86 1 4 3 20 0 15 0 73015518 11173986304 71974 33554432000 4194304 4196468 140732355755584 140512139671920 140512714923414 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2067] ppid=2001 vsize=10912096 memory=280545519210256 CPUtime=0.98 cores=1,3,5,7
/proc/2004/task/2067/stat : 2067 (java) R 2001 2004 31421 0 -1 4202560 4038 12965 0 0 90 1 4 3 20 0 15 0 73015518 11173986304 71974 33554432000 4194304 4196468 140732355755584 140512138599144 140512694604583 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2068] ppid=2001 vsize=10912096 memory=-6352457598131469526 CPUtime=0.97 cores=1,3,5,7
/proc/2004/task/2068/stat : 2068 (java) R 2001 2004 31421 0 -1 1077944384 2624 12965 0 0 89 1 4 3 20 0 15 0 73015518 11173986304 71974 33554432000 4194304 4196468 140732355755584 140511814871152 140512714922626 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2069] ppid=2001 vsize=10912096 memory=10285072600 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2069/stat : 2069 (java) S 2001 2004 31421 0 -1 1077944384 3 12965 0 0 0 0 4 3 20 0 15 0 73015518 11173986304 71974 33554432000 4194304 4196468 140732355755584 140511258953952 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2070] ppid=2001 vsize=10912096 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2070/stat : 2070 (java) S 2001 2004 31421 0 -1 1077944384 3 12965 0 0 0 0 4 3 20 0 15 0 73015518 11173986304 71974 33554432000 4194304 4196468 140732355755584 140511813819568 140512714922626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
Current children cumulated CPU time: 5.9 s
Current children cumulated vsize: 10912096 KiB
Current children cumulated memory: 287896 KiB

[startup+6.30079 s]
/proc/loadavg: 1.34 1.30 1.36 3/215 2070
/proc/meminfo: memFree=11952632/32770624 swapFree=67108860/67108860
[pid=2004] ppid=2001 vsize=10914144 memory=404108 CPUtime=12.73 cores=1,3,5,7
/proc/2004/stat : 2004 (java) S 2001 2004 31421 0 -1 1077944320 64834 12965 0 0 1246 20 4 3 20 0 15 0 73015503 11176083456 101027 33554432000 4194304 4196468 140732355755584 140732355738128 140512714911479 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
/proc/2004/statm: 2728536 101027 3511 1 0 2690189 0
[pid=2004/tid=2057] ppid=2001 vsize=10914144 memory=4140 CPUtime=6.16 cores=1,3,5,7
/proc/2004/task/2057/stat : 2057 (java) R 2001 2004 31421 0 -1 4202560 37355 12965 0 0 600 9 4 3 20 0 15 0 73015512 11176083456 101027 33554432000 4194304 4196468 140732355755584 140512686746128 140512300645365 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2058] ppid=2001 vsize=10914144 memory=21884 CPUtime=0.1 cores=1,3,5,7
/proc/2004/task/2058/stat : 2058 (java) S 2001 2004 31421 0 -1 1077944384 103 12965 0 0 3 0 4 3 20 0 15 0 73015513 11176083456 101027 33554432000 4194304 4196468 140732355755584 140512719153808 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2059] ppid=2001 vsize=10914144 memory=1296 CPUtime=0.11 cores=1,3,5,7
/proc/2004/task/2059/stat : 2059 (java) S 2001 2004 31421 0 -1 1077944384 62 12965 0 0 3 1 4 3 20 0 15 0 73015513 11176083456 101027 33554432000 4194304 4196468 140732355755584 140512287779344 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2060] ppid=2001 vsize=10914144 memory=55 CPUtime=0.1 cores=1,3,5,7
/proc/2004/task/2060/stat : 2060 (java) S 2001 2004 31421 0 -1 1077944384 291 12965 0 0 3 0 4 3 20 0 15 0 73015513 11176083456 101027 33554432000 4194304 4196468 140732355755584 140512286726544 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2061] ppid=2001 vsize=10914144 memory=-2746958450906831424 CPUtime=0.1 cores=1,3,5,7
/proc/2004/task/2061/stat : 2061 (java) S 2001 2004 31421 0 -1 1077944384 340 12965 0 0 3 0 4 3 20 0 15 0 73015513 11176083456 101027 33554432000 4194304 4196468 140732355755584 140512285673744 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2062] ppid=2001 vsize=10914144 memory=280545519219760 CPUtime=0.1 cores=1,3,5,7
/proc/2004/task/2062/stat : 2062 (java) S 2001 2004 31421 0 -1 1077944384 1352 12965 0 0 3 0 4 3 20 0 15 0 73015514 11176083456 101027 33554432000 4194304 4196468 140732355755584 140512174283632 140512714922626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2063] ppid=2001 vsize=10914144 memory=280545519207168 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2063/stat : 2063 (java) S 2001 2004 31421 0 -1 1077944384 38 12965 0 0 0 0 4 3 20 0 15 0 73015515 11176083456 101027 33554432000 4194304 4196468 140732355755584 140512173229664 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2064] ppid=2001 vsize=10914144 memory=7883944108235712103 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2064/stat : 2064 (java) S 2001 2004 31421 0 -1 1077944384 2 12965 0 0 0 0 4 3 20 0 15 0 73015515 11176083456 101027 33554432000 4194304 4196468 140732355755584 140511599912320 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2065] ppid=2001 vsize=10914144 memory=7883944108235712103 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2065/stat : 2065 (java) S 2001 2004 31421 0 -1 1077944384 3 12965 0 0 0 0 4 3 20 0 15 0 73015518 11176083456 101027 33554432000 4194304 4196468 140732355755584 140511292512592 140512714930075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2066] ppid=2001 vsize=10914144 memory=3 CPUtime=2.47 cores=1,3,5,7
/proc/2004/task/2066/stat : 2066 (java) R 2001 2004 31421 0 -1 4202560 5106 12965 0 0 238 2 4 3 20 0 15 0 73015518 11176083456 101027 33554432000 4194304 4196468 140732355755584 140512139657152 140512698408263 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2067] ppid=2001 vsize=10914144 memory=3 CPUtime=2.59 cores=1,3,5,7
/proc/2004/task/2067/stat : 2067 (java) S 2001 2004 31421 0 -1 1077944384 9464 12965 0 0 251 1 4 3 20 0 15 0 73015518 11176083456 101027 33554432000 4194304 4196468 140732355755584 140512138619120 140512714922626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2068] ppid=2001 vsize=10914144 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/2004/task/2068/stat : 2068 (java) S 2001 2004 31421 0 -1 1077944384 7464 12965 0 0 136 2 4 3 20 0 15 0 73015518 11176083456 101027 33554432000 4194304 4196468 140732355755584 140511814871152 140512714922626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2069] ppid=2001 vsize=10914144 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2069/stat : 2069 (java) S 2001 2004 31421 0 -1 1077944384 3 12965 0 0 0 0 4 3 20 0 15 0 73015518 11176083456 101027 33554432000 4194304 4196468 140732355755584 140511258953952 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2070] ppid=2001 vsize=10914144 memory=231 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2070/stat : 2070 (java) S 2001 2004 31421 0 -1 1077944384 1064 12965 0 0 0 0 4 3 20 0 15 0 73015518 11176083456 101027 33554432000 4194304 4196468 140732355755584 140511813819568 140512714922626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
Current children cumulated CPU time: 12.73 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 404108 KiB

[startup+6.48414 s]
# the end of solver process 2004 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=12.8195 s, system=0.254471 s

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

[startup+6.40096 s]
/proc/loadavg: 1.34 1.30 1.36 3/215 2070
/proc/meminfo: memFree=11952632/32770624 swapFree=67108860/67108860
[pid=2004] ppid=2001 vsize=10914144 memory=404168 CPUtime=12.93 cores=1,3,5,7
/proc/2004/stat : 2004 (java) S 2001 2004 31421 0 -1 1077944320 64859 12965 0 0 1266 20 4 3 20 0 15 0 73015503 11176083456 101042 33554432000 4194304 4196468 140732355755584 140732355738128 140512714911479 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
/proc/2004/statm: 2728536 101042 3511 1 0 2690189 0
[pid=2004/tid=2057] ppid=2001 vsize=10914144 memory=7379542075887676262 CPUtime=6.26 cores=1,3,5,7
/proc/2004/task/2057/stat : 2057 (java) R 2001 2004 31421 0 -1 4202560 37355 12965 0 0 610 9 4 3 20 0 15 0 73015512 11176083456 101042 33554432000 4194304 4196468 140732355755584 140512686746128 140512300882799 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2058] ppid=2001 vsize=10914144 memory=7594875908870858342 CPUtime=0.1 cores=1,3,5,7
/proc/2004/task/2058/stat : 2058 (java) S 2001 2004 31421 0 -1 1077944384 103 12965 0 0 3 0 4 3 20 0 15 0 73015513 11176083456 101042 33554432000 4194304 4196468 140732355755584 140512719153808 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2059] ppid=2001 vsize=10914144 memory=7594875908870858342 CPUtime=0.11 cores=1,3,5,7
/proc/2004/task/2059/stat : 2059 (java) S 2001 2004 31421 0 -1 1077944384 62 12965 0 0 3 1 4 3 20 0 15 0 73015513 11176083456 101042 33554432000 4194304 4196468 140732355755584 140512287779344 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2060] ppid=2001 vsize=10914144 memory=7380104931436815977 CPUtime=0.1 cores=1,3,5,7
/proc/2004/task/2060/stat : 2060 (java) S 2001 2004 31421 0 -1 1077944384 291 12965 0 0 3 0 4 3 20 0 15 0 73015513 11176083456 101042 33554432000 4194304 4196468 140732355755584 140512286726544 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2061] ppid=2001 vsize=10914144 memory=379332 CPUtime=0.1 cores=1,3,5,7
/proc/2004/task/2061/stat : 2061 (java) S 2001 2004 31421 0 -1 1077944384 340 12965 0 0 3 0 4 3 20 0 15 0 73015513 11176083456 101042 33554432000 4194304 4196468 140732355755584 140512285673744 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2062] ppid=2001 vsize=10914144 memory=15876 CPUtime=0.1 cores=1,3,5,7
/proc/2004/task/2062/stat : 2062 (java) S 2001 2004 31421 0 -1 1077944384 1352 12965 0 0 3 0 4 3 20 0 15 0 73015514 11176083456 101042 33554432000 4194304 4196468 140732355755584 140512174283632 140512714922626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2063] ppid=2001 vsize=10914144 memory=12976 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2063/stat : 2063 (java) S 2001 2004 31421 0 -1 1077944384 38 12965 0 0 0 0 4 3 20 0 15 0 73015515 11176083456 101042 33554432000 4194304 4196468 140732355755584 140512173229664 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2064] ppid=2001 vsize=10914144 memory=4004 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2064/stat : 2064 (java) S 2001 2004 31421 0 -1 1077944384 2 12965 0 0 0 0 4 3 20 0 15 0 73015515 11176083456 101042 33554432000 4194304 4196468 140732355755584 140511599912320 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2065] ppid=2001 vsize=10914144 memory=18448 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2065/stat : 2065 (java) S 2001 2004 31421 0 -1 1077944384 3 12965 0 0 0 0 4 3 20 0 15 0 73015518 11176083456 101042 33554432000 4194304 4196468 140732355755584 140511292512592 140512714930075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2066] ppid=2001 vsize=10914144 memory=1796 CPUtime=2.55 cores=1,3,5,7
/proc/2004/task/2066/stat : 2066 (java) S 2001 2004 31421 0 -1 1077944384 5123 12965 0 0 246 2 4 3 20 0 15 0 73015518 11176083456 101042 33554432000 4194304 4196468 140732355755584 140512139671920 140512714922626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2067] ppid=2001 vsize=10914144 memory=640 CPUtime=2.61 cores=1,3,5,7
/proc/2004/task/2067/stat : 2067 (java) S 2001 2004 31421 0 -1 1077944384 9466 12965 0 0 253 1 4 3 20 0 15 0 73015518 11176083456 101042 33554432000 4194304 4196468 140732355755584 140512138619120 140512714922626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2068] ppid=2001 vsize=10914144 memory=952 CPUtime=1.45 cores=1,3,5,7
/proc/2004/task/2068/stat : 2068 (java) S 2001 2004 31421 0 -1 1077944384 7470 12965 0 0 136 2 4 3 20 0 15 0 73015518 11176083456 101042 33554432000 4194304 4196468 140732355755584 140511814871152 140512714922626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2069] ppid=2001 vsize=10914144 memory=1236 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2069/stat : 2069 (java) S 2001 2004 31421 0 -1 1077944384 3 12965 0 0 0 0 4 3 20 0 15 0 73015518 11176083456 101042 33554432000 4194304 4196468 140732355755584 140511258953952 140512714921685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
[pid=2004/tid=2070] ppid=2001 vsize=10914144 memory=4096 CPUtime=0.07 cores=1,3,5,7
/proc/2004/task/2070/stat : 2070 (java) S 2001 2004 31421 0 -1 1077944384 1064 12965 0 0 0 0 4 3 20 0 15 0 73015518 11176083456 101042 33554432000 4194304 4196468 140732355755584 140511813819568 140512714922626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18751488 140732355762348 140732355765596 140732355765596 140732355768271 0
Current children cumulated CPU time: 12.93 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 404168 KiB

Child status: 0
Real time (s): 6.48419
CPU time (s): 13.074
CPU user time (s): 12.8195
CPU system time (s): 0.254471
CPU usage (%): 201.629
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 404168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.8195
system time used= 0.254471
maximum resident set size= 406344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78004
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= 6499
involuntary context switches= 47


# summary of solver processes directly reported to runsolver:
#   pid: 2004
#   total CPU time (s): 13.074
#   total CPU user time (s): 12.8195
#   total CPU system time (s): 0.254471

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.064305 second user time and 0.102148 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-25 23:35:23
IDJOB=4295414
IDBENCH=141542
IDSOLVER=2751
FILE ID=node107/4295414-1532554523
RUNJOBID= node107-1532543154-31453
PBS_JOBID= 21021952
Free space on /tmp= 54500 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Knapsack/Knapsack-30-100-00_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295414-1532554523/watcher-4295414-1532554523 -o /tmp/evaluation-result-4295414-1532554523/solver-4295414-1532554523 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31453 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=696652820 -superng HOME/instance-4295414-1532554523.xml

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

MD5SUM BENCH= 9b4affb9795dbfb6552181ea4234f2b3
RANDOM SEED=696652820

node107.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.40
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.40
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.40
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.40
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:        12319492 kB
MemAvailable:   31241872 kB
Buffers:          286536 kB
Cached:         18755316 kB
SwapCached:            0 kB
Active:          4953392 kB
Inactive:       14830792 kB
Active(anon):     745344 kB
Inactive(anon):    25036 kB
Active(file):    4208048 kB
Inactive(file): 14805756 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26460 kB
Writeback:             0 kB
AnonPages:        749712 kB
Mapped:            53172 kB
Shmem:             25228 kB
Slab:             364656 kB
SReclaimable:     337036 kB
SUnreclaim:        27620 kB
KernelStack:        3568 kB
PageTables:         6372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1744056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    530432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54472 MiB
End job on node107 at 2018-07-25 23:35:30