Trace number 4312384

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-17? 251.699 247.389

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-scen-04-opt_c18.xml
MD5SUM78811932529a67bdc61c23a432ac663c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark46
Best CPU time to get the best result obtained on this benchmark2.14553
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints3968
Number of domains5
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":10},{"size":24,"count":4},{"size":36,"count":336},{"size":44,"count":328}]
Minimum variable degree3
Maximum variable degree64
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":16},{"degree":5,"count":22},{"degree":6,"count":62},{"degree":7,"count":42},{"degree":8,"count":62},{"degree":9,"count":40},{"degree":10,"count":55},{"degree":11,"count":55},{"degree":12,"count":47},{"degree":13,"count":41},{"degree":14,"count":26},{"degree":15,"count":25},{"degree":16,"count":24},{"degree":17,"count":19},{"degree":18,"count":19},{"degree":19,"count":19},{"degree":20,"count":10},{"degree":21,"count":10},{"degree":22,"count":17},{"degree":23,"count":8},{"degree":24,"count":6},{"degree":25,"count":10},{"degree":26,"count":9},{"degree":27,"count":10},{"degree":28,"count":3},{"degree":29,"count":2},{"degree":31,"count":4},{"degree":32,"count":3},{"degree":33,"count":1},{"degree":35,"count":1},{"degree":36,"count":1},{"degree":40,"count":3},{"degree":41,"count":1},{"degree":44,"count":2},{"degree":45,"count":1},{"degree":47,"count":1},{"degree":57,"count":1},{"degree":64,"count":1}]
Minimum constraint arity2
Maximum constraint arity280
Distribution of constraint arities[{"arity":2,"count":3967},{"arity":280,"count":1}]
Number of extensional constraints0
Number of intensional constraints3967
Distribution of constraint types[{"type":"intension","count":3967},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

0.67/0.56	c version: 2018-08-17
0.67/0.57	c seed: 35716378
0.67/0.57	c timeout: 252
0.67/0.57	c memlimit: 11000
0.67/0.57	c nbcore: 1
0.67/0.59	c Parsing instance...
24.49/20.94	c Parsing done, starting search...
251.60/247.38	d NO_SOL_FOUND
251.60/247.38	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312384-1534569332/watcher-4312384-1534569332 -o /tmp/evaluation-result-4312384-1534569332/solver-4312384-1534569332 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534569086-29302 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 35716378 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312384-1534569332.xml 

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

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

solver pid=29483, runsolver pid=29477

[startup+0.100082 s]*
/proc/loadavg: 1.79 1.41 1.30 4/215 29519
/proc/meminfo: memFree=24277688/32770624 swapFree=67108196/67108860
[pid=29483] ppid=29477 vsize=14082736 memory=30384 CPUtime=0.12 cores=0,2,4,6
/proc/29483/stat : 29483 (java) S 29477 29483 25230 0 -1 1077944320 6535 0 0 0 11 1 0 0 20 0 15 0 274496414 14420721664 7596 33554432000 4194304 4196468 140726568465584 140726568448128 140497616559863 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
/proc/29483/statm: 3520684 7596 3136 1 0 3482761 0
[pid=29483/tid=29486] ppid=29477 vsize=14082736 memory=6735269665583770266 CPUtime=0.09 cores=0,2,4,6
/proc/29483/task/29486/stat : 29486 (java) R 29477 29483 25230 0 -1 4202560 4595 0 0 0 8 1 0 0 20 0 15 0 274496414 14420721664 7596 33554432000 4194304 4196468 140726568465584 140497620762888 140497602787538 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29487] ppid=29477 vsize=14082736 memory=4211973607745543562 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29487/stat : 29487 (java) S 29477 29483 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274496415 14420721664 7596 33554432000 4194304 4196468 140726568465584 140497575320336 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29489] ppid=29477 vsize=14082736 memory=139881540753024 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29489/stat : 29489 (java) S 29477 29483 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274496415 14420721664 7596 33554432000 4194304 4196468 140726568465584 140497211702160 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29490] ppid=29477 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29490/stat : 29490 (java) S 29477 29483 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274496415 14420721664 7596 33554432000 4194304 4196468 140726568465584 140497210649616 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29491] ppid=29477 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29491/stat : 29491 (java) S 29477 29483 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274496415 14420721664 7596 33554432000 4194304 4196468 140726568465584 140497209597072 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29498] ppid=29477 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29498/stat : 29498 (java) S 29477 29483 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274496417 14420721664 7596 33554432000 4194304 4196468 140726568465584 140497090713584 140497616571010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29503] ppid=29477 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29503/stat : 29503 (java) S 29477 29483 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274496417 14420721664 7596 33554432000 4194304 4196468 140726568465584 140497089659808 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29504] ppid=29477 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29504/stat : 29504 (java) S 29477 29483 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274496417 14420721664 7596 33554432000 4194304 4196468 140726568465584 140497088607216 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29508] ppid=29477 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29508/stat : 29508 (java) S 29477 29483 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274496420 14420721664 7596 33554432000 4194304 4196468 140726568465584 140497087555792 140497616578459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29509] ppid=29477 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29509/stat : 29509 (java) S 29477 29483 25230 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 274496420 14420721664 7596 33554432000 4194304 4196468 140726568465584 140497086503408 140497616571010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29510] ppid=29477 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29510/stat : 29510 (java) S 29477 29483 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274496420 14420721664 7596 33554432000 4194304 4196468 140726568465584 140497085450864 140497616571010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29511] ppid=29477 vsize=14082736 memory=139881540753024 CPUtime=0.01 cores=0,2,4,6
/proc/29483/task/29511/stat : 29511 (java) S 29477 29483 25230 0 -1 1077944384 262 0 0 0 1 0 0 0 20 0 15 0 274496420 14420721664 7596 33554432000 4194304 4196468 140726568465584 140497084398320 140497616571010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29512] ppid=29477 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29512/stat : 29512 (java) S 29477 29483 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274496420 14420721664 7596 33554432000 4194304 4196468 140726568465584 140497083346016 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29513] ppid=29477 vsize=14082736 memory=139881540753024 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29513/stat : 29513 (java) S 29477 29483 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274496420 14420721664 7596 33554432000 4194304 4196468 140726568465584 140497082292528 140497616571010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30384 KiB

[startup+0.215696 s]*
/proc/loadavg: 1.79 1.41 1.30 7/215 29519
/proc/meminfo: memFree=24243952/32770624 swapFree=67108196/67108860
[pid=29483] ppid=29477 vsize=14082736 memory=47016 CPUtime=0.31 cores=0,2,4,6
/proc/29483/stat : 29483 (java) S 29477 29483 25230 0 -1 1077944320 10405 0 0 0 29 2 0 0 20 0 15 0 274496414 14420721664 11754 33554432000 4194304 4196468 140726568465584 140726568448128 140497616559863 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
/proc/29483/statm: 3520684 11754 3361 1 0 3482761 0
[pid=29483/tid=29486] ppid=29477 vsize=14082736 memory=6735269665583770266 CPUtime=0.21 cores=0,2,4,6
/proc/29483/task/29486/stat : 29486 (java) R 29477 29483 25230 0 -1 4202560 8097 0 0 0 19 2 0 0 20 0 15 0 274496414 14420721664 11754 33554432000 4194304 4196468 140726568465584 140497620777520 140497600640350 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29487] ppid=29477 vsize=14082736 memory=4211973607745543562 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29487/stat : 29487 (java) S 29477 29483 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274496415 14420721664 11754 33554432000 4194304 4196468 140726568465584 140497575320336 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29489] ppid=29477 vsize=14082736 memory=139881540753024 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29489/stat : 29489 (java) S 29477 29483 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274496415 14420721664 11754 33554432000 4194304 4196468 140726568465584 140497211702160 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29490] ppid=29477 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29490/stat : 29490 (java) S 29477 29483 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274496415 14420721664 11754 33554432000 4194304 4196468 140726568465584 140497210649616 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29491] ppid=29477 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29491/stat : 29491 (java) S 29477 29483 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274496415 14420721664 11754 33554432000 4194304 4196468 140726568465584 140497209597072 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29498] ppid=29477 vsize=14082736 memory=139881540753024 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29498/stat : 29498 (java) S 29477 29483 25230 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 274496417 14420721664 11754 33554432000 4194304 4196468 140726568465584 140497090713584 140497616571010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29503] ppid=29477 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29503/stat : 29503 (java) S 29477 29483 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274496417 14420721664 11754 33554432000 4194304 4196468 140726568465584 140497089659808 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29504] ppid=29477 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29504/stat : 29504 (java) S 29477 29483 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274496417 14420721664 11754 33554432000 4194304 4196468 140726568465584 140497088607216 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29508] ppid=29477 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29508/stat : 29508 (java) S 29477 29483 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274496420 14420721664 11754 33554432000 4194304 4196468 140726568465584 140497087555792 140497616578459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29509] ppid=29477 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/29483/task/29509/stat : 29509 (java) R 29477 29483 25230 0 -1 4202560 438 0 0 0 2 0 0 0 20 0 15 0 274496420 14420721664 11754 33554432000 4194304 4196468 140726568465584 140497086490256 140497600054136 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29510] ppid=29477 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/29483/task/29510/stat : 29510 (java) R 29477 29483 25230 0 -1 1077944384 176 0 0 0 1 0 0 0 20 0 15 0 274496420 14420721664 11754 33554432000 4194304 4196468 140726568465584 140497085450960 140497616570069 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29511] ppid=29477 vsize=14082736 memory=139881540753024 CPUtime=0.05 cores=0,2,4,6
/proc/29483/task/29511/stat : 29511 (java) R 29477 29483 25230 0 -1 4202560 314 0 0 0 5 0 0 0 20 0 15 0 274496420 14420721664 11754 33554432000 4194304 4196468 140726568465584 140497084395992 140497595545008 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29512] ppid=29477 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29512/stat : 29512 (java) S 29477 29483 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274496420 14420721664 11754 33554432000 4194304 4196468 140726568465584 140497083346016 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29513] ppid=29477 vsize=14082736 memory=139881540753024 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29513/stat : 29513 (java) S 29477 29483 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274496420 14420721664 11754 33554432000 4194304 4196468 140726568465584 140497082292528 140497616571010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47016 KiB

[startup+0.31041 s]*
/proc/loadavg: 1.79 1.41 1.30 4/215 29519
/proc/meminfo: memFree=24236020/32770624 swapFree=67108196/67108860
[pid=29483] ppid=29477 vsize=14082736 memory=50568 CPUtime=0.43 cores=0,2,4,6
/proc/29483/stat : 29483 (java) S 29477 29483 25230 0 -1 1077944320 10791 0 0 0 41 2 0 0 20 0 15 0 274496414 14420721664 12642 33554432000 4194304 4196468 140726568465584 140726568448128 140497616559863 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
/proc/29483/statm: 3520684 12642 3368 1 0 3482761 0
[pid=29483/tid=29486] ppid=29477 vsize=14082736 memory=93310047 CPUtime=0.3 cores=0,2,4,6
/proc/29483/task/29486/stat : 29486 (java) R 29477 29483 25230 0 -1 4202560 8450 0 0 0 28 2 0 0 20 0 15 0 274496414 14420721664 12642 33554432000 4194304 4196468 140726568465584 140497620767696 140497598123444 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29487] ppid=29477 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29487/stat : 29487 (java) S 29477 29483 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274496415 14420721664 12642 33554432000 4194304 4196468 140726568465584 140497575320336 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29489] ppid=29477 vsize=14082736 memory=139881380679329 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29489/stat : 29489 (java) S 29477 29483 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274496415 14420721664 12642 33554432000 4194304 4196468 140726568465584 140497211702160 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29490] ppid=29477 vsize=14082736 memory=139881380681757 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29490/stat : 29490 (java) S 29477 29483 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274496415 14420721664 12642 33554432000 4194304 4196468 140726568465584 140497210649616 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29491] ppid=29477 vsize=14082736 memory=139881380681679 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29491/stat : 29491 (java) S 29477 29483 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274496415 14420721664 12642 33554432000 4194304 4196468 140726568465584 140497209597072 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29498] ppid=29477 vsize=14082736 memory=139881540755375 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29498/stat : 29498 (java) S 29477 29483 25230 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 274496417 14420721664 12642 33554432000 4194304 4196468 140726568465584 140497090713584 140497616571010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29503] ppid=29477 vsize=14082736 memory=139881380690895 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29503/stat : 29503 (java) S 29477 29483 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274496417 14420721664 12642 33554432000 4194304 4196468 140726568465584 140497089659808 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29504] ppid=29477 vsize=14082736 memory=279762761388688 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29504/stat : 29504 (java) S 29477 29483 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274496417 14420721664 12642 33554432000 4194304 4196468 140726568465584 140497088607216 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29508] ppid=29477 vsize=14082736 memory=279762761386384 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29508/stat : 29508 (java) S 29477 29483 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274496420 14420721664 12642 33554432000 4194304 4196468 140726568465584 140497087555792 140497616578459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29509] ppid=29477 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/29483/task/29509/stat : 29509 (java) S 29477 29483 25230 0 -1 1077944384 450 0 0 0 3 0 0 0 20 0 15 0 274496420 14420721664 12642 33554432000 4194304 4196468 140726568465584 140497086503408 140497616571010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29510] ppid=29477 vsize=14082736 memory=2240 CPUtime=0.01 cores=0,2,4,6
/proc/29483/task/29510/stat : 29510 (java) S 29477 29483 25230 0 -1 1077944384 176 0 0 0 1 0 0 0 20 0 15 0 274496420 14420721664 12642 33554432000 4194304 4196468 140726568465584 140497085450864 140497616571010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29511] ppid=29477 vsize=14082736 memory=139881540753024 CPUtime=0.07 cores=0,2,4,6
/proc/29483/task/29511/stat : 29511 (java) S 29477 29483 25230 0 -1 1077944384 334 0 0 0 7 0 0 0 20 0 15 0 274496420 14420721664 12642 33554432000 4194304 4196468 140726568465584 140497084398320 140497616571010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29512] ppid=29477 vsize=14082736 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29512/stat : 29512 (java) S 29477 29483 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274496420 14420721664 12642 33554432000 4194304 4196468 140726568465584 140497083346016 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29513] ppid=29477 vsize=14082736 memory=139881540753024 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29513/stat : 29513 (java) S 29477 29483 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274496420 14420721664 12642 33554432000 4194304 4196468 140726568465584 140497082292528 140497616571010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50568 KiB

[startup+0.700667 s]
/proc/loadavg: 1.79 1.41 1.30 3/215 29519
/proc/meminfo: memFree=24199804/32770624 swapFree=67108196/67108860
[pid=29483] ppid=29477 vsize=14084804 memory=88624 CPUtime=0.98 cores=0,2,4,6
/proc/29483/stat : 29483 (java) S 29477 29483 25230 0 -1 1077944320 17570 0 0 0 93 5 0 0 20 0 15 0 274496414 14422839296 22156 33554432000 4194304 4196468 140726568465584 140726568448128 140497616559863 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
/proc/29483/statm: 3521201 22156 3481 1 0 3483273 0
[pid=29483/tid=29486] ppid=29477 vsize=14084804 memory=1356 CPUtime=0.68 cores=0,2,4,6
/proc/29483/task/29486/stat : 29486 (java) R 29477 29483 25230 0 -1 4202560 14862 0 0 0 64 4 0 0 20 0 15 0 274496414 14422839296 22156 33554432000 4194304 4196468 140726568465584 140497620782464 140497600640350 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29487] ppid=29477 vsize=14084804 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29487/stat : 29487 (java) S 29477 29483 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274496415 14422839296 22156 33554432000 4194304 4196468 140726568465584 140497575320336 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29489] ppid=29477 vsize=14084804 memory=6364 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29489/stat : 29489 (java) S 29477 29483 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274496415 14422839296 22156 33554432000 4194304 4196468 140726568465584 140497211702160 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29490] ppid=29477 vsize=14084804 memory=7522232185174124096 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29490/stat : 29490 (java) S 29477 29483 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274496415 14422839296 22156 33554432000 4194304 4196468 140726568465584 140497210649616 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29491] ppid=29477 vsize=14084804 memory=7597685182856913236 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29491/stat : 29491 (java) S 29477 29483 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274496415 14422839296 22156 33554432000 4194304 4196468 140726568465584 140497209597072 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29498] ppid=29477 vsize=14084804 memory=6154282490091891024 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29498/stat : 29498 (java) S 29477 29483 25230 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 274496417 14422839296 22156 33554432000 4194304 4196468 140726568465584 140497090713584 140497616571010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29503] ppid=29477 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29503/stat : 29503 (java) S 29477 29483 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274496417 14422839296 22156 33554432000 4194304 4196468 140726568465584 140497089659808 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29504] ppid=29477 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29504/stat : 29504 (java) S 29477 29483 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274496417 14422839296 22156 33554432000 4194304 4196468 140726568465584 140497088607216 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29508] ppid=29477 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29508/stat : 29508 (java) S 29477 29483 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274496420 14422839296 22156 33554432000 4194304 4196468 140726568465584 140497087555792 140497616578459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29509] ppid=29477 vsize=14084804 memory=1100 CPUtime=0.09 cores=0,2,4,6
/proc/29483/task/29509/stat : 29509 (java) S 29477 29483 25230 0 -1 1077944384 593 0 0 0 9 0 0 0 20 0 15 0 274496420 14422839296 22156 33554432000 4194304 4196468 140726568465584 140497086503408 140497616571010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29510] ppid=29477 vsize=14084804 memory=15188 CPUtime=0.04 cores=0,2,4,6
/proc/29483/task/29510/stat : 29510 (java) S 29477 29483 25230 0 -1 1077944384 328 0 0 0 4 0 0 0 20 0 15 0 274496420 14422839296 22156 33554432000 4194304 4196468 140726568465584 140497085450864 140497616571010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29511] ppid=29477 vsize=14084804 memory=4520 CPUtime=0.14 cores=0,2,4,6
/proc/29483/task/29511/stat : 29511 (java) R 29477 29483 25230 0 -1 4202560 406 0 0 0 14 0 0 0 20 0 15 0 274496420 14422839296 22156 33554432000 4194304 4196468 140726568465584 140497084398320 140497601928022 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29512] ppid=29477 vsize=14084804 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29512/stat : 29512 (java) S 29477 29483 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274496420 14422839296 22156 33554432000 4194304 4196468 140726568465584 140497083346016 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29513] ppid=29477 vsize=14084804 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29513/stat : 29513 (java) S 29477 29483 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274496420 14422839296 22156 33554432000 4194304 4196468 140726568465584 140497082292528 140497616571010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88624 KiB

[startup+1.50069 s]
/proc/loadavg: 1.79 1.41 1.30 7/215 29519
/proc/meminfo: memFree=24104336/32770624 swapFree=67108196/67108860
[pid=29483] ppid=29477 vsize=14086852 memory=221624 CPUtime=3.44 cores=0,2,4,6
/proc/29483/stat : 29483 (java) S 29477 29483 25230 0 -1 1077944320 25691 0 0 0 335 9 0 0 20 0 15 0 274496414 14424936448 55406 33554432000 4194304 4196468 140726568465584 140726568448128 140497616559863 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
/proc/29483/statm: 3521713 55406 3562 1 0 3483785 0
[pid=29483/tid=29486] ppid=29477 vsize=14086852 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/29483/task/29486/stat : 29486 (java) R 29477 29483 25230 0 -1 4202560 17801 0 0 0 140 5 0 0 20 0 15 0 274496414 14424936448 55406 33554432000 4194304 4196468 140726568465584 140497620793520 140497254322718 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29487] ppid=29477 vsize=14086852 memory=2452 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29487/stat : 29487 (java) S 29477 29483 25230 0 -1 1077944384 168 0 0 0 0 0 0 0 20 0 15 0 274496415 14424936448 55406 33554432000 4194304 4196468 140726568465584 140497575320336 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29489] ppid=29477 vsize=14086852 memory=279762761361696 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29489/stat : 29489 (java) S 29477 29483 25230 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 15 0 274496415 14424936448 55406 33554432000 4194304 4196468 140726568465584 140497211702160 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29490] ppid=29477 vsize=14086852 memory=4051323448616830636 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29490/stat : 29490 (java) S 29477 29483 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274496415 14424936448 55406 33554432000 4194304 4196468 140726568465584 140497210649616 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29491] ppid=29477 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29491/stat : 29491 (java) S 29477 29483 25230 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 274496415 14424936448 55406 33554432000 4194304 4196468 140726568465584 140497209597072 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29498] ppid=29477 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29498/stat : 29498 (java) S 29477 29483 25230 0 -1 1077944384 139 0 0 0 0 0 0 0 20 0 15 0 274496417 14424936448 55406 33554432000 4194304 4196468 140726568465584 140497090713584 140497616571010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0

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

[pid=29483/tid=29512] ppid=29477 vsize=14090948 memory=2056 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29512/stat : 29512 (java) S 29477 29483 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274496420 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497083346016 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29513] ppid=29477 vsize=14090948 memory=928 CPUtime=0.05 cores=0,2,4,6
/proc/29483/task/29513/stat : 29513 (java) S 29477 29483 25230 0 -1 1077944384 552 0 0 0 2 3 0 0 20 0 15 0 274496420 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497082292528 140497616571010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 67 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
Current children cumulated CPU time: 249.1 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 283324 KiB

[startup+246.401 s]
/proc/loadavg: 1.87 1.72 1.46 3/215 29523
/proc/meminfo: memFree=23781108/32770624 swapFree=67108196/67108860
[pid=29483] ppid=29477 vsize=14090948 memory=283324 CPUtime=250.7 cores=0,2,4,6
/proc/29483/stat : 29483 (java) S 29477 29483 25230 0 -1 1077944320 64741 0 0 0 25050 20 0 0 20 0 15 0 274496414 14429130752 70831 33554432000 4194304 4196468 140726568465584 140726568448128 140497616559863 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
/proc/29483/statm: 3522737 70831 3585 1 0 3484809 0
[pid=29483/tid=29486] ppid=29477 vsize=14090948 memory=6791534058613427641 CPUtime=246.31 cores=0,2,4,6
/proc/29483/task/29486/stat : 29486 (java) R 29477 29483 25230 0 -1 4202560 26805 0 0 0 24620 11 0 0 20 0 15 0 274496414 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497620795256 140497262529840 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29487] ppid=29477 vsize=14090948 memory=1356 CPUtime=0.01 cores=0,2,4,6
/proc/29483/task/29487/stat : 29487 (java) S 29477 29483 25230 0 -1 1077944384 185 0 0 0 1 0 0 0 20 0 15 0 274496415 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497575320336 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29489] ppid=29477 vsize=14090948 memory=4140 CPUtime=0.02 cores=0,2,4,6
/proc/29483/task/29489/stat : 29489 (java) S 29477 29483 25230 0 -1 1077944384 198 0 0 0 2 0 0 0 20 0 15 0 274496415 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497211702160 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29490] ppid=29477 vsize=14090948 memory=6364 CPUtime=0.01 cores=0,2,4,6
/proc/29483/task/29490/stat : 29490 (java) S 29477 29483 25230 0 -1 1077944384 146 0 0 0 1 0 0 0 20 0 15 0 274496415 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497210649616 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29491] ppid=29477 vsize=14090948 memory=283312 CPUtime=0.01 cores=0,2,4,6
/proc/29483/task/29491/stat : 29491 (java) S 29477 29483 25230 0 -1 1077944384 87 0 0 0 1 0 0 0 20 0 15 0 274496415 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497209597072 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29498] ppid=29477 vsize=14090948 memory=283312 CPUtime=0.01 cores=0,2,4,6
/proc/29483/task/29498/stat : 29498 (java) S 29477 29483 25230 0 -1 1077944384 1101 0 0 0 1 0 0 0 20 0 15 0 274496417 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497090713584 140497616571010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 18 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29503] ppid=29477 vsize=14090948 memory=283324 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29503/stat : 29503 (java) S 29477 29483 25230 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 274496417 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497089659872 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29504] ppid=29477 vsize=14090948 memory=752 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29504/stat : 29504 (java) S 29477 29483 25230 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 274496417 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497088607232 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29508] ppid=29477 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29508/stat : 29508 (java) S 29477 29483 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274496420 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497087555792 140497616578459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29509] ppid=29477 vsize=14090948 memory=3760 CPUtime=1.65 cores=0,2,4,6
/proc/29483/task/29509/stat : 29509 (java) S 29477 29483 25230 0 -1 1077944384 11911 0 0 0 164 1 0 0 20 0 15 0 274496420 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497086503408 140497616571010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29510] ppid=29477 vsize=14090948 memory=6856 CPUtime=1.68 cores=0,2,4,6
/proc/29483/task/29510/stat : 29510 (java) S 29477 29483 25230 0 -1 1077944384 10397 0 0 0 167 1 0 0 20 0 15 0 274496420 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497085450864 140497616571010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29511] ppid=29477 vsize=14090948 memory=1224 CPUtime=0.86 cores=0,2,4,6
/proc/29483/task/29511/stat : 29511 (java) S 29477 29483 25230 0 -1 1077944384 11945 0 0 0 85 1 0 0 20 0 15 0 274496420 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497084398320 140497616571010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 34 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29512] ppid=29477 vsize=14090948 memory=3760 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29512/stat : 29512 (java) S 29477 29483 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274496420 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497083346016 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29513] ppid=29477 vsize=14090948 memory=6856 CPUtime=0.05 cores=0,2,4,6
/proc/29483/task/29513/stat : 29513 (java) S 29477 29483 25230 0 -1 1077944384 552 0 0 0 2 3 0 0 20 0 15 0 274496420 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497082292528 140497616571010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 67 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
Current children cumulated CPU time: 250.7 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 283324 KiB

[startup+246.801 s]
/proc/loadavg: 1.87 1.72 1.46 3/215 29523
/proc/meminfo: memFree=23781108/32770624 swapFree=67108196/67108860
[pid=29483] ppid=29477 vsize=14090948 memory=283324 CPUtime=251.1 cores=0,2,4,6
/proc/29483/stat : 29483 (java) S 29477 29483 25230 0 -1 1077944320 64741 0 0 0 25090 20 0 0 20 0 15 0 274496414 14429130752 70831 33554432000 4194304 4196468 140726568465584 140726568448128 140497616559863 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
/proc/29483/statm: 3522737 70831 3585 1 0 3484809 0
[pid=29483/tid=29486] ppid=29477 vsize=14090948 memory=6364 CPUtime=246.71 cores=0,2,4,6
/proc/29483/task/29486/stat : 29486 (java) R 29477 29483 25230 0 -1 4202560 26805 0 0 0 24660 11 0 0 20 0 15 0 274496414 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497620795256 140497262529902 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29487] ppid=29477 vsize=14090948 memory=1628 CPUtime=0.01 cores=0,2,4,6
/proc/29483/task/29487/stat : 29487 (java) S 29477 29483 25230 0 -1 1077944384 185 0 0 0 1 0 0 0 20 0 15 0 274496415 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497575320336 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29489] ppid=29477 vsize=14090948 memory=1100 CPUtime=0.02 cores=0,2,4,6
/proc/29483/task/29489/stat : 29489 (java) S 29477 29483 25230 0 -1 1077944384 198 0 0 0 2 0 0 0 20 0 15 0 274496415 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497211702160 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29490] ppid=29477 vsize=14090948 memory=15188 CPUtime=0.01 cores=0,2,4,6
/proc/29483/task/29490/stat : 29490 (java) S 29477 29483 25230 0 -1 1077944384 146 0 0 0 1 0 0 0 20 0 15 0 274496415 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497210649616 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29491] ppid=29477 vsize=14090948 memory=4520 CPUtime=0.01 cores=0,2,4,6
/proc/29483/task/29491/stat : 29491 (java) S 29477 29483 25230 0 -1 1077944384 87 0 0 0 1 0 0 0 20 0 15 0 274496415 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497209597072 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29498] ppid=29477 vsize=14090948 memory=4028 CPUtime=0.01 cores=0,2,4,6
/proc/29483/task/29498/stat : 29498 (java) S 29477 29483 25230 0 -1 1077944384 1101 0 0 0 1 0 0 0 20 0 15 0 274496417 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497090713584 140497616571010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 18 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29503] ppid=29477 vsize=14090948 memory=15916 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29503/stat : 29503 (java) S 29477 29483 25230 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 274496417 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497089659872 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29504] ppid=29477 vsize=14090948 memory=504 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29504/stat : 29504 (java) S 29477 29483 25230 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 274496417 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497088607232 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29508] ppid=29477 vsize=14090948 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29508/stat : 29508 (java) S 29477 29483 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274496420 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497087555792 140497616578459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29509] ppid=29477 vsize=14090948 memory=1176 CPUtime=1.65 cores=0,2,4,6
/proc/29483/task/29509/stat : 29509 (java) S 29477 29483 25230 0 -1 1077944384 11911 0 0 0 164 1 0 0 20 0 15 0 274496420 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497086503408 140497616571010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29510] ppid=29477 vsize=14090948 memory=283324 CPUtime=1.68 cores=0,2,4,6
/proc/29483/task/29510/stat : 29510 (java) S 29477 29483 25230 0 -1 1077944384 10397 0 0 0 167 1 0 0 20 0 15 0 274496420 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497085450864 140497616571010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29511] ppid=29477 vsize=14090948 memory=6364 CPUtime=0.86 cores=0,2,4,6
/proc/29483/task/29511/stat : 29511 (java) S 29477 29483 25230 0 -1 1077944384 11945 0 0 0 85 1 0 0 20 0 15 0 274496420 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497084398320 140497616571010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 34 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29512] ppid=29477 vsize=14090948 memory=1628 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29512/stat : 29512 (java) S 29477 29483 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274496420 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497083346016 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29513] ppid=29477 vsize=14090948 memory=1100 CPUtime=0.05 cores=0,2,4,6
/proc/29483/task/29513/stat : 29513 (java) S 29477 29483 25230 0 -1 1077944384 552 0 0 0 2 3 0 0 20 0 15 0 274496420 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497082292528 140497616571010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 67 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
Current children cumulated CPU time: 251.1 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 283324 KiB

[startup+247.201 s]
/proc/loadavg: 1.87 1.72 1.46 3/215 29523
/proc/meminfo: memFree=23784520/32770624 swapFree=67108196/67108860
[pid=29483] ppid=29477 vsize=14090948 memory=283324 CPUtime=251.5 cores=0,2,4,6
/proc/29483/stat : 29483 (java) S 29477 29483 25230 0 -1 1077944320 64741 0 0 0 25130 20 0 0 20 0 15 0 274496414 14429130752 70831 33554432000 4194304 4196468 140726568465584 140726568448128 140497616559863 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
/proc/29483/statm: 3522737 70831 3585 1 0 3484809 0
[pid=29483/tid=29486] ppid=29477 vsize=14090948 memory=1752 CPUtime=247.11 cores=0,2,4,6
/proc/29483/task/29486/stat : 29486 (java) R 29477 29483 25230 0 -1 4202560 26805 0 0 0 24700 11 0 0 20 0 15 0 274496414 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497620795256 140497262530337 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29487] ppid=29477 vsize=14090948 memory=6791534058613427641 CPUtime=0.01 cores=0,2,4,6
/proc/29483/task/29487/stat : 29487 (java) S 29477 29483 25230 0 -1 1077944384 185 0 0 0 1 0 0 0 20 0 15 0 274496415 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497575320336 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29489] ppid=29477 vsize=14090948 memory=-3395018491275122331 CPUtime=0.02 cores=0,2,4,6
/proc/29483/task/29489/stat : 29489 (java) S 29477 29483 25230 0 -1 1077944384 198 0 0 0 2 0 0 0 20 0 15 0 274496415 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497211702160 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29490] ppid=29477 vsize=14090948 memory=1224 CPUtime=0.01 cores=0,2,4,6
/proc/29483/task/29490/stat : 29490 (java) S 29477 29483 25230 0 -1 1077944384 146 0 0 0 1 0 0 0 20 0 15 0 274496415 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497210649616 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29491] ppid=29477 vsize=14090948 memory=2180 CPUtime=0.01 cores=0,2,4,6
/proc/29483/task/29491/stat : 29491 (java) S 29477 29483 25230 0 -1 1077944384 87 0 0 0 1 0 0 0 20 0 15 0 274496415 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497209597072 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29498] ppid=29477 vsize=14090948 memory=283312 CPUtime=0.01 cores=0,2,4,6
/proc/29483/task/29498/stat : 29498 (java) S 29477 29483 25230 0 -1 1077944384 1101 0 0 0 1 0 0 0 20 0 15 0 274496417 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497090713584 140497616571010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 18 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29503] ppid=29477 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29503/stat : 29503 (java) S 29477 29483 25230 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 274496417 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497089659872 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29504] ppid=29477 vsize=14090948 memory=10072 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29504/stat : 29504 (java) S 29477 29483 25230 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 274496417 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497088607232 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29508] ppid=29477 vsize=14090948 memory=5012 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29508/stat : 29508 (java) S 29477 29483 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274496420 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497087555792 140497616578459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29509] ppid=29477 vsize=14090948 memory=752 CPUtime=1.65 cores=0,2,4,6
/proc/29483/task/29509/stat : 29509 (java) S 29477 29483 25230 0 -1 1077944384 11911 0 0 0 164 1 0 0 20 0 15 0 274496420 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497086503408 140497616571010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29510] ppid=29477 vsize=14090948 memory=1124 CPUtime=1.68 cores=0,2,4,6
/proc/29483/task/29510/stat : 29510 (java) S 29477 29483 25230 0 -1 1077944384 10397 0 0 0 167 1 0 0 20 0 15 0 274496420 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497085450864 140497616571010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29511] ppid=29477 vsize=14090948 memory=4520 CPUtime=0.86 cores=0,2,4,6
/proc/29483/task/29511/stat : 29511 (java) S 29477 29483 25230 0 -1 1077944384 11945 0 0 0 85 1 0 0 20 0 15 0 274496420 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497084398320 140497616571010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 34 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29512] ppid=29477 vsize=14090948 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29512/stat : 29512 (java) S 29477 29483 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274496420 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497083346016 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29513] ppid=29477 vsize=14090948 memory=15916 CPUtime=0.05 cores=0,2,4,6
/proc/29483/task/29513/stat : 29513 (java) S 29477 29483 25230 0 -1 1077944384 552 0 0 0 2 3 0 0 20 0 15 0 274496420 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497082292528 140497616571010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 67 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
Current children cumulated CPU time: 251.5 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 283324 KiB

[startup+247.301 s]
/proc/loadavg: 1.87 1.72 1.46 3/215 29523
/proc/meminfo: memFree=23784520/32770624 swapFree=67108196/67108860
[pid=29483] ppid=29477 vsize=14090948 memory=283324 CPUtime=251.6 cores=0,2,4,6
/proc/29483/stat : 29483 (java) S 29477 29483 25230 0 -1 1077944320 64741 0 0 0 25140 20 0 0 20 0 15 0 274496414 14429130752 70831 33554432000 4194304 4196468 140726568465584 140726568448128 140497616559863 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
/proc/29483/statm: 3522737 70831 3585 1 0 3484809 0
[pid=29483/tid=29486] ppid=29477 vsize=14090948 memory=283324 CPUtime=247.21 cores=0,2,4,6
/proc/29483/task/29486/stat : 29486 (java) R 29477 29483 25230 0 -1 4202560 26805 0 0 0 24710 11 0 0 20 0 15 0 274496414 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497620795256 140497262530249 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29487] ppid=29477 vsize=14090948 memory=283324 CPUtime=0.01 cores=0,2,4,6
/proc/29483/task/29487/stat : 29487 (java) S 29477 29483 25230 0 -1 1077944384 185 0 0 0 1 0 0 0 20 0 15 0 274496415 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497575320336 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29489] ppid=29477 vsize=14090948 memory=283324 CPUtime=0.02 cores=0,2,4,6
/proc/29483/task/29489/stat : 29489 (java) S 29477 29483 25230 0 -1 1077944384 198 0 0 0 2 0 0 0 20 0 15 0 274496415 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497211702160 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29490] ppid=29477 vsize=14090948 memory=283324 CPUtime=0.01 cores=0,2,4,6
/proc/29483/task/29490/stat : 29490 (java) S 29477 29483 25230 0 -1 1077944384 146 0 0 0 1 0 0 0 20 0 15 0 274496415 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497210649616 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29491] ppid=29477 vsize=14090948 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/29483/task/29491/stat : 29491 (java) S 29477 29483 25230 0 -1 1077944384 87 0 0 0 1 0 0 0 20 0 15 0 274496415 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497209597072 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29498] ppid=29477 vsize=14090948 memory=4498404016631593317 CPUtime=0.01 cores=0,2,4,6
/proc/29483/task/29498/stat : 29498 (java) S 29477 29483 25230 0 -1 1077944384 1101 0 0 0 1 0 0 0 20 0 15 0 274496417 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497090713584 140497616571010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 18 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29503] ppid=29477 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29503/stat : 29503 (java) S 29477 29483 25230 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 274496417 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497089659872 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29504] ppid=29477 vsize=14090948 memory=844 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29504/stat : 29504 (java) S 29477 29483 25230 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 274496417 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497088607232 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29508] ppid=29477 vsize=14090948 memory=1824 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29508/stat : 29508 (java) S 29477 29483 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274496420 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497087555792 140497616578459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29509] ppid=29477 vsize=14090948 memory=1356 CPUtime=1.65 cores=0,2,4,6
/proc/29483/task/29509/stat : 29509 (java) S 29477 29483 25230 0 -1 1077944384 11911 0 0 0 164 1 0 0 20 0 15 0 274496420 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497086503408 140497616571010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29510] ppid=29477 vsize=14090948 memory=282652 CPUtime=1.68 cores=0,2,4,6
/proc/29483/task/29510/stat : 29510 (java) S 29477 29483 25230 0 -1 1077944384 10397 0 0 0 167 1 0 0 20 0 15 0 274496420 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497085450864 140497616571010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29511] ppid=29477 vsize=14090948 memory=3760 CPUtime=0.86 cores=0,2,4,6
/proc/29483/task/29511/stat : 29511 (java) S 29477 29483 25230 0 -1 1077944384 11945 0 0 0 85 1 0 0 20 0 15 0 274496420 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497084398320 140497616571010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 34 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29512] ppid=29477 vsize=14090948 memory=3760 CPUtime=0 cores=0,2,4,6
/proc/29483/task/29512/stat : 29512 (java) S 29477 29483 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274496420 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497083346016 140497616570069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
[pid=29483/tid=29513] ppid=29477 vsize=14090948 memory=6856 CPUtime=0.05 cores=0,2,4,6
/proc/29483/task/29513/stat : 29513 (java) S 29477 29483 25230 0 -1 1077944384 552 0 0 0 2 3 0 0 20 0 15 0 274496420 14429130752 70831 33554432000 4194304 4196468 140726568465584 140497082292528 140497616571010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 67 0 0 6293624 6294260 9224192 140726568469584 140726568469774 140726568469774 140726568472527 0
Current children cumulated CPU time: 251.6 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 283324 KiB

Child status: 0
Real time (s): 247.389
CPU time (s): 251.699
CPU user time (s): 251.486
CPU system time (s): 0.213085
CPU usage (%): 101.742
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 283324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.486
system time used= 0.213085
maximum resident set size= 283448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64876
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8562
involuntary context switches= 359


# summary of solver processes directly reported to runsolver:
#   pid: 29483
#   total CPU time (s): 251.699
#   total CPU user time (s): 251.486
#   total CPU system time (s): 0.213085

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.23579 second user time and 2.22472 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-18 07:15:32
IDJOB=4312384
IDBENCH=141206
IDSOLVER=2800
FILE ID=node151/4312384-1534569332
RUNJOBID= node151-1534569086-29302
PBS_JOBID= 21038628
Free space on /tmp= 51408 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-scen-04-opt_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-4312384-1534569332/watcher-4312384-1534569332 -o /tmp/evaluation-result-4312384-1534569332/solver-4312384-1534569332 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534569086-29302 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 35716378 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312384-1534569332.xml

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

MD5SUM BENCH= 78811932529a67bdc61c23a432ac663c
RANDOM SEED=35716378

node151.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.87
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.87
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.87
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.87
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:        24311328 kB
MemAvailable:   31890572 kB
Buffers:          219128 kB
Cached:          7633340 kB
SwapCached:           12 kB
Active:          4115872 kB
Inactive:        3791036 kB
Active(anon):      24288 kB
Inactive(anon):    98628 kB
Active(file):    4091584 kB
Inactive(file):  3692408 kB
Unevictable:        7820 kB
Mlocked:            7820 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             71388 kB
Writeback:             0 kB
AnonPages:         61856 kB
Mapped:            20764 kB
Shmem:             65908 kB
Slab:             250760 kB
SReclaimable:     222172 kB
SUnreclaim:        28588 kB
KernelStack:        3280 kB
PageTables:         4952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     367708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 51336 MiB
End job on node151 at 2018-08-18 07:19:40