Trace number 4312151

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 with restarts 2018-08-17OPT4 15.8458 13.3396

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-05_c18.xml
MD5SUM5e5be4f605afa886fe94f4d001b03361
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.505646
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints163
Number of domains2
Minimum domain size3
Maximum domain size12
Distribution of domain sizes[{"size":3,"count":25},{"size":12,"count":2}]
Minimum variable degree2
Maximum variable degree18
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":14,"count":16},{"degree":16,"count":8},{"degree":18,"count":1}]
Minimum constraint arity2
Maximum constraint arity26
Distribution of constraint arities[{"arity":2,"count":161},{"arity":26,"count":2}]
Number of extensional constraints0
Number of intensional constraints161
Distribution of constraint types[{"type":"intension","count":161},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


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

Solver Data

0.68/0.55	c version: 2018-08-17
0.68/0.55	c seed: 145393981
0.68/0.55	c timeout: 252
0.68/0.55	c memlimit: 11000
0.68/0.55	c nbcore: 1
0.68/0.57	c Parsing instance...
1.63/1.10	c Parsing done, starting search...
2.41/1.32	o 2
2.41/1.32	o 3
2.41/1.33	o 4
15.81/13.33	s OPTIMUM FOUND
15.81/13.33	v <instantiation>
15.81/13.33	v 	<list>
15.81/13.33	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] nb nw
15.81/13.33	v 	</list>
15.81/13.33	v 	<values>
15.81/13.33	v 		2 0 0 0 2 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 2 0 0 0 2 4 4 
15.81/13.33	v 	</values>
15.81/13.33	v </instantiation>

Verifier Data

OK	4

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312151-1534570042/watcher-4312151-1534570042 -o /tmp/evaluation-result-4312151-1534570042/solver-4312151-1534570042 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534568568-26366 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 145393981 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312151-1534570042.xml 

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

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


[startup+0.100144 s]*
/proc/loadavg: 1.50 1.77 1.70 3/215 28008
/proc/meminfo: memFree=21929256/32770624 swapFree=67108500/67108860
[pid=27993] ppid=27990 vsize=14082736 memory=31040 CPUtime=0.12 cores=1,3,5,7
/proc/27993/stat : 27993 (java) S 27990 27993 22827 0 -1 1077944320 6672 0 0 0 11 1 0 0 20 0 15 0 274567384 14420721664 7760 33554432000 4194304 4196468 140730766808688 140730766791232 139913705979639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
/proc/27993/statm: 3520684 7760 3160 1 0 3482761 0
[pid=27993/tid=27995] ppid=27990 vsize=14082736 memory=-8701690554792448387 CPUtime=0.09 cores=1,3,5,7
/proc/27993/task/27995/stat : 27995 (java) R 27990 27993 22827 0 -1 4202560 4720 0 0 0 8 1 0 0 20 0 15 0 274567384 14420721664 7760 33554432000 4194304 4196468 140730766808688 139913710211136 139913690060126 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27996] ppid=27990 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/27993/task/27996/stat : 27996 (java) S 27990 27993 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274567385 14420721664 7760 33554432000 4194304 4196468 140730766808688 139913662532624 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27997] ppid=27990 vsize=14082736 memory=139730607744640 CPUtime=0 cores=1,3,5,7
/proc/27993/task/27997/stat : 27997 (java) S 27990 27993 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274567385 14420721664 7760 33554432000 4194304 4196468 140730766808688 139913661480080 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27998] ppid=27990 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27993/task/27998/stat : 27998 (java) S 27990 27993 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274567385 14420721664 7760 33554432000 4194304 4196468 140730766808688 139913299684112 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27999] ppid=27990 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27993/task/27999/stat : 27999 (java) S 27990 27993 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274567385 14420721664 7760 33554432000 4194304 4196468 140730766808688 139913298631568 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28000] ppid=27990 vsize=14082736 memory=139730607744640 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28000/stat : 28000 (java) S 27990 27993 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274567386 14420721664 7760 33554432000 4194304 4196468 140730766808688 139913180698864 139913705990786 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28001] ppid=27990 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28001/stat : 28001 (java) S 27990 27993 22827 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274567387 14420721664 7760 33554432000 4194304 4196468 140730766808688 139913179645088 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28002] ppid=27990 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28002/stat : 28002 (java) S 27990 27993 22827 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274567387 14420721664 7760 33554432000 4194304 4196468 140730766808688 139913178591984 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28003] ppid=27990 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28003/stat : 28003 (java) S 27990 27993 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274567389 14420721664 7760 33554432000 4194304 4196468 140730766808688 139913177540560 139913705998235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28004] ppid=27990 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28004/stat : 28004 (java) S 27990 27993 22827 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 274567389 14420721664 7760 33554432000 4194304 4196468 140730766808688 139913176488688 139913705990786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28005] ppid=27990 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28005/stat : 28005 (java) S 27990 27993 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274567389 14420721664 7760 33554432000 4194304 4196468 140730766808688 139913175436144 139913705990786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28006] ppid=27990 vsize=14082736 memory=139730607744640 CPUtime=0.01 cores=1,3,5,7
/proc/27993/task/28006/stat : 28006 (java) S 27990 27993 22827 0 -1 1077944384 268 0 0 0 1 0 0 0 20 0 15 0 274567389 14420721664 7760 33554432000 4194304 4196468 140730766808688 139913174383088 139913705990786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28007] ppid=27990 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28007/stat : 28007 (java) S 27990 27993 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274567390 14420721664 7760 33554432000 4194304 4196468 140730766808688 139913173330784 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28008] ppid=27990 vsize=14082736 memory=139730607744640 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28008/stat : 28008 (java) S 27990 27993 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274567390 14420721664 7760 33554432000 4194304 4196468 140730766808688 139913172277808 139913705990786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31040 KiB

[startup+0.211976 s]*
/proc/loadavg: 1.46 1.76 1.70 6/215 28008
/proc/meminfo: memFree=21914496/32770624 swapFree=67108500/67108860
[pid=27993] ppid=27990 vsize=14082736 memory=47108 CPUtime=0.31 cores=1,3,5,7
/proc/27993/stat : 27993 (java) S 27990 27993 22827 0 -1 1077944320 10391 0 0 0 29 2 0 0 20 0 15 0 274567384 14420721664 11777 33554432000 4194304 4196468 140730766808688 140730766791232 139913705979639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
/proc/27993/statm: 3520684 11777 3373 1 0 3482761 0
[pid=27993/tid=27995] ppid=27990 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/27993/task/27995/stat : 27995 (java) R 27990 27993 22827 0 -1 4202560 8095 0 0 0 19 1 0 0 20 0 15 0 274567384 14420721664 11777 33554432000 4194304 4196468 140730766808688 139913710206864 139913690023269 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27996] ppid=27990 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/27993/task/27996/stat : 27996 (java) S 27990 27993 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274567385 14420721664 11777 33554432000 4194304 4196468 140730766808688 139913662532624 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27997] ppid=27990 vsize=14082736 memory=139730609188888 CPUtime=0 cores=1,3,5,7
/proc/27993/task/27997/stat : 27997 (java) S 27990 27993 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274567385 14420721664 11777 33554432000 4194304 4196468 140730766808688 139913661480080 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27998] ppid=27990 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27993/task/27998/stat : 27998 (java) S 27990 27993 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274567385 14420721664 11777 33554432000 4194304 4196468 140730766808688 139913299684112 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27999] ppid=27990 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27993/task/27999/stat : 27999 (java) S 27990 27993 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274567385 14420721664 11777 33554432000 4194304 4196468 140730766808688 139913298631568 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28000] ppid=27990 vsize=14082736 memory=139730607744640 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28000/stat : 28000 (java) S 27990 27993 22827 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274567386 14420721664 11777 33554432000 4194304 4196468 140730766808688 139913180698864 139913705990786 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28001] ppid=27990 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28001/stat : 28001 (java) S 27990 27993 22827 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274567387 14420721664 11777 33554432000 4194304 4196468 140730766808688 139913179645088 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28002] ppid=27990 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28002/stat : 28002 (java) S 27990 27993 22827 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274567387 14420721664 11777 33554432000 4194304 4196468 140730766808688 139913178591984 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28003] ppid=27990 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28003/stat : 28003 (java) S 27990 27993 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274567389 14420721664 11777 33554432000 4194304 4196468 140730766808688 139913177540560 139913705998235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28004] ppid=27990 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27993/task/28004/stat : 28004 (java) R 27990 27993 22827 0 -1 4202560 516 0 0 0 2 0 0 0 20 0 15 0 274567389 14420721664 11777 33554432000 4194304 4196468 140730766808688 139913176469704 139913683226784 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28005] ppid=27990 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/27993/task/28005/stat : 28005 (java) R 27990 27993 22827 0 -1 1077944384 96 0 0 0 1 0 0 0 20 0 15 0 274567389 14420721664 11777 33554432000 4194304 4196468 140730766808688 139913175436144 139913705990786 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28006] ppid=27990 vsize=14082736 memory=139730607744640 CPUtime=0.06 cores=1,3,5,7
/proc/27993/task/28006/stat : 28006 (java) R 27990 27993 22827 0 -1 4202560 307 0 0 0 6 0 0 0 20 0 15 0 274567389 14420721664 11777 33554432000 4194304 4196468 140730766808688 139913174383088 139913690293212 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28007] ppid=27990 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28007/stat : 28007 (java) S 27990 27993 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274567390 14420721664 11777 33554432000 4194304 4196468 140730766808688 139913173330784 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28008] ppid=27990 vsize=14082736 memory=139730607744640 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28008/stat : 28008 (java) S 27990 27993 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274567390 14420721664 11777 33554432000 4194304 4196468 140730766808688 139913172277808 139913705990786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47108 KiB

[startup+0.310427 s]*
/proc/loadavg: 1.46 1.76 1.70 3/215 28008
/proc/meminfo: memFree=21910712/32770624 swapFree=67108500/67108860
[pid=27993] ppid=27990 vsize=14082736 memory=50448 CPUtime=0.44 cores=1,3,5,7
/proc/27993/stat : 27993 (java) S 27990 27993 22827 0 -1 1077944320 10784 0 0 0 42 2 0 0 20 0 15 0 274567384 14420721664 12612 33554432000 4194304 4196468 140730766808688 140730766791232 139913705979639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
/proc/27993/statm: 3520684 12612 3375 1 0 3482761 0
[pid=27993/tid=27995] ppid=27990 vsize=14082736 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/27993/task/27995/stat : 27995 (java) R 27990 27993 22827 0 -1 4202560 8444 0 0 0 28 1 0 0 20 0 15 0 274567384 14420721664 12612 33554432000 4194304 4196468 140730766808688 139913710188992 139913687353096 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27996] ppid=27990 vsize=14082736 memory=304556161963917335 CPUtime=0 cores=1,3,5,7
/proc/27993/task/27996/stat : 27996 (java) S 27990 27993 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274567385 14420721664 12612 33554432000 4194304 4196468 140730766808688 139913662532624 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27997] ppid=27990 vsize=14082736 memory=139730609186372 CPUtime=0 cores=1,3,5,7
/proc/27993/task/27997/stat : 27997 (java) S 27990 27993 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274567385 14420721664 12612 33554432000 4194304 4196468 140730766808688 139913661480080 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27998] ppid=27990 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27993/task/27998/stat : 27998 (java) S 27990 27993 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274567385 14420721664 12612 33554432000 4194304 4196468 140730766808688 139913299684112 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27999] ppid=27990 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27993/task/27999/stat : 27999 (java) S 27990 27993 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274567385 14420721664 12612 33554432000 4194304 4196468 140730766808688 139913298631568 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28000] ppid=27990 vsize=14082736 memory=139730607744640 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28000/stat : 28000 (java) S 27990 27993 22827 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274567386 14420721664 12612 33554432000 4194304 4196468 140730766808688 139913180698864 139913705990786 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28001] ppid=27990 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28001/stat : 28001 (java) S 27990 27993 22827 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274567387 14420721664 12612 33554432000 4194304 4196468 140730766808688 139913179645088 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28002] ppid=27990 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28002/stat : 28002 (java) S 27990 27993 22827 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274567387 14420721664 12612 33554432000 4194304 4196468 140730766808688 139913178591984 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28003] ppid=27990 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28003/stat : 28003 (java) S 27990 27993 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274567389 14420721664 12612 33554432000 4194304 4196468 140730766808688 139913177540560 139913705998235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28004] ppid=27990 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27993/task/28004/stat : 28004 (java) S 27990 27993 22827 0 -1 1077944384 521 0 0 0 2 0 0 0 20 0 15 0 274567389 14420721664 12612 33554432000 4194304 4196468 140730766808688 139913176488688 139913705990786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28005] ppid=27990 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/27993/task/28005/stat : 28005 (java) S 27990 27993 22827 0 -1 1077944384 110 0 0 0 2 0 0 0 20 0 15 0 274567389 14420721664 12612 33554432000 4194304 4196468 140730766808688 139913175436144 139913705990786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28006] ppid=27990 vsize=14082736 memory=139730607744640 CPUtime=0.08 cores=1,3,5,7
/proc/27993/task/28006/stat : 28006 (java) S 27990 27993 22827 0 -1 1077944384 328 0 0 0 8 0 0 0 20 0 15 0 274567389 14420721664 12612 33554432000 4194304 4196468 140730766808688 139913174383088 139913705990786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28007] ppid=27990 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28007/stat : 28007 (java) S 27990 27993 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274567390 14420721664 12612 33554432000 4194304 4196468 140730766808688 139913173330784 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28008] ppid=27990 vsize=14082736 memory=139730607744640 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28008/stat : 28008 (java) S 27990 27993 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274567390 14420721664 12612 33554432000 4194304 4196468 140730766808688 139913172277808 139913705990786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50448 KiB

[startup+0.700786 s]
/proc/loadavg: 1.46 1.76 1.70 3/215 28008
/proc/meminfo: memFree=21886652/32770624 swapFree=67108500/67108860
[pid=27993] ppid=27990 vsize=14084804 memory=89104 CPUtime=0.99 cores=1,3,5,7
/proc/27993/stat : 27993 (java) S 27990 27993 22827 0 -1 1077944320 17635 0 0 0 95 4 0 0 20 0 15 0 274567384 14422839296 22276 33554432000 4194304 4196468 140730766808688 140730766791232 139913705979639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
/proc/27993/statm: 3521201 22276 3505 1 0 3483273 0
[pid=27993/tid=27995] ppid=27990 vsize=14084804 memory=1752 CPUtime=0.68 cores=1,3,5,7
/proc/27993/task/27995/stat : 27995 (java) R 27990 27993 22827 0 -1 4202560 14911 0 0 0 64 4 0 0 20 0 15 0 274567384 14422839296 22276 33554432000 4194304 4196468 140730766808688 139913710190512 139913706001565 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27996] ppid=27990 vsize=14084804 memory=748 CPUtime=0 cores=1,3,5,7
/proc/27993/task/27996/stat : 27996 (java) S 27990 27993 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274567385 14422839296 22276 33554432000 4194304 4196468 140730766808688 139913662532624 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27997] ppid=27990 vsize=14084804 memory=1820 CPUtime=0 cores=1,3,5,7
/proc/27993/task/27997/stat : 27997 (java) S 27990 27993 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274567385 14422839296 22276 33554432000 4194304 4196468 140730766808688 139913661480080 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27998] ppid=27990 vsize=14084804 memory=4296 CPUtime=0 cores=1,3,5,7
/proc/27993/task/27998/stat : 27998 (java) S 27990 27993 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274567385 14422839296 22276 33554432000 4194304 4196468 140730766808688 139913299684112 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27999] ppid=27990 vsize=14084804 memory=3480 CPUtime=0 cores=1,3,5,7
/proc/27993/task/27999/stat : 27999 (java) S 27990 27993 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274567385 14422839296 22276 33554432000 4194304 4196468 140730766808688 139913298631568 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28000] ppid=27990 vsize=14084804 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28000/stat : 28000 (java) S 27990 27993 22827 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274567386 14422839296 22276 33554432000 4194304 4196468 140730766808688 139913180698864 139913705990786 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28001] ppid=27990 vsize=14084804 memory=10212 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28001/stat : 28001 (java) S 27990 27993 22827 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274567387 14422839296 22276 33554432000 4194304 4196468 140730766808688 139913179645088 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28002] ppid=27990 vsize=14084804 memory=1612 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28002/stat : 28002 (java) S 27990 27993 22827 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274567387 14422839296 22276 33554432000 4194304 4196468 140730766808688 139913178591984 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28003] ppid=27990 vsize=14084804 memory=6412 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28003/stat : 28003 (java) S 27990 27993 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274567389 14422839296 22276 33554432000 4194304 4196468 140730766808688 139913177540560 139913705998235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28004] ppid=27990 vsize=14084804 memory=6297835844906604903 CPUtime=0.06 cores=1,3,5,7
/proc/27993/task/28004/stat : 28004 (java) S 27990 27993 22827 0 -1 1077944384 656 0 0 0 6 0 0 0 20 0 15 0 274567389 14422839296 22276 33554432000 4194304 4196468 140730766808688 139913176488688 139913705990786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28005] ppid=27990 vsize=14084804 memory=8099279071866868840 CPUtime=0.09 cores=1,3,5,7
/proc/27993/task/28005/stat : 28005 (java) S 27990 27993 22827 0 -1 1077944384 272 0 0 0 9 0 0 0 20 0 15 0 274567389 14422839296 22276 33554432000 4194304 4196468 140730766808688 139913175436144 139913705990786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28006] ppid=27990 vsize=14084804 memory=4641330296368681045 CPUtime=0.15 cores=1,3,5,7
/proc/27993/task/28006/stat : 28006 (java) S 27990 27993 22827 0 -1 1077944384 415 0 0 0 15 0 0 0 20 0 15 0 274567389 14422839296 22276 33554432000 4194304 4196468 140730766808688 139913174383088 139913705990786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28007] ppid=27990 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28007/stat : 28007 (java) S 27990 27993 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274567390 14422839296 22276 33554432000 4194304 4196468 140730766808688 139913173330784 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28008] ppid=27990 vsize=14084804 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28008/stat : 28008 (java) S 27990 27993 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274567390 14422839296 22276 33554432000 4194304 4196468 140730766808688 139913172277808 139913705990786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89104 KiB

[startup+1.50138 s]
/proc/loadavg: 1.46 1.76 1.70 3/215 28008
/proc/meminfo: memFree=21853692/32770624 swapFree=67108500/67108860
[pid=27993] ppid=27990 vsize=14090948 memory=143172 CPUtime=3.03 cores=1,3,5,7
/proc/27993/stat : 27993 (java) S 27990 27993 22827 0 -1 1077944320 27937 0 0 0 295 8 0 0 20 0 15 0 274567384 14429130752 35793 33554432000 4194304 4196468 140730766808688 140730766791232 139913705979639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
/proc/27993/statm: 3522737 35793 3535 1 0 3484809 0
[pid=27993/tid=27995] ppid=27990 vsize=14090948 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/27993/task/27995/stat : 27995 (java) R 27990 27993 22827 0 -1 4202560 19794 0 0 0 142 5 0 0 20 0 15 0 274567384 14429130752 35793 33554432000 4194304 4196468 140730766808688 139913710214576 139913346103173 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27996] ppid=27990 vsize=14090948 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/27993/task/27996/stat : 27996 (java) S 27990 27993 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274567385 14429130752 35793 33554432000 4194304 4196468 140730766808688 139913662532624 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27997] ppid=27990 vsize=14090948 memory=-6509546260019855295 CPUtime=0 cores=1,3,5,7
/proc/27993/task/27997/stat : 27997 (java) S 27990 27993 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274567385 14429130752 35793 33554432000 4194304 4196468 140730766808688 139913661480080 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27998] ppid=27990 vsize=14090948 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/27993/task/27998/stat : 27998 (java) S 27990 27993 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274567385 14429130752 35793 33554432000 4194304 4196468 140730766808688 139913299684112 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27999] ppid=27990 vsize=14090948 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/27993/task/27999/stat : 27999 (java) S 27990 27993 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274567385 14429130752 35793 33554432000 4194304 4196468 140730766808688 139913298631568 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28000] ppid=27990 vsize=14090948 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28000/stat : 28000 (java) S 27990 27993 22827 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 274567386 14429130752 35793 33554432000 4194304 4196468 140730766808688 139913180698864 139913705990786 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0

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

[startup+12.7007 s]
/proc/loadavg: 1.47 1.75 1.70 3/215 28008
/proc/meminfo: memFree=21752236/32770624 swapFree=67108500/67108860
[pid=27993] ppid=27990 vsize=14090948 memory=205636 CPUtime=15.19 cores=1,3,5,7
/proc/27993/stat : 27993 (java) S 27990 27993 22827 0 -1 1077944320 33816 0 0 0 1507 12 0 0 20 0 15 0 274567384 14429130752 51409 33554432000 4194304 4196468 140730766808688 140730766791232 139913705979639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
/proc/27993/statm: 3522737 51409 3567 1 0 3484809 0
[pid=27993/tid=27995] ppid=27990 vsize=14090948 memory=211792 CPUtime=12.29 cores=1,3,5,7
/proc/27993/task/27995/stat : 27995 (java) R 27990 27993 22827 0 -1 4202560 20681 0 0 0 1222 7 0 0 20 0 15 0 274567384 14429130752 51409 33554432000 4194304 4196468 140730766808688 139913710217792 139913346642657 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27996] ppid=27990 vsize=14090948 memory=205636 CPUtime=0.01 cores=1,3,5,7
/proc/27993/task/27996/stat : 27996 (java) S 27990 27993 22827 0 -1 1077944384 50 0 0 0 1 0 0 0 20 0 15 0 274567385 14429130752 51409 33554432000 4194304 4196468 140730766808688 139913662532624 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27997] ppid=27990 vsize=14090948 memory=211792 CPUtime=0.01 cores=1,3,5,7
/proc/27993/task/27997/stat : 27997 (java) S 27990 27993 22827 0 -1 1077944384 186 0 0 0 1 0 0 0 20 0 15 0 274567385 14429130752 51409 33554432000 4194304 4196468 140730766808688 139913661480080 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27998] ppid=27990 vsize=14090948 memory=3816 CPUtime=0.01 cores=1,3,5,7
/proc/27993/task/27998/stat : 27998 (java) S 27990 27993 22827 0 -1 1077944384 735 0 0 0 1 0 0 0 20 0 15 0 274567385 14429130752 51409 33554432000 4194304 4196468 140730766808688 139913299684112 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27999] ppid=27990 vsize=14090948 memory=220000 CPUtime=0.01 cores=1,3,5,7
/proc/27993/task/27999/stat : 27999 (java) S 27990 27993 22827 0 -1 1077944384 405 0 0 0 1 0 0 0 20 0 15 0 274567385 14429130752 51409 33554432000 4194304 4196468 140730766808688 139913298631568 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28000] ppid=27990 vsize=14090948 memory=13468 CPUtime=0.01 cores=1,3,5,7
/proc/27993/task/28000/stat : 28000 (java) S 27990 27993 22827 0 -1 1077944384 355 0 0 0 1 0 0 0 20 0 15 0 274567386 14429130752 51409 33554432000 4194304 4196468 140730766808688 139913180698864 139913705990786 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28001] ppid=27990 vsize=14090948 memory=8292088564187963537 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28001/stat : 28001 (java) S 27990 27993 22827 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 274567387 14429130752 51409 33554432000 4194304 4196468 140730766808688 139913179645152 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28002] ppid=27990 vsize=14090948 memory=8475934422144292502 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28002/stat : 28002 (java) S 27990 27993 22827 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 274567387 14429130752 51409 33554432000 4194304 4196468 140730766808688 139913178592000 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28003] ppid=27990 vsize=14090948 memory=208712 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28003/stat : 28003 (java) S 27990 27993 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274567389 14429130752 51409 33554432000 4194304 4196468 140730766808688 139913177540560 139913705998235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28004] ppid=27990 vsize=14090948 memory=208712 CPUtime=1.17 cores=1,3,5,7
/proc/27993/task/28004/stat : 28004 (java) S 27990 27993 22827 0 -1 1077944384 3814 0 0 0 117 0 0 0 20 0 15 0 274567389 14429130752 51409 33554432000 4194304 4196468 140730766808688 139913176488688 139913705990786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28005] ppid=27990 vsize=14090948 memory=1612 CPUtime=1.11 cores=1,3,5,7
/proc/27993/task/28005/stat : 28005 (java) S 27990 27993 22827 0 -1 1077944384 2883 0 0 0 111 0 0 0 20 0 15 0 274567389 14429130752 51409 33554432000 4194304 4196468 140730766808688 139913175436144 139913705990786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28006] ppid=27990 vsize=14090948 memory=6412 CPUtime=0.47 cores=1,3,5,7
/proc/27993/task/28006/stat : 28006 (java) S 27990 27993 22827 0 -1 1077944384 2708 0 0 0 47 0 0 0 20 0 15 0 274567389 14429130752 51409 33554432000 4194304 4196468 140730766808688 139913174383088 139913705990786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 43 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28007] ppid=27990 vsize=14090948 memory=220000 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28007/stat : 28007 (java) S 27990 27993 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274567390 14429130752 51409 33554432000 4194304 4196468 140730766808688 139913173330784 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28008] ppid=27990 vsize=14090948 memory=7306316804797196914 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28008/stat : 28008 (java) S 27990 27993 22827 0 -1 1077944384 579 0 0 0 0 0 0 0 20 0 15 0 274567390 14429130752 51409 33554432000 4194304 4196468 140730766808688 139913172277808 139913705990786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
Current children cumulated CPU time: 15.19 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 205636 KiB

[startup+13.3395 s]
# the end of solver process 27993 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=15.716 s, system=0.129792 s

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

[startup+13.0007 s]
/proc/loadavg: 1.47 1.75 1.70 3/215 28008
/proc/meminfo: memFree=21752236/32770624 swapFree=67108500/67108860
[pid=27993] ppid=27990 vsize=14090948 memory=203584 CPUtime=15.5 cores=1,3,5,7
/proc/27993/stat : 27993 (java) S 27990 27993 22827 0 -1 1077944320 33817 0 0 0 1538 12 0 0 20 0 15 0 274567384 14429130752 50896 33554432000 4194304 4196468 140730766808688 140730766791232 139913705979639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
/proc/27993/statm: 3522737 50896 3567 1 0 3484809 0
[pid=27993/tid=27995] ppid=27990 vsize=14090948 memory=1116 CPUtime=12.59 cores=1,3,5,7
/proc/27993/task/27995/stat : 27995 (java) R 27990 27993 22827 0 -1 4202560 20682 0 0 0 1252 7 0 0 20 0 15 0 274567384 14429130752 50896 33554432000 4194304 4196468 140730766808688 139913710217792 139913346081108 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27996] ppid=27990 vsize=14090948 memory=2132 CPUtime=0.01 cores=1,3,5,7
/proc/27993/task/27996/stat : 27996 (java) S 27990 27993 22827 0 -1 1077944384 50 0 0 0 1 0 0 0 20 0 15 0 274567385 14429130752 50896 33554432000 4194304 4196468 140730766808688 139913662532624 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27997] ppid=27990 vsize=14090948 memory=1752 CPUtime=0.01 cores=1,3,5,7
/proc/27993/task/27997/stat : 27997 (java) S 27990 27993 22827 0 -1 1077944384 186 0 0 0 1 0 0 0 20 0 15 0 274567385 14429130752 50896 33554432000 4194304 4196468 140730766808688 139913661480080 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27998] ppid=27990 vsize=14090948 memory=222564 CPUtime=0.01 cores=1,3,5,7
/proc/27993/task/27998/stat : 27998 (java) S 27990 27993 22827 0 -1 1077944384 735 0 0 0 1 0 0 0 20 0 15 0 274567385 14429130752 50896 33554432000 4194304 4196468 140730766808688 139913299684112 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27999] ppid=27990 vsize=14090948 memory=864 CPUtime=0.01 cores=1,3,5,7
/proc/27993/task/27999/stat : 27999 (java) S 27990 27993 22827 0 -1 1077944384 405 0 0 0 1 0 0 0 20 0 15 0 274567385 14429130752 50896 33554432000 4194304 4196468 140730766808688 139913298631568 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28000] ppid=27990 vsize=14090948 memory=1296 CPUtime=0.01 cores=1,3,5,7
/proc/27993/task/28000/stat : 28000 (java) S 27990 27993 22827 0 -1 1077944384 355 0 0 0 1 0 0 0 20 0 15 0 274567386 14429130752 50896 33554432000 4194304 4196468 140730766808688 139913180698864 139913705990786 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28001] ppid=27990 vsize=14090948 memory=1068 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28001/stat : 28001 (java) S 27990 27993 22827 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 274567387 14429130752 50896 33554432000 4194304 4196468 140730766808688 139913179645152 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28002] ppid=27990 vsize=14090948 memory=15084 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28002/stat : 28002 (java) S 27990 27993 22827 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 274567387 14429130752 50896 33554432000 4194304 4196468 140730766808688 139913178592000 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28003] ppid=27990 vsize=14090948 memory=4580 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28003/stat : 28003 (java) S 27990 27993 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274567389 14429130752 50896 33554432000 4194304 4196468 140730766808688 139913177540560 139913705998235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28004] ppid=27990 vsize=14090948 memory=13468 CPUtime=1.17 cores=1,3,5,7
/proc/27993/task/28004/stat : 28004 (java) S 27990 27993 22827 0 -1 1077944384 3814 0 0 0 117 0 0 0 20 0 15 0 274567389 14429130752 50896 33554432000 4194304 4196468 140730766808688 139913176488688 139913705990786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28005] ppid=27990 vsize=14090948 memory=3356 CPUtime=1.11 cores=1,3,5,7
/proc/27993/task/28005/stat : 28005 (java) S 27990 27993 22827 0 -1 1077944384 2883 0 0 0 111 0 0 0 20 0 15 0 274567389 14429130752 50896 33554432000 4194304 4196468 140730766808688 139913175436144 139913705990786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28006] ppid=27990 vsize=14090948 memory=1752 CPUtime=0.47 cores=1,3,5,7
/proc/27993/task/28006/stat : 28006 (java) S 27990 27993 22827 0 -1 1077944384 2708 0 0 0 47 0 0 0 20 0 15 0 274567389 14429130752 50896 33554432000 4194304 4196468 140730766808688 139913174383088 139913705990786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 43 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28007] ppid=27990 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28007/stat : 28007 (java) S 27990 27993 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274567390 14429130752 50896 33554432000 4194304 4196468 140730766808688 139913173330784 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28008] ppid=27990 vsize=14090948 memory=139730453058664 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28008/stat : 28008 (java) S 27990 27993 22827 0 -1 1077944384 579 0 0 0 0 0 0 0 20 0 15 0 274567390 14429130752 50896 33554432000 4194304 4196468 140730766808688 139913172277808 139913705990786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 43 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
Current children cumulated CPU time: 15.5 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 203584 KiB

[startup+13.2007 s]*
/proc/loadavg: 1.47 1.75 1.70 3/215 28008
/proc/meminfo: memFree=21754220/32770624 swapFree=67108500/67108860
[pid=27993] ppid=27990 vsize=14090948 memory=203584 CPUtime=15.71 cores=1,3,5,7
/proc/27993/stat : 27993 (java) S 27990 27993 22827 0 -1 1077944320 33817 0 0 0 1559 12 0 0 20 0 15 0 274567384 14429130752 50896 33554432000 4194304 4196468 140730766808688 140730766791232 139913705979639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
/proc/27993/statm: 3522737 50896 3567 1 0 3484809 0
[pid=27993/tid=27995] ppid=27990 vsize=14090948 memory=6791534058613427641 CPUtime=12.79 cores=1,3,5,7
/proc/27993/task/27995/stat : 27995 (java) R 27990 27993 22827 0 -1 4202560 20682 0 0 0 1272 7 0 0 20 0 15 0 274567384 14429130752 50896 33554432000 4194304 4196468 140730766808688 139913710217792 139913345952519 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27996] ppid=27990 vsize=14090948 memory=4872558044660077418 CPUtime=0.01 cores=1,3,5,7
/proc/27993/task/27996/stat : 27996 (java) S 27990 27993 22827 0 -1 1077944384 50 0 0 0 1 0 0 0 20 0 15 0 274567385 14429130752 50896 33554432000 4194304 4196468 140730766808688 139913662532624 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27997] ppid=27990 vsize=14090948 memory=916 CPUtime=0.01 cores=1,3,5,7
/proc/27993/task/27997/stat : 27997 (java) S 27990 27993 22827 0 -1 1077944384 186 0 0 0 1 0 0 0 20 0 15 0 274567385 14429130752 50896 33554432000 4194304 4196468 140730766808688 139913661480080 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27998] ppid=27990 vsize=14090948 memory=3852 CPUtime=0.01 cores=1,3,5,7
/proc/27993/task/27998/stat : 27998 (java) S 27990 27993 22827 0 -1 1077944384 735 0 0 0 1 0 0 0 20 0 15 0 274567385 14429130752 50896 33554432000 4194304 4196468 140730766808688 139913299684112 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27999] ppid=27990 vsize=14090948 memory=2676 CPUtime=0.01 cores=1,3,5,7
/proc/27993/task/27999/stat : 27999 (java) S 27990 27993 22827 0 -1 1077944384 405 0 0 0 1 0 0 0 20 0 15 0 274567385 14429130752 50896 33554432000 4194304 4196468 140730766808688 139913298631568 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28000] ppid=27990 vsize=14090948 memory=2788 CPUtime=0.01 cores=1,3,5,7
/proc/27993/task/28000/stat : 28000 (java) S 27990 27993 22827 0 -1 1077944384 355 0 0 0 1 0 0 0 20 0 15 0 274567386 14429130752 50896 33554432000 4194304 4196468 140730766808688 139913180698864 139913705990786 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28001] ppid=27990 vsize=14090948 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28001/stat : 28001 (java) S 27990 27993 22827 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 274567387 14429130752 50896 33554432000 4194304 4196468 140730766808688 139913179645152 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28002] ppid=27990 vsize=14090948 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28002/stat : 28002 (java) S 27990 27993 22827 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 274567387 14429130752 50896 33554432000 4194304 4196468 140730766808688 139913178592000 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28003] ppid=27990 vsize=14090948 memory=2944 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28003/stat : 28003 (java) S 27990 27993 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274567389 14429130752 50896 33554432000 4194304 4196468 140730766808688 139913177540560 139913705998235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28004] ppid=27990 vsize=14090948 memory=2260696 CPUtime=1.17 cores=1,3,5,7
/proc/27993/task/28004/stat : 28004 (java) S 27990 27993 22827 0 -1 1077944384 3814 0 0 0 117 0 0 0 20 0 15 0 274567389 14429130752 50896 33554432000 4194304 4196468 140730766808688 139913176488688 139913705990786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28005] ppid=27990 vsize=14090948 memory=1408 CPUtime=1.11 cores=1,3,5,7
/proc/27993/task/28005/stat : 28005 (java) S 27990 27993 22827 0 -1 1077944384 2883 0 0 0 111 0 0 0 20 0 15 0 274567389 14429130752 50896 33554432000 4194304 4196468 140730766808688 139913175436144 139913705990786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28006] ppid=27990 vsize=14090948 memory=2536 CPUtime=0.47 cores=1,3,5,7
/proc/27993/task/28006/stat : 28006 (java) S 27990 27993 22827 0 -1 1077944384 2708 0 0 0 47 0 0 0 20 0 15 0 274567389 14429130752 50896 33554432000 4194304 4196468 140730766808688 139913174383088 139913705990786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 43 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28007] ppid=27990 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28007/stat : 28007 (java) S 27990 27993 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274567390 14429130752 50896 33554432000 4194304 4196468 140730766808688 139913173330784 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28008] ppid=27990 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28008/stat : 28008 (java) S 27990 27993 22827 0 -1 1077944384 579 0 0 0 0 0 0 0 20 0 15 0 274567390 14429130752 50896 33554432000 4194304 4196468 140730766808688 139913172277808 139913705990786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 43 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
Current children cumulated CPU time: 15.71 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 203584 KiB

[startup+13.3099 s]
/proc/loadavg: 1.47 1.75 1.70 3/215 28008
/proc/meminfo: memFree=21754220/32770624 swapFree=67108500/67108860
[pid=27993] ppid=27990 vsize=14090948 memory=200504 CPUtime=15.81 cores=1,3,5,7
/proc/27993/stat : 27993 (java) S 27990 27993 22827 0 -1 1077944320 33818 0 0 0 1569 12 0 0 20 0 15 0 274567384 14429130752 50126 33554432000 4194304 4196468 140730766808688 140730766791232 139913705979639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
/proc/27993/statm: 3522737 50126 3567 1 0 3484809 0
[pid=27993/tid=27995] ppid=27990 vsize=14090948 memory=203584 CPUtime=12.89 cores=1,3,5,7
/proc/27993/task/27995/stat : 27995 (java) R 27990 27993 22827 0 -1 4202560 20683 0 0 0 1282 7 0 0 20 0 15 0 274567384 14429130752 50126 33554432000 4194304 4196468 140730766808688 139913710217792 139913345953318 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27996] ppid=27990 vsize=14090948 memory=1 CPUtime=0.01 cores=1,3,5,7
/proc/27993/task/27996/stat : 27996 (java) S 27990 27993 22827 0 -1 1077944384 50 0 0 0 1 0 0 0 20 0 15 0 274567385 14429130752 50126 33554432000 4194304 4196468 140730766808688 139913662532624 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27997] ppid=27990 vsize=14090948 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27993/task/27997/stat : 27997 (java) S 27990 27993 22827 0 -1 1077944384 186 0 0 0 1 0 0 0 20 0 15 0 274567385 14429130752 50126 33554432000 4194304 4196468 140730766808688 139913661480080 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27998] ppid=27990 vsize=14090948 memory=2180 CPUtime=0.01 cores=1,3,5,7
/proc/27993/task/27998/stat : 27998 (java) S 27990 27993 22827 0 -1 1077944384 735 0 0 0 1 0 0 0 20 0 15 0 274567385 14429130752 50126 33554432000 4194304 4196468 140730766808688 139913299684112 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=27999] ppid=27990 vsize=14090948 memory=208712 CPUtime=0.01 cores=1,3,5,7
/proc/27993/task/27999/stat : 27999 (java) S 27990 27993 22827 0 -1 1077944384 405 0 0 0 1 0 0 0 20 0 15 0 274567385 14429130752 50126 33554432000 4194304 4196468 140730766808688 139913298631568 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28000] ppid=27990 vsize=14090948 memory=208712 CPUtime=0.01 cores=1,3,5,7
/proc/27993/task/28000/stat : 28000 (java) S 27990 27993 22827 0 -1 1077944384 355 0 0 0 1 0 0 0 20 0 15 0 274567386 14429130752 50126 33554432000 4194304 4196468 140730766808688 139913180698864 139913705990786 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28001] ppid=27990 vsize=14090948 memory=220000 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28001/stat : 28001 (java) S 27990 27993 22827 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 274567387 14429130752 50126 33554432000 4194304 4196468 140730766808688 139913179645152 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28002] ppid=27990 vsize=14090948 memory=7306316804797196914 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28002/stat : 28002 (java) S 27990 27993 22827 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 274567387 14429130752 50126 33554432000 4194304 4196468 140730766808688 139913178592000 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28003] ppid=27990 vsize=14090948 memory=279460905919776 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28003/stat : 28003 (java) S 27990 27993 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274567389 14429130752 50126 33554432000 4194304 4196468 140730766808688 139913177540560 139913705998235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28004] ppid=27990 vsize=14090948 memory=0 CPUtime=1.17 cores=1,3,5,7
/proc/27993/task/28004/stat : 28004 (java) S 27990 27993 22827 0 -1 1077944384 3814 0 0 0 117 0 0 0 20 0 15 0 274567389 14429130752 50126 33554432000 4194304 4196468 140730766808688 139913176488688 139913705990786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28005] ppid=27990 vsize=14090948 memory=164 CPUtime=1.11 cores=1,3,5,7
/proc/27993/task/28005/stat : 28005 (java) S 27990 27993 22827 0 -1 1077944384 2883 0 0 0 111 0 0 0 20 0 15 0 274567389 14429130752 50126 33554432000 4194304 4196468 140730766808688 139913175436144 139913705990786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28006] ppid=27990 vsize=14090948 memory=6655300316396806240 CPUtime=0.47 cores=1,3,5,7
/proc/27993/task/28006/stat : 28006 (java) S 27990 27993 22827 0 -1 1077944384 2708 0 0 0 47 0 0 0 20 0 15 0 274567389 14429130752 50126 33554432000 4194304 4196468 140730766808688 139913174383088 139913705990786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 43 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28007] ppid=27990 vsize=14090948 memory=589972055281463335 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28007/stat : 28007 (java) S 27990 27993 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274567390 14429130752 50126 33554432000 4194304 4196468 140730766808688 139913173330784 139913705989845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
[pid=27993/tid=28008] ppid=27990 vsize=14090948 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/27993/task/28008/stat : 28008 (java) S 27990 27993 22827 0 -1 1077944384 579 0 0 0 0 0 0 0 20 0 15 0 274567390 14429130752 50126 33554432000 4194304 4196468 140730766808688 139913172277808 139913705990786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 43 0 0 6293624 6294260 29372416 140730766812239 140730766812430 140730766812430 140730766815183 0
Current children cumulated CPU time: 15.81 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 200504 KiB

Child status: 0
Real time (s): 13.3396
CPU time (s): 15.8458
CPU user time (s): 15.716
CPU system time (s): 0.129792
CPU usage (%): 118.787
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 235316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.716
system time used= 0.129792
maximum resident set size= 237332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34697
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= 2954
involuntary context switches= 32


# summary of solver processes directly reported to runsolver:
#   pid: 27993
#   total CPU time (s): 15.8458
#   total CPU user time (s): 15.716
#   total CPU system time (s): 0.129792

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.103673 second user time and 0.161542 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-18 07:27:22
IDJOB=4312151
IDBENCH=141491
IDSOLVER=2800
FILE ID=node104/4312151-1534570042
RUNJOBID= node104-1534568568-26366
PBS_JOBID= 21038643
Free space on /tmp= 47316 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-05_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312151-1534570042/watcher-4312151-1534570042 -o /tmp/evaluation-result-4312151-1534570042/solver-4312151-1534570042 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534568568-26366 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 145393981 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312151-1534570042.xml

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

MD5SUM BENCH= 5e5be4f605afa886fe94f4d001b03361
RANDOM SEED=145393981

node104.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.11
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.11
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.11
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.11
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:        21948544 kB
MemAvailable:   29639620 kB
Buffers:          217460 kB
Cached:          7722512 kB
SwapCached:            4 kB
Active:          6350012 kB
Inactive:        3890064 kB
Active(anon):    2276012 kB
Inactive(anon):    92888 kB
Active(file):    4074000 kB
Inactive(file):  3797176 kB
Unevictable:        7320 kB
Mlocked:            7320 kB
SwapTotal:      67108860 kB
SwapFree:       67108500 kB
Dirty:             35708 kB
Writeback:            20 kB
AnonPages:       2401780 kB
Mapped:            32380 kB
Shmem:             66020 kB
Slab:             277200 kB
SReclaimable:     248360 kB
SUnreclaim:        28840 kB
KernelStack:        3792 kB
PageTables:         9924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4537808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2256896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 47284 MiB
End job on node104 at 2018-08-18 07:27:36