Trace number 4290731

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 2018-07-02? (TO) 2400.09 2380.52

General information on the benchmark

NameCarSequencing/
CarSequencing-06-76_c18.xml
MD5SUMb12b47f7e650fdaeab738d4a819b9f4b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark110.197
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints727
Number of domains2
Minimum domain size2
Maximum domain size22
Distribution of domain sizes[{"size":2,"count":500},{"size":22,"count":100}]
Minimum variable degree2
Maximum variable degree53
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":19},{"degree":16,"count":19},{"degree":17,"count":19},{"degree":18,"count":19},{"degree":19,"count":49},{"degree":20,"count":14},{"degree":21,"count":14},{"degree":22,"count":14},{"degree":23,"count":14},{"degree":24,"count":19},{"degree":25,"count":8},{"degree":26,"count":8},"...",{"degree":29,"count":31}, {"degree":30,"count":5}, {"degree":31,"count":5}, {"degree":32,"count":5}, {"degree":33,"count":5}, {"degree":34,"count":5}, {"degree":35,"count":6}, {"degree":36,"count":6}, {"degree":37,"count":4}, {"degree":38,"count":2}, {"degree":39,"count":2}, {"degree":40,"count":2}, {"degree":41,"count":2}, {"degree":42,"count":2}, {"degree":43,"count":2}, {"degree":44,"count":2}, {"degree":45,"count":2}, {"degree":46,"count":2}, {"degree":47,"count":2}, {"degree":48,"count":2}, {"degree":49,"count":2}, {"degree":50,"count":2}, {"degree":51,"count":2}, {"degree":52,"count":3}, {"degree":53,"count":1}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":100},{"arity":3,"count":196},{"arity":4,"count":2},{"arity":5,"count":192},{"arity":6,"count":101},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":10,"count":2},{"arity":12,"count":1},{"arity":13,"count":1},{"arity":14,"count":1},{"arity":15,"count":1},{"arity":16,"count":2},{"arity":18,"count":1},{"arity":19,"count":1},{"arity":20,"count":2},{"arity":22,"count":2},{"arity":24,"count":1},{"arity":25,"count":2},{"arity":26,"count":1},{"arity":28,"count":3},{"arity":30,"count":2},{"arity":31,"count":2},{"arity":32,"count":1},{"arity":34,"count":3},"...",{"arity":67,"count":2}, {"arity":68,"count":1}, {"arity":70,"count":5}, {"arity":72,"count":1}, {"arity":73,"count":2}, {"arity":74,"count":1}, {"arity":75,"count":2}, {"arity":76,"count":3}, {"arity":78,"count":1}, {"arity":79,"count":2}, {"arity":80,"count":3}, {"arity":82,"count":3}, {"arity":84,"count":1}, {"arity":85,"count":4}, {"arity":86,"count":1}, {"arity":88,"count":3}, {"arity":90,"count":3}, {"arity":91,"count":2}, {"arity":92,"count":1}, {"arity":94,"count":3}, {"arity":95,"count":2}, {"arity":96,"count":1}, {"arity":97,"count":2}, {"arity":98,"count":1}, {"arity":100,"count":6}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"sum","count":626},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-07-02
0.67/0.55	c seed: 1894508364
0.67/0.55	c timeout: 2400
0.67/0.55	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
2.74/1.45	c Parsing done, starting search...
2400.06/2380.51	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 (7076 MiB free)
  memory of node 1: 16384 MiB (10461 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290731-1532250328/watcher-4290731-1532250328 -o /tmp/evaluation-result-4290731-1532250328/solver-4290731-1532250328 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532226506-31900 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1894508364 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290731-1532250328.xml 

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

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

solver pid=2617, runsolver pid=2614

[startup+0.100127 s]*
/proc/loadavg: 1.54 1.64 1.73 4/215 2632
/proc/meminfo: memFree=17940160/32770624 swapFree=67108860/67108860
[pid=2617] ppid=2614 vsize=14082740 memory=31068 CPUtime=0.12 cores=1,3,5,7
/proc/2617/stat : 2617 (java) S 2614 2617 31868 0 -1 1077944320 6717 0 0 0 11 1 0 0 20 0 15 0 42595662 14420725760 7767 33554432000 4194304 4196468 140737037932240 140737037914784 140587619729143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
/proc/2617/statm: 3520685 7767 3136 1 0 3482761 0
[pid=2617/tid=2619] ppid=2614 vsize=14082740 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/2617/task/2619/stat : 2619 (java) R 2614 2617 31868 0 -1 4202560 4777 0 0 0 9 0 0 0 20 0 15 0 42595663 14420725760 7767 33554432000 4194304 4196468 140737037932240 140587623952048 140587619751069 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2620] ppid=2614 vsize=14082740 memory=7948963741541478447 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2620/stat : 2620 (java) S 2614 2617 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42595664 14420725760 7767 33554432000 4194304 4196468 140737037932240 140587572349968 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2621] ppid=2614 vsize=14082740 memory=139689514624640 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2621/stat : 2621 (java) S 2614 2617 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42595664 14420725760 7767 33554432000 4194304 4196468 140737037932240 140587571297424 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2622] ppid=2614 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2622/stat : 2622 (java) S 2614 2617 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42595664 14420725760 7767 33554432000 4194304 4196468 140737037932240 140587570244368 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2623] ppid=2614 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2623/stat : 2623 (java) S 2614 2617 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42595664 14420725760 7767 33554432000 4194304 4196468 140737037932240 140587569191824 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2624] ppid=2614 vsize=14082740 memory=139689514624640 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2624/stat : 2624 (java) S 2614 2617 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42595665 14420725760 7767 33554432000 4194304 4196468 140737037932240 140587094227184 140587619740290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2625] ppid=2614 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2625/stat : 2625 (java) S 2614 2617 31868 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42595665 14420725760 7767 33554432000 4194304 4196468 140737037932240 140587093173408 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2626] ppid=2614 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2626/stat : 2626 (java) S 2614 2617 31868 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42595666 14420725760 7767 33554432000 4194304 4196468 140737037932240 140587092120304 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2627] ppid=2614 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2627/stat : 2627 (java) S 2614 2617 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42595668 14420725760 7767 33554432000 4194304 4196468 140737037932240 140587091068880 140587619747739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2628] ppid=2614 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2628/stat : 2628 (java) S 2614 2617 31868 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 42595668 14420725760 7767 33554432000 4194304 4196468 140737037932240 140587090017008 140587619740290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2629] ppid=2614 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2629/stat : 2629 (java) S 2614 2617 31868 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 42595668 14420725760 7767 33554432000 4194304 4196468 140737037932240 140587088964464 140587619740290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2630] ppid=2614 vsize=14082740 memory=139689514624640 CPUtime=0.01 cores=1,3,5,7
/proc/2617/task/2630/stat : 2630 (java) S 2614 2617 31868 0 -1 1077944384 257 0 0 0 1 0 0 0 20 0 15 0 42595668 14420725760 7767 33554432000 4194304 4196468 140737037932240 140587087911408 140587619740290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2631] ppid=2614 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2631/stat : 2631 (java) S 2614 2617 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42595668 14420725760 7767 33554432000 4194304 4196468 140737037932240 140587086859104 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2632] ppid=2614 vsize=14082740 memory=139689514624640 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2632/stat : 2632 (java) S 2614 2617 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42595668 14420725760 7767 33554432000 4194304 4196468 140737037932240 140587085806128 140587619740290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 31068 KiB

[startup+0.215507 s]*
/proc/loadavg: 1.54 1.64 1.73 5/215 2632
/proc/meminfo: memFree=17924532/32770624 swapFree=67108860/67108860
[pid=2617] ppid=2614 vsize=14082740 memory=47092 CPUtime=0.32 cores=1,3,5,7
/proc/2617/stat : 2617 (java) S 2614 2617 31868 0 -1 1077944320 10397 0 0 0 30 2 0 0 20 0 15 0 42595662 14420725760 11773 33554432000 4194304 4196468 140737037932240 140737037914784 140587619729143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
/proc/2617/statm: 3520685 11773 3376 1 0 3482761 0
[pid=2617/tid=2619] ppid=2614 vsize=14082740 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/2617/task/2619/stat : 2619 (java) R 2614 2617 31868 0 -1 4202560 8126 0 0 0 19 1 0 0 20 0 15 0 42595663 14420725760 11809 33554432000 4194304 4196468 140737037932240 140587623947440 140587603809630 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2620] ppid=2614 vsize=14082740 memory=4294967638 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2620/stat : 2620 (java) S 2614 2617 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42595664 14420725760 11809 33554432000 4194304 4196468 140737037932240 140587572349968 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2621] ppid=2614 vsize=14082740 memory=288370065666336384 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2621/stat : 2621 (java) S 2614 2617 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42595664 14420725760 11809 33554432000 4194304 4196468 140737037932240 140587571297424 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2622] ppid=2614 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2622/stat : 2622 (java) S 2614 2617 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42595664 14420725760 11809 33554432000 4194304 4196468 140737037932240 140587570244368 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2623] ppid=2614 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2623/stat : 2623 (java) S 2614 2617 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42595664 14420725760 11809 33554432000 4194304 4196468 140737037932240 140587569191824 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2624] ppid=2614 vsize=14082740 memory=139689514624640 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2624/stat : 2624 (java) S 2614 2617 31868 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42595665 14420725760 11809 33554432000 4194304 4196468 140737037932240 140587094227184 140587619740290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2625] ppid=2614 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2625/stat : 2625 (java) S 2614 2617 31868 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42595665 14420725760 11809 33554432000 4194304 4196468 140737037932240 140587093173408 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2626] ppid=2614 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2626/stat : 2626 (java) S 2614 2617 31868 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42595666 14420725760 11809 33554432000 4194304 4196468 140737037932240 140587092120304 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2627] ppid=2614 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2627/stat : 2627 (java) S 2614 2617 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42595668 14420725760 11809 33554432000 4194304 4196468 140737037932240 140587091068880 140587619747739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2628] ppid=2614 vsize=14082740 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/2617/task/2628/stat : 2628 (java) R 2614 2617 31868 0 -1 1077944384 355 0 0 0 1 0 0 0 20 0 15 0 42595668 14420725760 11809 33554432000 4194304 4196468 140737037932240 140587090017008 140587619740290 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2629] ppid=2614 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/2617/task/2629/stat : 2629 (java) S 2614 2617 31868 0 -1 1077944384 258 0 0 0 2 0 0 0 20 0 15 0 42595668 14420725760 11809 33554432000 4194304 4196468 140737037932240 140587088957488 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2630] ppid=2614 vsize=14082740 memory=139689514624640 CPUtime=0.06 cores=1,3,5,7
/proc/2617/task/2630/stat : 2630 (java) R 2614 2617 31868 0 -1 4202560 289 0 0 0 6 0 0 0 20 0 15 0 42595668 14420725760 11809 33554432000 4194304 4196468 140737037932240 140587087911408 140587619741078 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2631] ppid=2614 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2631/stat : 2631 (java) S 2614 2617 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42595668 14420725760 11809 33554432000 4194304 4196468 140737037932240 140587086859104 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2632] ppid=2614 vsize=14082740 memory=139689514624640 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2632/stat : 2632 (java) S 2614 2617 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42595668 14420725760 11809 33554432000 4194304 4196468 140737037932240 140587085806128 140587619740290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47092 KiB

[startup+0.310477 s]*
/proc/loadavg: 1.54 1.64 1.73 3/215 2632
/proc/meminfo: memFree=17921244/32770624 swapFree=67108860/67108860
[pid=2617] ppid=2614 vsize=14082740 memory=50532 CPUtime=0.44 cores=1,3,5,7
/proc/2617/stat : 2617 (java) S 2614 2617 31868 0 -1 1077944320 10782 0 0 0 42 2 0 0 20 0 15 0 42595662 14420725760 12633 33554432000 4194304 4196468 140737037932240 140737037914784 140587619729143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
/proc/2617/statm: 3520685 12633 3379 1 0 3482761 0
[pid=2617/tid=2619] ppid=2614 vsize=14082740 memory=4638778411218063696 CPUtime=0.29 cores=1,3,5,7
/proc/2617/task/2619/stat : 2619 (java) R 2614 2617 31868 0 -1 4202560 8463 0 0 0 28 1 0 0 20 0 15 0 42595663 14420725760 12633 33554432000 4194304 4196468 140737037932240 140587623918560 140587604894688 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2620] ppid=2614 vsize=14082740 memory=4294967295 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2620/stat : 2620 (java) S 2614 2617 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42595664 14420725760 12633 33554432000 4194304 4196468 140737037932240 140587572349968 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2621] ppid=2614 vsize=14082740 memory=139689514624640 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2621/stat : 2621 (java) S 2614 2617 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42595664 14420725760 12633 33554432000 4194304 4196468 140737037932240 140587571297424 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2622] ppid=2614 vsize=14082740 memory=279378764434336 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2622/stat : 2622 (java) S 2614 2617 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42595664 14420725760 12633 33554432000 4194304 4196468 140737037932240 140587570244368 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2623] ppid=2614 vsize=14082740 memory=67 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2623/stat : 2623 (java) S 2614 2617 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42595664 14420725760 12633 33554432000 4194304 4196468 140737037932240 140587569191824 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2624] ppid=2614 vsize=14082740 memory=279378896844112 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2624/stat : 2624 (java) S 2614 2617 31868 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42595665 14420725760 12633 33554432000 4194304 4196468 140737037932240 140587094227184 140587619740290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2625] ppid=2614 vsize=14082740 memory=67 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2625/stat : 2625 (java) S 2614 2617 31868 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42595665 14420725760 12633 33554432000 4194304 4196468 140737037932240 140587093173408 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2626] ppid=2614 vsize=14082740 memory=64996 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2626/stat : 2626 (java) S 2614 2617 31868 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42595666 14420725760 12633 33554432000 4194304 4196468 140737037932240 140587092120304 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2627] ppid=2614 vsize=14082740 memory=67300 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2627/stat : 2627 (java) S 2614 2617 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42595668 14420725760 12633 33554432000 4194304 4196468 140737037932240 140587091068880 140587619747739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2628] ppid=2614 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2617/task/2628/stat : 2628 (java) S 2614 2617 31868 0 -1 1077944384 374 0 0 0 2 0 0 0 20 0 15 0 42595668 14420725760 12633 33554432000 4194304 4196468 140737037932240 140587090017008 140587619740290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2629] ppid=2614 vsize=14082740 memory=139689382254223 CPUtime=0.02 cores=1,3,5,7
/proc/2617/task/2629/stat : 2629 (java) S 2614 2617 31868 0 -1 1077944384 258 0 0 0 2 0 0 0 20 0 15 0 42595668 14420725760 12633 33554432000 4194304 4196468 140737037932240 140587088964464 140587619740290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2630] ppid=2614 vsize=14082740 memory=279378896864864 CPUtime=0.08 cores=1,3,5,7
/proc/2617/task/2630/stat : 2630 (java) S 2614 2617 31868 0 -1 1077944384 305 0 0 0 8 0 0 0 20 0 15 0 42595668 14420725760 12633 33554432000 4194304 4196468 140737037932240 140587087911408 140587619740290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2631] ppid=2614 vsize=14082740 memory=139689382235663 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2631/stat : 2631 (java) S 2614 2617 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42595668 14420725760 12633 33554432000 4194304 4196468 140737037932240 140587086859104 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2632] ppid=2614 vsize=14082740 memory=139689514624651 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2632/stat : 2632 (java) S 2614 2617 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42595668 14420725760 12633 33554432000 4194304 4196468 140737037932240 140587085806128 140587619740290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50532 KiB

[startup+0.700697 s]
/proc/loadavg: 1.54 1.64 1.73 4/215 2632
/proc/meminfo: memFree=17897060/32770624 swapFree=67108860/67108860
[pid=2617] ppid=2614 vsize=14084808 memory=88912 CPUtime=0.99 cores=1,3,5,7
/proc/2617/stat : 2617 (java) S 2614 2617 31868 0 -1 1077944320 17624 0 0 0 95 4 0 0 20 0 15 0 42595662 14422843392 22163 33554432000 4194304 4196468 140737037932240 140737037914784 140587619729143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
/proc/2617/statm: 3521202 22228 3498 1 0 3483273 0
[pid=2617/tid=2619] ppid=2614 vsize=14084808 memory=150959376309663 CPUtime=0.67 cores=1,3,5,7
/proc/2617/task/2619/stat : 2619 (java) R 2614 2617 31868 0 -1 4202560 14917 0 0 0 64 3 0 0 20 0 15 0 42595663 14422843392 22228 33554432000 4194304 4196468 140737037932240 140587623944848 140587601124349 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2620] ppid=2614 vsize=14084808 memory=24577 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2620/stat : 2620 (java) S 2614 2617 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42595664 14422843392 22228 33554432000 4194304 4196468 140737037932240 140587572349968 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2621] ppid=2614 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2621/stat : 2621 (java) S 2614 2617 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42595664 14422843392 22228 33554432000 4194304 4196468 140737037932240 140587571297424 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2622] ppid=2614 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2622/stat : 2622 (java) S 2614 2617 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42595664 14422843392 22228 33554432000 4194304 4196468 140737037932240 140587570244368 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2623] ppid=2614 vsize=14084808 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2623/stat : 2623 (java) S 2614 2617 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42595664 14422843392 22228 33554432000 4194304 4196468 140737037932240 140587569191824 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2624] ppid=2614 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2624/stat : 2624 (java) S 2614 2617 31868 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42595665 14422843392 22228 33554432000 4194304 4196468 140737037932240 140587094227184 140587619740290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2625] ppid=2614 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2625/stat : 2625 (java) S 2614 2617 31868 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42595665 14422843392 22228 33554432000 4194304 4196468 140737037932240 140587093173408 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2626] ppid=2614 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2626/stat : 2626 (java) S 2614 2617 31868 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42595666 14422843392 22228 33554432000 4194304 4196468 140737037932240 140587092120304 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2627] ppid=2614 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2627/stat : 2627 (java) S 2614 2617 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42595668 14422843392 22228 33554432000 4194304 4196468 140737037932240 140587091068880 140587619747739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2628] ppid=2614 vsize=14084808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2617/task/2628/stat : 2628 (java) R 2614 2617 31868 0 -1 4202560 544 0 0 0 8 0 0 0 20 0 15 0 42595668 14422843392 22228 33554432000 4194304 4196468 140737037932240 140587090017008 140587619741078 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2629] ppid=2614 vsize=14084808 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/2617/task/2629/stat : 2629 (java) S 2614 2617 31868 0 -1 1077944384 388 0 0 0 6 0 0 0 20 0 15 0 42595668 14422843392 22228 33554432000 4194304 4196468 140737037932240 140587088964464 140587619740290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2630] ppid=2614 vsize=14084808 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/2617/task/2630/stat : 2630 (java) R 2614 2617 31868 0 -1 4202560 394 0 0 0 15 0 0 0 20 0 15 0 42595668 14422843392 22228 33554432000 4194304 4196468 140737037932240 140587087911408 140587619750490 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2631] ppid=2614 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2631/stat : 2631 (java) S 2614 2617 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42595668 14422843392 22228 33554432000 4194304 4196468 140737037932240 140587086859104 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2632] ppid=2614 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2632/stat : 2632 (java) S 2614 2617 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42595668 14422843392 22228 33554432000 4194304 4196468 140737037932240 140587085806128 140587619740290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88912 KiB

[startup+1.50121 s]
/proc/loadavg: 1.54 1.64 1.73 4/215 2632
/proc/meminfo: memFree=17864552/32770624 swapFree=67108860/67108860
[pid=2617] ppid=2614 vsize=14090952 memory=148224 CPUtime=3.05 cores=1,3,5,7
/proc/2617/stat : 2617 (java) S 2614 2617 31868 0 -1 1077944320 30101 0 0 0 297 8 0 0 20 0 15 0 42595662 14429134848 37056 33554432000 4194304 4196468 140737037932240 140737037914784 140587619729143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
/proc/2617/statm: 3522738 37056 3550 1 0 3484809 0
[pid=2617/tid=2619] ppid=2614 vsize=14090952 memory=279378764699584 CPUtime=1.47 cores=1,3,5,7
/proc/2617/task/2619/stat : 2619 (java) R 2614 2617 31868 0 -1 4202560 20491 0 0 0 142 5 0 0 20 0 15 0 42595663 14429134848 37056 33554432000 4194304 4196468 140737037932240 140587623963344 140587619741078 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2620] ppid=2614 vsize=14090952 memory=7444843076533644388 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2620/stat : 2620 (java) S 2614 2617 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42595664 14429134848 37056 33554432000 4194304 4196468 140737037932240 140587572349968 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2621] ppid=2614 vsize=14090952 memory=7228928657774891090 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2621/stat : 2621 (java) S 2614 2617 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42595664 14429134848 37056 33554432000 4194304 4196468 140737037932240 140587571297424 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2622] ppid=2614 vsize=14090952 memory=2200 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2622/stat : 2622 (java) S 2614 2617 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42595664 14429134848 37056 33554432000 4194304 4196468 140737037932240 140587570244368 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2623] ppid=2614 vsize=14090952 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2623/stat : 2623 (java) S 2614 2617 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42595664 14429134848 37056 33554432000 4194304 4196468 140737037932240 140587569191824 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2624] ppid=2614 vsize=14090952 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2624/stat : 2624 (java) S 2614 2617 31868 0 -1 1077944384 161 0 0 0 0 0 0 0 20 0 15 0 42595665 14429134848 37056 33554432000 4194304 4196468 140737037932240 140587094227184 140587619740290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0

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

/proc/2617/task/2619/stat : 2619 (java) R 2614 2617 31868 0 -1 4202560 36412 0 0 0 224960 22 0 0 20 0 15 0 42595663 14429134848 71498 33554432000 4194304 4196468 140737037932240 140587623967504 140587256842112 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2620] ppid=2614 vsize=14090952 memory=4140 CPUtime=5.6 cores=1,3,5,7
/proc/2617/task/2620/stat : 2620 (java) S 2614 2617 31868 0 -1 1077944384 3653 0 0 0 521 39 0 0 20 0 15 0 42595664 14429134848 71498 33554432000 4194304 4196468 140737037932240 140587572349968 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2621] ppid=2614 vsize=14090952 memory=285992 CPUtime=5.56 cores=1,3,5,7
/proc/2617/task/2621/stat : 2621 (java) S 2614 2617 31868 0 -1 1077944384 3997 0 0 0 521 35 0 0 20 0 15 0 42595664 14429134848 71498 33554432000 4194304 4196468 140737037932240 140587571297424 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2622] ppid=2614 vsize=14090952 memory=285992 CPUtime=5.56 cores=1,3,5,7
/proc/2617/task/2622/stat : 2622 (java) S 2614 2617 31868 0 -1 1077944384 2044 0 0 0 521 35 0 0 20 0 15 0 42595664 14429134848 71498 33554432000 4194304 4196468 140737037932240 140587570244368 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2623] ppid=2614 vsize=14090952 memory=285992 CPUtime=5.57 cores=1,3,5,7
/proc/2617/task/2623/stat : 2623 (java) S 2614 2617 31868 0 -1 1077944384 2907 0 0 0 520 37 0 0 20 0 15 0 42595664 14429134848 71498 33554432000 4194304 4196468 140737037932240 140587569191824 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2624] ppid=2614 vsize=14090952 memory=0 CPUtime=4.83 cores=1,3,5,7
/proc/2617/task/2624/stat : 2624 (java) S 2614 2617 31868 0 -1 1077944384 4787 0 0 0 447 36 0 0 20 0 15 0 42595665 14429134848 71498 33554432000 4194304 4196468 140737037932240 140587094227184 140587619740290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2625] ppid=2614 vsize=14090952 memory=285992 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2625/stat : 2625 (java) S 2614 2617 31868 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 42595665 14429134848 71498 33554432000 4194304 4196468 140737037932240 140587093173472 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2626] ppid=2614 vsize=14090952 memory=285992 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2626/stat : 2626 (java) S 2614 2617 31868 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 42595666 14429134848 71498 33554432000 4194304 4196468 140737037932240 140587092120320 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2627] ppid=2614 vsize=14090952 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2627/stat : 2627 (java) S 2614 2617 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42595668 14429134848 71498 33554432000 4194304 4196468 140737037932240 140587091068880 140587619747739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2628] ppid=2614 vsize=14090952 memory=285992 CPUtime=1.03 cores=1,3,5,7
/proc/2617/task/2628/stat : 2628 (java) S 2614 2617 31868 0 -1 1077944384 4624 0 0 0 102 1 0 0 20 0 15 0 42595668 14429134848 71498 33554432000 4194304 4196468 140737037932240 140587090017008 140587619740290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2629] ppid=2614 vsize=14090952 memory=285992 CPUtime=1.04 cores=1,3,5,7
/proc/2617/task/2629/stat : 2629 (java) S 2614 2617 31868 0 -1 1077944384 4328 0 0 0 103 1 0 0 20 0 15 0 42595668 14429134848 71498 33554432000 4194304 4196468 140737037932240 140587088964464 140587619740290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2630] ppid=2614 vsize=14090952 memory=164 CPUtime=0.76 cores=1,3,5,7
/proc/2617/task/2630/stat : 2630 (java) S 2614 2617 31868 0 -1 1077944384 7533 0 0 0 75 1 0 0 20 0 15 0 42595668 14429134848 71498 33554432000 4194304 4196468 140737037932240 140587087911408 140587619740290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2631] ppid=2614 vsize=14090952 memory=5937503940875993185 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2631/stat : 2631 (java) S 2614 2617 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42595668 14429134848 71498 33554432000 4194304 4196468 140737037932240 140587086859104 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2632] ppid=2614 vsize=14090952 memory=285992 CPUtime=0.97 cores=1,3,5,7
/proc/2617/task/2632/stat : 2632 (java) S 2614 2617 31868 0 -1 1077944384 981 0 0 0 47 50 0 0 20 0 15 0 42595668 14429134848 71498 33554432000 4194304 4196468 140737037932240 140587085806128 140587619740290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
Current children cumulated CPU time: 2280.82 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 285992 KiB

[startup+2322.3 s]
/proc/loadavg: 1.52 1.29 1.31 3/216 2783
/proc/meminfo: memFree=17671564/32770624 swapFree=67108860/67108860
[pid=2617] ppid=2614 vsize=14090952 memory=290116 CPUtime=2341.35 cores=1,3,5,7
/proc/2617/stat : 2617 (java) S 2614 2617 31868 0 -1 1077944320 73717 0 0 0 233922 213 0 0 20 0 15 0 42595662 14429134848 72529 33554432000 4194304 4196468 140737037932240 140737037914784 140587619729143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
/proc/2617/statm: 3522738 72529 3581 1 0 3484809 0
[pid=2617/tid=2619] ppid=2614 vsize=14090952 memory=288068 CPUtime=2309.44 cores=1,3,5,7
/proc/2617/task/2619/stat : 2619 (java) R 2614 2617 31868 0 -1 4202560 36967 0 0 0 230922 22 0 0 20 0 15 0 42595663 14429134848 72529 33554432000 4194304 4196468 140737037932240 140587623967504 140587256631628 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2620] ppid=2614 vsize=14090952 memory=288068 CPUtime=5.78 cores=1,3,5,7
/proc/2617/task/2620/stat : 2620 (java) S 2614 2617 31868 0 -1 1077944384 3777 0 0 0 539 39 0 0 20 0 15 0 42595664 14429134848 72529 33554432000 4194304 4196468 140737037932240 140587572349968 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2621] ppid=2614 vsize=14090952 memory=288068 CPUtime=5.76 cores=1,3,5,7
/proc/2617/task/2621/stat : 2621 (java) S 2614 2617 31868 0 -1 1077944384 4014 0 0 0 540 36 0 0 20 0 15 0 42595664 14429134848 72529 33554432000 4194304 4196468 140737037932240 140587571297424 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2622] ppid=2614 vsize=14090952 memory=290116 CPUtime=5.74 cores=1,3,5,7
/proc/2617/task/2622/stat : 2622 (java) S 2614 2617 31868 0 -1 1077944384 2075 0 0 0 538 36 0 0 20 0 15 0 42595664 14429134848 72529 33554432000 4194304 4196468 140737037932240 140587570244368 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2623] ppid=2614 vsize=14090952 memory=0 CPUtime=5.77 cores=1,3,5,7
/proc/2617/task/2623/stat : 2623 (java) S 2614 2617 31868 0 -1 1077944384 3010 0 0 0 539 38 0 0 20 0 15 0 42595664 14429134848 72529 33554432000 4194304 4196468 140737037932240 140587569191824 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2624] ppid=2614 vsize=14090952 memory=4008 CPUtime=4.96 cores=1,3,5,7
/proc/2617/task/2624/stat : 2624 (java) S 2614 2617 31868 0 -1 1077944384 4961 0 0 0 458 38 0 0 20 0 15 0 42595665 14429134848 72529 33554432000 4194304 4196468 140737037932240 140587094227184 140587619740290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2625] ppid=2614 vsize=14090952 memory=286020 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2625/stat : 2625 (java) S 2614 2617 31868 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 42595665 14429134848 72529 33554432000 4194304 4196468 140737037932240 140587093173472 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2626] ppid=2614 vsize=14090952 memory=288068 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2626/stat : 2626 (java) S 2614 2617 31868 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 42595666 14429134848 72529 33554432000 4194304 4196468 140737037932240 140587092120320 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2627] ppid=2614 vsize=14090952 memory=288068 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2627/stat : 2627 (java) S 2614 2617 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42595668 14429134848 72529 33554432000 4194304 4196468 140737037932240 140587091068880 140587619747739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2628] ppid=2614 vsize=14090952 memory=288068 CPUtime=1.03 cores=1,3,5,7
/proc/2617/task/2628/stat : 2628 (java) S 2614 2617 31868 0 -1 1077944384 4626 0 0 0 102 1 0 0 20 0 15 0 42595668 14429134848 72529 33554432000 4194304 4196468 140737037932240 140587090017008 140587619740290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2629] ppid=2614 vsize=14090952 memory=288068 CPUtime=1.04 cores=1,3,5,7
/proc/2617/task/2629/stat : 2629 (java) S 2614 2617 31868 0 -1 1077944384 4330 0 0 0 103 1 0 0 20 0 15 0 42595668 14429134848 72529 33554432000 4194304 4196468 140737037932240 140587088964464 140587619740290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2630] ppid=2614 vsize=14090952 memory=288068 CPUtime=0.76 cores=1,3,5,7
/proc/2617/task/2630/stat : 2630 (java) S 2614 2617 31868 0 -1 1077944384 7536 0 0 0 75 1 0 0 20 0 15 0 42595668 14429134848 72529 33554432000 4194304 4196468 140737037932240 140587087911408 140587619740290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2631] ppid=2614 vsize=14090952 memory=288068 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2631/stat : 2631 (java) S 2614 2617 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42595668 14429134848 72529 33554432000 4194304 4196468 140737037932240 140587086859104 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2632] ppid=2614 vsize=14090952 memory=288068 CPUtime=1 cores=1,3,5,7
/proc/2617/task/2632/stat : 2632 (java) S 2614 2617 31868 0 -1 1077944384 995 0 0 0 49 51 0 0 20 0 15 0 42595668 14429134848 72529 33554432000 4194304 4196468 140737037932240 140587085806128 140587619740290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
Current children cumulated CPU time: 2341.35 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 290116 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2380.5 s]
/proc/loadavg: 1.70 1.39 1.34 3/215 2784
/proc/meminfo: memFree=17666888/32770624 swapFree=67108860/67108860
[pid=2617] ppid=2614 vsize=14090952 memory=292192 CPUtime=2400.06 cores=1,3,5,7
/proc/2617/stat : 2617 (java) S 2614 2617 31868 0 -1 1077944320 74321 0 0 0 239790 216 0 0 20 0 15 0 42595662 14429134848 73048 33554432000 4194304 4196468 140737037932240 140737037914784 140587619729143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
/proc/2617/statm: 3522738 73048 3581 1 0 3484809 0
[pid=2617/tid=2619] ppid=2614 vsize=14090952 memory=292192 CPUtime=2367.27 cores=1,3,5,7
/proc/2617/task/2619/stat : 2619 (java) R 2614 2617 31868 0 -1 4202560 37379 0 0 0 236705 22 0 0 20 0 15 0 42595663 14429134848 73048 33554432000 4194304 4196468 140737037932240 140587623967376 140587257369310 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2620] ppid=2614 vsize=14090952 memory=292192 CPUtime=5.96 cores=1,3,5,7
/proc/2617/task/2620/stat : 2620 (java) S 2614 2617 31868 0 -1 1077944384 3844 0 0 0 556 40 0 0 20 0 15 0 42595664 14429134848 73048 33554432000 4194304 4196468 140737037932240 140587572349968 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2621] ppid=2614 vsize=14090952 memory=292192 CPUtime=5.94 cores=1,3,5,7
/proc/2617/task/2621/stat : 2621 (java) S 2614 2617 31868 0 -1 1077944384 4104 0 0 0 557 37 0 0 20 0 15 0 42595664 14429134848 73048 33554432000 4194304 4196468 140737037932240 140587571297424 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2622] ppid=2614 vsize=14090952 memory=2408 CPUtime=5.92 cores=1,3,5,7
/proc/2617/task/2622/stat : 2622 (java) S 2614 2617 31868 0 -1 1077944384 2082 0 0 0 556 36 0 0 20 0 15 0 42595664 14429134848 73048 33554432000 4194304 4196468 140737037932240 140587570244368 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2623] ppid=2614 vsize=14090952 memory=292192 CPUtime=5.95 cores=1,3,5,7
/proc/2617/task/2623/stat : 2623 (java) S 2614 2617 31868 0 -1 1077944384 3017 0 0 0 557 38 0 0 20 0 15 0 42595664 14429134848 73048 33554432000 4194304 4196468 140737037932240 140587569191824 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2624] ppid=2614 vsize=14090952 memory=292192 CPUtime=5.08 cores=1,3,5,7
/proc/2617/task/2624/stat : 2624 (java) S 2614 2617 31868 0 -1 1077944384 4978 0 0 0 470 38 0 0 20 0 15 0 42595665 14429134848 73048 33554432000 4194304 4196468 140737037932240 140587094227184 140587619740290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2625] ppid=2614 vsize=14090952 memory=292192 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2625/stat : 2625 (java) S 2614 2617 31868 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 42595665 14429134848 73048 33554432000 4194304 4196468 140737037932240 140587093173472 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2626] ppid=2614 vsize=14090952 memory=292192 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2626/stat : 2626 (java) S 2614 2617 31868 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 42595666 14429134848 73048 33554432000 4194304 4196468 140737037932240 140587092120320 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2627] ppid=2614 vsize=14090952 memory=292192 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2627/stat : 2627 (java) S 2614 2617 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42595668 14429134848 73048 33554432000 4194304 4196468 140737037932240 140587091068880 140587619747739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2628] ppid=2614 vsize=14090952 memory=292192 CPUtime=1.03 cores=1,3,5,7
/proc/2617/task/2628/stat : 2628 (java) S 2614 2617 31868 0 -1 1077944384 4626 0 0 0 102 1 0 0 20 0 15 0 42595668 14429134848 73048 33554432000 4194304 4196468 140737037932240 140587090017008 140587619740290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2629] ppid=2614 vsize=14090952 memory=292192 CPUtime=1.04 cores=1,3,5,7
/proc/2617/task/2629/stat : 2629 (java) S 2614 2617 31868 0 -1 1077944384 4330 0 0 0 103 1 0 0 20 0 15 0 42595668 14429134848 73048 33554432000 4194304 4196468 140737037932240 140587088964464 140587619740290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2630] ppid=2614 vsize=14090952 memory=290116 CPUtime=0.76 cores=1,3,5,7
/proc/2617/task/2630/stat : 2630 (java) S 2614 2617 31868 0 -1 1077944384 7536 0 0 0 75 1 0 0 20 0 15 0 42595668 14429134848 73048 33554432000 4194304 4196468 140737037932240 140587087911408 140587619740290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2631] ppid=2614 vsize=14090952 memory=292192 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2631/stat : 2631 (java) S 2614 2617 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42595668 14429134848 73048 33554432000 4194304 4196468 140737037932240 140587086859104 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2632] ppid=2614 vsize=14090952 memory=9944 CPUtime=1.02 cores=1,3,5,7
/proc/2617/task/2632/stat : 2632 (java) S 2614 2617 31868 0 -1 1077944384 999 0 0 0 50 52 0 0 20 0 15 0 42595668 14429134848 73048 33554432000 4194304 4196468 140737037932240 140587085806128 140587619740290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 292192 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2380.52 s]
# the end of solver process 2617 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.92 s, system=2.17351 s

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

[startup+2380.5 s]
/proc/loadavg: 1.70 1.39 1.34 3/215 2784
/proc/meminfo: memFree=17666888/32770624 swapFree=67108860/67108860
[pid=2617] ppid=2614 vsize=14090952 memory=292192 CPUtime=2400.06 cores=1,3,5,7
/proc/2617/stat : 2617 (java) S 2614 2617 31868 0 -1 1077944320 74321 0 0 0 239790 216 0 0 20 0 15 0 42595662 14429134848 73048 33554432000 4194304 4196468 140737037932240 140737037914784 140587619729143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
/proc/2617/statm: 3522738 73048 3581 1 0 3484809 0
[pid=2617/tid=2619] ppid=2614 vsize=14090952 memory=292192 CPUtime=2367.27 cores=1,3,5,7
/proc/2617/task/2619/stat : 2619 (java) R 2614 2617 31868 0 -1 4202560 37379 0 0 0 236705 22 0 0 20 0 15 0 42595663 14429134848 73048 33554432000 4194304 4196468 140737037932240 140587623967376 140587257369310 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2620] ppid=2614 vsize=14090952 memory=292192 CPUtime=5.96 cores=1,3,5,7
/proc/2617/task/2620/stat : 2620 (java) S 2614 2617 31868 0 -1 1077944384 3844 0 0 0 556 40 0 0 20 0 15 0 42595664 14429134848 73048 33554432000 4194304 4196468 140737037932240 140587572349968 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2621] ppid=2614 vsize=14090952 memory=292192 CPUtime=5.94 cores=1,3,5,7
/proc/2617/task/2621/stat : 2621 (java) S 2614 2617 31868 0 -1 1077944384 4104 0 0 0 557 37 0 0 20 0 15 0 42595664 14429134848 73048 33554432000 4194304 4196468 140737037932240 140587571297424 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2622] ppid=2614 vsize=14090952 memory=2408 CPUtime=5.92 cores=1,3,5,7
/proc/2617/task/2622/stat : 2622 (java) S 2614 2617 31868 0 -1 1077944384 2082 0 0 0 556 36 0 0 20 0 15 0 42595664 14429134848 73048 33554432000 4194304 4196468 140737037932240 140587570244368 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2623] ppid=2614 vsize=14090952 memory=292192 CPUtime=5.95 cores=1,3,5,7
/proc/2617/task/2623/stat : 2623 (java) S 2614 2617 31868 0 -1 1077944384 3017 0 0 0 557 38 0 0 20 0 15 0 42595664 14429134848 73048 33554432000 4194304 4196468 140737037932240 140587569191824 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2624] ppid=2614 vsize=14090952 memory=292192 CPUtime=5.08 cores=1,3,5,7
/proc/2617/task/2624/stat : 2624 (java) S 2614 2617 31868 0 -1 1077944384 4978 0 0 0 470 38 0 0 20 0 15 0 42595665 14429134848 73048 33554432000 4194304 4196468 140737037932240 140587094227184 140587619740290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2625] ppid=2614 vsize=14090952 memory=292192 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2625/stat : 2625 (java) S 2614 2617 31868 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 42595665 14429134848 73048 33554432000 4194304 4196468 140737037932240 140587093173472 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2626] ppid=2614 vsize=14090952 memory=292192 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2626/stat : 2626 (java) S 2614 2617 31868 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 42595666 14429134848 73048 33554432000 4194304 4196468 140737037932240 140587092120320 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2627] ppid=2614 vsize=14090952 memory=292192 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2627/stat : 2627 (java) S 2614 2617 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42595668 14429134848 73048 33554432000 4194304 4196468 140737037932240 140587091068880 140587619747739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2628] ppid=2614 vsize=14090952 memory=292192 CPUtime=1.03 cores=1,3,5,7
/proc/2617/task/2628/stat : 2628 (java) S 2614 2617 31868 0 -1 1077944384 4626 0 0 0 102 1 0 0 20 0 15 0 42595668 14429134848 73048 33554432000 4194304 4196468 140737037932240 140587090017008 140587619740290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2629] ppid=2614 vsize=14090952 memory=292192 CPUtime=1.04 cores=1,3,5,7
/proc/2617/task/2629/stat : 2629 (java) S 2614 2617 31868 0 -1 1077944384 4330 0 0 0 103 1 0 0 20 0 15 0 42595668 14429134848 73048 33554432000 4194304 4196468 140737037932240 140587088964464 140587619740290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2630] ppid=2614 vsize=14090952 memory=290116 CPUtime=0.76 cores=1,3,5,7
/proc/2617/task/2630/stat : 2630 (java) S 2614 2617 31868 0 -1 1077944384 7536 0 0 0 75 1 0 0 20 0 15 0 42595668 14429134848 73048 33554432000 4194304 4196468 140737037932240 140587087911408 140587619740290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2631] ppid=2614 vsize=14090952 memory=292192 CPUtime=0 cores=1,3,5,7
/proc/2617/task/2631/stat : 2631 (java) S 2614 2617 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42595668 14429134848 73048 33554432000 4194304 4196468 140737037932240 140587086859104 140587619739349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
[pid=2617/tid=2632] ppid=2614 vsize=14090952 memory=9944 CPUtime=1.02 cores=1,3,5,7
/proc/2617/task/2632/stat : 2632 (java) S 2614 2617 31868 0 -1 1077944384 999 0 0 0 50 52 0 0 20 0 15 0 42595668 14429134848 73048 33554432000 4194304 4196468 140737037932240 140587085806128 140587619740290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25989120 140737037935696 140737037935881 140737037935881 140737037938639 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 292192 KiB

Child status: 143
Real time (s): 2380.52
CPU time (s): 2400.09
CPU user time (s): 2397.92
CPU system time (s): 2.17351
CPU usage (%): 100.822
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 292192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.92
system time used= 2.17351
maximum resident set size= 292752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74580
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 188051
involuntary context switches= 4752


# summary of solver processes directly reported to runsolver:
#   pid: 2617
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2397.92
#   total CPU system time (s): 2.17351

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5679 second user time and 21.572 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-22 11:05:28
IDJOB=4290731
IDBENCH=141452
IDSOLVER=2744
FILE ID=node106/4290731-1532250328
RUNJOBID= node106-1532226506-31900
PBS_JOBID= 21018948
Free space on /tmp= 52996 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-07-02
BENCH NAME= XCSP18/CarSequencing/CarSequencing-06-76_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290731-1532250328/watcher-4290731-1532250328 -o /tmp/evaluation-result-4290731-1532250328/solver-4290731-1532250328 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532226506-31900 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1894508364 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290731-1532250328.xml

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

MD5SUM BENCH= b12b47f7e650fdaeab738d4a819b9f4b
RANDOM SEED=1894508364

node106.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	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        17958156 kB
MemAvailable:   31733860 kB
Buffers:          239456 kB
Cached:         13625912 kB
SwapCached:            0 kB
Active:          1527144 kB
Inactive:       12597036 kB
Active(anon):     261716 kB
Inactive(anon):    17096 kB
Active(file):    1265428 kB
Inactive(file): 12579940 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35740 kB
Writeback:             0 kB
AnonPages:        324884 kB
Mapped:            48964 kB
Shmem:             17036 kB
Slab:             386768 kB
SReclaimable:     358796 kB
SUnreclaim:        27972 kB
KernelStack:        3808 kB
PageTables:         6112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1180468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 52960 MiB
End job on node106 at 2018-07-22 11:45:09