Trace number 4290586

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 NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-07-02SAT 3.86921 1.9464

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K04-P02_c18.xml
MD5SUMdf122225b0586fd0ab127ca5658303c8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.023731
Satisfiable
(Un)Satisfiability was proved
Number of variables44
Number of constraints18
Number of domains2
Minimum domain size16
Maximum domain size17
Distribution of domain sizes[{"size":16,"count":16},{"size":17,"count":8}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":20},{"degree":2,"count":16},{"degree":5,"count":8}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":16},{"arity":8,"count":1},{"arity":16,"count":1}]
Number of extensional constraints0
Number of intensional constraints16
Distribution of constraint types[{"type":"intension","count":16},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.68/0.55	c version: 2018-07-02
0.68/0.55	c seed: 1527634064
0.68/0.55	c timeout: 2400
0.68/0.55	c memlimit: 11000
0.68/0.55	c nbcore: 4
0.68/0.57	c Parsing instance...
1.52/1.06	c Parsing done, starting search...
3.80/1.94	s SATISFIABLE
3.80/1.94	v <instantiation>
3.80/1.94	v 	<list>
3.80/1.94	v 		cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[1][0] cn[1][1] cn[1][2] cn[1][3] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][1][2] ce[0][1][3] ce[0][2][3] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][1][2] ce[1][1][3] ce[1][2][3] cie[0][0] cie[0][1] cie[0][2] cie[0][3]
3.80/1.94	v 	</list>
3.80/1.94	v 	<values>
3.80/1.94	v 		12 0 16 7 4 15 14 1 12 4 5 16 7 9 11 10 3 1 14 13 8 15 2 6 
3.80/1.94	v 	</values>
3.80/1.94	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290586-1532236006/watcher-4290586-1532236006 -o /tmp/evaluation-result-4290586-1532236006/solver-4290586-1532236006 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532226534-30285 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1527634064 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290586-1532236006.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=31243, runsolver pid=31240
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.10012 s]*
/proc/loadavg: 1.37 1.28 1.30 3/215 31258
/proc/meminfo: memFree=20812492/32770624 swapFree=67108860/67108860
[pid=31243] ppid=31240 vsize=14082740 memory=31476 CPUtime=0.12 cores=1,3,5,7
/proc/31243/stat : 31243 (java) S 31240 31243 30253 0 -1 1077944320 6789 0 0 0 11 1 0 0 20 0 15 0 41163781 14420725760 7869 33554432000 4194304 4196468 140721837062800 140721837045344 140038357348087 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
/proc/31243/statm: 3520685 7869 3156 1 0 3482761 0
[pid=31243/tid=31245] ppid=31240 vsize=14082740 memory=-8701690554792054399 CPUtime=0.09 cores=1,3,5,7
/proc/31243/task/31245/stat : 31245 (java) R 31240 31243 30253 0 -1 4202560 4833 0 0 0 8 1 0 0 20 0 15 0 41163781 14420725760 7869 33554432000 4194304 4196468 140721837062800 140038361586528 140038357370013 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31246] ppid=31240 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31246/stat : 31246 (java) S 31240 31243 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41163782 14420725760 7869 33554432000 4194304 4196468 140721837062800 140038287436560 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31247] ppid=31240 vsize=14082740 memory=140711784212096 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31247/stat : 31247 (java) S 31240 31243 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41163782 14420725760 7869 33554432000 4194304 4196468 140721837062800 140038286384016 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31248] ppid=31240 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31248/stat : 31248 (java) S 31240 31243 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41163782 14420725760 7869 33554432000 4194304 4196468 140721837062800 140038285331472 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31249] ppid=31240 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31249/stat : 31249 (java) S 31240 31243 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41163782 14420725760 7869 33554432000 4194304 4196468 140721837062800 140038284278928 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31250] ppid=31240 vsize=14082740 memory=140711784212096 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31250/stat : 31250 (java) S 31240 31243 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41163783 14420725760 7869 33554432000 4194304 4196468 140721837062800 140037830850544 140038357359234 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31251] ppid=31240 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31251/stat : 31251 (java) S 31240 31243 30253 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41163784 14420725760 7869 33554432000 4194304 4196468 140721837062800 140037829796768 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31252] ppid=31240 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31252/stat : 31252 (java) S 31240 31243 30253 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41163784 14420725760 7869 33554432000 4194304 4196468 140721837062800 140037828744176 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31253] ppid=31240 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31253/stat : 31253 (java) S 31240 31243 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41163786 14420725760 7869 33554432000 4194304 4196468 140721837062800 140037827692752 140038357366683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31254] ppid=31240 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31254/stat : 31254 (java) S 31240 31243 30253 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 41163786 14420725760 7869 33554432000 4194304 4196468 140721837062800 140037826640368 140038357359234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31255] ppid=31240 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31255/stat : 31255 (java) S 31240 31243 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41163786 14420725760 7869 33554432000 4194304 4196468 140721837062800 140037825587824 140038357359234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31256] ppid=31240 vsize=14082740 memory=140711784212096 CPUtime=0.01 cores=1,3,5,7
/proc/31243/task/31256/stat : 31256 (java) S 31240 31243 30253 0 -1 1077944384 280 0 0 0 1 0 0 0 20 0 15 0 41163786 14420725760 7869 33554432000 4194304 4196468 140721837062800 140037824535280 140038357359234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31257] ppid=31240 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31257/stat : 31257 (java) S 31240 31243 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41163786 14420725760 7869 33554432000 4194304 4196468 140721837062800 140037823482976 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31258] ppid=31240 vsize=14082740 memory=140711784212096 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31258/stat : 31258 (java) S 31240 31243 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41163787 14420725760 7869 33554432000 4194304 4196468 140721837062800 140037822429488 140038357359234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 31476 KiB

[startup+0.210584 s]*
/proc/loadavg: 1.37 1.28 1.30 7/215 31258
/proc/meminfo: memFree=20797484/32770624 swapFree=67108860/67108860
[pid=31243] ppid=31240 vsize=14082740 memory=47272 CPUtime=0.31 cores=1,3,5,7
/proc/31243/stat : 31243 (java) S 31240 31243 30253 0 -1 1077944320 10444 0 0 0 29 2 0 0 20 0 15 0 41163781 14420725760 11818 33554432000 4194304 4196468 140721837062800 140721837045344 140038357348087 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
/proc/31243/statm: 3520685 11818 3374 1 0 3482761 0
[pid=31243/tid=31245] ppid=31240 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/31243/task/31245/stat : 31245 (java) R 31240 31243 30253 0 -1 4202560 8153 0 0 0 19 1 0 0 20 0 15 0 41163781 14420725760 11818 33554432000 4194304 4196468 140721837062800 140038361577728 140038357370013 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31246] ppid=31240 vsize=14082740 memory=345 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31246/stat : 31246 (java) S 31240 31243 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41163782 14420725760 11818 33554432000 4194304 4196468 140721837062800 140038287436560 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31247] ppid=31240 vsize=14082740 memory=140711784431809 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31247/stat : 31247 (java) S 31240 31243 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41163782 14420725760 11818 33554432000 4194304 4196468 140721837062800 140038286384016 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31248] ppid=31240 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31248/stat : 31248 (java) S 31240 31243 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41163782 14420725760 11818 33554432000 4194304 4196468 140721837062800 140038285331472 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31249] ppid=31240 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31249/stat : 31249 (java) S 31240 31243 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41163782 14420725760 11818 33554432000 4194304 4196468 140721837062800 140038284278928 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31250] ppid=31240 vsize=14082740 memory=140711784212096 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31250/stat : 31250 (java) S 31240 31243 30253 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 41163783 14420725760 11818 33554432000 4194304 4196468 140721837062800 140037830850544 140038357359234 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31251] ppid=31240 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31251/stat : 31251 (java) S 31240 31243 30253 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41163784 14420725760 11818 33554432000 4194304 4196468 140721837062800 140037829796768 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31252] ppid=31240 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31252/stat : 31252 (java) S 31240 31243 30253 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41163784 14420725760 11818 33554432000 4194304 4196468 140721837062800 140037828744176 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31253] ppid=31240 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31253/stat : 31253 (java) S 31240 31243 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41163786 14420725760 11818 33554432000 4194304 4196468 140721837062800 140037827692752 140038357366683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31254] ppid=31240 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31243/task/31254/stat : 31254 (java) S 31240 31243 30253 0 -1 1077944384 544 0 0 0 2 0 0 0 20 0 15 0 41163786 14420725760 11818 33554432000 4194304 4196468 140721837062800 140037826640368 140038357359234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31255] ppid=31240 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31243/task/31255/stat : 31255 (java) S 31240 31243 30253 0 -1 1077944384 58 0 0 0 2 0 0 0 20 0 15 0 41163786 14420725760 11818 33554432000 4194304 4196468 140721837062800 140037825587824 140038357359234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31256] ppid=31240 vsize=14082740 memory=140711784212096 CPUtime=0.05 cores=1,3,5,7
/proc/31243/task/31256/stat : 31256 (java) R 31240 31243 30253 0 -1 4202560 308 0 0 0 5 0 0 0 20 0 15 0 41163786 14420725760 11818 33554432000 4194304 4196468 140721837062800 140037824532216 140038337536715 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31257] ppid=31240 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31257/stat : 31257 (java) S 31240 31243 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41163786 14420725760 11818 33554432000 4194304 4196468 140721837062800 140037823482976 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31258] ppid=31240 vsize=14082740 memory=140711784212096 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31258/stat : 31258 (java) S 31240 31243 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41163787 14420725760 11818 33554432000 4194304 4196468 140721837062800 140037822429488 140038357359234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47272 KiB

[startup+0.310442 s]*
/proc/loadavg: 1.37 1.28 1.30 3/215 31258
/proc/meminfo: memFree=20793576/32770624 swapFree=67108860/67108860
[pid=31243] ppid=31240 vsize=14082740 memory=50600 CPUtime=0.43 cores=1,3,5,7
/proc/31243/stat : 31243 (java) S 31240 31243 30253 0 -1 1077944320 10792 0 0 0 41 2 0 0 20 0 15 0 41163781 14420725760 12650 33554432000 4194304 4196468 140721837062800 140721837045344 140038357348087 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
/proc/31243/statm: 3520685 12650 3377 1 0 3482761 0
[pid=31243/tid=31245] ppid=31240 vsize=14082740 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/31243/task/31245/stat : 31245 (java) R 31240 31243 30253 0 -1 4202560 8481 0 0 0 28 2 0 0 20 0 15 0 41163781 14420725760 12650 33554432000 4194304 4196468 140721837062800 140038361559600 140038337623968 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31246] ppid=31240 vsize=14082740 memory=288230609002954775 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31246/stat : 31246 (java) S 31240 31243 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41163782 14420725760 12650 33554432000 4194304 4196468 140721837062800 140038287436560 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31247] ppid=31240 vsize=14082740 memory=140711784431808 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31247/stat : 31247 (java) S 31240 31243 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41163782 14420725760 12650 33554432000 4194304 4196468 140721837062800 140038286384016 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31248] ppid=31240 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31248/stat : 31248 (java) S 31240 31243 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41163782 14420725760 12650 33554432000 4194304 4196468 140721837062800 140038285331472 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31249] ppid=31240 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31249/stat : 31249 (java) S 31240 31243 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41163782 14420725760 12650 33554432000 4194304 4196468 140721837062800 140038284278928 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31250] ppid=31240 vsize=14082740 memory=140711784212096 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31250/stat : 31250 (java) S 31240 31243 30253 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 41163783 14420725760 12650 33554432000 4194304 4196468 140721837062800 140037830850544 140038357359234 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31251] ppid=31240 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31251/stat : 31251 (java) S 31240 31243 30253 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41163784 14420725760 12650 33554432000 4194304 4196468 140721837062800 140037829796768 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31252] ppid=31240 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31252/stat : 31252 (java) S 31240 31243 30253 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41163784 14420725760 12650 33554432000 4194304 4196468 140721837062800 140037828744176 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31253] ppid=31240 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31253/stat : 31253 (java) S 31240 31243 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41163786 14420725760 12650 33554432000 4194304 4196468 140721837062800 140037827692752 140038357366683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31254] ppid=31240 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31243/task/31254/stat : 31254 (java) S 31240 31243 30253 0 -1 1077944384 550 0 0 0 2 0 0 0 20 0 15 0 41163786 14420725760 12650 33554432000 4194304 4196468 140721837062800 140037826640368 140038357359234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31255] ppid=31240 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31243/task/31255/stat : 31255 (java) S 31240 31243 30253 0 -1 1077944384 63 0 0 0 2 0 0 0 20 0 15 0 41163786 14420725760 12650 33554432000 4194304 4196468 140721837062800 140037825587824 140038357359234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31256] ppid=31240 vsize=14082740 memory=140711784212096 CPUtime=0.07 cores=1,3,5,7
/proc/31243/task/31256/stat : 31256 (java) S 31240 31243 30253 0 -1 1077944384 316 0 0 0 7 0 0 0 20 0 15 0 41163786 14420725760 12650 33554432000 4194304 4196468 140721837062800 140037824535280 140038357359234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31257] ppid=31240 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31257/stat : 31257 (java) S 31240 31243 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41163786 14420725760 12650 33554432000 4194304 4196468 140721837062800 140037823482976 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31258] ppid=31240 vsize=14082740 memory=140711784212096 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31258/stat : 31258 (java) S 31240 31243 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41163787 14420725760 12650 33554432000 4194304 4196468 140721837062800 140037822429488 140038357359234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50600 KiB

[startup+0.700778 s]
/proc/loadavg: 1.37 1.28 1.30 3/215 31258
/proc/meminfo: memFree=20769516/32770624 swapFree=67108860/67108860
[pid=31243] ppid=31240 vsize=14084808 memory=89248 CPUtime=0.99 cores=1,3,5,7
/proc/31243/stat : 31243 (java) S 31240 31243 30253 0 -1 1077944320 17661 0 0 0 95 4 0 0 20 0 15 0 41163781 14422843392 22312 33554432000 4194304 4196468 140721837062800 140721837045344 140038357348087 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
/proc/31243/statm: 3521202 22312 3500 1 0 3483273 0
[pid=31243/tid=31245] ppid=31240 vsize=14084808 memory=1836 CPUtime=0.67 cores=1,3,5,7
/proc/31243/task/31245/stat : 31245 (java) R 31240 31243 30253 0 -1 4202560 14945 0 0 0 64 3 0 0 20 0 15 0 41163781 14422843392 22312 33554432000 4194304 4196468 140721837062800 140038361570800 140038341428574 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31246] ppid=31240 vsize=14084808 memory=792 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31246/stat : 31246 (java) S 31240 31243 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41163782 14422843392 22312 33554432000 4194304 4196468 140721837062800 140038287436560 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31247] ppid=31240 vsize=14084808 memory=1960 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31247/stat : 31247 (java) S 31240 31243 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41163782 14422843392 22312 33554432000 4194304 4196468 140721837062800 140038286384016 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31248] ppid=31240 vsize=14084808 memory=5380 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31248/stat : 31248 (java) S 31240 31243 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41163782 14422843392 22312 33554432000 4194304 4196468 140721837062800 140038285331472 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31249] ppid=31240 vsize=14084808 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31249/stat : 31249 (java) S 31240 31243 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41163782 14422843392 22312 33554432000 4194304 4196468 140721837062800 140038284278928 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31250] ppid=31240 vsize=14084808 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31250/stat : 31250 (java) S 31240 31243 30253 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 41163783 14422843392 22312 33554432000 4194304 4196468 140721837062800 140037830850544 140038357359234 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31251] ppid=31240 vsize=14084808 memory=11964 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31251/stat : 31251 (java) S 31240 31243 30253 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41163784 14422843392 22312 33554432000 4194304 4196468 140721837062800 140037829796768 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31252] ppid=31240 vsize=14084808 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31252/stat : 31252 (java) S 31240 31243 30253 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41163784 14422843392 22312 33554432000 4194304 4196468 140721837062800 140037828744176 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31253] ppid=31240 vsize=14084808 memory=7307465678416012608 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31253/stat : 31253 (java) S 31240 31243 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41163786 14422843392 22312 33554432000 4194304 4196468 140721837062800 140037827692752 140038357366683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31254] ppid=31240 vsize=14084808 memory=7881696724453321575 CPUtime=0.07 cores=1,3,5,7
/proc/31243/task/31254/stat : 31254 (java) S 31240 31243 30253 0 -1 1077944384 693 0 0 0 7 0 0 0 20 0 15 0 41163786 14422843392 22312 33554432000 4194304 4196468 140721837062800 140037826640368 140038357359234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31255] ppid=31240 vsize=14084808 memory=5787213827096799335 CPUtime=0.07 cores=1,3,5,7
/proc/31243/task/31255/stat : 31255 (java) S 31240 31243 30253 0 -1 1077944384 234 0 0 0 7 0 0 0 20 0 15 0 41163786 14422843392 22312 33554432000 4194304 4196468 140721837062800 140037825587824 140038357359234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31256] ppid=31240 vsize=14084808 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/31243/task/31256/stat : 31256 (java) S 31240 31243 30253 0 -1 1077944384 407 0 0 0 15 0 0 0 20 0 15 0 41163786 14422843392 22312 33554432000 4194304 4196468 140721837062800 140037824535280 140038357359234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31257] ppid=31240 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31257/stat : 31257 (java) S 31240 31243 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41163786 14422843392 22312 33554432000 4194304 4196468 140721837062800 140037823482976 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31258] ppid=31240 vsize=14084808 memory=33 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31258/stat : 31258 (java) S 31240 31243 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41163787 14422843392 22312 33554432000 4194304 4196468 140721837062800 140037822429488 140038357359234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 89248 KiB

[startup+1.50077 s]
/proc/loadavg: 1.37 1.28 1.30 3/215 31258
/proc/meminfo: memFree=20735644/32770624 swapFree=67108860/67108860
[pid=31243] ppid=31240 vsize=14090952 memory=137964 CPUtime=2.91 cores=1,3,5,7
/proc/31243/stat : 31243 (java) S 31240 31243 30253 0 -1 1077944320 27504 0 0 0 284 7 0 0 20 0 15 0 41163781 14429134848 34491 33554432000 4194304 4196468 140721837062800 140721837045344 140038357348087 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
/proc/31243/statm: 3522738 34491 3537 1 0 3484809 0
[pid=31243/tid=31245] ppid=31240 vsize=14090952 memory=6791534058613427641 CPUtime=1.47 cores=1,3,5,7
/proc/31243/task/31245/stat : 31245 (java) R 31240 31243 30253 0 -1 4202560 19662 0 0 0 142 5 0 0 20 0 15 0 41163781 14429134848 34491 33554432000 4194304 4196468 140721837062800 140038361583472 140037966884337 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31246] ppid=31240 vsize=14090952 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31246/stat : 31246 (java) S 31240 31243 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41163782 14429134848 34491 33554432000 4194304 4196468 140721837062800 140038287436560 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31247] ppid=31240 vsize=14090952 memory=-6509546260019855295 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31247/stat : 31247 (java) S 31240 31243 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41163782 14429134848 34491 33554432000 4194304 4196468 140721837062800 140038286384016 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31248] ppid=31240 vsize=14090952 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31248/stat : 31248 (java) S 31240 31243 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41163782 14429134848 34491 33554432000 4194304 4196468 140721837062800 140038285331472 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31249] ppid=31240 vsize=14090952 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31249/stat : 31249 (java) S 31240 31243 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41163782 14429134848 34491 33554432000 4194304 4196468 140721837062800 140038284278928 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31250] ppid=31240 vsize=14090952 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31250/stat : 31250 (java) S 31240 31243 30253 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 41163783 14429134848 34491 33554432000 4194304 4196468 140721837062800 140037830850544 140038357359234 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31251] ppid=31240 vsize=14090952 memory=7739252806752168032 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31251/stat : 31251 (java) S 31240 31243 30253 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41163784 14429134848 34491 33554432000 4194304 4196468 140721837062800 140037829796768 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31252] ppid=31240 vsize=14090952 memory=7734198239776631392 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31252/stat : 31252 (java) S 31240 31243 30253 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41163784 14429134848 34491 33554432000 4194304 4196468 140721837062800 140037828744176 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31253] ppid=31240 vsize=14090952 memory=7512114543601282149 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31253/stat : 31253 (java) S 31240 31243 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41163786 14429134848 34491 33554432000 4194304 4196468 140721837062800 140037827692752 140038357366683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31254] ppid=31240 vsize=14090952 memory=8298058455125906039 CPUtime=0.52 cores=1,3,5,7
/proc/31243/task/31254/stat : 31254 (java) R 31240 31243 30253 0 -1 4202560 1682 0 0 0 52 0 0 0 20 0 15 0 41163786 14429134848 34491 33554432000 4194304 4196468 140721837062800 140037826627216 140038340848484 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31255] ppid=31240 vsize=14090952 memory=0 CPUtime=0.5 cores=1,3,5,7
/proc/31243/task/31255/stat : 31255 (java) R 31240 31243 30253 0 -1 4202560 2541 0 0 0 50 0 0 0 20 0 15 0 41163786 14429134848 34491 33554432000 4194304 4196468 140721837062800 140037825577744 140038338527160 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31256] ppid=31240 vsize=14090952 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/31243/task/31256/stat : 31256 (java) S 31240 31243 30253 0 -1 1077944384 2232 0 0 0 38 0 0 0 20 0 15 0 41163786 14429134848 34491 33554432000 4194304 4196468 140721837062800 140037824535280 140038357359234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31257] ppid=31240 vsize=14090952 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31257/stat : 31257 (java) S 31240 31243 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41163786 14429134848 34491 33554432000 4194304 4196468 140721837062800 140037823482976 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31258] ppid=31240 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31258/stat : 31258 (java) S 31240 31243 30253 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 41163787 14429134848 34491 33554432000 4194304 4196468 140721837062800 140037822429488 140038357359234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
Current children cumulated CPU time: 2.91 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 137964 KiB

[startup+1.94636 s]
# the end of solver process 31243 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.7857 s, system=0.083515 s

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

[startup+1.60091 s]
/proc/loadavg: 1.37 1.28 1.30 3/215 31258
/proc/meminfo: memFree=20735644/32770624 swapFree=67108860/67108860
[pid=31243] ppid=31240 vsize=14090952 memory=145896 CPUtime=3.21 cores=1,3,5,7
/proc/31243/stat : 31243 (java) S 31240 31243 30253 0 -1 1077944320 27933 0 0 0 314 7 0 0 20 0 15 0 41163781 14429134848 36474 33554432000 4194304 4196468 140721837062800 140721837045344 140038357348087 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
/proc/31243/statm: 3522738 36474 3537 1 0 3484809 0
[pid=31243/tid=31245] ppid=31240 vsize=14090952 memory=6008463144591512935 CPUtime=1.57 cores=1,3,5,7
/proc/31243/task/31245/stat : 31245 (java) R 31240 31243 30253 0 -1 4202560 19665 0 0 0 152 5 0 0 20 0 15 0 41163781 14429134848 36474 33554432000 4194304 4196468 140721837062800 140038361583472 140037966366268 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31246] ppid=31240 vsize=14090952 memory=7086529820604327537 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31246/stat : 31246 (java) S 31240 31243 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41163782 14429134848 36474 33554432000 4194304 4196468 140721837062800 140038287436560 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31247] ppid=31240 vsize=14090952 memory=7523376918531162212 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31247/stat : 31247 (java) S 31240 31243 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41163782 14429134848 36474 33554432000 4194304 4196468 140721837062800 140038286384016 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31248] ppid=31240 vsize=14090952 memory=7594877008633942889 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31248/stat : 31248 (java) S 31240 31243 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41163782 14429134848 36474 33554432000 4194304 4196468 140721837062800 140038285331472 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31249] ppid=31240 vsize=14090952 memory=7523107478184158290 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31249/stat : 31249 (java) S 31240 31243 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41163782 14429134848 36474 33554432000 4194304 4196468 140721837062800 140038284278928 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31250] ppid=31240 vsize=14090952 memory=7523107478184158290 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31250/stat : 31250 (java) S 31240 31243 30253 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 41163783 14429134848 36474 33554432000 4194304 4196468 140721837062800 140037830850544 140038357359234 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31251] ppid=31240 vsize=14090952 memory=7454130749351154278 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31251/stat : 31251 (java) S 31240 31243 30253 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41163784 14429134848 36474 33554432000 4194304 4196468 140721837062800 140037829796768 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31252] ppid=31240 vsize=14090952 memory=7235147594880805952 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31252/stat : 31252 (java) S 31240 31243 30253 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41163784 14429134848 36474 33554432000 4194304 4196468 140721837062800 140037828744176 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31253] ppid=31240 vsize=14090952 memory=7235147594880805952 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31253/stat : 31253 (java) S 31240 31243 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41163786 14429134848 36474 33554432000 4194304 4196468 140721837062800 140037827692752 140038357366683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31254] ppid=31240 vsize=14090952 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/31243/task/31254/stat : 31254 (java) R 31240 31243 30253 0 -1 4202560 1694 0 0 0 62 0 0 0 20 0 15 0 41163786 14429134848 36474 33554432000 4194304 4196468 140721837062800 140037826630480 140038338528205 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31255] ppid=31240 vsize=14090952 memory=-2605811476043407915 CPUtime=0.6 cores=1,3,5,7
/proc/31243/task/31255/stat : 31255 (java) R 31240 31243 30253 0 -1 4202560 2955 0 0 0 60 0 0 0 20 0 15 0 41163786 14429134848 36474 33554432000 4194304 4196468 140721837062800 140037825577744 140038340848470 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31256] ppid=31240 vsize=14090952 memory=-4051592751533505334 CPUtime=0.38 cores=1,3,5,7
/proc/31243/task/31256/stat : 31256 (java) S 31240 31243 30253 0 -1 1077944384 2232 0 0 0 38 0 0 0 20 0 15 0 41163786 14429134848 36474 33554432000 4194304 4196468 140721837062800 140037824535280 140038357359234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31257] ppid=31240 vsize=14090952 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31257/stat : 31257 (java) S 31240 31243 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41163786 14429134848 36474 33554432000 4194304 4196468 140721837062800 140037823482976 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31258] ppid=31240 vsize=14090952 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31258/stat : 31258 (java) S 31240 31243 30253 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 41163787 14429134848 36474 33554432000 4194304 4196468 140721837062800 140037822429488 140038357359234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
Current children cumulated CPU time: 3.21 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 145896 KiB

[startup+1.80076 s]
/proc/loadavg: 1.37 1.28 1.30 3/215 31258
/proc/meminfo: memFree=20735644/32770624 swapFree=67108860/67108860
[pid=31243] ppid=31240 vsize=14090952 memory=166500 CPUtime=3.7 cores=1,3,5,7
/proc/31243/stat : 31243 (java) S 31240 31243 30253 0 -1 1077944320 28009 0 0 0 363 7 0 0 20 0 15 0 41163781 14429134848 41625 33554432000 4194304 4196468 140721837062800 140721837045344 140038357348087 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
/proc/31243/statm: 3522738 41625 3538 1 0 3484809 0
[pid=31243/tid=31245] ppid=31240 vsize=14090952 memory=4134692831991786133 CPUtime=1.77 cores=1,3,5,7
/proc/31243/task/31245/stat : 31245 (java) R 31240 31243 30253 0 -1 4202560 19678 0 0 0 172 5 0 0 20 0 15 0 41163781 14429134848 41625 33554432000 4194304 4196468 140721837062800 140038361582640 140037966800709 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31246] ppid=31240 vsize=14090952 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31246/stat : 31246 (java) S 31240 31243 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41163782 14429134848 41625 33554432000 4194304 4196468 140721837062800 140038287436560 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31247] ppid=31240 vsize=14090952 memory=7162502835559490388 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31247/stat : 31247 (java) S 31240 31243 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41163782 14429134848 41625 33554432000 4194304 4196468 140721837062800 140038286384016 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31248] ppid=31240 vsize=14090952 memory=7733922378709036114 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31248/stat : 31248 (java) S 31240 31243 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41163782 14429134848 41625 33554432000 4194304 4196468 140721837062800 140038285331472 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31249] ppid=31240 vsize=14090952 memory=7884222302561784426 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31249/stat : 31249 (java) S 31240 31243 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41163782 14429134848 41625 33554432000 4194304 4196468 140721837062800 140038284278928 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31250] ppid=31240 vsize=14090952 memory=7512114578044973668 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31250/stat : 31250 (java) S 31240 31243 30253 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 41163783 14429134848 41625 33554432000 4194304 4196468 140721837062800 140037830850544 140038357359234 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31251] ppid=31240 vsize=14090952 memory=6010451066328867944 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31251/stat : 31251 (java) S 31240 31243 30253 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41163784 14429134848 41625 33554432000 4194304 4196468 140721837062800 140037829796768 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31252] ppid=31240 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31252/stat : 31252 (java) S 31240 31243 30253 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41163784 14429134848 41625 33554432000 4194304 4196468 140721837062800 140037828744176 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31253] ppid=31240 vsize=14090952 memory=274929379580241 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31253/stat : 31253 (java) S 31240 31243 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41163786 14429134848 41625 33554432000 4194304 4196468 140721837062800 140037827692752 140038357366683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31254] ppid=31240 vsize=14090952 memory=0 CPUtime=0.77 cores=1,3,5,7
/proc/31243/task/31254/stat : 31254 (java) S 31240 31243 30253 0 -1 1077944384 1715 0 0 0 77 0 0 0 20 0 15 0 41163786 14429134848 41625 33554432000 4194304 4196468 140721837062800 140037826640368 140038357359234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31255] ppid=31240 vsize=14090952 memory=-5921431000321636112 CPUtime=0.74 cores=1,3,5,7
/proc/31243/task/31255/stat : 31255 (java) S 31240 31243 30253 0 -1 1077944384 2980 0 0 0 74 0 0 0 20 0 15 0 41163786 14429134848 41625 33554432000 4194304 4196468 140721837062800 140037825587824 140038357359234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31256] ppid=31240 vsize=14090952 memory=6944656592455360604 CPUtime=0.39 cores=1,3,5,7
/proc/31243/task/31256/stat : 31256 (java) S 31240 31243 30253 0 -1 1077944384 2233 0 0 0 39 0 0 0 20 0 15 0 41163786 14429134848 41625 33554432000 4194304 4196468 140721837062800 140037824535280 140038357359234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31257] ppid=31240 vsize=14090952 memory=281423302885616 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31257/stat : 31257 (java) S 31240 31243 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41163786 14429134848 41625 33554432000 4194304 4196468 140721837062800 140037823482976 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31258] ppid=31240 vsize=14090952 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31258/stat : 31258 (java) S 31240 31243 30253 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 41163787 14429134848 41625 33554432000 4194304 4196468 140721837062800 140037822429488 140038357359234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
Current children cumulated CPU time: 3.7 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 166500 KiB

[startup+1.90066 s]
/proc/loadavg: 1.37 1.28 1.30 3/215 31258
/proc/meminfo: memFree=20735644/32770624 swapFree=67108860/67108860
[pid=31243] ppid=31240 vsize=14090952 memory=178788 CPUtime=3.8 cores=1,3,5,7
/proc/31243/stat : 31243 (java) S 31240 31243 30253 0 -1 1077944320 28015 0 0 0 373 7 0 0 20 0 15 0 41163781 14429134848 44697 33554432000 4194304 4196468 140721837062800 140721837045344 140038357348087 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
/proc/31243/statm: 3522738 44697 3538 1 0 3484809 0
[pid=31243/tid=31245] ppid=31240 vsize=14090952 memory=6791534058613427641 CPUtime=1.87 cores=1,3,5,7
/proc/31243/task/31245/stat : 31245 (java) R 31240 31243 30253 0 -1 4202560 19684 0 0 0 182 5 0 0 20 0 15 0 41163781 14429134848 44697 33554432000 4194304 4196468 140721837062800 140038361583560 140037966397802 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31246] ppid=31240 vsize=14090952 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31246/stat : 31246 (java) S 31240 31243 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41163782 14429134848 44697 33554432000 4194304 4196468 140721837062800 140038287436560 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31247] ppid=31240 vsize=14090952 memory=-6509546260019855295 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31247/stat : 31247 (java) S 31240 31243 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41163782 14429134848 44697 33554432000 4194304 4196468 140721837062800 140038286384016 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31248] ppid=31240 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31248/stat : 31248 (java) S 31240 31243 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41163782 14429134848 44697 33554432000 4194304 4196468 140721837062800 140038285331472 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31249] ppid=31240 vsize=14090952 memory=4640185777728278608 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31249/stat : 31249 (java) S 31240 31243 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41163782 14429134848 44697 33554432000 4194304 4196468 140721837062800 140038284278928 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31250] ppid=31240 vsize=14090952 memory=7380671248541445222 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31250/stat : 31250 (java) S 31240 31243 30253 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 41163783 14429134848 44697 33554432000 4194304 4196468 140721837062800 140037830850544 140038357359234 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31251] ppid=31240 vsize=14090952 memory=7162502835559490388 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31251/stat : 31251 (java) S 31240 31243 30253 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41163784 14429134848 44697 33554432000 4194304 4196468 140721837062800 140037829796768 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31252] ppid=31240 vsize=14090952 memory=134252087769625 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31252/stat : 31252 (java) S 31240 31243 30253 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41163784 14429134848 44697 33554432000 4194304 4196468 140721837062800 140037828744176 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31253] ppid=31240 vsize=14090952 memory=281423303470224 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31253/stat : 31253 (java) S 31240 31243 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41163786 14429134848 44697 33554432000 4194304 4196468 140721837062800 140037827692752 140038357366683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31254] ppid=31240 vsize=14090952 memory=0 CPUtime=0.77 cores=1,3,5,7
/proc/31243/task/31254/stat : 31254 (java) S 31240 31243 30253 0 -1 1077944384 1715 0 0 0 77 0 0 0 20 0 15 0 41163786 14429134848 44697 33554432000 4194304 4196468 140721837062800 140037826640368 140038357359234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31255] ppid=31240 vsize=14090952 memory=0 CPUtime=0.74 cores=1,3,5,7
/proc/31243/task/31255/stat : 31255 (java) S 31240 31243 30253 0 -1 1077944384 2980 0 0 0 74 0 0 0 20 0 15 0 41163786 14429134848 44697 33554432000 4194304 4196468 140721837062800 140037825587824 140038357359234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31256] ppid=31240 vsize=14090952 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/31243/task/31256/stat : 31256 (java) S 31240 31243 30253 0 -1 1077944384 2233 0 0 0 39 0 0 0 20 0 15 0 41163786 14429134848 44697 33554432000 4194304 4196468 140721837062800 140037824535280 140038357359234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31257] ppid=31240 vsize=14090952 memory=136932 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31257/stat : 31257 (java) S 31240 31243 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41163786 14429134848 44697 33554432000 4194304 4196468 140721837062800 140037823482976 140038357358293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
[pid=31243/tid=31258] ppid=31240 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31243/task/31258/stat : 31258 (java) S 31240 31243 30253 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 41163787 14429134848 44697 33554432000 4194304 4196468 140721837062800 140037822429488 140038357359234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28745728 140721837065288 140721837065481 140721837065481 140721837068239 0
Current children cumulated CPU time: 3.8 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 178788 KiB

Child status: 0
Real time (s): 1.9464
CPU time (s): 3.86921
CPU user time (s): 3.7857
CPU system time (s): 0.083515
CPU usage (%): 198.788
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 178788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.7857
system time used= 0.083515
maximum resident set size= 183640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28248
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2340
involuntary context switches= 4


# summary of solver processes directly reported to runsolver:
#   pid: 31243
#   total CPU time (s): 3.86921
#   total CPU user time (s): 3.7857
#   total CPU system time (s): 0.083515

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.021962 second user time and 0.068378 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-22 07:06:46
IDJOB=4290586
IDBENCH=141165
IDSOLVER=2743
FILE ID=node104/4290586-1532236006
RUNJOBID= node104-1532226534-30285
PBS_JOBID= 21018958
Free space on /tmp= 57208 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K04-P02_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290586-1532236006/watcher-4290586-1532236006 -o /tmp/evaluation-result-4290586-1532236006/solver-4290586-1532236006 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532226534-30285 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1527634064 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290586-1532236006.xml

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

MD5SUM BENCH= df122225b0586fd0ab127ca5658303c8
RANDOM SEED=1527634064

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:        20831008 kB
MemAvailable:   31339056 kB
Buffers:          226460 kB
Cached:         10490464 kB
SwapCached:            0 kB
Active:          2470244 kB
Inactive:        8899472 kB
Active(anon):     655716 kB
Inactive(anon):    17096 kB
Active(file):    1814528 kB
Inactive(file):  8882376 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35920 kB
Writeback:             0 kB
AnonPages:        660252 kB
Mapped:            48808 kB
Shmem:             17036 kB
Slab:             267160 kB
SReclaimable:     239604 kB
SUnreclaim:        27556 kB
KernelStack:        3536 kB
PageTables:         6452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1486152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    583680 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= 57176 MiB
End job on node104 at 2018-07-22 07:06:48