Trace number 4274317

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-26OPT2 7.4284501 4.2456002

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-09.xml
MD5SUMe7a7addaec4b730d6fe0c9469eb0bfe6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.102355
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints84
Number of domains1
Minimum domain size36
Maximum domain size36
Distribution of domain sizes[{"size":36,"count":36}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":45},{"degree":8,"count":36}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":84}]
Number of extensional constraints0
Number of intensional constraints84
Distribution of constraint types[{"type":"intension","count":84}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.26/0.39	c version: 2017-07-26
0.26/0.39	c seed: 1430622065
0.26/0.39	c timeout: 2520
0.26/0.39	c memlimit: 11000
0.26/0.39	c nbcore: 4
0.26/0.41	c Parsing instance...
6.82/3.72	c Parsing done, starting search...
6.82/3.77	o 35
7.41/4.23	o 34
7.41/4.23	o 33
7.41/4.23	o 32
7.41/4.23	o 31
7.41/4.23	o 30
7.41/4.23	o 29
7.41/4.23	o 28
7.41/4.23	o 27
7.41/4.23	o 26
7.41/4.23	o 25
7.41/4.23	o 24
7.41/4.23	o 23
7.41/4.23	o 22
7.41/4.23	o 21
7.41/4.23	o 20
7.41/4.23	o 19
7.41/4.23	o 18
7.41/4.23	o 17
7.41/4.23	o 16
7.41/4.23	o 15
7.41/4.23	o 14
7.41/4.23	o 13
7.41/4.23	o 12
7.41/4.23	o 11
7.41/4.23	o 10
7.41/4.23	o 9
7.41/4.23	o 8
7.41/4.23	o 7
7.41/4.23	o 6
7.41/4.23	o 5
7.41/4.23	o 4
7.41/4.23	o 3
7.41/4.23	o 2
7.41/4.23	s OPTIMUM FOUND
7.41/4.23	v <instantiation>
7.41/4.23	v 	<list>
7.41/4.23	v 		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[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][5] x[4][6] x[4][7] x[4][8] x[5][6] x[5][7] x[5][8] x[6][7] x[6][8] x[7][8]
7.41/4.23	v 	</list>
7.41/4.23	v 	<values>
7.41/4.23	v 		1 2 1 2 1 2 1 2 2 0 1 2 2 2 1 2 1 1 0 1 1 1 2 2 2 1 2 1 2 0 1 0 2 1 1 2 
7.41/4.23	v 	</values>
7.41/4.23	v </instantiation>

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274317-1502862723/watcher-4274317-1502862723 -o /tmp/evaluation-result-4274317-1502862723/solver-4274317-1502862723 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1502746532-7259 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1430622065 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274317-1502862723.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
solver pid=30706, runsolver pid=30703
Current StackSize limit: 8192 KiB


[startup+0.100166 s]*
/proc/loadavg: 1.41 1.44 1.42 3/200 30712
/proc/meminfo: memFree=31364144/32770624 swapFree=67108860/67108860
[pid=30706] ppid=30703 vsize=13440536 memory=17376 CPUtime=0.01 cores=0,2,4,6
/proc/30706/stat : 30706 (java) S 30703 30706 2357 0 -1 1077944320 3679 0 0 0 1 0 0 0 20 0 7 0 13887378 13763108864 4344 18446744073709551615 4194304 4196468 140733245809056 140733245791600 140501704273655 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
/proc/30706/statm: 3360134 4344 1997 1 0 3349631 0
[pid=30706/tid=30708] ppid=30703 vsize=13440536 memory=-6439968830534014599 CPUtime=0.01 cores=0,2,4,6
/proc/30706/task/30708/stat : 30708 (java) R 30703 30706 2357 0 -1 4202560 2362 0 0 0 1 0 0 0 20 0 7 0 13887386 13763108864 4344 18446744073709551615 4194304 4196468 140733245809056 140501708516112 140501704295581 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30709] ppid=30703 vsize=13440536 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30709/stat : 30709 (java) S 30703 30706 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 13887387 13763108864 4344 18446744073709551615 4194304 4196468 140733245809056 140501669555088 140501704283861 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30710] ppid=30703 vsize=13440536 memory=139677004240512 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30710/stat : 30710 (java) S 30703 30706 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 13887387 13763108864 4344 18446744073709551615 4194304 4196468 140733245809056 140501303167760 140501704283861 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30711] ppid=30703 vsize=13440536 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30711/stat : 30711 (java) S 30703 30706 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 13887387 13763108864 4344 18446744073709551615 4194304 4196468 140733245809056 140501302115472 140501704283861 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30712] ppid=30703 vsize=13440536 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30712/stat : 30712 (java) S 30703 30706 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 13887387 13763108864 4344 18446744073709551615 4194304 4196468 140733245809056 140501301062672 140501704283861 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30713] ppid=30703 vsize=13440536 memory=139677004240512 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30713/stat : 30713 (java) S 30703 30706 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 13887388 13763108864 4344 18446744073709551615 4194304 4196468 140733245809056 140501183301744 140501704284802 0 0 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13440536 KiB
Current children cumulated memory: 17376 KiB

[startup+0.209772 s]*
/proc/loadavg: 1.41 1.44 1.42 4/209 30721
/proc/meminfo: memFree=31354648/32770624 swapFree=67108860/67108860
[pid=30706] ppid=30703 vsize=13975920 memory=30192 CPUtime=0.1 cores=0,2,4,6
/proc/30706/stat : 30706 (java) S 30703 30706 2357 0 -1 1077944320 6846 0 0 0 9 1 0 0 20 0 15 0 13887378 14311342080 7548 18446744073709551615 4194304 4196468 140733245809056 140733245791600 140501704273655 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
/proc/30706/statm: 3493980 7548 3384 1 0 3482759 0
[pid=30706/tid=30708] ppid=30703 vsize=13975920 memory=7077796292425249400 CPUtime=0.08 cores=0,2,4,6
/proc/30706/task/30708/stat : 30708 (java) R 30703 30706 2357 0 -1 4202560 4795 0 0 0 7 1 0 0 20 0 15 0 13887386 14311342080 7548 18446744073709551615 4194304 4196468 140733245809056 140501708492704 140501704295581 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30709] ppid=30703 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30709/stat : 30709 (java) S 30703 30706 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13887387 14311342080 7548 18446744073709551615 4194304 4196468 140733245809056 140501669555088 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30710] ppid=30703 vsize=13975920 memory=139677004240512 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30710/stat : 30710 (java) S 30703 30706 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13887387 14311342080 7548 18446744073709551615 4194304 4196468 140733245809056 140501303167760 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30711] ppid=30703 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30711/stat : 30711 (java) S 30703 30706 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13887387 14311342080 7548 18446744073709551615 4194304 4196468 140733245809056 140501302115472 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30712] ppid=30703 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30712/stat : 30712 (java) S 30703 30706 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13887387 14311342080 7548 18446744073709551615 4194304 4196468 140733245809056 140501301062672 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30713] ppid=30703 vsize=13975920 memory=139677004240512 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30713/stat : 30713 (java) S 30703 30706 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13887388 14311342080 7548 18446744073709551615 4194304 4196468 140733245809056 140501183301744 140501704284802 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30714] ppid=30703 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30714/stat : 30714 (java) S 30703 30706 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13887389 14311342080 7548 18446744073709551615 4194304 4196468 140733245809056 140501182247712 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30715] ppid=30703 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30715/stat : 30715 (java) S 30703 30706 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13887389 14311342080 7548 18446744073709551615 4194304 4196468 140733245809056 140501181195376 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30716] ppid=30703 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30716/stat : 30716 (java) S 30703 30706 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13887391 14311342080 7548 18446744073709551615 4194304 4196468 140733245809056 140501180143696 140501704292251 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30717] ppid=30703 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30717/stat : 30717 (java) S 30703 30706 2357 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 13887391 14311342080 7548 18446744073709551615 4194304 4196468 140733245809056 140501179091568 140501704284802 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30718] ppid=30703 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30718/stat : 30718 (java) S 30703 30706 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13887391 14311342080 7548 18446744073709551615 4194304 4196468 140733245809056 140501178038768 140501704284802 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30719] ppid=30703 vsize=13975920 memory=139677004240512 CPUtime=0.01 cores=0,2,4,6
/proc/30706/task/30719/stat : 30719 (java) S 30703 30706 2357 0 -1 1077944384 363 0 0 0 1 0 0 0 20 0 15 0 13887392 14311342080 7548 18446744073709551615 4194304 4196468 140733245809056 140501176986480 140501704284802 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30720] ppid=30703 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30720/stat : 30720 (java) S 30703 30706 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13887392 14311342080 7548 18446744073709551615 4194304 4196468 140733245809056 140501175933920 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30721] ppid=30703 vsize=13975920 memory=139677004240512 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30721/stat : 30721 (java) S 30703 30706 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13887396 14311342080 7548 18446744073709551615 4194304 4196468 140733245809056 140501174880688 140501704284802 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 30192 KiB

[startup+0.310439 s]*
/proc/loadavg: 1.41 1.44 1.42 3/209 30721
/proc/meminfo: memFree=31343620/32770624 swapFree=67108860/67108860
[pid=30706] ppid=30703 vsize=13975920 memory=39536 CPUtime=0.26 cores=0,2,4,6
/proc/30706/stat : 30706 (java) S 30703 30706 2357 0 -1 1077944320 10557 0 0 0 23 3 0 0 20 0 15 0 13887378 14311342080 9884 18446744073709551615 4194304 4196468 140733245809056 140733245791600 140501704273655 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
/proc/30706/statm: 3493980 9884 3546 1 0 3482759 0
[pid=30706/tid=30708] ppid=30703 vsize=13975920 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/30706/task/30708/stat : 30708 (java) R 30703 30706 2357 0 -1 4202560 8256 0 0 0 15 2 0 0 20 0 15 0 13887386 14311342080 9884 18446744073709551615 4194304 4196468 140733245809056 140501708473440 140501688354142 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30709] ppid=30703 vsize=13975920 memory=-8187100386482147110 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30709/stat : 30709 (java) S 30703 30706 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13887387 14311342080 9884 18446744073709551615 4194304 4196468 140733245809056 140501669555088 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30710] ppid=30703 vsize=13975920 memory=-7305533901252758645 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30710/stat : 30710 (java) S 30703 30706 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13887387 14311342080 9884 18446744073709551615 4194304 4196468 140733245809056 140501303167760 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30711] ppid=30703 vsize=13975920 memory=7077796292425249400 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30711/stat : 30711 (java) S 30703 30706 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13887387 14311342080 9884 18446744073709551615 4194304 4196468 140733245809056 140501302115472 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30712] ppid=30703 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30712/stat : 30712 (java) S 30703 30706 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13887387 14311342080 9884 18446744073709551615 4194304 4196468 140733245809056 140501301062672 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30713] ppid=30703 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30713/stat : 30713 (java) S 30703 30706 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 13887388 14311342080 9884 18446744073709551615 4194304 4196468 140733245809056 140501183301744 140501704284802 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30714] ppid=30703 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30714/stat : 30714 (java) S 30703 30706 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13887389 14311342080 9884 18446744073709551615 4194304 4196468 140733245809056 140501182247712 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30715] ppid=30703 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30715/stat : 30715 (java) S 30703 30706 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13887389 14311342080 9884 18446744073709551615 4194304 4196468 140733245809056 140501181195376 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30716] ppid=30703 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30716/stat : 30716 (java) S 30703 30706 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13887391 14311342080 9884 18446744073709551615 4194304 4196468 140733245809056 140501180143696 140501704292251 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30717] ppid=30703 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/30706/task/30717/stat : 30717 (java) S 30703 30706 2357 0 -1 1077944384 461 0 0 0 1 0 0 0 20 0 15 0 13887391 14311342080 9884 18446744073709551615 4194304 4196468 140733245809056 140501179091568 140501704284802 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30718] ppid=30703 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30718/stat : 30718 (java) S 30703 30706 2357 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 13887391 14311342080 9884 18446744073709551615 4194304 4196468 140733245809056 140501178038768 140501704284802 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30719] ppid=30703 vsize=13975920 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/30706/task/30719/stat : 30719 (java) R 30703 30706 2357 0 -1 4202560 401 0 0 0 5 0 0 0 20 0 15 0 13887392 14311342080 9884 18446744073709551615 4194304 4196468 140733245809056 140501176986480 140501682764656 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30720] ppid=30703 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30720/stat : 30720 (java) S 30703 30706 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13887392 14311342080 9884 18446744073709551615 4194304 4196468 140733245809056 140501175933920 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30721] ppid=30703 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30721/stat : 30721 (java) S 30703 30706 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13887396 14311342080 9884 18446744073709551615 4194304 4196468 140733245809056 140501174880688 140501704284802 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 39536 KiB

[startup+0.710364 s]
/proc/loadavg: 1.41 1.44 1.42 4/209 30721
/proc/meminfo: memFree=31328384/32770624 swapFree=67108860/67108860
[pid=30706] ppid=30703 vsize=13977988 memory=68748 CPUtime=1.01 cores=0,2,4,6
/proc/30706/stat : 30706 (java) S 30703 30706 2357 0 -1 1077944320 13917 0 0 0 96 5 0 0 20 0 15 0 13887378 14313459712 17187 18446744073709551615 4194304 4196468 140733245809056 140733245791600 140501704273655 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
/proc/30706/statm: 3494497 17187 3728 1 0 3483271 0
[pid=30706/tid=30708] ppid=30703 vsize=13977988 memory=117397153 CPUtime=0.57 cores=0,2,4,6
/proc/30706/task/30708/stat : 30708 (java) R 30703 30706 2357 0 -1 4202560 10473 0 0 0 53 4 0 0 20 0 15 0 13887386 14313459712 17187 18446744073709551615 4194304 4196468 140733245809056 140501708508496 140501347422080 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30709] ppid=30703 vsize=13977988 memory=19773089 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30709/stat : 30709 (java) S 30703 30706 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13887387 14313459712 17187 18446744073709551615 4194304 4196468 140733245809056 140501669555088 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30710] ppid=30703 vsize=13977988 memory=6307362066099964316 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30710/stat : 30710 (java) S 30703 30706 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13887387 14313459712 17187 18446744073709551615 4194304 4196468 140733245809056 140501303167760 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30711] ppid=30703 vsize=13977988 memory=7453290705673540177 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30711/stat : 30711 (java) S 30703 30706 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13887387 14313459712 17187 18446744073709551615 4194304 4196468 140733245809056 140501302115472 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30712] ppid=30703 vsize=13977988 memory=279353799823456 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30712/stat : 30712 (java) S 30703 30706 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13887387 14313459712 17187 18446744073709551615 4194304 4196468 140733245809056 140501301062672 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30713] ppid=30703 vsize=13977988 memory=288230613214036277 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30713/stat : 30713 (java) S 30703 30706 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 13887388 14313459712 17187 18446744073709551615 4194304 4196468 140733245809056 140501183301744 140501704284802 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30714] ppid=30703 vsize=13977988 memory=14410423554279081 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30714/stat : 30714 (java) S 30703 30706 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13887389 14313459712 17187 18446744073709551615 4194304 4196468 140733245809056 140501182247712 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30715] ppid=30703 vsize=13977988 memory=792 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30715/stat : 30715 (java) S 30703 30706 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13887389 14313459712 17187 18446744073709551615 4194304 4196468 140733245809056 140501181195376 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30716] ppid=30703 vsize=13977988 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30716/stat : 30716 (java) S 30703 30706 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13887391 14313459712 17187 18446744073709551615 4194304 4196468 140733245809056 140501180143696 140501704292251 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30717] ppid=30703 vsize=13977988 memory=2012 CPUtime=0.11 cores=0,2,4,6
/proc/30706/task/30717/stat : 30717 (java) S 30703 30706 2357 0 -1 1077944384 888 0 0 0 11 0 0 0 20 0 15 0 13887391 14313459712 17187 18446744073709551615 4194304 4196468 140733245809056 140501179091568 140501704284802 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30718] ppid=30703 vsize=13977988 memory=8692 CPUtime=0.1 cores=0,2,4,6
/proc/30706/task/30718/stat : 30718 (java) R 30703 30706 2357 0 -1 4202560 408 0 0 0 10 0 0 0 20 0 15 0 13887391 14313459712 17187 18446744073709551615 4194304 4196468 140733245809056 140501178020336 140501683519992 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30719] ppid=30703 vsize=13977988 memory=1200 CPUtime=0.21 cores=0,2,4,6
/proc/30706/task/30719/stat : 30719 (java) R 30703 30706 2357 0 -1 4202560 766 0 0 0 21 0 0 0 20 0 15 0 13887392 14313459712 17187 18446744073709551615 4194304 4196468 140733245809056 140501176986480 140501683258877 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30720] ppid=30703 vsize=13977988 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30720/stat : 30720 (java) S 30703 30706 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13887392 14313459712 17187 18446744073709551615 4194304 4196468 140733245809056 140501175933920 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30721] ppid=30703 vsize=13977988 memory=4016 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30721/stat : 30721 (java) S 30703 30706 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13887396 14313459712 17187 18446744073709551615 4194304 4196468 140733245809056 140501174880688 140501704284802 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 68748 KiB

[startup+1.50079 s]
/proc/loadavg: 1.41 1.44 1.42 3/209 30721
/proc/meminfo: memFree=31248856/32770624 swapFree=67108860/67108860
[pid=30706] ppid=30703 vsize=13977988 memory=260556 CPUtime=2.26 cores=0,2,4,6
/proc/30706/stat : 30706 (java) S 30703 30706 2357 0 -1 1077944320 18910 0 0 0 208 18 0 0 20 0 15 0 13887378 14313459712 65139 18446744073709551615 4194304 4196468 140733245809056 140733245791600 140501704273655 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
/proc/30706/statm: 3494497 65139 3773 1 0 3483271 0
[pid=30706/tid=30708] ppid=30703 vsize=13977988 memory=124184465 CPUtime=1.28 cores=0,2,4,6
/proc/30706/task/30708/stat : 30708 (java) R 30703 30706 2357 0 -1 4202560 11503 0 0 0 123 5 0 0 20 0 15 0 13887386 14313459712 65139 18446744073709551615 4194304 4196468 140733245809056 140501708507776 140501347682272 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30709] ppid=30703 vsize=13977988 memory=14327347090 CPUtime=0.06 cores=0,2,4,6
/proc/30706/task/30709/stat : 30709 (java) S 30703 30706 2357 0 -1 1077944384 166 0 0 0 4 2 0 0 20 0 15 0 13887387 14313459712 65139 18446744073709551615 4194304 4196468 140733245809056 140501669555088 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30710] ppid=30703 vsize=13977988 memory=148 CPUtime=0.06 cores=0,2,4,6
/proc/30706/task/30710/stat : 30710 (java) S 30703 30706 2357 0 -1 1077944384 168 0 0 0 4 2 0 0 20 0 15 0 13887387 14313459712 65139 18446744073709551615 4194304 4196468 140733245809056 140501303167760 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30711] ppid=30703 vsize=13977988 memory=11816 CPUtime=0.06 cores=0,2,4,6
/proc/30706/task/30711/stat : 30711 (java) S 30703 30706 2357 0 -1 1077944384 361 0 0 0 4 2 0 0 20 0 15 0 13887387 14313459712 65139 18446744073709551615 4194304 4196468 140733245809056 140501302115472 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30712] ppid=30703 vsize=13977988 memory=16100360058062548 CPUtime=0.07 cores=0,2,4,6
/proc/30706/task/30712/stat : 30712 (java) S 30703 30706 2357 0 -1 1077944384 164 0 0 0 4 3 0 0 20 0 15 0 13887387 14313459712 65139 18446744073709551615 4194304 4196468 140733245809056 140501301062672 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30713] ppid=30703 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30713/stat : 30713 (java) S 30703 30706 2357 0 -1 1077944384 288 0 0 0 0 0 0 0 20 0 15 0 13887388 14313459712 65139 18446744073709551615 4194304 4196468 140733245809056 140501183301744 140501704284802 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30714] ppid=30703 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30714/stat : 30714 (java) S 30703 30706 2357 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 13887389 14313459712 65139 18446744073709551615 4194304 4196468 140733245809056 140501182247776 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30715] ppid=30703 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30715/stat : 30715 (java) S 30703 30706 2357 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 13887389 14313459712 65139 18446744073709551615 4194304 4196468 140733245809056 140501181195392 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30716] ppid=30703 vsize=13977988 memory=7661555697365642086 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30716/stat : 30716 (java) S 30703 30706 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13887391 14313459712 65139 18446744073709551615 4194304 4196468 140733245809056 140501180143696 140501704292251 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30717] ppid=30703 vsize=13977988 memory=8976414709404591081 CPUtime=0.15 cores=0,2,4,6
/proc/30706/task/30717/stat : 30717 (java) S 30703 30706 2357 0 -1 1077944384 1103 0 0 0 15 0 0 0 20 0 15 0 13887391 14313459712 65139 18446744073709551615 4194304 4196468 140733245809056 140501179091568 140501704284802 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30718] ppid=30703 vsize=13977988 memory=5792587239626532196 CPUtime=0.2 cores=0,2,4,6
/proc/30706/task/30718/stat : 30718 (java) S 30703 30706 2357 0 -1 1077944384 1287 0 0 0 20 0 0 0 20 0 15 0 13887391 14313459712 65139 18446744073709551615 4194304 4196468 140733245809056 140501178038768 140501704284802 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30719] ppid=30703 vsize=13977988 memory=5932473714505180261 CPUtime=0.29 cores=0,2,4,6
/proc/30706/task/30719/stat : 30719 (java) S 30703 30706 2357 0 -1 1077944384 2402 0 0 0 29 0 0 0 20 0 15 0 13887392 14313459712 65139 18446744073709551615 4194304 4196468 140733245809056 140501176986480 140501704284802 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30720] ppid=30703 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30720/stat : 30720 (java) S 30703 30706 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13887392 14313459712 65139 18446744073709551615 4194304 4196468 140733245809056 140501175933920 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30721] ppid=30703 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30721/stat : 30721 (java) S 30703 30706 2357 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 13887396 14313459712 65139 18446744073709551615 4194304 4196468 140733245809056 140501174880688 140501704284802 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 260556 KiB

[startup+3.11141 s]
/proc/loadavg: 1.41 1.44 1.42 6/209 30721
/proc/meminfo: memFree=30468520/32770624 swapFree=67108860/67108860
[pid=30706] ppid=30703 vsize=13980036 memory=942960 CPUtime=5.51 cores=0,2,4,6
/proc/30706/stat : 30706 (java) S 30703 30706 2357 0 -1 1077944320 24818 0 0 0 481 70 0 0 20 0 15 0 13887378 14315556864 235740 18446744073709551615 4194304 4196468 140733245809056 140733245791600 140501704273655 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
/proc/30706/statm: 3495009 235740 3788 1 0 3483783 0
[pid=30706/tid=30708] ppid=30703 vsize=13980036 memory=27 CPUtime=2.47 cores=0,2,4,6
/proc/30706/task/30708/stat : 30708 (java) S 30703 30706 2357 0 -1 1077944384 13697 0 0 0 237 10 0 0 20 0 15 0 13887386 14315556864 235740 18446744073709551615 4194304 4196468 140733245809056 140501708508992 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30709] ppid=30703 vsize=13980036 memory=-8774313645642428999 CPUtime=0.47 cores=0,2,4,6
/proc/30706/task/30709/stat : 30709 (java) R 30703 30706 2357 0 -1 4202560 740 0 0 0 34 13 0 0 20 0 15 0 13887387 14315556864 235740 18446744073709551615 4194304 4196468 140733245809056 140501669555288 140501689224766 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30710] ppid=30703 vsize=13980036 memory=5932203208487625024 CPUtime=0.47 cores=0,2,4,6
/proc/30706/task/30710/stat : 30710 (java) R 30703 30706 2357 0 -1 4202560 777 0 0 0 33 14 0 0 20 0 15 0 13887387 14315556864 235740 18446744073709551615 4194304 4196468 140733245809056 140501303167760 140501688971441 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30711] ppid=30703 vsize=13980036 memory=5861269259766878288 CPUtime=0.47 cores=0,2,4,6
/proc/30706/task/30711/stat : 30711 (java) R 30703 30706 2357 0 -1 4202560 902 0 0 0 33 14 0 0 20 0 15 0 13887387 14315556864 235740 18446744073709551615 4194304 4196468 140733245809056 140501302115472 140501689258896 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30712] ppid=30703 vsize=13980036 memory=5789486611802772560 CPUtime=0.46 cores=0,2,4,6
/proc/30706/task/30712/stat : 30712 (java) R 30703 30706 2357 0 -1 4202560 581 0 0 0 33 13 0 0 20 0 15 0 13887387 14315556864 235740 18446744073709551615 4194304 4196468 140733245809056 140501301062672 140501688971430 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30713] ppid=30703 vsize=13980036 memory=279353800204416 CPUtime=0.01 cores=0,2,4,6
/proc/30706/task/30713/stat : 30713 (java) S 30703 30706 2357 0 -1 1077944384 768 0 0 0 1 0 0 0 20 0 15 0 13887388 14315556864 235740 18446744073709551615 4194304 4196468 140733245809056 140501183300064 140501704283861 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30714] ppid=30703 vsize=13980036 memory=7306916055891837009 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30714/stat : 30714 (java) S 30703 30706 2357 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 13887389 14315556864 235740 18446744073709551615 4194304 4196468 140733245809056 140501182247776 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30715] ppid=30703 vsize=13980036 memory=288284480727442685 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30715/stat : 30715 (java) S 30703 30706 2357 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 13887389 14315556864 235740 18446744073709551615 4194304 4196468 140733245809056 140501181195392 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30716] ppid=30703 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30716/stat : 30716 (java) S 30703 30706 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13887391 14315556864 235740 18446744073709551615 4194304 4196468 140733245809056 140501180143696 140501704292251 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30717] ppid=30703 vsize=13980036 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/30706/task/30717/stat : 30717 (java) S 30703 30706 2357 0 -1 1077944384 1484 0 0 0 29 0 0 0 20 0 15 0 13887391 14315556864 235740 18446744073709551615 4194304 4196468 140733245809056 140501179091568 140501704284802 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30718] ppid=30703 vsize=13980036 memory=279353799877584 CPUtime=0.39 cores=0,2,4,6
/proc/30706/task/30718/stat : 30718 (java) S 30703 30706 2357 0 -1 1077944384 1798 0 0 0 39 0 0 0 20 0 15 0 13887391 14315556864 235740 18446744073709551615 4194304 4196468 140733245809056 140501178038768 140501704284802 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30719] ppid=30703 vsize=13980036 memory=735362462717019235 CPUtime=0.38 cores=0,2,4,6
/proc/30706/task/30719/stat : 30719 (java) S 30703 30706 2357 0 -1 1077944384 2603 0 0 0 38 0 0 0 20 0 15 0 13887392 14315556864 235740 18446744073709551615 4194304 4196468 140733245809056 140501176986480 140501704284802 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30720] ppid=30703 vsize=13980036 memory=139676899871104 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30720/stat : 30720 (java) S 30703 30706 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13887392 14315556864 235740 18446744073709551615 4194304 4196468 140733245809056 140501175933920 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30721] ppid=30703 vsize=13980036 memory=279353800036256 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30721/stat : 30721 (java) R 30703 30706 2357 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 13887396 14315556864 235740 18446744073709551615 4194304 4196468 140733245809056 140501174880688 140501704284802 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
Current children cumulated CPU time: 5.51 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 942960 KiB

[startup+4.24556 s]
# the end of solver process 30706 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.69748 s, system=0.730966 s

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

[startup+3.20141 s]
/proc/loadavg: 1.41 1.44 1.42 6/209 30721
/proc/meminfo: memFree=30468520/32770624 swapFree=67108860/67108860
[pid=30706] ppid=30703 vsize=13980036 memory=953624 CPUtime=5.84 cores=0,2,4,6
/proc/30706/stat : 30706 (java) S 30703 30706 2357 0 -1 1077944320 25318 0 0 0 514 70 0 0 20 0 15 0 13887378 14315556864 238406 18446744073709551615 4194304 4196468 140733245809056 140733245791600 140501704273655 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
/proc/30706/statm: 3495009 238406 3791 1 0 3483783 0
[pid=30706/tid=30708] ppid=30703 vsize=13980036 memory=7453290705673540177 CPUtime=2.47 cores=0,2,4,6
/proc/30706/task/30708/stat : 30708 (java) S 30703 30706 2357 0 -1 1077944384 13697 0 0 0 237 10 0 0 20 0 15 0 13887386 14315556864 238406 18446744073709551615 4194304 4196468 140733245809056 140501708508992 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30709] ppid=30703 vsize=13980036 memory=7595725831727968097 CPUtime=0.55 cores=0,2,4,6
/proc/30706/task/30709/stat : 30709 (java) R 30703 30706 2357 0 -1 4202560 751 0 0 0 42 13 0 0 20 0 15 0 13887387 14315556864 238406 18446744073709551615 4194304 4196468 140733245809056 140501669555288 140501688974240 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30710] ppid=30703 vsize=13980036 memory=7450753006949721696 CPUtime=0.56 cores=0,2,4,6
/proc/30706/task/30710/stat : 30710 (java) R 30703 30706 2357 0 -1 4202560 787 0 0 0 42 14 0 0 20 0 15 0 13887387 14315556864 238406 18446744073709551615 4194304 4196468 140733245809056 140501303167760 140501697376627 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30711] ppid=30703 vsize=13980036 memory=5789488802655656041 CPUtime=0.56 cores=0,2,4,6
/proc/30706/task/30711/stat : 30711 (java) R 30703 30706 2357 0 -1 4202560 939 0 0 0 42 14 0 0 20 0 15 0 13887387 14315556864 238406 18446744073709551615 4194304 4196468 140733245809056 140501302115472 140501688973432 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30712] ppid=30703 vsize=13980036 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/30706/task/30712/stat : 30712 (java) R 30703 30706 2357 0 -1 4202560 597 0 0 0 41 13 0 0 20 0 15 0 13887387 14315556864 238406 18446744073709551615 4194304 4196468 140733245809056 140501301062672 140501688974351 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30713] ppid=30703 vsize=13980036 memory=279353800081584 CPUtime=0.01 cores=0,2,4,6
/proc/30706/task/30713/stat : 30713 (java) S 30703 30706 2357 0 -1 1077944384 1194 0 0 0 1 0 0 0 20 0 15 0 13887388 14315556864 238406 18446744073709551615 4194304 4196468 140733245809056 140501183300288 140501704283861 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30714] ppid=30703 vsize=13980036 memory=279353800081648 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30714/stat : 30714 (java) S 30703 30706 2357 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 13887389 14315556864 238406 18446744073709551615 4194304 4196468 140733245809056 140501182247776 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30715] ppid=30703 vsize=13980036 memory=279353799791216 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30715/stat : 30715 (java) S 30703 30706 2357 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 13887389 14315556864 238406 18446744073709551615 4194304 4196468 140733245809056 140501181195392 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30716] ppid=30703 vsize=13980036 memory=279353799791280 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30716/stat : 30716 (java) S 30703 30706 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13887391 14315556864 238406 18446744073709551615 4194304 4196468 140733245809056 140501180143696 140501704292251 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30717] ppid=30703 vsize=13980036 memory=279353799791344 CPUtime=0.29 cores=0,2,4,6
/proc/30706/task/30717/stat : 30717 (java) S 30703 30706 2357 0 -1 1077944384 1484 0 0 0 29 0 0 0 20 0 15 0 13887391 14315556864 238406 18446744073709551615 4194304 4196468 140733245809056 140501179091568 140501704284802 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30718] ppid=30703 vsize=13980036 memory=279353799791408 CPUtime=0.39 cores=0,2,4,6
/proc/30706/task/30718/stat : 30718 (java) S 30703 30706 2357 0 -1 1077944384 1798 0 0 0 39 0 0 0 20 0 15 0 13887391 14315556864 238406 18446744073709551615 4194304 4196468 140733245809056 140501178038768 140501704284802 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30719] ppid=30703 vsize=13980036 memory=279353799791472 CPUtime=0.38 cores=0,2,4,6
/proc/30706/task/30719/stat : 30719 (java) S 30703 30706 2357 0 -1 1077944384 2603 0 0 0 38 0 0 0 20 0 15 0 13887392 14315556864 238406 18446744073709551615 4194304 4196468 140733245809056 140501176986480 140501704284802 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30720] ppid=30703 vsize=13980036 memory=279353799791536 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30720/stat : 30720 (java) S 30703 30706 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13887392 14315556864 238406 18446744073709551615 4194304 4196468 140733245809056 140501175933920 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30721] ppid=30703 vsize=13980036 memory=279353799791600 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30721/stat : 30721 (java) S 30703 30706 2357 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 13887396 14315556864 238406 18446744073709551615 4194304 4196468 140733245809056 140501174880688 140501704284802 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
Current children cumulated CPU time: 5.84 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 953624 KiB

[startup+4.00075 s]*
/proc/loadavg: 1.62 1.48 1.44 2/207 30722
/proc/meminfo: memFree=30407792/32770624 swapFree=67108860/67108860
[pid=30706] ppid=30703 vsize=14046600 memory=959308 CPUtime=7.41 cores=0,2,4,6
/proc/30706/stat : 30706 (java) S 30703 30706 2357 0 -1 1077944320 28180 0 0 0 669 72 0 0 20 0 13 0 13887378 14383718400 239827 18446744073709551615 4194304 4196468 140733245809056 140733245791600 140501704273655 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
/proc/30706/statm: 3511650 239827 3806 1 0 3500424 0
[pid=30706/tid=30708] ppid=30703 vsize=14046600 memory=576600433229824179 CPUtime=2.86 cores=0,2,4,6
/proc/30706/task/30708/stat : 30708 (java) D 30703 30706 2357 0 -1 4202560 15471 0 0 0 274 12 0 0 20 0 13 0 13887386 14383718400 239827 18446744073709551615 4194304 4196468 140733245809056 140501708516664 140501696959287 0 0 1 16800974 18446744072099990661 0 0 -1 2 0 0 4 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30709] ppid=30703 vsize=14046600 memory=0 CPUtime=0.71 cores=0,2,4,6
/proc/30706/task/30709/stat : 30709 (java) S 30703 30706 2357 0 -1 1077944384 751 0 0 0 58 13 0 0 20 0 13 0 13887387 14383718400 239827 18446744073709551615 4194304 4196468 140733245809056 140501669555088 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30710] ppid=30703 vsize=14046600 memory=3618840471595161248 CPUtime=0.71 cores=0,2,4,6
/proc/30706/task/30710/stat : 30710 (java) S 30703 30706 2357 0 -1 1077944384 788 0 0 0 57 14 0 0 20 0 13 0 13887387 14383718400 239827 18446744073709551615 4194304 4196468 140733245809056 140501303167760 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30711] ppid=30703 vsize=14046600 memory=7584172172082901604 CPUtime=0.71 cores=0,2,4,6
/proc/30706/task/30711/stat : 30711 (java) S 30703 30706 2357 0 -1 1077944384 939 0 0 0 57 14 0 0 20 0 13 0 13887387 14383718400 239827 18446744073709551615 4194304 4196468 140733245809056 140501302115472 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30712] ppid=30703 vsize=14046600 memory=7449631530926303844 CPUtime=0.69 cores=0,2,4,6
/proc/30706/task/30712/stat : 30712 (java) S 30703 30706 2357 0 -1 1077944384 597 0 0 0 56 13 0 0 20 0 13 0 13887387 14383718400 239827 18446744073709551615 4194304 4196468 140733245809056 140501301062672 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30714] ppid=30703 vsize=14046600 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30714/stat : 30714 (java) S 30703 30706 2357 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 13 0 13887389 14383718400 239827 18446744073709551615 4194304 4196468 140733245809056 140501182247776 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30715] ppid=30703 vsize=14046600 memory=3761684606646039327 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30715/stat : 30715 (java) S 30703 30706 2357 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 13 0 13887389 14383718400 239827 18446744073709551615 4194304 4196468 140733245809056 140501181195392 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30716] ppid=30703 vsize=14046600 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30716/stat : 30716 (java) S 30703 30706 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 13 0 13887391 14383718400 239827 18446744073709551615 4194304 4196468 140733245809056 140501180142752 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30717] ppid=30703 vsize=14046600 memory=34628 CPUtime=0.4 cores=0,2,4,6
/proc/30706/task/30717/stat : 30717 (java) S 30703 30706 2357 0 -1 1077944384 1832 0 0 0 40 0 0 0 20 0 13 0 13887391 14383718400 239827 18446744073709551615 4194304 4196468 140733245809056 140501179080928 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30718] ppid=30703 vsize=14046600 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/30706/task/30718/stat : 30718 (java) S 30703 30706 2357 0 -1 1077944384 1986 0 0 0 53 1 0 0 20 0 13 0 13887391 14383718400 239827 18446744073709551615 4194304 4196468 140733245809056 140501178023280 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30719] ppid=30703 vsize=14046600 memory=139676900046223 CPUtime=0.46 cores=0,2,4,6
/proc/30706/task/30719/stat : 30719 (java) S 30703 30706 2357 0 -1 1077944384 2804 0 0 0 46 0 0 0 20 0 13 0 13887392 14383718400 239827 18446744073709551615 4194304 4196468 140733245809056 140501176986480 140501704284802 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30720] ppid=30703 vsize=14046600 memory=139677004240512 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30720/stat : 30720 (java) S 30703 30706 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 13887392 14383718400 239827 18446744073709551615 4194304 4196468 140733245809056 140501175933920 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
Current children cumulated CPU time: 7.41 s
Current children cumulated vsize: 14046600 KiB
Current children cumulated memory: 959308 KiB

[startup+4.20061 s]
/proc/loadavg: 1.62 1.48 1.44 2/207 30722
/proc/meminfo: memFree=30407792/32770624 swapFree=67108860/67108860
[pid=30706] ppid=30703 vsize=14046600 memory=959308 CPUtime=7.41 cores=0,2,4,6
/proc/30706/stat : 30706 (java) S 30703 30706 2357 0 -1 1077944320 28180 0 0 0 669 72 0 0 20 0 13 0 13887378 14383718400 239827 18446744073709551615 4194304 4196468 140733245809056 140733245791600 140501704273655 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
/proc/30706/statm: 3511650 239827 3806 1 0 3500424 0
[pid=30706/tid=30708] ppid=30703 vsize=14046600 memory=0 CPUtime=2.86 cores=0,2,4,6
/proc/30706/task/30708/stat : 30708 (java) D 30703 30706 2357 0 -1 4202560 15471 0 0 0 274 12 0 0 20 0 13 0 13887386 14383718400 239827 18446744073709551615 4194304 4196468 140733245809056 140501708516664 140501696959287 0 0 1 16800974 18446744072099990661 0 0 -1 2 0 0 4 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30709] ppid=30703 vsize=14046600 memory=6298115112235259488 CPUtime=0.71 cores=0,2,4,6
/proc/30706/task/30709/stat : 30709 (java) S 30703 30706 2357 0 -1 1077944384 751 0 0 0 58 13 0 0 20 0 13 0 13887387 14383718400 239827 18446744073709551615 4194304 4196468 140733245809056 140501669555088 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30710] ppid=30703 vsize=14046600 memory=288230574492221466 CPUtime=0.71 cores=0,2,4,6
/proc/30706/task/30710/stat : 30710 (java) S 30703 30706 2357 0 -1 1077944384 788 0 0 0 57 14 0 0 20 0 13 0 13887387 14383718400 239827 18446744073709551615 4194304 4196468 140733245809056 140501303167760 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30711] ppid=30703 vsize=14046600 memory=0 CPUtime=0.71 cores=0,2,4,6
/proc/30706/task/30711/stat : 30711 (java) S 30703 30706 2357 0 -1 1077944384 939 0 0 0 57 14 0 0 20 0 13 0 13887387 14383718400 239827 18446744073709551615 4194304 4196468 140733245809056 140501302115472 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30712] ppid=30703 vsize=14046600 memory=0 CPUtime=0.69 cores=0,2,4,6
/proc/30706/task/30712/stat : 30712 (java) S 30703 30706 2357 0 -1 1077944384 597 0 0 0 56 13 0 0 20 0 13 0 13887387 14383718400 239827 18446744073709551615 4194304 4196468 140733245809056 140501301062672 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30714] ppid=30703 vsize=14046600 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30714/stat : 30714 (java) S 30703 30706 2357 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 13 0 13887389 14383718400 239827 18446744073709551615 4194304 4196468 140733245809056 140501182247776 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30715] ppid=30703 vsize=14046600 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30715/stat : 30715 (java) S 30703 30706 2357 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 13 0 13887389 14383718400 239827 18446744073709551615 4194304 4196468 140733245809056 140501181195392 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30716] ppid=30703 vsize=14046600 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30716/stat : 30716 (java) S 30703 30706 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 13 0 13887391 14383718400 239827 18446744073709551615 4194304 4196468 140733245809056 140501180142752 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30717] ppid=30703 vsize=14046600 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/30706/task/30717/stat : 30717 (java) S 30703 30706 2357 0 -1 1077944384 1832 0 0 0 40 0 0 0 20 0 13 0 13887391 14383718400 239827 18446744073709551615 4194304 4196468 140733245809056 140501179080928 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30718] ppid=30703 vsize=14046600 memory=9122745479247552727 CPUtime=0.54 cores=0,2,4,6
/proc/30706/task/30718/stat : 30718 (java) S 30703 30706 2357 0 -1 1077944384 1986 0 0 0 53 1 0 0 20 0 13 0 13887391 14383718400 239827 18446744073709551615 4194304 4196468 140733245809056 140501178023280 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30719] ppid=30703 vsize=14046600 memory=6944656592455359580 CPUtime=0.46 cores=0,2,4,6
/proc/30706/task/30719/stat : 30719 (java) S 30703 30706 2357 0 -1 1077944384 2804 0 0 0 46 0 0 0 20 0 13 0 13887392 14383718400 239827 18446744073709551615 4194304 4196468 140733245809056 140501176986480 140501704284802 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
[pid=30706/tid=30720] ppid=30703 vsize=14046600 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/30706/task/30720/stat : 30720 (java) S 30703 30706 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 13887392 14383718400 239827 18446744073709551615 4194304 4196468 140733245809056 140501175933920 140501704283861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140733245813105 140733245813292 140733245813292 140733245816783 0
Current children cumulated CPU time: 7.41 s
Current children cumulated vsize: 14046600 KiB
Current children cumulated memory: 959308 KiB

Child status: 0
Real time (s): 4.2456
CPU time (s): 7.42845
CPU user time (s): 6.69748
CPU system time (s): 0.730966
CPU usage (%): 174.968
Max. virtual memory (cumulated for all children) (KiB): 14046600
Max. memory (cumulated for all children) (KiB): 959308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.69748
system time used= 0.730966
maximum resident set size= 959912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28198
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= 2680
involuntary context switches= 40


# summary of solver processes directly reported to runsolver:
#   pid: 30706
#   total CPU time (s): 7.42845
#   total CPU user time (s): 6.69748
#   total CPU system time (s): 0.730966

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.043584 second user time and 0.086885 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-16 07:38:07
IDJOB=4274317
IDBENCH=140554
IDSOLVER=2666
FILE ID=node129/4274317-1502862723
RUNJOBID= node129-1502746532-7259
PBS_JOBID= 
Free space on /tmp= 61976 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-09.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-4274317-1502862723/watcher-4274317-1502862723 -o /tmp/evaluation-result-4274317-1502862723/solver-4274317-1502862723 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1502746532-7259 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1430622065 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274317-1502862723.xml

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

MD5SUM BENCH= e7a7addaec4b730d6fe0c9469eb0bfe6
RANDOM SEED=1430622065

node129.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.61
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.61
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.61
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.61
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:        31369708 kB
MemAvailable:   31882584 kB
Buffers:          180704 kB
Cached:           618732 kB
SwapCached:            0 kB
Active:           547456 kB
Inactive:         442048 kB
Active(anon):     190388 kB
Inactive(anon):    16744 kB
Active(file):     357068 kB
Inactive(file):   425304 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42300 kB
Writeback:             0 kB
AnonPages:        200488 kB
Mapped:            46500 kB
Shmem:             17060 kB
Slab:             117536 kB
SReclaimable:      92676 kB
SUnreclaim:        24860 kB
KernelStack:        3456 kB
PageTables:         5192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1157660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61932 MiB
End job on node129 at 2017-08-16 07:38:11