Trace number 4307552

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-08-14? (TO) 2520.06 2501.12

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.56	c version: 2018-08-14
0.67/0.56	c seed: 1938500116
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
2.75/1.44	c Parsing done, starting search...
2520.03/2501.11	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 (12965 MiB free)
  memory of node 1: 16384 MiB (10179 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307552-1534263314/watcher-4307552-1534263314 -o /tmp/evaluation-result-4307552-1534263314/solver-4307552-1534263314 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534258053-11963 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1938500116 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307552-1534263314.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=12604, runsolver pid=12601

[startup+0.100083 s]*
/proc/loadavg: 1.40 1.32 1.32 4/215 12619
/proc/meminfo: memFree=23681956/32770624 swapFree=67108368/67108860
[pid=12604] ppid=12601 vsize=14082736 memory=31464 CPUtime=0.12 cores=0,2,4,6
/proc/12604/stat : 12604 (java) S 12601 12604 11932 0 -1 1077944320 6766 0 0 0 11 1 0 0 20 0 15 0 243894540 14420721664 7866 33554432000 4194304 4196468 140732194627056 140732194609600 139717308911351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
/proc/12604/statm: 3520684 7866 3152 1 0 3482761 0
[pid=12604/tid=12606] ppid=12601 vsize=14082736 memory=-6966721798027829888 CPUtime=0.09 cores=0,2,4,6
/proc/12604/task/12606/stat : 12606 (java) R 12601 12604 11932 0 -1 4202560 4813 0 0 0 8 1 0 0 20 0 15 0 243894541 14420721664 7866 33554432000 4194304 4196468 140732194627056 139717313151104 139717308933277 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12607] ppid=12601 vsize=14082736 memory=5793855270228486585 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12607/stat : 12607 (java) S 12601 12604 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243894541 14420721664 7866 33554432000 4194304 4196468 140732194627056 139717238999696 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12608] ppid=12601 vsize=14082736 memory=140019218593408 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12608/stat : 12608 (java) S 12601 12604 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243894541 14420721664 7866 33554432000 4194304 4196468 140732194627056 139717237946896 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12609] ppid=12601 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12609/stat : 12609 (java) S 12601 12604 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243894541 14420721664 7866 33554432000 4194304 4196468 140732194627056 139717236894096 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12610] ppid=12601 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12610/stat : 12610 (java) S 12601 12604 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243894541 14420721664 7866 33554432000 4194304 4196468 140732194627056 139717235841296 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12611] ppid=12601 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12611/stat : 12611 (java) S 12601 12604 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243894543 14420721664 7866 33554432000 4194304 4196468 140732194627056 139716783098736 139717308922498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12612] ppid=12601 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12612/stat : 12612 (java) S 12601 12604 11932 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243894543 14420721664 7866 33554432000 4194304 4196468 140732194627056 139716782044704 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12613] ppid=12601 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12613/stat : 12613 (java) S 12601 12604 11932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243894544 14420721664 7866 33554432000 4194304 4196468 140732194627056 139716780991856 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12614] ppid=12601 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12614/stat : 12614 (java) S 12601 12604 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243894546 14420721664 7866 33554432000 4194304 4196468 140732194627056 139716779940176 139717308929947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12615] ppid=12601 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12615/stat : 12615 (java) S 12601 12604 11932 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 243894546 14420721664 7866 33554432000 4194304 4196468 140732194627056 139716778887536 139717308922498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12616] ppid=12601 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12616/stat : 12616 (java) S 12601 12604 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243894546 14420721664 7866 33554432000 4194304 4196468 140732194627056 139716777834736 139717308922498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12617] ppid=12601 vsize=14082736 memory=140019218593408 CPUtime=0.01 cores=0,2,4,6
/proc/12604/task/12617/stat : 12617 (java) R 12601 12604 11932 0 -1 4202560 272 0 0 0 1 0 0 0 20 0 15 0 243894546 14420721664 7866 33554432000 4194304 4196468 140732194627056 139716776781936 139717308922498 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12618] ppid=12601 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12618/stat : 12618 (java) S 12601 12604 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243894546 14420721664 7866 33554432000 4194304 4196468 140732194627056 139716775729376 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12619] ppid=12601 vsize=14082736 memory=140019218593408 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12619/stat : 12619 (java) S 12601 12604 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243894546 14420721664 7866 33554432000 4194304 4196468 140732194627056 139716774677680 139717308922498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31464 KiB

[startup+0.210507 s]*
/proc/loadavg: 1.40 1.32 1.32 5/215 12619
/proc/meminfo: memFree=23666312/32770624 swapFree=67108368/67108860
[pid=12604] ppid=12601 vsize=14082736 memory=47232 CPUtime=0.3 cores=0,2,4,6
/proc/12604/stat : 12604 (java) S 12601 12604 11932 0 -1 1077944320 10426 0 0 0 28 2 0 0 20 0 15 0 243894540 14420721664 11808 33554432000 4194304 4196468 140732194627056 140732194609600 139717308911351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
/proc/12604/statm: 3520684 11808 3368 1 0 3482761 0
[pid=12604/tid=12606] ppid=12601 vsize=14082736 memory=6735269665583770266 CPUtime=0.19 cores=0,2,4,6
/proc/12604/task/12606/stat : 12606 (java) R 12601 12604 11932 0 -1 4202560 8140 0 0 0 18 1 0 0 20 0 15 0 243894541 14420721664 11808 33554432000 4194304 4196468 140732194627056 139717313142224 139716913560857 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12607] ppid=12601 vsize=14082736 memory=4211973745423383946 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12607/stat : 12607 (java) S 12601 12604 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243894541 14420721664 11808 33554432000 4194304 4196468 140732194627056 139717238999696 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12608] ppid=12601 vsize=14082736 memory=140019218593408 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12608/stat : 12608 (java) S 12601 12604 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243894541 14420721664 11808 33554432000 4194304 4196468 140732194627056 139717237946896 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12609] ppid=12601 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12609/stat : 12609 (java) S 12601 12604 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243894541 14420721664 11808 33554432000 4194304 4196468 140732194627056 139717236894096 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12610] ppid=12601 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12610/stat : 12610 (java) S 12601 12604 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243894541 14420721664 11808 33554432000 4194304 4196468 140732194627056 139717235841296 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12611] ppid=12601 vsize=14082736 memory=140019218593408 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12611/stat : 12611 (java) S 12601 12604 11932 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243894543 14420721664 11808 33554432000 4194304 4196468 140732194627056 139716783098736 139717308922498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12612] ppid=12601 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12612/stat : 12612 (java) S 12601 12604 11932 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243894543 14420721664 11808 33554432000 4194304 4196468 140732194627056 139716782044704 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12613] ppid=12601 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12613/stat : 12613 (java) S 12601 12604 11932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243894544 14420721664 11808 33554432000 4194304 4196468 140732194627056 139716780991856 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12614] ppid=12601 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12614/stat : 12614 (java) S 12601 12604 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243894546 14420721664 11808 33554432000 4194304 4196468 140732194627056 139716779940176 139717308929947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12615] ppid=12601 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/12604/task/12615/stat : 12615 (java) R 12601 12604 11932 0 -1 1077944384 350 0 0 0 1 0 0 0 20 0 15 0 243894546 14420721664 11808 33554432000 4194304 4196468 140732194627056 139716778887536 139717308922498 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12616] ppid=12601 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/12604/task/12616/stat : 12616 (java) S 12601 12604 11932 0 -1 1077944384 253 0 0 0 1 0 0 0 20 0 15 0 243894546 14420721664 11808 33554432000 4194304 4196468 140732194627056 139716777834736 139717308922498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12617] ppid=12601 vsize=14082736 memory=140019218593408 CPUtime=0.06 cores=0,2,4,6
/proc/12604/task/12617/stat : 12617 (java) R 12601 12604 11932 0 -1 4202560 301 0 0 0 6 0 0 0 20 0 15 0 243894546 14420721664 11808 33554432000 4194304 4196468 140732194627056 139716776781936 139717287932240 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12618] ppid=12601 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12618/stat : 12618 (java) S 12601 12604 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243894546 14420721664 11808 33554432000 4194304 4196468 140732194627056 139716775729376 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12619] ppid=12601 vsize=14082736 memory=140019218593408 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12619/stat : 12619 (java) S 12601 12604 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243894546 14420721664 11808 33554432000 4194304 4196468 140732194627056 139716774677680 139717308922498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47232 KiB

[startup+0.310453 s]*
/proc/loadavg: 1.40 1.32 1.32 3/215 12619
/proc/meminfo: memFree=23663264/32770624 swapFree=67108368/67108860
[pid=12604] ppid=12601 vsize=14082736 memory=50640 CPUtime=0.44 cores=0,2,4,6
/proc/12604/stat : 12604 (java) S 12601 12604 11932 0 -1 1077944320 10784 0 0 0 41 3 0 0 20 0 15 0 243894540 14420721664 12660 33554432000 4194304 4196468 140732194627056 140732194609600 139717308911351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
/proc/12604/statm: 3520684 12660 3417 1 0 3482761 0
[pid=12604/tid=12606] ppid=12601 vsize=14082736 memory=4871374705135476842 CPUtime=0.3 cores=0,2,4,6
/proc/12604/task/12606/stat : 12606 (java) R 12601 12604 11932 0 -1 4202560 8474 0 0 0 28 2 0 0 20 0 15 0 243894541 14420721664 12660 33554432000 4194304 4196468 140732194627056 139717313120472 139717292991838 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12607] ppid=12601 vsize=14082736 memory=4211973745423383946 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12607/stat : 12607 (java) S 12601 12604 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243894541 14420721664 12660 33554432000 4194304 4196468 140732194627056 139717238999696 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12608] ppid=12601 vsize=14082736 memory=140019218595759 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12608/stat : 12608 (java) S 12601 12604 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243894541 14420721664 12660 33554432000 4194304 4196468 140732194627056 139717237946896 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12609] ppid=12601 vsize=14082736 memory=140019088087212 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12609/stat : 12609 (java) S 12601 12604 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243894541 14420721664 12660 33554432000 4194304 4196468 140732194627056 139717236894096 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12610] ppid=12601 vsize=14082736 memory=140019088084431 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12610/stat : 12610 (java) S 12601 12604 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243894541 14420721664 12660 33554432000 4194304 4196468 140732194627056 139717235841296 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12611] ppid=12601 vsize=14082736 memory=140019218605367 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12611/stat : 12611 (java) S 12601 12604 11932 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243894543 14420721664 12660 33554432000 4194304 4196468 140732194627056 139716783098736 139717308922498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12612] ppid=12601 vsize=14082736 memory=140019088093615 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12612/stat : 12612 (java) S 12601 12604 11932 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243894543 14420721664 12660 33554432000 4194304 4196468 140732194627056 139716782044704 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12613] ppid=12601 vsize=14082736 memory=280038176178064 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12613/stat : 12613 (java) S 12601 12604 11932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243894544 14420721664 12660 33554432000 4194304 4196468 140732194627056 139716780991856 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12614] ppid=12601 vsize=14082736 memory=280038176175760 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12614/stat : 12614 (java) S 12601 12604 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243894546 14420721664 12660 33554432000 4194304 4196468 140732194627056 139716779940176 139717308929947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12615] ppid=12601 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/12604/task/12615/stat : 12615 (java) S 12601 12604 11932 0 -1 1077944384 352 0 0 0 2 0 0 0 20 0 15 0 243894546 14420721664 12660 33554432000 4194304 4196468 140732194627056 139716778887536 139717308922498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12616] ppid=12601 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/12604/task/12616/stat : 12616 (java) S 12601 12604 11932 0 -1 1077944384 264 0 0 0 2 0 0 0 20 0 15 0 243894546 14420721664 12660 33554432000 4194304 4196468 140732194627056 139716777834736 139717308922498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12617] ppid=12601 vsize=14082736 memory=140019218593408 CPUtime=0.08 cores=0,2,4,6
/proc/12604/task/12617/stat : 12617 (java) S 12601 12604 11932 0 -1 1077944384 311 0 0 0 8 0 0 0 20 0 15 0 243894546 14420721664 12660 33554432000 4194304 4196468 140732194627056 139716776781936 139717308922498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12618] ppid=12601 vsize=14082736 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12618/stat : 12618 (java) S 12601 12604 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243894546 14420721664 12660 33554432000 4194304 4196468 140732194627056 139716775729376 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12619] ppid=12601 vsize=14082736 memory=140019218593408 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12619/stat : 12619 (java) S 12601 12604 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243894546 14420721664 12660 33554432000 4194304 4196468 140732194627056 139716774677680 139717308922498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50640 KiB

[startup+0.700733 s]
/proc/loadavg: 1.40 1.32 1.32 3/215 12619
/proc/meminfo: memFree=23639328/32770624 swapFree=67108368/67108860
[pid=12604] ppid=12601 vsize=14084804 memory=88688 CPUtime=0.98 cores=0,2,4,6
/proc/12604/stat : 12604 (java) S 12601 12604 11932 0 -1 1077944320 17611 0 0 0 93 5 0 0 20 0 15 0 243894540 14422839296 22172 33554432000 4194304 4196468 140732194627056 140732194609600 139717308911351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
/proc/12604/statm: 3521201 22172 3497 1 0 3483273 0
[pid=12604/tid=12606] ppid=12601 vsize=14084804 memory=872 CPUtime=0.67 cores=0,2,4,6
/proc/12604/task/12606/stat : 12606 (java) R 12601 12604 11932 0 -1 4202560 14914 0 0 0 63 4 0 0 20 0 15 0 243894541 14422839296 22172 33554432000 4194304 4196468 140732194627056 139717313135456 139717292991838 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12607] ppid=12601 vsize=14084804 memory=1920 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12607/stat : 12607 (java) S 12601 12604 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243894541 14422839296 22172 33554432000 4194304 4196468 140732194627056 139717238999696 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12608] ppid=12601 vsize=14084804 memory=6272 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12608/stat : 12608 (java) S 12601 12604 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243894541 14422839296 22172 33554432000 4194304 4196468 140732194627056 139717237946896 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12609] ppid=12601 vsize=14084804 memory=7014751519600366929 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12609/stat : 12609 (java) S 12601 12604 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243894541 14422839296 22172 33554432000 4194304 4196468 140732194627056 139717236894096 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12610] ppid=12601 vsize=14084804 memory=7019257425709197167 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12610/stat : 12610 (java) S 12601 12604 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243894541 14422839296 22172 33554432000 4194304 4196468 140732194627056 139717235841296 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12611] ppid=12601 vsize=14084804 memory=5787213840016500561 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12611/stat : 12611 (java) S 12601 12604 11932 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243894543 14422839296 22172 33554432000 4194304 4196468 140732194627056 139716783098736 139717308922498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12612] ppid=12601 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12612/stat : 12612 (java) S 12601 12604 11932 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243894543 14422839296 22172 33554432000 4194304 4196468 140732194627056 139716782044704 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12613] ppid=12601 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12613/stat : 12613 (java) S 12601 12604 11932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243894544 14422839296 22172 33554432000 4194304 4196468 140732194627056 139716780991856 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12614] ppid=12601 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12614/stat : 12614 (java) S 12601 12604 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243894546 14422839296 22172 33554432000 4194304 4196468 140732194627056 139716779940176 139717308929947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12615] ppid=12601 vsize=14084804 memory=217 CPUtime=0.06 cores=0,2,4,6
/proc/12604/task/12615/stat : 12615 (java) S 12601 12604 11932 0 -1 1077944384 507 0 0 0 6 0 0 0 20 0 15 0 243894546 14422839296 22172 33554432000 4194304 4196468 140732194627056 139716778887536 139717308922498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12616] ppid=12601 vsize=14084804 memory=7 CPUtime=0.08 cores=0,2,4,6
/proc/12604/task/12616/stat : 12616 (java) S 12601 12604 11932 0 -1 1077944384 418 0 0 0 8 0 0 0 20 0 15 0 243894546 14422839296 22172 33554432000 4194304 4196468 140732194627056 139716777834736 139717308922498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12617] ppid=12601 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/12604/task/12617/stat : 12617 (java) S 12601 12604 11932 0 -1 1077944384 390 0 0 0 15 0 0 0 20 0 15 0 243894546 14422839296 22172 33554432000 4194304 4196468 140732194627056 139716776781936 139717308922498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12618] ppid=12601 vsize=14084804 memory=280038176361968 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12618/stat : 12618 (java) S 12601 12604 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243894546 14422839296 22172 33554432000 4194304 4196468 140732194627056 139716775729376 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12619] ppid=12601 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12619/stat : 12619 (java) S 12601 12604 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243894546 14422839296 22172 33554432000 4194304 4196468 140732194627056 139716774677680 139717308922498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88688 KiB

[startup+1.50077 s]
/proc/loadavg: 1.40 1.32 1.32 3/215 12619
/proc/meminfo: memFree=23609240/32770624 swapFree=67108368/67108860
[pid=12604] ppid=12601 vsize=14090948 memory=148184 CPUtime=3.06 cores=0,2,4,6
/proc/12604/stat : 12604 (java) S 12601 12604 11932 0 -1 1077944320 30209 0 0 0 298 8 0 0 20 0 15 0 243894540 14429130752 37046 33554432000 4194304 4196468 140732194627056 140732194609600 139717308911351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
/proc/12604/statm: 3522737 37046 3548 1 0 3484809 0
[pid=12604/tid=12606] ppid=12601 vsize=14090948 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/12604/task/12606/stat : 12606 (java) R 12601 12604 11932 0 -1 4202560 21074 0 0 0 140 6 0 0 20 0 15 0 243894541 14429130752 37046 33554432000 4194304 4196468 140732194627056 139717313148768 139716921509065 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12607] ppid=12601 vsize=14090948 memory=-1088251628401078322 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12607/stat : 12607 (java) S 12601 12604 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243894541 14429130752 37046 33554432000 4194304 4196468 140732194627056 139717238999696 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12608] ppid=12601 vsize=14090948 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12608/stat : 12608 (java) S 12601 12604 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243894541 14429130752 37046 33554432000 4194304 4196468 140732194627056 139717237946896 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12609] ppid=12601 vsize=14090948 memory=-6585528546044026665 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12609/stat : 12609 (java) S 12601 12604 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243894541 14429130752 37046 33554432000 4194304 4196468 140732194627056 139717236894096 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12610] ppid=12601 vsize=14090948 memory=-7594309613306991150 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12610/stat : 12610 (java) S 12601 12604 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243894541 14429130752 37046 33554432000 4194304 4196468 140732194627056 139717235841296 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12611] ppid=12601 vsize=14090948 memory=-6223234201447457120 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12611/stat : 12611 (java) S 12601 12604 11932 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 15 0 243894543 14429130752 37046 33554432000 4194304 4196468 140732194627056 139716783098736 139717308922498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0

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

/proc/12604/task/12606/stat : 12606 (java) R 12601 12604 11932 0 -1 4202560 40296 0 0 0 236824 22 0 0 20 0 15 0 243894541 14429130752 71268 33554432000 4194304 4196468 140732194627056 139717313149648 139716922242054 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12607] ppid=12601 vsize=14090948 memory=285072 CPUtime=5.65 cores=0,2,4,6
/proc/12604/task/12607/stat : 12607 (java) S 12601 12604 11932 0 -1 1077944384 2647 0 0 0 532 33 0 0 20 0 15 0 243894541 14429130752 71268 33554432000 4194304 4196468 140732194627056 139717238999696 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12608] ppid=12601 vsize=14090948 memory=283024 CPUtime=5.67 cores=0,2,4,6
/proc/12604/task/12608/stat : 12608 (java) S 12601 12604 11932 0 -1 1077944384 3410 0 0 0 533 34 0 0 20 0 15 0 243894541 14429130752 71268 33554432000 4194304 4196468 140732194627056 139717237946896 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12609] ppid=12601 vsize=14090948 memory=1168 CPUtime=5.69 cores=0,2,4,6
/proc/12604/task/12609/stat : 12609 (java) S 12601 12604 11932 0 -1 1077944384 3688 0 0 0 536 33 0 0 20 0 15 0 243894541 14429130752 71268 33554432000 4194304 4196468 140732194627056 139717236894096 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12610] ppid=12601 vsize=14090948 memory=285072 CPUtime=5.67 cores=0,2,4,6
/proc/12604/task/12610/stat : 12610 (java) S 12601 12604 11932 0 -1 1077944384 5235 0 0 0 535 32 0 0 20 0 15 0 243894541 14429130752 71268 33554432000 4194304 4196468 140732194627056 139717235841296 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12611] ppid=12601 vsize=14090948 memory=285072 CPUtime=5.09 cores=0,2,4,6
/proc/12604/task/12611/stat : 12611 (java) S 12601 12604 11932 0 -1 1077944384 6134 0 0 0 473 36 0 0 20 0 15 0 243894543 14429130752 71268 33554432000 4194304 4196468 140732194627056 139716783098736 139717308922498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12612] ppid=12601 vsize=14090948 memory=285072 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12612/stat : 12612 (java) S 12601 12604 11932 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 243894543 14429130752 71268 33554432000 4194304 4196468 140732194627056 139716782044768 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12613] ppid=12601 vsize=14090948 memory=285072 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12613/stat : 12613 (java) S 12601 12604 11932 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 243894544 14429130752 71268 33554432000 4194304 4196468 140732194627056 139716780991872 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12614] ppid=12601 vsize=14090948 memory=285072 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12614/stat : 12614 (java) S 12601 12604 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243894546 14429130752 71268 33554432000 4194304 4196468 140732194627056 139716779940176 139717308929947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12615] ppid=12601 vsize=14090948 memory=3460 CPUtime=0.97 cores=0,2,4,6
/proc/12604/task/12615/stat : 12615 (java) S 12601 12604 11932 0 -1 1077944384 5280 0 0 0 97 0 0 0 20 0 15 0 243894546 14429130752 71268 33554432000 4194304 4196468 140732194627056 139716778887536 139717308922498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12616] ppid=12601 vsize=14090948 memory=66332 CPUtime=1.15 cores=0,2,4,6
/proc/12604/task/12616/stat : 12616 (java) S 12601 12604 11932 0 -1 1077944384 3841 0 0 0 114 1 0 0 20 0 15 0 243894546 14429130752 71268 33554432000 4194304 4196468 140732194627056 139716777834736 139717308922498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12617] ppid=12601 vsize=14090948 memory=2148 CPUtime=0.77 cores=0,2,4,6
/proc/12604/task/12617/stat : 12617 (java) S 12601 12604 11932 0 -1 1077944384 7663 0 0 0 76 1 0 0 20 0 15 0 243894546 14429130752 71268 33554432000 4194304 4196468 140732194627056 139716776781936 139717308922498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12618] ppid=12601 vsize=14090948 memory=285072 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12618/stat : 12618 (java) S 12601 12604 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243894546 14429130752 71268 33554432000 4194304 4196468 140732194627056 139716775729376 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12619] ppid=12601 vsize=14090948 memory=3920 CPUtime=1.04 cores=0,2,4,6
/proc/12604/task/12619/stat : 12619 (java) S 12601 12604 11932 0 -1 1077944384 1043 0 0 0 49 55 0 0 20 0 15 0 243894546 14429130752 71268 33554432000 4194304 4196468 140732194627056 139716774677680 139717308922498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 46 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
Current children cumulated CPU time: 2400.28 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 285072 KiB

[startup+2442.3 s]
/proc/loadavg: 1.08 1.27 1.30 3/215 12771
/proc/meminfo: memFree=23423296/32770624 swapFree=67108368/67108860
[pid=12604] ppid=12601 vsize=14090948 memory=289168 CPUtime=2460.77 cores=0,2,4,6
/proc/12604/stat : 12604 (java) S 12601 12604 11932 0 -1 1077944320 81805 0 0 0 245872 205 0 0 20 0 15 0 243894540 14429130752 72292 33554432000 4194304 4196468 140732194627056 140732194609600 139717308911351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
/proc/12604/statm: 3522737 72292 3579 1 0 3484809 0
[pid=12604/tid=12606] ppid=12601 vsize=14090948 memory=287120 CPUtime=2428.1 cores=0,2,4,6
/proc/12604/task/12606/stat : 12606 (java) R 12601 12604 11932 0 -1 4202560 40913 0 0 0 242787 23 0 0 20 0 15 0 243894541 14429130752 72292 33554432000 4194304 4196468 140732194627056 139717313149744 139716921979491 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12607] ppid=12601 vsize=14090948 memory=287120 CPUtime=5.83 cores=0,2,4,6
/proc/12604/task/12607/stat : 12607 (java) S 12601 12604 11932 0 -1 1077944384 2726 0 0 0 549 34 0 0 20 0 15 0 243894541 14429130752 72292 33554432000 4194304 4196468 140732194627056 139717238999696 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12608] ppid=12601 vsize=14090948 memory=287120 CPUtime=5.85 cores=0,2,4,6
/proc/12604/task/12608/stat : 12608 (java) S 12601 12604 11932 0 -1 1077944384 3513 0 0 0 550 35 0 0 20 0 15 0 243894541 14429130752 72292 33554432000 4194304 4196468 140732194627056 139717237946896 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12609] ppid=12601 vsize=14090948 memory=287120 CPUtime=5.87 cores=0,2,4,6
/proc/12604/task/12609/stat : 12609 (java) S 12601 12604 11932 0 -1 1077944384 3713 0 0 0 553 34 0 0 20 0 15 0 243894541 14429130752 72292 33554432000 4194304 4196468 140732194627056 139717236894096 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12610] ppid=12601 vsize=14090948 memory=287120 CPUtime=5.84 cores=0,2,4,6
/proc/12604/task/12610/stat : 12610 (java) S 12601 12604 11932 0 -1 1077944384 5351 0 0 0 551 33 0 0 20 0 15 0 243894541 14429130752 72292 33554432000 4194304 4196468 140732194627056 139717235841296 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12611] ppid=12601 vsize=14090948 memory=289168 CPUtime=5.22 cores=0,2,4,6
/proc/12604/task/12611/stat : 12611 (java) S 12601 12604 11932 0 -1 1077944384 6314 0 0 0 485 37 0 0 20 0 15 0 243894543 14429130752 72292 33554432000 4194304 4196468 140732194627056 139716783098736 139717308922498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12612] ppid=12601 vsize=14090948 memory=3684 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12612/stat : 12612 (java) S 12601 12604 11932 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 243894543 14429130752 72292 33554432000 4194304 4196468 140732194627056 139716782044768 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12613] ppid=12601 vsize=14090948 memory=66332 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12613/stat : 12613 (java) S 12601 12604 11932 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 243894544 14429130752 72292 33554432000 4194304 4196468 140732194627056 139716780991872 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12614] ppid=12601 vsize=14090948 memory=287120 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12614/stat : 12614 (java) S 12601 12604 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243894546 14429130752 72292 33554432000 4194304 4196468 140732194627056 139716779940176 139717308929947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12615] ppid=12601 vsize=14090948 memory=287120 CPUtime=0.97 cores=0,2,4,6
/proc/12604/task/12615/stat : 12615 (java) S 12601 12604 11932 0 -1 1077944384 5282 0 0 0 97 0 0 0 20 0 15 0 243894546 14429130752 72292 33554432000 4194304 4196468 140732194627056 139716778887536 139717308922498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12616] ppid=12601 vsize=14090948 memory=287120 CPUtime=1.15 cores=0,2,4,6
/proc/12604/task/12616/stat : 12616 (java) S 12601 12604 11932 0 -1 1077944384 3843 0 0 0 114 1 0 0 20 0 15 0 243894546 14429130752 72292 33554432000 4194304 4196468 140732194627056 139716777834736 139717308922498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12617] ppid=12601 vsize=14090948 memory=3684 CPUtime=0.77 cores=0,2,4,6
/proc/12604/task/12617/stat : 12617 (java) S 12601 12604 11932 0 -1 1077944384 7665 0 0 0 76 1 0 0 20 0 15 0 243894546 14429130752 72292 33554432000 4194304 4196468 140732194627056 139716776781936 139717308922498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12618] ppid=12601 vsize=14090948 memory=287120 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12618/stat : 12618 (java) S 12601 12604 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243894546 14429130752 72292 33554432000 4194304 4196468 140732194627056 139716775729376 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12619] ppid=12601 vsize=14090948 memory=1764 CPUtime=1.07 cores=0,2,4,6
/proc/12604/task/12619/stat : 12619 (java) S 12601 12604 11932 0 -1 1077944384 1058 0 0 0 50 57 0 0 20 0 15 0 243894546 14429130752 72292 33554432000 4194304 4196468 140732194627056 139716774677680 139717308922498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 46 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
Current children cumulated CPU time: 2460.77 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 289168 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2501.11 s]
/proc/loadavg: 1.17 1.28 1.31 3/215 12772
/proc/meminfo: memFree=23418764/32770624 swapFree=67108368/67108860
[pid=12604] ppid=12601 vsize=14090948 memory=291236 CPUtime=2520.03 cores=0,2,4,6
/proc/12604/stat : 12604 (java) S 12601 12604 11932 0 -1 1077944320 82874 0 0 0 251794 209 0 0 20 0 15 0 243894540 14429130752 72809 33554432000 4194304 4196468 140732194627056 140732194609600 139717308911351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
/proc/12604/statm: 3522737 72809 3579 1 0 3484809 0
[pid=12604/tid=12606] ppid=12601 vsize=14090948 memory=291236 CPUtime=2486.52 cores=0,2,4,6
/proc/12604/task/12606/stat : 12606 (java) R 12601 12604 11932 0 -1 4202560 41461 0 0 0 248629 23 0 0 20 0 15 0 243894541 14429130752 72809 33554432000 4194304 4196468 140732194627056 139717313149600 139716922525394 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12607] ppid=12601 vsize=14090948 memory=291236 CPUtime=6 cores=0,2,4,6
/proc/12604/task/12607/stat : 12607 (java) S 12601 12604 11932 0 -1 1077944384 2801 0 0 0 566 34 0 0 20 0 15 0 243894541 14429130752 72809 33554432000 4194304 4196468 140732194627056 139717238999696 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12608] ppid=12601 vsize=14090948 memory=289188 CPUtime=6.02 cores=0,2,4,6
/proc/12604/task/12608/stat : 12608 (java) S 12601 12604 11932 0 -1 1077944384 3633 0 0 0 567 35 0 0 20 0 15 0 243894541 14429130752 72809 33554432000 4194304 4196468 140732194627056 139717237946896 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12609] ppid=12601 vsize=14090948 memory=289168 CPUtime=6.04 cores=0,2,4,6
/proc/12604/task/12609/stat : 12609 (java) S 12601 12604 11932 0 -1 1077944384 3735 0 0 0 570 34 0 0 20 0 15 0 243894541 14429130752 72809 33554432000 4194304 4196468 140732194627056 139717236894096 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12610] ppid=12601 vsize=14090948 memory=289188 CPUtime=6.02 cores=0,2,4,6
/proc/12604/task/12610/stat : 12610 (java) S 12601 12604 11932 0 -1 1077944384 5462 0 0 0 568 34 0 0 20 0 15 0 243894541 14429130752 72809 33554432000 4194304 4196468 140732194627056 139717235841296 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12611] ppid=12601 vsize=14090948 memory=289188 CPUtime=5.35 cores=0,2,4,6
/proc/12604/task/12611/stat : 12611 (java) S 12601 12604 11932 0 -1 1077944384 6488 0 0 0 497 38 0 0 20 0 15 0 243894543 14429130752 72809 33554432000 4194304 4196468 140732194627056 139716783098736 139717308922498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12612] ppid=12601 vsize=14090948 memory=289188 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12612/stat : 12612 (java) S 12601 12604 11932 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 243894543 14429130752 72809 33554432000 4194304 4196468 140732194627056 139716782044768 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12613] ppid=12601 vsize=14090948 memory=291236 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12613/stat : 12613 (java) S 12601 12604 11932 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 243894544 14429130752 72809 33554432000 4194304 4196468 140732194627056 139716780991872 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12614] ppid=12601 vsize=14090948 memory=291236 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12614/stat : 12614 (java) S 12601 12604 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243894546 14429130752 72809 33554432000 4194304 4196468 140732194627056 139716779940176 139717308929947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12615] ppid=12601 vsize=14090948 memory=289188 CPUtime=0.97 cores=0,2,4,6
/proc/12604/task/12615/stat : 12615 (java) S 12601 12604 11932 0 -1 1077944384 5284 0 0 0 97 0 0 0 20 0 15 0 243894546 14429130752 72809 33554432000 4194304 4196468 140732194627056 139716778887536 139717308922498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12616] ppid=12601 vsize=14090948 memory=291236 CPUtime=1.15 cores=0,2,4,6
/proc/12604/task/12616/stat : 12616 (java) S 12601 12604 11932 0 -1 1077944384 3845 0 0 0 114 1 0 0 20 0 15 0 243894546 14429130752 72809 33554432000 4194304 4196468 140732194627056 139716777834736 139717308922498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12617] ppid=12601 vsize=14090948 memory=291236 CPUtime=0.77 cores=0,2,4,6
/proc/12604/task/12617/stat : 12617 (java) S 12601 12604 11932 0 -1 1077944384 7667 0 0 0 76 1 0 0 20 0 15 0 243894546 14429130752 72809 33554432000 4194304 4196468 140732194627056 139716776781936 139717308922498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12618] ppid=12601 vsize=14090948 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12618/stat : 12618 (java) S 12601 12604 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243894546 14429130752 72809 33554432000 4194304 4196468 140732194627056 139716775729376 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12619] ppid=12601 vsize=14090948 memory=1764 CPUtime=1.09 cores=0,2,4,6
/proc/12604/task/12619/stat : 12619 (java) S 12601 12604 11932 0 -1 1077944384 1071 0 0 0 51 58 0 0 20 0 15 0 243894546 14429130752 72809 33554432000 4194304 4196468 140732194627056 139716774677680 139717308922498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 46 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 291236 KiB

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

[startup+2501.12 s]
# the end of solver process 12604 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.96 s, system=2.10051 s

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

[startup+2501.11 s]
/proc/loadavg: 1.17 1.28 1.31 3/215 12772
/proc/meminfo: memFree=23418764/32770624 swapFree=67108368/67108860
[pid=12604] ppid=12601 vsize=14090948 memory=291236 CPUtime=2520.03 cores=0,2,4,6
/proc/12604/stat : 12604 (java) S 12601 12604 11932 0 -1 1077944320 82874 0 0 0 251794 209 0 0 20 0 15 0 243894540 14429130752 72809 33554432000 4194304 4196468 140732194627056 140732194609600 139717308911351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
/proc/12604/statm: 3522737 72809 3579 1 0 3484809 0
[pid=12604/tid=12606] ppid=12601 vsize=14090948 memory=291236 CPUtime=2486.52 cores=0,2,4,6
/proc/12604/task/12606/stat : 12606 (java) R 12601 12604 11932 0 -1 4202560 41461 0 0 0 248629 23 0 0 20 0 15 0 243894541 14429130752 72809 33554432000 4194304 4196468 140732194627056 139717313149600 139716922525394 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12607] ppid=12601 vsize=14090948 memory=291236 CPUtime=6 cores=0,2,4,6
/proc/12604/task/12607/stat : 12607 (java) S 12601 12604 11932 0 -1 1077944384 2801 0 0 0 566 34 0 0 20 0 15 0 243894541 14429130752 72809 33554432000 4194304 4196468 140732194627056 139717238999696 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12608] ppid=12601 vsize=14090948 memory=289188 CPUtime=6.02 cores=0,2,4,6
/proc/12604/task/12608/stat : 12608 (java) S 12601 12604 11932 0 -1 1077944384 3633 0 0 0 567 35 0 0 20 0 15 0 243894541 14429130752 72809 33554432000 4194304 4196468 140732194627056 139717237946896 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12609] ppid=12601 vsize=14090948 memory=289168 CPUtime=6.04 cores=0,2,4,6
/proc/12604/task/12609/stat : 12609 (java) S 12601 12604 11932 0 -1 1077944384 3735 0 0 0 570 34 0 0 20 0 15 0 243894541 14429130752 72809 33554432000 4194304 4196468 140732194627056 139717236894096 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12610] ppid=12601 vsize=14090948 memory=289188 CPUtime=6.02 cores=0,2,4,6
/proc/12604/task/12610/stat : 12610 (java) S 12601 12604 11932 0 -1 1077944384 5462 0 0 0 568 34 0 0 20 0 15 0 243894541 14429130752 72809 33554432000 4194304 4196468 140732194627056 139717235841296 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12611] ppid=12601 vsize=14090948 memory=289188 CPUtime=5.35 cores=0,2,4,6
/proc/12604/task/12611/stat : 12611 (java) S 12601 12604 11932 0 -1 1077944384 6488 0 0 0 497 38 0 0 20 0 15 0 243894543 14429130752 72809 33554432000 4194304 4196468 140732194627056 139716783098736 139717308922498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12612] ppid=12601 vsize=14090948 memory=289188 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12612/stat : 12612 (java) S 12601 12604 11932 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 243894543 14429130752 72809 33554432000 4194304 4196468 140732194627056 139716782044768 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12613] ppid=12601 vsize=14090948 memory=291236 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12613/stat : 12613 (java) S 12601 12604 11932 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 243894544 14429130752 72809 33554432000 4194304 4196468 140732194627056 139716780991872 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12614] ppid=12601 vsize=14090948 memory=291236 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12614/stat : 12614 (java) S 12601 12604 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243894546 14429130752 72809 33554432000 4194304 4196468 140732194627056 139716779940176 139717308929947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12615] ppid=12601 vsize=14090948 memory=289188 CPUtime=0.97 cores=0,2,4,6
/proc/12604/task/12615/stat : 12615 (java) S 12601 12604 11932 0 -1 1077944384 5284 0 0 0 97 0 0 0 20 0 15 0 243894546 14429130752 72809 33554432000 4194304 4196468 140732194627056 139716778887536 139717308922498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12616] ppid=12601 vsize=14090948 memory=291236 CPUtime=1.15 cores=0,2,4,6
/proc/12604/task/12616/stat : 12616 (java) S 12601 12604 11932 0 -1 1077944384 3845 0 0 0 114 1 0 0 20 0 15 0 243894546 14429130752 72809 33554432000 4194304 4196468 140732194627056 139716777834736 139717308922498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12617] ppid=12601 vsize=14090948 memory=291236 CPUtime=0.77 cores=0,2,4,6
/proc/12604/task/12617/stat : 12617 (java) S 12601 12604 11932 0 -1 1077944384 7667 0 0 0 76 1 0 0 20 0 15 0 243894546 14429130752 72809 33554432000 4194304 4196468 140732194627056 139716776781936 139717308922498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12618] ppid=12601 vsize=14090948 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/12604/task/12618/stat : 12618 (java) S 12601 12604 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243894546 14429130752 72809 33554432000 4194304 4196468 140732194627056 139716775729376 139717308921557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
[pid=12604/tid=12619] ppid=12601 vsize=14090948 memory=1764 CPUtime=1.09 cores=0,2,4,6
/proc/12604/task/12619/stat : 12619 (java) S 12601 12604 11932 0 -1 1077944384 1071 0 0 0 51 58 0 0 20 0 15 0 243894546 14429130752 72809 33554432000 4194304 4196468 140732194627056 139716774677680 139717308922498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 46 0 0 6293624 6294260 13991936 140732194628688 140732194628873 140732194628873 140732194631631 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 291236 KiB

Child status: 143
Real time (s): 2501.12
CPU time (s): 2520.06
CPU user time (s): 2517.96
CPU system time (s): 2.10051
CPU usage (%): 100.757
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 291236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.96
system time used= 2.10051
maximum resident set size= 291744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83147
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 203503
involuntary context switches= 7940


# summary of solver processes directly reported to runsolver:
#   pid: 12604
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2517.96
#   total CPU system time (s): 2.10051

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3267 second user time and 22.6936 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-14 18:15:14
IDJOB=4307552
IDBENCH=141452
IDSOLVER=2790
FILE ID=node148/4307552-1534263314
RUNJOBID= node148-1534258053-11963
PBS_JOBID= 21038117
Free space on /tmp= 42612 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-08-14
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-4307552-1534263314/watcher-4307552-1534263314 -o /tmp/evaluation-result-4307552-1534263314/solver-4307552-1534263314 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534258053-11963 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1938500116 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307552-1534263314.xml

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

MD5SUM BENCH= b12b47f7e650fdaeab738d4a819b9f4b
RANDOM SEED=1938500116

node148.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.50
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.50
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.50
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.50
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:        23700020 kB
MemAvailable:   31751612 kB
Buffers:          151424 kB
Cached:          8106236 kB
SwapCached:            4 kB
Active:          4521372 kB
Inactive:        3943592 kB
Active(anon):     160576 kB
Inactive(anon):    98752 kB
Active(file):    4360796 kB
Inactive(file):  3844840 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67108368 kB
Dirty:             36008 kB
Writeback:             4 kB
AnonPages:        214360 kB
Mapped:            67704 kB
Shmem:             49588 kB
Slab:             303640 kB
SReclaimable:     274416 kB
SUnreclaim:        29224 kB
KernelStack:        3600 kB
PageTables:         5632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1210288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 42576 MiB
End job on node148 at 2018-08-14 18:56:55