Trace number 4273720

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
OscaR - Conflict Ordering 2017-07-26OPT18 3.78142 2.38836

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-03-11.xml
MD5SUM89f73fe590db4a20d7e5540e1d9cc017
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark0.40866601
Satisfiable
(Un)Satisfiability was proved
Number of variables66
Number of constraints86
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":33},{"size":9,"count":33}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":33},{"degree":7,"count":4},{"degree":8,"count":20},{"degree":10,"count":9}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":33},{"arity":3,"count":20},{"arity":4,"count":4},{"arity":6,"count":20},{"arity":9,"count":9}]
Number of extensional constraints53
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":53},{"type":"sum","count":33}]
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.22/0.41	c version: 2017-07-26
0.22/0.41	c seed: 718862827
0.39/0.42	c timeout: 2520
0.39/0.42	c memlimit: 11000
0.39/0.42	c nbcore: 4
0.39/0.44	c Parsing instance...
1.10/0.90	c Parsing done, starting search...
1.25/0.92	o 0
1.25/0.92	o 4
1.25/0.92	o 6
1.25/0.92	o 8
1.25/0.93	o 10
1.25/0.95	o 12
1.54/1.01	o 14
1.54/1.04	o 16
3.45/1.73	o 17
3.45/1.73	o 18
3.69/1.96	s OPTIMUM FOUND
3.69/1.96	v <instantiation>
3.69/1.96	v 	<list>
3.69/1.96	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10]
3.69/1.96	v 	</list>
3.69/1.96	v 	<values>
3.69/1.96	v 		0 1 1 0 1 1 0 0 0 1 1 1 0 1 0 1 0 1 0 1 0 1 1 1 0 0 0 1 1 0 1 1 0 2 3 2 4 2 3 2 2 2 3 2 3 6 3 4 3 6 3 4 3 6 3 2 3 2 2 2 3 2 4 2 3 2 
3.69/1.96	v 	</values>
3.69/1.96	v </instantiation>

Verifier Data

OK	18

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 (15309 MiB free)
  memory of node 1: 16384 MiB (15221 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273720-1502706315/watcher-4273720-1502706315 -o /tmp/evaluation-result-4273720-1502706315/solver-4273720-1502706315 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10387 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 718862827 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273720-1502706315.xml 

running on 4 cores: 0,2,4,6

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
Current StackSize limit: 8192 KiB

solver pid=16514, runsolver pid=16511

[startup+0.100173 s]*
/proc/loadavg: 1.37 1.37 1.33 3/199 16515
/proc/meminfo: memFree=31263056/32770624 swapFree=67105588/67108860
[pid=16514] ppid=16511 vsize=13356344 memory=10696 CPUtime=0 cores=0,2,4,6
/proc/16514/stat : 16514 (java) S 16511 16514 12560 0 -1 1077944320 2511 0 0 0 0 0 0 0 20 0 6 0 72826844 13676896256 2674 18446744073709551615 4194304 4196468 140724881684688 140724881667232 140262549999351 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
/proc/16514/statm: 3339086 2674 1213 1 0 3329056 0
[pid=16514/tid=16516] ppid=16511 vsize=13356344 memory=7077796292425249400 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16516/stat : 16516 (java) R 16511 16514 12560 0 -1 4202560 1227 0 0 0 0 0 0 0 20 0 6 0 72826854 13676896256 2674 18446744073709551615 4194304 4196468 140724881684688 140262554240344 140262531809276 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16517] ppid=16511 vsize=13356344 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16517/stat : 16517 (java) S 16511 16514 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 72826855 13676896256 2674 18446744073709551615 4194304 4196468 140724881684688 140262150511504 140262550009557 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16518] ppid=16511 vsize=13356344 memory=140558704719488 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16518/stat : 16518 (java) S 16511 16514 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 72826855 13676896256 2740 18446744073709551615 4194304 4196468 140724881684688 140262149458704 140262550009557 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16519] ppid=16511 vsize=13356344 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (java) S 16511 16514 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 72826855 13676896256 2740 18446744073709551615 4194304 4196468 140724881684688 140262148406416 140262550009557 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16520] ppid=16511 vsize=13356344 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16520/stat : 16520 (java) S 16511 16514 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 72826855 13676896256 2740 18446744073709551615 4194304 4196468 140724881684688 140262147353616 140262550009557 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13356344 KiB
Current children cumulated memory: 10696 KiB

[startup+0.210131 s]*
/proc/loadavg: 1.37 1.37 1.33 2/212 16528
/proc/meminfo: memFree=31252156/32770624 swapFree=67105588/67108860
[pid=16514] ppid=16511 vsize=13976388 memory=23560 CPUtime=0.06 cores=0,2,4,6
/proc/16514/stat : 16514 (java) S 16511 16514 12560 0 -1 1077944320 5348 0 0 0 5 1 0 0 20 0 15 0 72826844 14311821312 5890 18446744073709551615 4194304 4196468 140724881684688 140724881667232 140262549999351 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
/proc/16514/statm: 3494097 5890 2955 1 0 3482876 0
[pid=16514/tid=16516] ppid=16511 vsize=13976388 memory=8316850467074736180 CPUtime=0.04 cores=0,2,4,6
/proc/16514/task/16516/stat : 16516 (java) R 16511 16514 12560 0 -1 4202560 3553 0 0 0 4 0 0 0 20 0 15 0 72826854 14311821312 5956 18446744073709551615 4194304 4196468 140724881684688 140262554241632 140262510980069 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16517] ppid=16511 vsize=13976388 memory=9220 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16517/stat : 16517 (java) S 16511 16514 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72826855 14311821312 5956 18446744073709551615 4194304 4196468 140724881684688 140262150511504 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16518] ppid=16511 vsize=13976388 memory=3474165422862775968 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16518/stat : 16518 (java) S 16511 16514 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72826855 14311821312 6022 18446744073709551615 4194304 4196468 140724881684688 140262149458704 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16519] ppid=16511 vsize=13976388 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (java) S 16511 16514 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72826855 14311821312 6022 18446744073709551615 4194304 4196468 140724881684688 140262148406416 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16520] ppid=16511 vsize=13976388 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16520/stat : 16520 (java) S 16511 16514 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72826855 14311821312 6022 18446744073709551615 4194304 4196468 140724881684688 140262147353616 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16521] ppid=16511 vsize=13976388 memory=140558704719488 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16521/stat : 16521 (java) S 16511 16514 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72826856 14311821312 6022 18446744073709551615 4194304 4196468 140724881684688 140262096476272 140262550010498 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16522] ppid=16511 vsize=13976388 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16522/stat : 16522 (java) S 16511 16514 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 72826857 14311821312 6022 18446744073709551615 4194304 4196468 140724881684688 140262095422240 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16523] ppid=16511 vsize=13976388 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16523/stat : 16523 (java) S 16511 16514 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 72826857 14311821312 6022 18446744073709551615 4194304 4196468 140724881684688 140262094369904 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16524] ppid=16511 vsize=13976388 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16524/stat : 16524 (java) S 16511 16514 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72826859 14311821312 6022 18446744073709551615 4194304 4196468 140724881684688 140262093318224 140262550017947 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16525] ppid=16511 vsize=13976388 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16525/stat : 16525 (java) S 16511 16514 12560 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 72826859 14311821312 6022 18446744073709551615 4194304 4196468 140724881684688 140262092266096 140262550010498 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16526] ppid=16511 vsize=13976388 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16526/stat : 16526 (java) S 16511 16514 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72826859 14311821312 6022 18446744073709551615 4194304 4196468 140724881684688 140262091213296 140262550010498 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16527] ppid=16511 vsize=13976388 memory=140558704719488 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16527/stat : 16527 (java) S 16511 16514 12560 0 -1 1077944384 219 0 0 0 0 0 0 0 20 0 15 0 72826859 14311821312 6022 18446744073709551615 4194304 4196468 140724881684688 140262022048624 140262550010498 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16528] ppid=16511 vsize=13976388 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16528/stat : 16528 (java) S 16511 16514 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72826859 14311821312 6088 18446744073709551615 4194304 4196468 140724881684688 140262020996064 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16529] ppid=16511 vsize=13976388 memory=140558704719488 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16529/stat : 16529 (java) S 16511 16514 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72826866 14311821312 6088 18446744073709551615 4194304 4196468 140724881684688 140262019942832 140262550010498 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 13976388 KiB
Current children cumulated memory: 23560 KiB

[startup+0.310291 s]*
/proc/loadavg: 1.37 1.37 1.33 3/213 16529
/proc/meminfo: memFree=31238804/32770624 swapFree=67105588/67108860
[pid=16514] ppid=16511 vsize=13975920 memory=39232 CPUtime=0.22 cores=0,2,4,6
/proc/16514/stat : 16514 (java) S 16511 16514 12560 0 -1 1077944320 10013 0 0 0 19 3 0 0 20 0 15 0 72826844 14311342080 9808 18446744073709551615 4194304 4196468 140724881684688 140724881667232 140262549999351 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
/proc/16514/statm: 3493980 9808 3544 1 0 3482759 0
[pid=16514/tid=16516] ppid=16511 vsize=13975920 memory=8316850467074736180 CPUtime=0.15 cores=0,2,4,6
/proc/16514/task/16516/stat : 16516 (java) R 16511 16514 12560 0 -1 4202560 7743 0 0 0 13 2 0 0 20 0 15 0 72826854 14311342080 9808 18446744073709551615 4194304 4196468 140724881684688 140262554207504 140262550011286 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16517] ppid=16511 vsize=13975920 memory=9220 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16517/stat : 16517 (java) S 16511 16514 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72826855 14311342080 9808 18446744073709551615 4194304 4196468 140724881684688 140262150511504 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16518] ppid=16511 vsize=13975920 memory=3474165422862775968 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16518/stat : 16518 (java) S 16511 16514 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72826855 14311342080 9808 18446744073709551615 4194304 4196468 140724881684688 140262149458704 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16519] ppid=16511 vsize=13975920 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (java) S 16511 16514 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72826855 14311342080 9808 18446744073709551615 4194304 4196468 140724881684688 140262148406416 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16520] ppid=16511 vsize=13975920 memory=3472328296227679279 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16520/stat : 16520 (java) S 16511 16514 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72826855 14311342080 9808 18446744073709551615 4194304 4196468 140724881684688 140262147353616 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16521] ppid=16511 vsize=13975920 memory=3472468854932137648 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16521/stat : 16521 (java) S 16511 16514 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 72826856 14311342080 9808 18446744073709551615 4194304 4196468 140724881684688 140262096476272 140262550010498 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16522] ppid=16511 vsize=13975920 memory=734147432286521657 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16522/stat : 16522 (java) S 16511 16514 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 72826857 14311342080 9808 18446744073709551615 4194304 4196468 140724881684688 140262095422240 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16523] ppid=16511 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16523/stat : 16523 (java) S 16511 16514 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 72826857 14311342080 9808 18446744073709551615 4194304 4196468 140724881684688 140262094369904 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16524] ppid=16511 vsize=13975920 memory=-2605811476043407915 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16524/stat : 16524 (java) S 16511 16514 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72826859 14311342080 9808 18446744073709551615 4194304 4196468 140724881684688 140262093318224 140262550017947 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16525] ppid=16511 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/16514/task/16525/stat : 16525 (java) S 16511 16514 12560 0 -1 1077944384 332 0 0 0 1 0 0 0 20 0 15 0 72826859 14311342080 9808 18446744073709551615 4194304 4196468 140724881684688 140262092266096 140262550010498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16526] ppid=16511 vsize=13975920 memory=3472328296227418159 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16526/stat : 16526 (java) S 16511 16514 12560 0 -1 1077944384 176 0 0 0 0 0 0 0 20 0 15 0 72826859 14311342080 9808 18446744073709551615 4194304 4196468 140724881684688 140262091213296 140262550010498 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16527] ppid=16511 vsize=13975920 memory=7959527701129488301 CPUtime=0.03 cores=0,2,4,6
/proc/16514/task/16527/stat : 16527 (java) R 16511 16514 12560 0 -1 4202560 378 0 0 0 3 0 0 0 20 0 15 0 72826859 14311342080 9808 18446744073709551615 4194304 4196468 140724881684688 140262022048624 140262550020698 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16528] ppid=16511 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16528/stat : 16528 (java) S 16511 16514 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72826859 14311342080 9808 18446744073709551615 4194304 4196468 140724881684688 140262020996064 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16529] ppid=16511 vsize=13975920 memory=140558704719488 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16529/stat : 16529 (java) S 16511 16514 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72826866 14311342080 9808 18446744073709551615 4194304 4196468 140724881684688 140262019942832 140262550010498 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 39232 KiB

[startup+0.700676 s]
/proc/loadavg: 1.37 1.37 1.33 5/213 16529
/proc/meminfo: memFree=31225340/32770624 swapFree=67105588/67108860
[pid=16514] ppid=16511 vsize=13977988 memory=64388 CPUtime=0.91 cores=0,2,4,6
/proc/16514/stat : 16514 (java) S 16511 16514 12560 0 -1 1077944320 13773 0 0 0 86 5 0 0 20 0 15 0 72826844 14313459712 16097 18446744073709551615 4194304 4196468 140724881684688 140724881667232 140262549999351 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
/proc/16514/statm: 3494497 16097 3731 1 0 3483271 0
[pid=16514/tid=16516] ppid=16511 vsize=13977988 memory=19031000092388 CPUtime=0.52 cores=0,2,4,6
/proc/16514/task/16516/stat : 16516 (java) R 16511 16514 12560 0 -1 4202560 10438 0 0 0 49 3 0 0 20 0 15 0 72826854 14313459712 16097 18446744073709551615 4194304 4196468 140724881684688 140262554229280 140262550011286 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16517] ppid=16511 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16517/stat : 16517 (java) S 16511 16514 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72826855 14313459712 16097 18446744073709551615 4194304 4196468 140724881684688 140262150511504 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16518] ppid=16511 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16518/stat : 16518 (java) S 16511 16514 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72826855 14313459712 16097 18446744073709551615 4194304 4196468 140724881684688 140262149458704 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16519] ppid=16511 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (java) S 16511 16514 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72826855 14313459712 16097 18446744073709551615 4194304 4196468 140724881684688 140262148406416 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16520] ppid=16511 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16520/stat : 16520 (java) S 16511 16514 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72826855 14313459712 16097 18446744073709551615 4194304 4196468 140724881684688 140262147353616 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16521] ppid=16511 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16521/stat : 16521 (java) S 16511 16514 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 72826856 14313459712 16097 18446744073709551615 4194304 4196468 140724881684688 140262096476272 140262550010498 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16522] ppid=16511 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16522/stat : 16522 (java) S 16511 16514 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 72826857 14313459712 16097 18446744073709551615 4194304 4196468 140724881684688 140262095422240 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16523] ppid=16511 vsize=13977988 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16523/stat : 16523 (java) S 16511 16514 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 72826857 14313459712 16097 18446744073709551615 4194304 4196468 140724881684688 140262094369904 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16524] ppid=16511 vsize=13977988 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16524/stat : 16524 (java) S 16511 16514 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72826859 14313459712 16097 18446744073709551615 4194304 4196468 140724881684688 140262093318224 140262550017947 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16525] ppid=16511 vsize=13977988 memory=8620 CPUtime=0.1 cores=0,2,4,6
/proc/16514/task/16525/stat : 16525 (java) S 16511 16514 12560 0 -1 1077944384 742 0 0 0 10 0 0 0 20 0 15 0 72826859 14313459712 16097 18446744073709551615 4194304 4196468 140724881684688 140262092266096 140262550010498 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16526] ppid=16511 vsize=13977988 memory=1716 CPUtime=0.07 cores=0,2,4,6
/proc/16514/task/16526/stat : 16526 (java) S 16511 16514 12560 0 -1 1077944384 494 0 0 0 7 0 0 0 20 0 15 0 72826859 14313459712 16097 18446744073709551615 4194304 4196468 140724881684688 140262091213296 140262550010498 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16527] ppid=16511 vsize=13977988 memory=3472328279047811153 CPUtime=0.18 cores=0,2,4,6
/proc/16514/task/16527/stat : 16527 (java) R 16511 16514 12560 0 -1 4202560 717 0 0 0 18 0 0 0 20 0 15 0 72826859 14313459712 16097 18446744073709551615 4194304 4196468 140724881684688 140262022048624 140262543096187 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16528] ppid=16511 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16528/stat : 16528 (java) S 16511 16514 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72826859 14313459712 16097 18446744073709551615 4194304 4196468 140724881684688 140262020996064 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16529] ppid=16511 vsize=13977988 memory=737 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16529/stat : 16529 (java) S 16511 16514 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72826866 14313459712 16097 18446744073709551615 4194304 4196468 140724881684688 140262019942832 140262550010498 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
Current children cumulated CPU time: 0.91 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 64388 KiB

[startup+1.50074 s]
/proc/loadavg: 1.37 1.37 1.33 5/213 16529
/proc/meminfo: memFree=31181732/32770624 swapFree=67105588/67108860
[pid=16514] ppid=16511 vsize=13980036 memory=151092 CPUtime=3.02 cores=0,2,4,6
/proc/16514/stat : 16514 (java) S 16511 16514 12560 0 -1 1077944320 26904 0 0 0 293 9 0 0 20 0 15 0 72826844 14315556864 37773 18446744073709551615 4194304 4196468 140724881684688 140724881667232 140262549999351 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
/proc/16514/statm: 3495009 37773 3754 1 0 3483783 0
[pid=16514/tid=16516] ppid=16511 vsize=13980036 memory=40620 CPUtime=1.32 cores=0,2,4,6
/proc/16514/task/16516/stat : 16516 (java) R 16511 16514 12560 0 -1 4202560 13525 0 0 0 126 6 0 0 20 0 15 0 72826854 14315556864 37773 18446744073709551615 4194304 4196468 140724881684688 140262554235632 140262530842319 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16517] ppid=16511 vsize=13980036 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16517/stat : 16517 (java) S 16511 16514 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72826855 14315556864 37773 18446744073709551615 4194304 4196468 140724881684688 140262150511504 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16518] ppid=16511 vsize=13980036 memory=281117152796512 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16518/stat : 16518 (java) S 16511 16514 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72826855 14315556864 37773 18446744073709551615 4194304 4196468 140724881684688 140262149458704 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16519] ppid=16511 vsize=13980036 memory=6944937900100196217 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (java) S 16511 16514 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72826855 14315556864 37773 18446744073709551615 4194304 4196468 140724881684688 140262148406416 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16520] ppid=16511 vsize=13980036 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16520/stat : 16520 (java) S 16511 16514 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72826855 14315556864 37773 18446744073709551615 4194304 4196468 140724881684688 140262147353616 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16521] ppid=16511 vsize=13980036 memory=-7812736537705029536 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16521/stat : 16521 (java) S 16511 16514 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 72826856 14315556864 37773 18446744073709551615 4194304 4196468 140724881684688 140262096476272 140262550010498 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16522] ppid=16511 vsize=13980036 memory=5793432733952992099 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16522/stat : 16522 (java) S 16511 16514 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 72826857 14315556864 37773 18446744073709551615 4194304 4196468 140724881684688 140262095422240 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16523] ppid=16511 vsize=13980036 memory=6933690330692294553 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16523/stat : 16523 (java) S 16511 16514 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 72826857 14315556864 37773 18446744073709551615 4194304 4196468 140724881684688 140262094369904 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16524] ppid=16511 vsize=13980036 memory=7884509266490057304 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16524/stat : 16524 (java) S 16511 16514 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72826859 14315556864 37773 18446744073709551615 4194304 4196468 140724881684688 140262093318224 140262550017947 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16525] ppid=16511 vsize=13980036 memory=0 CPUtime=0.69 cores=0,2,4,6
/proc/16514/task/16525/stat : 16525 (java) R 16511 16514 12560 0 -1 4202560 5314 0 0 0 68 1 0 0 20 0 15 0 72826859 14315556864 37773 18446744073709551615 4194304 4196468 140724881684688 140262092255888 140262533467312 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16526] ppid=16511 vsize=13980036 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/16514/task/16526/stat : 16526 (java) R 16511 16514 12560 0 -1 4202560 4967 0 0 0 64 0 0 0 20 0 15 0 72826859 14315556864 37773 18446744073709551615 4194304 4196468 140724881684688 140262091213424 140262531543124 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16527] ppid=16511 vsize=13980036 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/16514/task/16527/stat : 16527 (java) S 16511 16514 12560 0 -1 1077944384 1712 0 0 0 33 1 0 0 20 0 15 0 72826859 14315556864 37773 18446744073709551615 4194304 4196468 140724881684688 140262022048624 140262550010498 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16528] ppid=16511 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16528/stat : 16528 (java) S 16511 16514 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72826859 14315556864 37773 18446744073709551615 4194304 4196468 140724881684688 140262020996064 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16529] ppid=16511 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16529/stat : 16529 (java) S 16511 16514 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72826866 14315556864 37773 18446744073709551615 4194304 4196468 140724881684688 140262019942832 140262550010498 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 151092 KiB

[startup+2.38829 s]
# the end of solver process 16514 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.66903 s, system=0.11239 s

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

[startup+1.60088 s]
/proc/loadavg: 1.37 1.37 1.33 5/213 16529
/proc/meminfo: memFree=31181732/32770624 swapFree=67105588/67108860
[pid=16514] ppid=16511 vsize=13980036 memory=165612 CPUtime=3.32 cores=0,2,4,6
/proc/16514/stat : 16514 (java) S 16511 16514 12560 0 -1 1077944320 27004 0 0 0 323 9 0 0 20 0 15 0 72826844 14315556864 41403 18446744073709551615 4194304 4196468 140724881684688 140724881667232 140262549999351 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
/proc/16514/statm: 3495009 41403 3754 1 0 3483783 0
[pid=16514/tid=16516] ppid=16511 vsize=13980036 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/16514/task/16516/stat : 16516 (java) R 16511 16514 12560 0 -1 4202560 13539 0 0 0 136 6 0 0 20 0 15 0 72826854 14315556864 41403 18446744073709551615 4194304 4196468 140724881684688 140262554235632 140262177032505 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16517] ppid=16511 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16517/stat : 16517 (java) S 16511 16514 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72826855 14315556864 41403 18446744073709551615 4194304 4196468 140724881684688 140262150511504 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16518] ppid=16511 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16518/stat : 16518 (java) S 16511 16514 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72826855 14315556864 41403 18446744073709551615 4194304 4196468 140724881684688 140262149458704 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16519] ppid=16511 vsize=13980036 memory=281117152317152 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (java) S 16511 16514 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72826855 14315556864 41403 18446744073709551615 4194304 4196468 140724881684688 140262148406416 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16520] ppid=16511 vsize=13980036 memory=-7082918048272507482 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16520/stat : 16520 (java) S 16511 16514 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72826855 14315556864 41403 18446744073709551615 4194304 4196468 140724881684688 140262147353616 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16521] ppid=16511 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16521/stat : 16521 (java) S 16511 16514 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 72826856 14315556864 41403 18446744073709551615 4194304 4196468 140724881684688 140262096476272 140262550010498 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16522] ppid=16511 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16522/stat : 16522 (java) S 16511 16514 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 72826857 14315556864 41403 18446744073709551615 4194304 4196468 140724881684688 140262095422240 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16523] ppid=16511 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16523/stat : 16523 (java) S 16511 16514 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 72826857 14315556864 41403 18446744073709551615 4194304 4196468 140724881684688 140262094369904 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16524] ppid=16511 vsize=13980036 memory=7230638415855315543 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16524/stat : 16524 (java) S 16511 16514 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72826859 14315556864 41403 18446744073709551615 4194304 4196468 140724881684688 140262093318224 140262550017947 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16525] ppid=16511 vsize=13980036 memory=7019257425709197167 CPUtime=0.79 cores=0,2,4,6
/proc/16514/task/16525/stat : 16525 (java) R 16511 16514 12560 0 -1 4202560 5338 0 0 0 78 1 0 0 20 0 15 0 72826859 14315556864 41403 18446744073709551615 4194304 4196468 140724881684688 140262092254240 140262528415666 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16526] ppid=16511 vsize=13980036 memory=7739834400856433771 CPUtime=0.74 cores=0,2,4,6
/proc/16514/task/16526/stat : 16526 (java) R 16511 16514 12560 0 -1 4202560 5029 0 0 0 74 0 0 0 20 0 15 0 72826859 14315556864 41403 18446744073709551615 4194304 4196468 140724881684688 140262091204128 140262533499748 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16527] ppid=16511 vsize=13980036 memory=5937503940876058721 CPUtime=0.34 cores=0,2,4,6
/proc/16514/task/16527/stat : 16527 (java) S 16511 16514 12560 0 -1 1077944384 1712 0 0 0 33 1 0 0 20 0 15 0 72826859 14315556864 41403 18446744073709551615 4194304 4196468 140724881684688 140262022048624 140262550010498 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16528] ppid=16511 vsize=13980036 memory=7092721269280893292 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16528/stat : 16528 (java) S 16511 16514 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72826859 14315556864 41403 18446744073709551615 4194304 4196468 140724881684688 140262020996064 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16529] ppid=16511 vsize=13980036 memory=25004 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16529/stat : 16529 (java) S 16511 16514 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72826866 14315556864 41403 18446744073709551615 4194304 4196468 140724881684688 140262019942832 140262550010498 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
Current children cumulated CPU time: 3.32 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 165612 KiB

[startup+2.00076 s]*
/proc/loadavg: 1.37 1.37 1.33 2/211 16530
/proc/meminfo: memFree=31054004/32770624 swapFree=67105588/67108860
[pid=16514] ppid=16511 vsize=14046600 memory=208920 CPUtime=3.76 cores=0,2,4,6
/proc/16514/stat : 16514 (java) S 16511 16514 12560 0 -1 1077944320 29020 0 0 0 366 10 0 0 20 0 13 0 72826844 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140724881667232 140262549999351 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
/proc/16514/statm: 3511650 52230 3778 1 0 3500424 0
[pid=16514/tid=16516] ppid=16511 vsize=14046600 memory=576601314906079434 CPUtime=1.78 cores=0,2,4,6
/proc/16514/task/16516/stat : 16516 (java) D 16511 16514 12560 0 -1 4202560 13866 0 0 0 172 6 0 0 20 0 13 0 72826854 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262554242360 140262542684983 0 0 1 16800974 18446744072099589253 0 0 -1 4 0 0 5 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16517] ppid=16511 vsize=14046600 memory=9224 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16517/stat : 16517 (java) S 16511 16514 12560 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 13 0 72826855 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262150511504 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16518] ppid=16511 vsize=14046600 memory=140558705416758 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16518/stat : 16518 (java) S 16511 16514 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 72826855 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262149458704 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16519] ppid=16511 vsize=14046600 memory=-7522837583045875833 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (java) S 16511 16514 12560 0 -1 1077944384 332 0 0 0 0 0 0 0 20 0 13 0 72826855 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262148406416 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16520] ppid=16511 vsize=14046600 memory=3688501078341464111 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16520/stat : 16520 (java) S 16511 16514 12560 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 13 0 72826855 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262147353616 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16522] ppid=16511 vsize=14046600 memory=3472468854932398768 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16522/stat : 16522 (java) S 16511 16514 12560 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 13 0 72826857 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262095422304 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16523] ppid=16511 vsize=14046600 memory=7016453692698331695 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16523/stat : 16523 (java) S 16511 16514 12560 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 13 0 72826857 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262094369904 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16524] ppid=16511 vsize=14046600 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16524/stat : 16524 (java) S 16511 16514 12560 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 13 0 72826859 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262093316992 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16525] ppid=16511 vsize=14046600 memory=6944652177228980320 CPUtime=0.81 cores=0,2,4,6
/proc/16514/task/16525/stat : 16525 (java) S 16511 16514 12560 0 -1 1077944384 5344 0 0 0 80 1 0 0 20 0 13 0 72826859 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262092266096 140262550010498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16526] ppid=16511 vsize=14046600 memory=0 CPUtime=0.77 cores=0,2,4,6
/proc/16514/task/16526/stat : 16526 (java) S 16511 16514 12560 0 -1 1077944384 5037 0 0 0 77 0 0 0 20 0 13 0 72826859 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262091213296 140262550010498 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16527] ppid=16511 vsize=14046600 memory=140558576327663 CPUtime=0.35 cores=0,2,4,6
/proc/16514/task/16527/stat : 16527 (java) S 16511 16514 12560 0 -1 1077944384 2686 0 0 0 34 1 0 0 20 0 13 0 72826859 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262022048624 140262550010498 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16528] ppid=16511 vsize=14046600 memory=4715516309126814950 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16528/stat : 16528 (java) S 16511 16514 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 72826859 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262020996064 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
Current children cumulated CPU time: 3.76 s
Current children cumulated vsize: 14046600 KiB
Current children cumulated memory: 208920 KiB

[startup+2.20071 s]
/proc/loadavg: 1.37 1.37 1.33 2/211 16530
/proc/meminfo: memFree=31054004/32770624 swapFree=67105588/67108860
[pid=16514] ppid=16511 vsize=14046600 memory=208920 CPUtime=3.76 cores=0,2,4,6
/proc/16514/stat : 16514 (java) S 16511 16514 12560 0 -1 1077944320 29020 0 0 0 366 10 0 0 20 0 13 0 72826844 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140724881667232 140262549999351 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
/proc/16514/statm: 3511650 52230 3778 1 0 3500424 0
[pid=16514/tid=16516] ppid=16511 vsize=14046600 memory=7524222408578330730 CPUtime=1.78 cores=0,2,4,6
/proc/16514/task/16516/stat : 16516 (java) D 16511 16514 12560 0 -1 4202560 13866 0 0 0 172 6 0 0 20 0 13 0 72826854 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262554242360 140262542684983 0 0 1 16800974 18446744072099589253 0 0 -1 4 0 0 5 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16517] ppid=16511 vsize=14046600 memory=7524222408578330730 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16517/stat : 16517 (java) S 16511 16514 12560 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 13 0 72826855 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262150511504 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16518] ppid=16511 vsize=14046600 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16518/stat : 16518 (java) S 16511 16514 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 72826855 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262149458704 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16519] ppid=16511 vsize=14046600 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (java) S 16511 16514 12560 0 -1 1077944384 332 0 0 0 0 0 0 0 20 0 13 0 72826855 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262148406416 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16520] ppid=16511 vsize=14046600 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16520/stat : 16520 (java) S 16511 16514 12560 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 13 0 72826855 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262147353616 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16522] ppid=16511 vsize=14046600 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16522/stat : 16522 (java) S 16511 16514 12560 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 13 0 72826857 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262095422304 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16523] ppid=16511 vsize=14046600 memory=7451604029083839586 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16523/stat : 16523 (java) S 16511 16514 12560 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 13 0 72826857 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262094369904 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16524] ppid=16511 vsize=14046600 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16524/stat : 16524 (java) S 16511 16514 12560 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 13 0 72826859 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262093316992 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16525] ppid=16511 vsize=14046600 memory=7451894300419320161 CPUtime=0.81 cores=0,2,4,6
/proc/16514/task/16525/stat : 16525 (java) S 16511 16514 12560 0 -1 1077944384 5344 0 0 0 80 1 0 0 20 0 13 0 72826859 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262092266096 140262550010498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16526] ppid=16511 vsize=14046600 memory=14384168939 CPUtime=0.77 cores=0,2,4,6
/proc/16514/task/16526/stat : 16526 (java) S 16511 16514 12560 0 -1 1077944384 5037 0 0 0 77 0 0 0 20 0 13 0 72826859 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262091213296 140262550010498 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16527] ppid=16511 vsize=14046600 memory=281117152791200 CPUtime=0.35 cores=0,2,4,6
/proc/16514/task/16527/stat : 16527 (java) S 16511 16514 12560 0 -1 1077944384 2686 0 0 0 34 1 0 0 20 0 13 0 72826859 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262022048624 140262550010498 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16528] ppid=16511 vsize=14046600 memory=281117152574680 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16528/stat : 16528 (java) S 16511 16514 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 72826859 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262020996064 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
Current children cumulated CPU time: 3.76 s
Current children cumulated vsize: 14046600 KiB
Current children cumulated memory: 208920 KiB

[startup+2.30071 s]
/proc/loadavg: 1.37 1.37 1.33 2/211 16530
/proc/meminfo: memFree=31054004/32770624 swapFree=67105588/67108860
[pid=16514] ppid=16511 vsize=14046600 memory=208920 CPUtime=3.76 cores=0,2,4,6
/proc/16514/stat : 16514 (java) S 16511 16514 12560 0 -1 1077944320 29020 0 0 0 366 10 0 0 20 0 13 0 72826844 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140724881667232 140262549999351 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
/proc/16514/statm: 3511650 52230 3778 1 0 3500424 0
[pid=16514/tid=16516] ppid=16511 vsize=14046600 memory=7234319696884687198 CPUtime=1.78 cores=0,2,4,6
/proc/16514/task/16516/stat : 16516 (java) D 16511 16514 12560 0 -1 4202560 13866 0 0 0 172 6 0 0 20 0 13 0 72826854 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262554242360 140262542684983 0 0 1 16800974 18446744072099589253 0 0 -1 4 0 0 5 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16517] ppid=16511 vsize=14046600 memory=7681407940103534239 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16517/stat : 16517 (java) S 16511 16514 12560 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 13 0 72826855 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262150511504 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16518] ppid=16511 vsize=14046600 memory=59808 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16518/stat : 16518 (java) S 16511 16514 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 72826855 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262149458704 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16519] ppid=16511 vsize=14046600 memory=281117152481568 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (java) S 16511 16514 12560 0 -1 1077944384 332 0 0 0 0 0 0 0 20 0 13 0 72826855 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262148406416 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16520] ppid=16511 vsize=14046600 memory=56 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16520/stat : 16520 (java) S 16511 16514 12560 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 13 0 72826855 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262147353616 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16522] ppid=16511 vsize=14046600 memory=281117152441296 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16522/stat : 16522 (java) S 16511 16514 12560 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 13 0 72826857 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262095422304 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16523] ppid=16511 vsize=14046600 memory=644 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16523/stat : 16523 (java) S 16511 16514 12560 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 13 0 72826857 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262094369904 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16524] ppid=16511 vsize=14046600 memory=1744 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16524/stat : 16524 (java) S 16511 16514 12560 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 13 0 72826859 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262093316992 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16525] ppid=16511 vsize=14046600 memory=40620 CPUtime=0.81 cores=0,2,4,6
/proc/16514/task/16525/stat : 16525 (java) S 16511 16514 12560 0 -1 1077944384 5344 0 0 0 80 1 0 0 20 0 13 0 72826859 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262092266096 140262550010498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16526] ppid=16511 vsize=14046600 memory=1292 CPUtime=0.77 cores=0,2,4,6
/proc/16514/task/16526/stat : 16526 (java) S 16511 16514 12560 0 -1 1077944384 5037 0 0 0 77 0 0 0 20 0 13 0 72826859 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262091213296 140262550010498 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16527] ppid=16511 vsize=14046600 memory=288230574492221466 CPUtime=0.35 cores=0,2,4,6
/proc/16514/task/16527/stat : 16527 (java) S 16511 16514 12560 0 -1 1077944384 2686 0 0 0 34 1 0 0 20 0 13 0 72826859 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262022048624 140262550010498 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
[pid=16514/tid=16528] ppid=16511 vsize=14046600 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16528/stat : 16528 (java) S 16511 16514 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 72826859 14383718400 52230 18446744073709551615 4194304 4196468 140724881684688 140262020996064 140262550009557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36597760 140724881686895 140724881687081 140724881687081 140724881690575 0
Current children cumulated CPU time: 3.76 s
Current children cumulated vsize: 14046600 KiB
Current children cumulated memory: 208920 KiB

Child status: 0
Real time (s): 2.38836
CPU time (s): 3.78142
CPU user time (s): 3.66903
CPU system time (s): 0.11239
CPU usage (%): 158.327
Max. virtual memory (cumulated for all children) (KiB): 14046600
Max. memory (cumulated for all children) (KiB): 208920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.66903
system time used= 0.11239
maximum resident set size= 209340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29025
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2339
involuntary context switches= 10


# summary of solver processes directly reported to runsolver:
#   pid: 16514
#   total CPU time (s): 3.78142
#   total CPU user time (s): 3.66903
#   total CPU system time (s): 0.11239

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035686 second user time and 0.067294 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-14 12:11:13
IDJOB=4273720
IDBENCH=116003
IDSOLVER=2666
FILE ID=node126/4273720-1502706315
RUNJOBID= node126-1502662832-10387
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-03-11.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4273720-1502706315/watcher-4273720-1502706315 -o /tmp/evaluation-result-4273720-1502706315/solver-4273720-1502706315 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10387 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 718862827 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273720-1502706315.xml

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

MD5SUM BENCH= 89f73fe590db4a20d7e5540e1d9cc017
RANDOM SEED=718862827

node126.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.81
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.81
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.81
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.81
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:        31263416 kB
MemAvailable:   31725652 kB
Buffers:          299052 kB
Cached:           431612 kB
SwapCached:          524 kB
Active:           801796 kB
Inactive:         223564 kB
Active(anon):     242472 kB
Inactive(anon):    85396 kB
Active(file):     559324 kB
Inactive(file):   138168 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             42316 kB
Writeback:            16 kB
AnonPages:        293548 kB
Mapped:            63864 kB
Shmem:             33440 kB
Slab:             187220 kB
SReclaimable:     161160 kB
SUnreclaim:        26060 kB
KernelStack:        3488 kB
PageTables:         6440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1175092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61948 MiB
End job on node126 at 2017-08-14 12:11:15