Trace number 4274083

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 2017-07-26SAT 203.642 198.14301

General information on the benchmark

NameQRandom/QRandom-mdd-7-25-5/
mdd-7-25-5-56-02.xml
MD5SUMeda3e143b65a543b5abd93f521b89dfa
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 benchmark62.412601
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree9
Maximum variable degree23
Distribution of variable degrees[{"degree":9,"count":1},{"degree":10,"count":1},{"degree":11,"count":1},{"degree":12,"count":2},{"degree":13,"count":1},{"degree":14,"count":4},{"degree":15,"count":2},{"degree":16,"count":3},{"degree":17,"count":3},{"degree":18,"count":3},{"degree":21,"count":3},{"degree":23,"count":1}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":56}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemNO
Type of objective

Solver Data

0.31/0.45	c version: 2017-07-26
0.31/0.45	c seed: 870769523
0.31/0.45	c timeout: 2520
0.31/0.45	c memlimit: 11000
0.31/0.45	c nbcore: 4
0.31/0.47	c Parsing instance...
8.80/5.87	c Parsing done, starting search...
203.60/198.12	s SATISFIABLE
203.60/198.12	v <instantiation>
203.60/198.12	v 	<list>
203.60/198.12	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24]
203.60/198.12	v 	</list>
203.60/198.12	v 	<values>
203.60/198.12	v 		4 3 3 1 1 1 0 4 3 4 2 2 3 4 3 4 4 1 4 3 2 3 4 3 4 
203.60/198.12	v 	</values>
203.60/198.12	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 (15240 MiB free)
  memory of node 1: 16384 MiB (15214 MiB free)
  node distances:
     10  21
     21  10

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

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

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

solver pid=735, runsolver pid=732

[startup+0.100148 s]*
/proc/loadavg: 1.67 1.44 1.38 2/195 736
/proc/meminfo: memFree=31185444/32770624 swapFree=67105588/67108860
[pid=735] ppid=732 vsize=33976 memory=456 CPUtime=0 cores=0,2,4,6
/proc/735/stat : 735 (runsolver) D 732 735 12560 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 78740811 34791424 114 18446744073709551615 4194304 4346622 140732351602720 140732351599352 140355065889495 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6446216 6449568 12177408 140732351606849 140732351607332 140732351607332 140732351610826 0
/proc/735/statm: 8494 114 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 456 KiB

[startup+0.209055 s]*
/proc/loadavg: 1.67 1.44 1.38 2/208 749
/proc/meminfo: memFree=31174300/32770624 swapFree=67105588/67108860
[pid=735] ppid=732 vsize=13906484 memory=21784 CPUtime=0.05 cores=0,2,4,6
/proc/735/stat : 735 (java) S 732 735 12560 0 -1 1077944320 4899 0 0 0 4 1 0 0 20 0 14 0 78740811 14240239616 5446 18446744073709551615 4194304 4196468 140721777789040 140721777771584 139805318651639 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 12 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
/proc/735/statm: 3476621 5446 2587 1 0 3466118 0
[pid=735/tid=737] ppid=732 vsize=13906484 memory=8318255677412212789 CPUtime=0.04 cores=0,2,4,6
/proc/735/task/737/stat : 737 (java) D 732 735 12560 0 -1 4202560 2997 0 0 0 4 0 0 0 20 0 14 0 78740823 14240239616 5446 18446744073709551615 4194304 4196468 140721777789040 139805322889120 139805318673661 0 4 1 16800974 18446744071580418449 0 0 -1 0 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=738] ppid=732 vsize=13906484 memory=328 CPUtime=0 cores=0,2,4,6
/proc/735/task/738/stat : 738 (java) S 732 735 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 78740824 14240239616 5446 18446744073709551615 4194304 4196468 140721777789040 139804918868240 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=739] ppid=732 vsize=13906484 memory=288370731220551296 CPUtime=0 cores=0,2,4,6
/proc/735/task/739/stat : 739 (java) S 732 735 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 78740824 14240239616 5446 18446744073709551615 4194304 4196468 140721777789040 139804917815696 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=740] ppid=732 vsize=13906484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/735/task/740/stat : 740 (java) S 732 735 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 78740824 14240239616 5446 18446744073709551615 4194304 4196468 140721777789040 139804916763152 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=741] ppid=732 vsize=13906484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/735/task/741/stat : 741 (java) S 732 735 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 78740824 14240239616 5446 18446744073709551615 4194304 4196468 140721777789040 139804915710608 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=742] ppid=732 vsize=13906484 memory=140355068839552 CPUtime=0 cores=0,2,4,6
/proc/735/task/742/stat : 742 (java) S 732 735 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 78740825 14240239616 5446 18446744073709551615 4194304 4196468 140721777789040 139804797778416 139805318662786 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=743] ppid=732 vsize=13906484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/735/task/743/stat : 743 (java) S 732 735 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 78740826 14240239616 5446 18446744073709551615 4194304 4196468 140721777789040 139804796724640 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=744] ppid=732 vsize=13906484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/735/task/744/stat : 744 (java) S 732 735 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 78740826 14240239616 5446 18446744073709551615 4194304 4196468 140721777789040 139804795672048 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=745] ppid=732 vsize=13906484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/735/task/745/stat : 745 (java) S 732 735 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 78740828 14240239616 5446 18446744073709551615 4194304 4196468 140721777789040 139804794620624 139805318670235 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=746] ppid=732 vsize=13906484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/735/task/746/stat : 746 (java) S 732 735 12560 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 14 0 78740828 14240239616 5446 18446744073709551615 4194304 4196468 140721777789040 139804793567216 139805318662786 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=747] ppid=732 vsize=13906484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/735/task/747/stat : 747 (java) S 732 735 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 78740828 14240239616 5446 18446744073709551615 4194304 4196468 140721777789040 139804792514672 139805318662786 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=748] ppid=732 vsize=13906484 memory=140355068839552 CPUtime=0 cores=0,2,4,6
/proc/735/task/748/stat : 748 (java) S 732 735 12560 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 14 0 78740828 14240239616 5446 18446744073709551615 4194304 4196468 140721777789040 139804791462128 139805318662786 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=749] ppid=732 vsize=13906484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/735/task/749/stat : 749 (java) S 732 735 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 78740829 14240239616 5446 18446744073709551615 4194304 4196468 140721777789040 139804790409824 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13906484 KiB
Current children cumulated memory: 21784 KiB

[startup+0.310283 s]*
/proc/loadavg: 1.67 1.44 1.38 3/209 750
/proc/meminfo: memFree=31162684/32770624 swapFree=67105588/67108860
[pid=735] ppid=732 vsize=13975920 memory=33640 CPUtime=0.14 cores=0,2,4,6
/proc/735/stat : 735 (java) S 732 735 12560 0 -1 1077944320 9399 0 0 0 12 2 0 0 20 0 15 0 78740811 14311342080 8410 18446744073709551615 4194304 4196468 140721777789040 140721777771584 139805318651639 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 12 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
/proc/735/statm: 3493980 8410 3381 1 0 3482759 0
[pid=735/tid=737] ppid=732 vsize=13975920 memory=-8774313645642428999 CPUtime=0.11 cores=0,2,4,6
/proc/735/task/737/stat : 737 (java) R 732 735 12560 0 -1 4202560 7488 0 0 0 9 2 0 0 20 0 15 0 78740823 14311342080 8466 18446744073709551615 4194304 4196468 140721777789040 139805322838016 139805318673565 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=738] ppid=732 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/735/task/738/stat : 738 (java) S 732 735 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78740824 14311342080 8466 18446744073709551615 4194304 4196468 140721777789040 139804918868240 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=739] ppid=732 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/735/task/739/stat : 739 (java) S 732 735 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78740824 14311342080 8466 18446744073709551615 4194304 4196468 140721777789040 139804917815696 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=740] ppid=732 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/735/task/740/stat : 740 (java) S 732 735 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78740824 14311342080 8466 18446744073709551615 4194304 4196468 140721777789040 139804916763152 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=741] ppid=732 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/735/task/741/stat : 741 (java) S 732 735 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78740824 14311342080 8466 18446744073709551615 4194304 4196468 140721777789040 139804915710608 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=742] ppid=732 vsize=13975920 memory=140355068839552 CPUtime=0 cores=0,2,4,6
/proc/735/task/742/stat : 742 (java) S 732 735 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78740825 14311342080 8466 18446744073709551615 4194304 4196468 140721777789040 139804797778416 139805318662786 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=743] ppid=732 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/735/task/743/stat : 743 (java) S 732 735 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 78740826 14311342080 8466 18446744073709551615 4194304 4196468 140721777789040 139804796724640 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=744] ppid=732 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/735/task/744/stat : 744 (java) S 732 735 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 78740826 14311342080 8466 18446744073709551615 4194304 4196468 140721777789040 139804795672048 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=745] ppid=732 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/735/task/745/stat : 745 (java) S 732 735 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78740828 14311342080 8466 18446744073709551615 4194304 4196468 140721777789040 139804794620624 139805318670235 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=746] ppid=732 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/735/task/746/stat : 746 (java) S 732 735 12560 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 78740828 14311342080 8466 18446744073709551615 4194304 4196468 140721777789040 139804793567216 139805318662786 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=747] ppid=732 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/735/task/747/stat : 747 (java) S 732 735 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78740828 14311342080 8466 18446744073709551615 4194304 4196468 140721777789040 139804792514672 139805318662786 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=748] ppid=732 vsize=13975920 memory=140355068839552 CPUtime=0.02 cores=0,2,4,6
/proc/735/task/748/stat : 748 (java) S 732 735 12560 0 -1 1077944384 351 0 0 0 2 0 0 0 20 0 15 0 78740828 14311342080 8466 18446744073709551615 4194304 4196468 140721777789040 139804791462128 139805318662786 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=749] ppid=732 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/735/task/749/stat : 749 (java) S 732 735 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78740829 14311342080 8466 18446744073709551615 4194304 4196468 140721777789040 139804790409824 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=750] ppid=732 vsize=13975920 memory=140355068839552 CPUtime=0 cores=0,2,4,6
/proc/735/task/750/stat : 750 (java) S 732 735 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78740836 14311342080 8466 18446744073709551615 4194304 4196468 140721777789040 139804789357360 139805318662786 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 33640 KiB

[startup+0.702797 s]
/proc/loadavg: 1.67 1.44 1.38 3/209 750
/proc/meminfo: memFree=31150052/32770624 swapFree=67105588/67108860
[pid=735] ppid=732 vsize=13975940 memory=86636 CPUtime=0.85 cores=0,2,4,6
/proc/735/stat : 735 (java) S 732 735 12560 0 -1 1077944320 13260 0 0 0 80 5 0 0 20 0 15 0 78740811 14311362560 21659 18446744073709551615 4194304 4196468 140721777789040 140721777771584 139805318651639 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 12 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
/proc/735/statm: 3493985 21659 3714 1 0 3482759 0
[pid=735/tid=737] ppid=732 vsize=13975940 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/735/task/737/stat : 737 (java) R 732 735 12560 0 -1 4202560 10073 0 0 0 45 4 0 0 20 0 15 0 78740823 14311362560 21659 18446744073709551615 4194304 4196468 140721777789040 139805322888448 139805318673565 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=738] ppid=732 vsize=13975940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/735/task/738/stat : 738 (java) S 732 735 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78740824 14311362560 21659 18446744073709551615 4194304 4196468 140721777789040 139804918868240 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=739] ppid=732 vsize=13975940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/735/task/739/stat : 739 (java) S 732 735 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78740824 14311362560 21659 18446744073709551615 4194304 4196468 140721777789040 139804917815696 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=740] ppid=732 vsize=13975940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/735/task/740/stat : 740 (java) S 732 735 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78740824 14311362560 21659 18446744073709551615 4194304 4196468 140721777789040 139804916763152 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=741] ppid=732 vsize=13975940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/735/task/741/stat : 741 (java) S 732 735 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78740824 14311362560 21659 18446744073709551615 4194304 4196468 140721777789040 139804915710608 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=742] ppid=732 vsize=13975940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/735/task/742/stat : 742 (java) S 732 735 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 78740825 14311362560 21659 18446744073709551615 4194304 4196468 140721777789040 139804797778416 139805318662786 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=743] ppid=732 vsize=13975940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/735/task/743/stat : 743 (java) S 732 735 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 78740826 14311362560 21659 18446744073709551615 4194304 4196468 140721777789040 139804796724640 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=744] ppid=732 vsize=13975940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/735/task/744/stat : 744 (java) S 732 735 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 78740826 14311362560 21659 18446744073709551615 4194304 4196468 140721777789040 139804795672048 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=745] ppid=732 vsize=13975940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/735/task/745/stat : 745 (java) S 732 735 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78740828 14311362560 21659 18446744073709551615 4194304 4196468 140721777789040 139804794620624 139805318670235 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=746] ppid=732 vsize=13975940 memory=2240 CPUtime=0.08 cores=0,2,4,6
/proc/735/task/746/stat : 746 (java) R 732 735 12560 0 -1 4202560 699 0 0 0 8 0 0 0 20 0 15 0 78740828 14311362560 21659 18446744073709551615 4194304 4196468 140721777789040 139804793567216 139805304413649 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=747] ppid=732 vsize=13975940 memory=4088 CPUtime=0.11 cores=0,2,4,6
/proc/735/task/747/stat : 747 (java) R 732 735 12560 0 -1 4202560 503 0 0 0 11 0 0 0 20 0 15 0 78740828 14311362560 21659 18446744073709551615 4194304 4196468 140721777789040 139804792501216 139805300172821 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=748] ppid=732 vsize=13975940 memory=1620 CPUtime=0.14 cores=0,2,4,6
/proc/735/task/748/stat : 748 (java) S 732 735 12560 0 -1 1077944384 603 0 0 0 14 0 0 0 20 0 15 0 78740828 14311362560 21659 18446744073709551615 4194304 4196468 140721777789040 139804791462128 139805318662786 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=749] ppid=732 vsize=13975940 memory=920 CPUtime=0 cores=0,2,4,6
/proc/735/task/749/stat : 749 (java) S 732 735 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78740829 14311362560 21659 18446744073709551615 4194304 4196468 140721777789040 139804790409824 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=750] ppid=732 vsize=13975940 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/735/task/750/stat : 750 (java) S 732 735 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78740836 14311362560 21659 18446744073709551615 4194304 4196468 140721777789040 139804789357360 139805318662786 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
Current children cumulated CPU time: 0.85 s
Current children cumulated vsize: 13975940 KiB
Current children cumulated memory: 86636 KiB

[startup+1.5008 s]
/proc/loadavg: 1.67 1.44 1.38 5/209 750
/proc/meminfo: memFree=30946876/32770624 swapFree=67105588/67108860
[pid=735] ppid=732 vsize=13977988 memory=425636 CPUtime=2.84 cores=0,2,4,6
/proc/735/stat : 735 (java) S 732 735 12560 0 -1 1077944320 16486 0 0 0 263 21 0 0 20 0 15 0 78740811 14313459712 106409 18446744073709551615 4194304 4196468 140721777789040 140721777771584 139805318651639 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 12 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
/proc/735/statm: 3494497 106409 3768 1 0 3483271 0
[pid=735/tid=737] ppid=732 vsize=13977988 memory=0 CPUtime=1.21 cores=0,2,4,6
/proc/735/task/737/stat : 737 (java) S 732 735 12560 0 -1 1077944384 10416 0 0 0 114 7 0 0 20 0 15 0 78740823 14313459712 106409 18446744073709551615 4194304 4196468 140721777789040 139805322888656 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=738] ppid=732 vsize=13977988 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/735/task/738/stat : 738 (java) R 732 735 12560 0 -1 4202560 50 0 0 0 2 2 0 0 20 0 15 0 78740824 14313459712 106409 18446744073709551615 4194304 4196468 140721777789040 139804918868240 139805303679522 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=739] ppid=732 vsize=13977988 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/735/task/739/stat : 739 (java) R 732 735 12560 0 -1 4202560 147 0 0 0 4 3 0 0 20 0 15 0 78740824 14313459712 106409 18446744073709551615 4194304 4196468 140721777789040 139804917815696 139805303679522 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=740] ppid=732 vsize=13977988 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/735/task/740/stat : 740 (java) R 732 735 12560 0 -1 4202560 135 0 0 0 4 3 0 0 20 0 15 0 78740824 14313459712 106409 18446744073709551615 4194304 4196468 140721777789040 139804916763152 139805303679522 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=741] ppid=732 vsize=13977988 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/735/task/741/stat : 741 (java) R 732 735 12560 0 -1 4202560 62 0 0 0 2 3 0 0 20 0 15 0 78740824 14313459712 106409 18446744073709551615 4194304 4196468 140721777789040 139804915710808 139805303679522 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=742] ppid=732 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/735/task/742/stat : 742 (java) S 732 735 12560 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 78740825 14313459712 106409 18446744073709551615 4194304 4196468 140721777789040 139804797776928 139805318661845 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=743] ppid=732 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/735/task/743/stat : 743 (java) S 732 735 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 78740826 14313459712 106409 18446744073709551615 4194304 4196468 140721777789040 139804796724640 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=744] ppid=732 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/735/task/744/stat : 744 (java) S 732 735 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 78740826 14313459712 106409 18446744073709551615 4194304 4196468 140721777789040 139804795672048 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=745] ppid=732 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/735/task/745/stat : 745 (java) S 732 735 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78740828 14313459712 106409 18446744073709551615 4194304 4196468 140721777789040 139804794620624 139805318670235 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=746] ppid=732 vsize=13977988 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/735/task/746/stat : 746 (java) S 732 735 12560 0 -1 1077944384 1510 0 0 0 53 0 0 0 20 0 15 0 78740828 14313459712 106409 18446744073709551615 4194304 4196468 140721777789040 139804793567216 139805318662786 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=747] ppid=732 vsize=13977988 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/735/task/747/stat : 747 (java) S 732 735 12560 0 -1 1077944384 1472 0 0 0 55 0 0 0 20 0 15 0 78740828 14313459712 106409 18446744073709551615 4194304 4196468 140721777789040 139804792514672 139805318662786 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=748] ppid=732 vsize=13977988 memory=4144 CPUtime=0.25 cores=0,2,4,6
/proc/735/task/748/stat : 748 (java) S 732 735 12560 0 -1 1077944384 1238 0 0 0 25 0 0 0 20 0 15 0 78740828 14313459712 106409 18446744073709551615 4194304 4196468 140721777789040 139804791462128 139805318662786 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=749] ppid=732 vsize=13977988 memory=43704 CPUtime=0 cores=0,2,4,6
/proc/735/task/749/stat : 749 (java) S 732 735 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78740829 14313459712 106409 18446744073709551615 4194304 4196468 140721777789040 139804790409824 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=750] ppid=732 vsize=13977988 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/735/task/750/stat : 750 (java) S 732 735 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78740836 14313459712 106409 18446744073709551615 4194304 4196468 140721777789040 139804789357360 139805318662786 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 425636 KiB

[startup+3.10998 s]
/proc/loadavg: 1.67 1.44 1.38 3/209 750
/proc/meminfo: memFree=30407376/32770624 swapFree=67105588/67108860
[pid=735] ppid=732 vsize=13977988 memory=763876 CPUtime=4.76 cores=0,2,4,6
/proc/735/stat : 735 (java) S 732 735 12560 0 -1 1077944320 18729 0 0 0 436 40 0 0 20 0 15 0 78740811 14313459712 190969 18446744073709551615 4194304 4196468 140721777789040 140721777771584 139805318651639 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 12 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
/proc/735/statm: 3494497 190969 3779 1 0 3483271 0
[pid=735/tid=737] ppid=732 vsize=13977988 memory=0 CPUtime=2.73 cores=0,2,4,6
/proc/735/task/737/stat : 737 (java) R 732 735 12560 0 -1 4202560 11657 0 0 0 263 10 0 0 20 0 15 0 78740823 14313459712 190969 18446744073709551615 4194304 4196468 140721777789040 139805322888784 139804963312433 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=738] ppid=732 vsize=13977988 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/735/task/738/stat : 738 (java) S 732 735 12560 0 -1 1077944384 133 0 0 0 7 6 0 0 20 0 15 0 78740824 14313459712 190969 18446744073709551615 4194304 4196468 140721777789040 139804918868240 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0

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

[pid=735/tid=749] ppid=732 vsize=13980036 memory=2384 CPUtime=0 cores=0,2,4,6
/proc/735/task/749/stat : 749 (java) S 732 735 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78740829 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 139804790409824 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=750] ppid=732 vsize=13980036 memory=1688 CPUtime=0.08 cores=0,2,4,6
/proc/735/task/750/stat : 750 (java) S 732 735 12560 0 -1 1077944384 212 0 0 0 4 4 0 0 20 0 15 0 78740836 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 139804789357360 139805318662786 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
Current children cumulated CPU time: 200.68 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 3267208 KiB

[startup+196.801 s]
/proc/loadavg: 1.91 1.63 1.46 3/212 770
/proc/meminfo: memFree=27912520/32770624 swapFree=67105588/67108860
[pid=735] ppid=732 vsize=13980036 memory=3267208 CPUtime=202.28 cores=0,2,4,6
/proc/735/stat : 735 (java) S 732 735 12560 0 -1 1077944320 58186 0 0 0 20094 134 0 0 20 0 15 0 78740811 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 140721777771584 139805318651639 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 12 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
/proc/735/statm: 3495009 816802 3811 1 0 3483783 0
[pid=735/tid=737] ppid=732 vsize=13980036 memory=3267208 CPUtime=195.39 cores=0,2,4,6
/proc/735/task/737/stat : 737 (java) R 732 735 12560 0 -1 4202560 29839 0 0 0 19499 40 0 0 20 0 15 0 78740823 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 139805322890032 139804965772682 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=738] ppid=732 vsize=13980036 memory=3100 CPUtime=0.85 cores=0,2,4,6
/proc/735/task/738/stat : 738 (java) S 732 735 12560 0 -1 1077944384 2454 0 0 0 64 21 0 0 20 0 15 0 78740824 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 139804918868240 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=739] ppid=732 vsize=13980036 memory=3267208 CPUtime=0.86 cores=0,2,4,6
/proc/735/task/739/stat : 739 (java) S 732 735 12560 0 -1 1077944384 2155 0 0 0 64 22 0 0 20 0 15 0 78740824 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 139804917815696 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=740] ppid=732 vsize=13980036 memory=3267208 CPUtime=0.86 cores=0,2,4,6
/proc/735/task/740/stat : 740 (java) S 732 735 12560 0 -1 1077944384 1675 0 0 0 65 21 0 0 20 0 15 0 78740824 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 139804916763152 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=741] ppid=732 vsize=13980036 memory=3267208 CPUtime=0.85 cores=0,2,4,6
/proc/735/task/741/stat : 741 (java) S 732 735 12560 0 -1 1077944384 2596 0 0 0 63 22 0 0 20 0 15 0 78740824 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 139804915710608 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=742] ppid=732 vsize=13980036 memory=1152 CPUtime=0.3 cores=0,2,4,6
/proc/735/task/742/stat : 742 (java) S 732 735 12560 0 -1 1077944384 6605 0 0 0 30 0 0 0 20 0 15 0 78740825 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 139804797778416 139805318662786 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=743] ppid=732 vsize=13980036 memory=3216 CPUtime=0 cores=0,2,4,6
/proc/735/task/743/stat : 743 (java) S 732 735 12560 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 78740826 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 139804796724704 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=744] ppid=732 vsize=13980036 memory=4134931637327791675 CPUtime=0 cores=0,2,4,6
/proc/735/task/744/stat : 744 (java) S 732 735 12560 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 78740826 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 139804795672064 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=745] ppid=732 vsize=13980036 memory=1688 CPUtime=0 cores=0,2,4,6
/proc/735/task/745/stat : 745 (java) S 732 735 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78740828 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 139804794620624 139805318670235 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=746] ppid=732 vsize=13980036 memory=5808 CPUtime=1.34 cores=0,2,4,6
/proc/735/task/746/stat : 746 (java) S 732 735 12560 0 -1 1077944384 3680 0 0 0 134 0 0 0 20 0 15 0 78740828 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 139804793567216 139805318662786 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=747] ppid=732 vsize=13980036 memory=4134931637327791675 CPUtime=1.16 cores=0,2,4,6
/proc/735/task/747/stat : 747 (java) S 732 735 12560 0 -1 1077944384 4939 0 0 0 116 0 0 0 20 0 15 0 78740828 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 139804792514672 139805318662786 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=748] ppid=732 vsize=13980036 memory=3908 CPUtime=0.49 cores=0,2,4,6
/proc/735/task/748/stat : 748 (java) S 732 735 12560 0 -1 1077944384 2613 0 0 0 49 0 0 0 20 0 15 0 78740828 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 139804791462128 139805318662786 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=749] ppid=732 vsize=13980036 memory=4064 CPUtime=0 cores=0,2,4,6
/proc/735/task/749/stat : 749 (java) S 732 735 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78740829 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 139804790409824 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=750] ppid=732 vsize=13980036 memory=1152 CPUtime=0.08 cores=0,2,4,6
/proc/735/task/750/stat : 750 (java) S 732 735 12560 0 -1 1077944384 214 0 0 0 4 4 0 0 20 0 15 0 78740836 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 139804789357360 139805318662786 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
Current children cumulated CPU time: 202.28 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 3267208 KiB

[startup+197.601 s]
/proc/loadavg: 1.91 1.63 1.46 3/212 770
/proc/meminfo: memFree=27912520/32770624 swapFree=67105588/67108860
[pid=735] ppid=732 vsize=13980036 memory=3267208 CPUtime=203.08 cores=0,2,4,6
/proc/735/stat : 735 (java) S 732 735 12560 0 -1 1077944320 58236 0 0 0 20174 134 0 0 20 0 15 0 78740811 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 140721777771584 139805318651639 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 12 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
/proc/735/statm: 3495009 816802 3811 1 0 3483783 0
[pid=735/tid=737] ppid=732 vsize=13980036 memory=4134931637327791675 CPUtime=196.19 cores=0,2,4,6
/proc/735/task/737/stat : 737 (java) R 732 735 12560 0 -1 4202560 29875 0 0 0 19579 40 0 0 20 0 15 0 78740823 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 139805322890032 139804965820123 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=738] ppid=732 vsize=13980036 memory=8624 CPUtime=0.85 cores=0,2,4,6
/proc/735/task/738/stat : 738 (java) S 732 735 12560 0 -1 1077944384 2454 0 0 0 64 21 0 0 20 0 15 0 78740824 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 139804918868240 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=739] ppid=732 vsize=13980036 memory=1716 CPUtime=0.86 cores=0,2,4,6
/proc/735/task/739/stat : 739 (java) S 732 735 12560 0 -1 1077944384 2155 0 0 0 64 22 0 0 20 0 15 0 78740824 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 139804917815696 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=740] ppid=732 vsize=13980036 memory=14260 CPUtime=0.86 cores=0,2,4,6
/proc/735/task/740/stat : 740 (java) S 732 735 12560 0 -1 1077944384 1675 0 0 0 65 21 0 0 20 0 15 0 78740824 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 139804916763152 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=741] ppid=732 vsize=13980036 memory=796 CPUtime=0.85 cores=0,2,4,6
/proc/735/task/741/stat : 741 (java) S 732 735 12560 0 -1 1077944384 2596 0 0 0 63 22 0 0 20 0 15 0 78740824 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 139804915710608 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=742] ppid=732 vsize=13980036 memory=1228 CPUtime=0.3 cores=0,2,4,6
/proc/735/task/742/stat : 742 (java) S 732 735 12560 0 -1 1077944384 6605 0 0 0 30 0 0 0 20 0 15 0 78740825 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 139804797778416 139805318662786 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=743] ppid=732 vsize=13980036 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/735/task/743/stat : 743 (java) S 732 735 12560 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 78740826 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 139804796724704 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=744] ppid=732 vsize=13980036 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/735/task/744/stat : 744 (java) S 732 735 12560 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 78740826 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 139804795672064 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=745] ppid=732 vsize=13980036 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/735/task/745/stat : 745 (java) S 732 735 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78740828 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 139804794620624 139805318670235 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=746] ppid=732 vsize=13980036 memory=8624 CPUtime=1.35 cores=0,2,4,6
/proc/735/task/746/stat : 746 (java) S 732 735 12560 0 -1 1077944384 3688 0 0 0 135 0 0 0 20 0 15 0 78740828 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 139804793567216 139805318662786 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=747] ppid=732 vsize=13980036 memory=1716 CPUtime=1.16 cores=0,2,4,6
/proc/735/task/747/stat : 747 (java) S 732 735 12560 0 -1 1077944384 4942 0 0 0 116 0 0 0 20 0 15 0 78740828 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 139804792514672 139805318662786 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=748] ppid=732 vsize=13980036 memory=14260 CPUtime=0.49 cores=0,2,4,6
/proc/735/task/748/stat : 748 (java) S 732 735 12560 0 -1 1077944384 2616 0 0 0 49 0 0 0 20 0 15 0 78740828 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 139804791462128 139805318662786 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=749] ppid=732 vsize=13980036 memory=796 CPUtime=0 cores=0,2,4,6
/proc/735/task/749/stat : 749 (java) S 732 735 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78740829 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 139804790409824 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=750] ppid=732 vsize=13980036 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/735/task/750/stat : 750 (java) S 732 735 12560 0 -1 1077944384 214 0 0 0 4 4 0 0 20 0 15 0 78740836 14315556864 816802 18446744073709551615 4194304 4196468 140721777789040 139804789357360 139805318662786 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
Current children cumulated CPU time: 203.08 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 3267208 KiB

[startup+198.001 s]*
/proc/loadavg: 1.91 1.63 1.46 3/212 770
/proc/meminfo: memFree=27894088/32770624 swapFree=67105588/67108860
[pid=735] ppid=732 vsize=13980036 memory=3285640 CPUtime=203.49 cores=0,2,4,6
/proc/735/stat : 735 (java) S 732 735 12560 0 -1 1077944320 58254 0 0 0 20214 135 0 0 20 0 15 0 78740811 14315556864 821410 18446744073709551615 4194304 4196468 140721777789040 140721777771584 139805318651639 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 12 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
/proc/735/statm: 3495009 821410 3811 1 0 3483783 0
[pid=735/tid=737] ppid=732 vsize=13980036 memory=-8774313645642428999 CPUtime=196.6 cores=0,2,4,6
/proc/735/task/737/stat : 737 (java) R 732 735 12560 0 -1 4202560 29893 0 0 0 19620 40 0 0 20 0 15 0 78740823 14315556864 821410 18446744073709551615 4194304 4196468 140721777789040 139805322890032 139804965773213 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=738] ppid=732 vsize=13980036 memory=4342489072520795234 CPUtime=0.85 cores=0,2,4,6
/proc/735/task/738/stat : 738 (java) S 732 735 12560 0 -1 1077944384 2454 0 0 0 64 21 0 0 20 0 15 0 78740824 14315556864 821410 18446744073709551615 4194304 4196468 140721777789040 139804918868240 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=739] ppid=732 vsize=13980036 memory=3617430489126568179 CPUtime=0.86 cores=0,2,4,6
/proc/735/task/739/stat : 739 (java) S 732 735 12560 0 -1 1077944384 2155 0 0 0 64 22 0 0 20 0 15 0 78740824 14315556864 821410 18446744073709551615 4194304 4196468 140721777789040 139804917815696 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=740] ppid=732 vsize=13980036 memory=516 CPUtime=0.86 cores=0,2,4,6
/proc/735/task/740/stat : 740 (java) S 732 735 12560 0 -1 1077944384 1675 0 0 0 65 21 0 0 20 0 15 0 78740824 14315556864 821410 18446744073709551615 4194304 4196468 140721777789040 139804916763152 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=741] ppid=732 vsize=13980036 memory=2208 CPUtime=0.85 cores=0,2,4,6
/proc/735/task/741/stat : 741 (java) S 732 735 12560 0 -1 1077944384 2596 0 0 0 63 22 0 0 20 0 15 0 78740824 14315556864 821410 18446744073709551615 4194304 4196468 140721777789040 139804915710608 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=742] ppid=732 vsize=13980036 memory=6378026435750 CPUtime=0.3 cores=0,2,4,6
/proc/735/task/742/stat : 742 (java) S 732 735 12560 0 -1 1077944384 6605 0 0 0 30 0 0 0 20 0 15 0 78740825 14315556864 821410 18446744073709551615 4194304 4196468 140721777789040 139804797778416 139805318662786 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=743] ppid=732 vsize=13980036 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/735/task/743/stat : 743 (java) S 732 735 12560 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 78740826 14315556864 821410 18446744073709551615 4194304 4196468 140721777789040 139804796724704 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=744] ppid=732 vsize=13980036 memory=14971165894510031 CPUtime=0 cores=0,2,4,6
/proc/735/task/744/stat : 744 (java) S 732 735 12560 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 78740826 14315556864 821410 18446744073709551615 4194304 4196468 140721777789040 139804795672064 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=745] ppid=732 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/735/task/745/stat : 745 (java) S 732 735 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78740828 14315556864 821410 18446744073709551615 4194304 4196468 140721777789040 139804794620624 139805318670235 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=746] ppid=732 vsize=13980036 memory=0 CPUtime=1.35 cores=0,2,4,6
/proc/735/task/746/stat : 746 (java) S 732 735 12560 0 -1 1077944384 3688 0 0 0 135 0 0 0 20 0 15 0 78740828 14315556864 821410 18446744073709551615 4194304 4196468 140721777789040 139804793567216 139805318662786 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=747] ppid=732 vsize=13980036 memory=-6205556080237831296 CPUtime=1.16 cores=0,2,4,6
/proc/735/task/747/stat : 747 (java) S 732 735 12560 0 -1 1077944384 4942 0 0 0 116 0 0 0 20 0 15 0 78740828 14315556864 821410 18446744073709551615 4194304 4196468 140721777789040 139804792514672 139805318662786 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=748] ppid=732 vsize=13980036 memory=6943526294502006880 CPUtime=0.49 cores=0,2,4,6
/proc/735/task/748/stat : 748 (java) S 732 735 12560 0 -1 1077944384 2616 0 0 0 49 0 0 0 20 0 15 0 78740828 14315556864 821410 18446744073709551615 4194304 4196468 140721777789040 139804791462128 139805318662786 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=749] ppid=732 vsize=13980036 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/735/task/749/stat : 749 (java) S 732 735 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78740829 14315556864 821410 18446744073709551615 4194304 4196468 140721777789040 139804790409824 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=750] ppid=732 vsize=13980036 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/735/task/750/stat : 750 (java) S 732 735 12560 0 -1 1077944384 214 0 0 0 4 4 0 0 20 0 15 0 78740836 14315556864 821410 18446744073709551615 4194304 4196468 140721777789040 139804789357360 139805318662786 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
Current children cumulated CPU time: 203.49 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 3285640 KiB

[startup+198.11 s]
/proc/loadavg: 1.91 1.63 1.46 3/212 770
/proc/meminfo: memFree=27894088/32770624 swapFree=67105588/67108860
[pid=735] ppid=732 vsize=13980036 memory=3291784 CPUtime=203.6 cores=0,2,4,6
/proc/735/stat : 735 (java) S 732 735 12560 0 -1 1077944320 58260 0 0 0 20225 135 0 0 20 0 15 0 78740811 14315556864 822946 18446744073709551615 4194304 4196468 140721777789040 140721777771584 139805318651639 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 12 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
/proc/735/statm: 3495009 822946 3811 1 0 3483783 0
[pid=735/tid=737] ppid=732 vsize=13980036 memory=3267208 CPUtime=196.7 cores=0,2,4,6
/proc/735/task/737/stat : 737 (java) R 732 735 12560 0 -1 4202560 29899 0 0 0 19630 40 0 0 20 0 15 0 78740823 14315556864 822946 18446744073709551615 4194304 4196468 140721777789040 139805322890032 139804965699744 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=738] ppid=732 vsize=13980036 memory=3267208 CPUtime=0.85 cores=0,2,4,6
/proc/735/task/738/stat : 738 (java) S 732 735 12560 0 -1 1077944384 2454 0 0 0 64 21 0 0 20 0 15 0 78740824 14315556864 822946 18446744073709551615 4194304 4196468 140721777789040 139804918868240 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=739] ppid=732 vsize=13980036 memory=3267208 CPUtime=0.86 cores=0,2,4,6
/proc/735/task/739/stat : 739 (java) S 732 735 12560 0 -1 1077944384 2155 0 0 0 64 22 0 0 20 0 15 0 78740824 14315556864 822946 18446744073709551615 4194304 4196468 140721777789040 139804917815696 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=740] ppid=732 vsize=13980036 memory=3267208 CPUtime=0.86 cores=0,2,4,6
/proc/735/task/740/stat : 740 (java) S 732 735 12560 0 -1 1077944384 1675 0 0 0 65 21 0 0 20 0 15 0 78740824 14315556864 822946 18446744073709551615 4194304 4196468 140721777789040 139804916763152 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=741] ppid=732 vsize=13980036 memory=3267208 CPUtime=0.85 cores=0,2,4,6
/proc/735/task/741/stat : 741 (java) S 732 735 12560 0 -1 1077944384 2596 0 0 0 63 22 0 0 20 0 15 0 78740824 14315556864 822946 18446744073709551615 4194304 4196468 140721777789040 139804915710608 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=742] ppid=732 vsize=13980036 memory=3267208 CPUtime=0.3 cores=0,2,4,6
/proc/735/task/742/stat : 742 (java) S 732 735 12560 0 -1 1077944384 6605 0 0 0 30 0 0 0 20 0 15 0 78740825 14315556864 822946 18446744073709551615 4194304 4196468 140721777789040 139804797778416 139805318662786 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=743] ppid=732 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/735/task/743/stat : 743 (java) S 732 735 12560 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 78740826 14315556864 822946 18446744073709551615 4194304 4196468 140721777789040 139804796724704 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=744] ppid=732 vsize=13980036 memory=3267208 CPUtime=0 cores=0,2,4,6
/proc/735/task/744/stat : 744 (java) S 732 735 12560 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 78740826 14315556864 822946 18446744073709551615 4194304 4196468 140721777789040 139804795672064 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=745] ppid=732 vsize=13980036 memory=3267208 CPUtime=0 cores=0,2,4,6
/proc/735/task/745/stat : 745 (java) S 732 735 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78740828 14315556864 822946 18446744073709551615 4194304 4196468 140721777789040 139804794620624 139805318670235 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=746] ppid=732 vsize=13980036 memory=3267208 CPUtime=1.35 cores=0,2,4,6
/proc/735/task/746/stat : 746 (java) S 732 735 12560 0 -1 1077944384 3688 0 0 0 135 0 0 0 20 0 15 0 78740828 14315556864 822946 18446744073709551615 4194304 4196468 140721777789040 139804793567216 139805318662786 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=747] ppid=732 vsize=13980036 memory=3267208 CPUtime=1.16 cores=0,2,4,6
/proc/735/task/747/stat : 747 (java) S 732 735 12560 0 -1 1077944384 4942 0 0 0 116 0 0 0 20 0 15 0 78740828 14315556864 822946 18446744073709551615 4194304 4196468 140721777789040 139804792514672 139805318662786 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=748] ppid=732 vsize=13980036 memory=3216 CPUtime=0.49 cores=0,2,4,6
/proc/735/task/748/stat : 748 (java) S 732 735 12560 0 -1 1077944384 2616 0 0 0 49 0 0 0 20 0 15 0 78740828 14315556864 822946 18446744073709551615 4194304 4196468 140721777789040 139804791462128 139805318662786 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=749] ppid=732 vsize=13980036 memory=3281544 CPUtime=0 cores=0,2,4,6
/proc/735/task/749/stat : 749 (java) S 732 735 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78740829 14315556864 822946 18446744073709551615 4194304 4196468 140721777789040 139804790409824 139805318661845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
[pid=735/tid=750] ppid=732 vsize=13980036 memory=3267208 CPUtime=0.08 cores=0,2,4,6
/proc/735/task/750/stat : 750 (java) S 732 735 12560 0 -1 1077944384 214 0 0 0 4 4 0 0 20 0 15 0 78740836 14315556864 822946 18446744073709551615 4194304 4196468 140721777789040 139804789357360 139805318662786 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24432640 140721777791343 140721777791529 140721777791529 140721777795023 0
Current children cumulated CPU time: 203.6 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 3291784 KiB

Child status: 0
Real time (s): 198.143
CPU time (s): 203.642
CPU user time (s): 202.27
CPU system time (s): 1.37269
CPU usage (%): 102.775
Max. virtual memory (cumulated for all children) (KiB): 13980036
Max. memory (cumulated for all children) (KiB): 3291784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 202.27
system time used= 1.37269
maximum resident set size= 3294332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60576
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6966
involuntary context switches= 294


# summary of solver processes directly reported to runsolver:
#   pid: 735
#   total CPU time (s): 203.642
#   total CPU user time (s): 202.27
#   total CPU system time (s): 1.37269

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.07804 second user time and 1.91433 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-15 04:36:52
IDJOB=4274083
IDBENCH=126087
IDSOLVER=2666
FILE ID=node126/4274083-1502765454
RUNJOBID= node126-1502662832-10387
PBS_JOBID= 
Free space on /tmp= 61956 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/QRandom/QRandom-mdd-7-25-5/mdd-7-25-5-56-02.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274083-1502765454/watcher-4274083-1502765454 -o /tmp/evaluation-result-4274083-1502765454/solver-4274083-1502765454 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10387 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 870769523 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274083-1502765454.xml

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

MD5SUM BENCH= eda3e143b65a543b5abd93f521b89dfa
RANDOM SEED=870769523

node126.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31185444 kB
MemAvailable:   31736108 kB
Buffers:          320508 kB
Cached:           498220 kB
SwapCached:          524 kB
Active:           847140 kB
Inactive:         254348 kB
Active(anon):     230684 kB
Inactive(anon):    85380 kB
Active(file):     616456 kB
Inactive(file):   168968 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             74536 kB
Writeback:             0 kB
AnonPages:        282120 kB
Mapped:            64484 kB
Shmem:             33440 kB
Slab:             189048 kB
SReclaimable:     162152 kB
SUnreclaim:        26896 kB
KernelStack:        3424 kB
PageTables:         5588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1167760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61916 MiB
End job on node126 at 2017-08-15 04:40:11