Trace number 4290734

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.08 2386.22

General information on the benchmark

NameCarSequencing/
CarSequencing-65-01_c18.xml
MD5SUM48ac70ebdae407305a9c210468be8830
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark46.4087
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1389
Number of domains2
Minimum domain size2
Maximum domain size26
Distribution of domain sizes[{"size":2,"count":1000},{"size":26,"count":200}]
Minimum variable degree2
Maximum variable degree61
Distribution of variable degrees[{"degree":2,"count":200},{"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":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":19},{"degree":23,"count":19},{"degree":24,"count":20},{"degree":25,"count":20},{"degree":26,"count":115},"...",{"degree":37,"count":8}, {"degree":38,"count":8}, {"degree":39,"count":8}, {"degree":40,"count":8}, {"degree":41,"count":8}, {"degree":42,"count":8}, {"degree":43,"count":8}, {"degree":44,"count":8}, {"degree":45,"count":8}, {"degree":46,"count":8}, {"degree":47,"count":8}, {"degree":48,"count":8}, {"degree":49,"count":8}, {"degree":50,"count":8}, {"degree":51,"count":9}, {"degree":52,"count":109}, {"degree":53,"count":6}, {"degree":54,"count":6}, {"degree":55,"count":7}, {"degree":56,"count":7}, {"degree":57,"count":45}, {"degree":58,"count":3}, {"degree":59,"count":4}, {"degree":60,"count":4}, {"degree":61,"count":30}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":32,"count":1},{"arity":35,"count":1},{"arity":38,"count":1},{"arity":41,"count":1},{"arity":44,"count":2},{"arity":47,"count":2},{"arity":50,"count":2},{"arity":53,"count":2},{"arity":56,"count":2},{"arity":59,"count":2},{"arity":62,"count":2},{"arity":65,"count":2},{"arity":68,"count":2},{"arity":71,"count":2},{"arity":74,"count":2},{"arity":77,"count":2},{"arity":80,"count":2},{"arity":83,"count":2},{"arity":86,"count":2},{"arity":89,"count":2},{"arity":92,"count":2},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1188},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.55	c version: 2018-07-02
0.66/0.55	c seed: 868127063
0.66/0.56	c timeout: 2400
0.66/0.56	c memlimit: 11000
0.66/0.56	c nbcore: 4
0.66/0.58	c Parsing instance...
3.40/1.63	c Parsing done, starting search...
2400.05/2386.21	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 (9641 MiB free)
  memory of node 1: 16384 MiB (14750 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290734-1532250595/watcher-4290734-1532250595 -o /tmp/evaluation-result-4290734-1532250595/solver-4290734-1532250595 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532226532-30497 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 868127063 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290734-1532250595.xml 

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

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


[startup+0.105726 s]*
/proc/loadavg: 1.80 1.88 1.92 4/216 1374
/proc/meminfo: memFree=24959008/32770624 swapFree=67108852/67108860
[pid=1359] ppid=1356 vsize=14082740 memory=31564 CPUtime=0.12 cores=1,3,5,7
/proc/1359/stat : 1359 (java) S 1356 1359 30465 0 -1 1077944320 6756 0 0 0 11 1 0 0 20 0 15 0 42622679 14420725760 7891 33554432000 4194304 4196468 140724016208112 140724016190656 140496217620215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
/proc/1359/statm: 3520685 7891 3168 1 0 3482761 0
[pid=1359/tid=1361] ppid=1356 vsize=14082740 memory=-8171376296011865461 CPUtime=0.1 cores=1,3,5,7
/proc/1359/task/1361/stat : 1361 (java) R 1356 1359 30465 0 -1 4202560 4961 0 0 0 9 1 0 0 20 0 15 0 42622679 14420725760 8023 33554432000 4194304 4196468 140724016208112 140496221832960 140496209857342 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1362] ppid=1356 vsize=14082740 memory=7948963741541478447 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1362/stat : 1362 (java) S 1356 1359 30465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42622680 14420725760 8023 33554432000 4194304 4196468 140724016208112 140496170240272 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1363] ppid=1356 vsize=14082740 memory=139798107268736 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1363/stat : 1363 (java) S 1356 1359 30465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42622680 14420725760 8023 33554432000 4194304 4196468 140724016208112 140496169187728 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1364] ppid=1356 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1364/stat : 1364 (java) S 1356 1359 30465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42622680 14420725760 8023 33554432000 4194304 4196468 140724016208112 140496168135184 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1365] ppid=1356 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1365/stat : 1365 (java) S 1356 1359 30465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42622680 14420725760 8023 33554432000 4194304 4196468 140724016208112 140496167082640 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1366] ppid=1356 vsize=14082740 memory=139798107268736 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1366/stat : 1366 (java) S 1356 1359 30465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42622681 14420725760 8023 33554432000 4194304 4196468 140724016208112 140495130180080 140496217631362 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1367] ppid=1356 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1367/stat : 1367 (java) S 1356 1359 30465 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42622682 14420725760 8023 33554432000 4194304 4196468 140724016208112 140495129126304 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1368] ppid=1356 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1368/stat : 1368 (java) S 1356 1359 30465 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42622682 14420725760 8089 33554432000 4194304 4196468 140724016208112 140495128073712 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1369] ppid=1356 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1369/stat : 1369 (java) S 1356 1359 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42622684 14420725760 8089 33554432000 4194304 4196468 140724016208112 140495127022288 140496217638811 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1370] ppid=1356 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1370/stat : 1370 (java) S 1356 1359 30465 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 42622684 14420725760 8089 33554432000 4194304 4196468 140724016208112 140495125968880 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1371] ppid=1356 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1371/stat : 1371 (java) S 1356 1359 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42622684 14420725760 8089 33554432000 4194304 4196468 140724016208112 140495124916336 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1372] ppid=1356 vsize=14082740 memory=139798107268736 CPUtime=0.01 cores=1,3,5,7
/proc/1359/task/1372/stat : 1372 (java) S 1356 1359 30465 0 -1 1077944384 267 0 0 0 1 0 0 0 20 0 15 0 42622684 14420725760 8089 33554432000 4194304 4196468 140724016208112 140495123863792 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1373] ppid=1356 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1373/stat : 1373 (java) S 1356 1359 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42622684 14420725760 8089 33554432000 4194304 4196468 140724016208112 140495122811488 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1374] ppid=1356 vsize=14082740 memory=139798107268736 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1374/stat : 1374 (java) S 1356 1359 30465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42622685 14420725760 8089 33554432000 4194304 4196468 140724016208112 140495121759024 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 31564 KiB

[startup+0.213083 s]*
/proc/loadavg: 1.80 1.88 1.92 5/216 1374
/proc/meminfo: memFree=24944248/32770624 swapFree=67108852/67108860
[pid=1359] ppid=1356 vsize=14082740 memory=47336 CPUtime=0.3 cores=1,3,5,7
/proc/1359/stat : 1359 (java) S 1356 1359 30465 0 -1 1077944320 10383 0 0 0 28 2 0 0 20 0 15 0 42622679 14420725760 11834 33554432000 4194304 4196468 140724016208112 140724016190656 140496217620215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
/proc/1359/statm: 3520685 11834 3409 1 0 3482761 0
[pid=1359/tid=1361] ppid=1356 vsize=14082740 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/1359/task/1361/stat : 1361 (java) R 1356 1359 30465 0 -1 4202560 8105 0 0 0 18 1 0 0 20 0 15 0 42622679 14420725760 11834 33554432000 4194304 4196468 140724016208112 140496221851088 140496201826545 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1362] ppid=1356 vsize=14082740 memory=4294967639 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1362/stat : 1362 (java) S 1356 1359 30465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42622680 14420725760 11834 33554432000 4194304 4196468 140724016208112 140496170240272 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1363] ppid=1356 vsize=14082740 memory=139798107292375 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1363/stat : 1363 (java) S 1356 1359 30465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42622680 14420725760 11834 33554432000 4194304 4196468 140724016208112 140496169187728 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1364] ppid=1356 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1364/stat : 1364 (java) S 1356 1359 30465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42622680 14420725760 11834 33554432000 4194304 4196468 140724016208112 140496168135184 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1365] ppid=1356 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1365/stat : 1365 (java) S 1356 1359 30465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42622680 14420725760 11834 33554432000 4194304 4196468 140724016208112 140496167082640 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1366] ppid=1356 vsize=14082740 memory=139798107268736 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1366/stat : 1366 (java) S 1356 1359 30465 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42622681 14420725760 11834 33554432000 4194304 4196468 140724016208112 140495130180080 140496217631362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1367] ppid=1356 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1367/stat : 1367 (java) S 1356 1359 30465 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42622682 14420725760 11834 33554432000 4194304 4196468 140724016208112 140495129126304 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1368] ppid=1356 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1368/stat : 1368 (java) S 1356 1359 30465 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42622682 14420725760 11834 33554432000 4194304 4196468 140724016208112 140495128073712 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1369] ppid=1356 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1369/stat : 1369 (java) S 1356 1359 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42622684 14420725760 11834 33554432000 4194304 4196468 140724016208112 140495127022288 140496217638811 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1370] ppid=1356 vsize=14082740 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1359/task/1370/stat : 1370 (java) S 1356 1359 30465 0 -1 1077944384 406 0 0 0 1 0 0 0 20 0 15 0 42622684 14420725760 11834 33554432000 4194304 4196468 140724016208112 140495125968880 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1371] ppid=1356 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/1359/task/1371/stat : 1371 (java) S 1356 1359 30465 0 -1 1077944384 203 0 0 0 2 0 0 0 20 0 15 0 42622684 14420725760 11834 33554432000 4194304 4196468 140724016208112 140495124916336 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1372] ppid=1356 vsize=14082740 memory=139798107268736 CPUtime=0.05 cores=1,3,5,7
/proc/1359/task/1372/stat : 1372 (java) R 1356 1359 30465 0 -1 1077944384 296 0 0 0 5 0 0 0 20 0 15 0 42622684 14420725760 11834 33554432000 4194304 4196468 140724016208112 140495123858176 140496217630421 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1373] ppid=1356 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1373/stat : 1373 (java) S 1356 1359 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42622684 14420725760 11834 33554432000 4194304 4196468 140724016208112 140495122811488 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1374] ppid=1356 vsize=14082740 memory=139798107268736 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1374/stat : 1374 (java) S 1356 1359 30465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42622685 14420725760 11834 33554432000 4194304 4196468 140724016208112 140495121759024 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47336 KiB

[startup+0.310344 s]*
/proc/loadavg: 1.80 1.88 1.92 3/216 1374
/proc/meminfo: memFree=24941084/32770624 swapFree=67108852/67108860
[pid=1359] ppid=1356 vsize=14082740 memory=50772 CPUtime=0.42 cores=1,3,5,7
/proc/1359/stat : 1359 (java) S 1356 1359 30465 0 -1 1077944320 10771 0 0 0 40 2 0 0 20 0 15 0 42622679 14420725760 12693 33554432000 4194304 4196468 140724016208112 140724016190656 140496217620215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
/proc/1359/statm: 3520685 12693 3412 1 0 3482761 0
[pid=1359/tid=1361] ppid=1356 vsize=14082740 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/1359/task/1361/stat : 1361 (java) R 1356 1359 30465 0 -1 4202560 8455 0 0 0 28 2 0 0 20 0 15 0 42622679 14420725760 12693 33554432000 4194304 4196468 140724016208112 140496221800224 140496202785887 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1362] ppid=1356 vsize=14082740 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1362/stat : 1362 (java) S 1356 1359 30465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42622680 14420725760 12693 33554432000 4194304 4196468 140724016208112 140496170240272 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1363] ppid=1356 vsize=14082740 memory=9076 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1363/stat : 1363 (java) S 1356 1359 30465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42622680 14420725760 12693 33554432000 4194304 4196468 140724016208112 140496169187728 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1364] ppid=1356 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1364/stat : 1364 (java) S 1356 1359 30465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42622680 14420725760 12693 33554432000 4194304 4196468 140724016208112 140496168135184 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1365] ppid=1356 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1365/stat : 1365 (java) S 1356 1359 30465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42622680 14420725760 12693 33554432000 4194304 4196468 140724016208112 140496167082640 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1366] ppid=1356 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1366/stat : 1366 (java) S 1356 1359 30465 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42622681 14420725760 12693 33554432000 4194304 4196468 140724016208112 140495130180080 140496217631362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1367] ppid=1356 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1367/stat : 1367 (java) S 1356 1359 30465 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42622682 14420725760 12693 33554432000 4194304 4196468 140724016208112 140495129126304 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1368] ppid=1356 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1368/stat : 1368 (java) S 1356 1359 30465 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42622682 14420725760 12693 33554432000 4194304 4196468 140724016208112 140495128073712 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1369] ppid=1356 vsize=14082740 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1369/stat : 1369 (java) S 1356 1359 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42622684 14420725760 12693 33554432000 4194304 4196468 140724016208112 140495127022288 140496217638811 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1370] ppid=1356 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1359/task/1370/stat : 1370 (java) S 1356 1359 30465 0 -1 1077944384 417 0 0 0 2 0 0 0 20 0 15 0 42622684 14420725760 12693 33554432000 4194304 4196468 140724016208112 140495125968880 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1371] ppid=1356 vsize=14082740 memory=139797964354575 CPUtime=0.02 cores=1,3,5,7
/proc/1359/task/1371/stat : 1371 (java) S 1356 1359 30465 0 -1 1077944384 203 0 0 0 2 0 0 0 20 0 15 0 42622684 14420725760 12693 33554432000 4194304 4196468 140724016208112 140495124916336 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1372] ppid=1356 vsize=14082740 memory=139798107270006 CPUtime=0.07 cores=1,3,5,7
/proc/1359/task/1372/stat : 1372 (java) S 1356 1359 30465 0 -1 1077944384 315 0 0 0 7 0 0 0 20 0 15 0 42622684 14420725760 12693 33554432000 4194304 4196468 140724016208112 140495123863792 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1373] ppid=1356 vsize=14082740 memory=139797964363695 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1373/stat : 1373 (java) S 1356 1359 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42622684 14420725760 12693 33554432000 4194304 4196468 140724016208112 140495122811488 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1374] ppid=1356 vsize=14082740 memory=279596071667680 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1374/stat : 1374 (java) S 1356 1359 30465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42622685 14420725760 12693 33554432000 4194304 4196468 140724016208112 140495121759024 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50772 KiB

[startup+0.700746 s]
/proc/loadavg: 1.80 1.88 1.92 3/216 1374
/proc/meminfo: memFree=24916528/32770624 swapFree=67108852/67108860
[pid=1359] ppid=1356 vsize=14084808 memory=88888 CPUtime=0.98 cores=1,3,5,7
/proc/1359/stat : 1359 (java) S 1356 1359 30465 0 -1 1077944320 17619 0 0 0 93 5 0 0 20 0 15 0 42622679 14422843392 22222 33554432000 4194304 4196468 140724016208112 140724016190656 140496217620215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
/proc/1359/statm: 3521202 22222 3498 1 0 3483273 0
[pid=1359/tid=1361] ppid=1356 vsize=14084808 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/1359/task/1361/stat : 1361 (java) R 1356 1359 30465 0 -1 4202560 14907 0 0 0 63 4 0 0 20 0 15 0 42622679 14422843392 22222 33554432000 4194304 4196468 140724016208112 140496221844432 140496201700702 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1362] ppid=1356 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1362/stat : 1362 (java) S 1356 1359 30465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42622680 14422843392 22222 33554432000 4194304 4196468 140724016208112 140496170240272 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1363] ppid=1356 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1363/stat : 1363 (java) S 1356 1359 30465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42622680 14422843392 22222 33554432000 4194304 4196468 140724016208112 140496169187728 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1364] ppid=1356 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1364/stat : 1364 (java) S 1356 1359 30465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42622680 14422843392 22222 33554432000 4194304 4196468 140724016208112 140496168135184 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1365] ppid=1356 vsize=14084808 memory=8751464017575360309 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1365/stat : 1365 (java) S 1356 1359 30465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42622680 14422843392 22222 33554432000 4194304 4196468 140724016208112 140496167082640 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1366] ppid=1356 vsize=14084808 memory=7228928657774891088 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1366/stat : 1366 (java) S 1356 1359 30465 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42622681 14422843392 22222 33554432000 4194304 4196468 140724016208112 140495130180080 140496217631362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1367] ppid=1356 vsize=14084808 memory=7308307994231461481 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1367/stat : 1367 (java) S 1356 1359 30465 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42622682 14422843392 22222 33554432000 4194304 4196468 140724016208112 140495129126304 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1368] ppid=1356 vsize=14084808 memory=4638778398332698722 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1368/stat : 1368 (java) S 1356 1359 30465 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42622682 14422843392 22222 33554432000 4194304 4196468 140724016208112 140495128073712 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1369] ppid=1356 vsize=14084808 memory=9047017150487036575 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1369/stat : 1369 (java) S 1356 1359 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42622684 14422843392 22222 33554432000 4194304 4196468 140724016208112 140495127022288 140496217638811 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1370] ppid=1356 vsize=14084808 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/1359/task/1370/stat : 1370 (java) S 1356 1359 30465 0 -1 1077944384 550 0 0 0 5 0 0 0 20 0 15 0 42622684 14422843392 22222 33554432000 4194304 4196468 140724016208112 140495125968880 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1371] ppid=1356 vsize=14084808 memory=10 CPUtime=0.08 cores=1,3,5,7
/proc/1359/task/1371/stat : 1371 (java) S 1356 1359 30465 0 -1 1077944384 372 0 0 0 8 0 0 0 20 0 15 0 42622684 14422843392 22222 33554432000 4194304 4196468 140724016208112 140495124916336 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1372] ppid=1356 vsize=14084808 memory=-2127767602112517918 CPUtime=0.14 cores=1,3,5,7
/proc/1359/task/1372/stat : 1372 (java) S 1356 1359 30465 0 -1 1077944384 410 0 0 0 14 0 0 0 20 0 15 0 42622684 14422843392 22222 33554432000 4194304 4196468 140724016208112 140495123863792 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1373] ppid=1356 vsize=14084808 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1373/stat : 1373 (java) S 1356 1359 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42622684 14422843392 22222 33554432000 4194304 4196468 140724016208112 140495122811488 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1374] ppid=1356 vsize=14084808 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1374/stat : 1374 (java) S 1356 1359 30465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42622685 14422843392 22222 33554432000 4194304 4196468 140724016208112 140495121759024 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88888 KiB

[startup+1.50077 s]
/proc/loadavg: 1.80 1.88 1.92 5/216 1374
/proc/meminfo: memFree=24879988/32770624 swapFree=67108852/67108860
[pid=1359] ppid=1356 vsize=14090952 memory=167760 CPUtime=3.16 cores=1,3,5,7
/proc/1359/stat : 1359 (java) S 1356 1359 30465 0 -1 1077944320 24408 0 0 0 309 7 0 0 20 0 15 0 42622679 14429134848 41940 33554432000 4194304 4196468 140724016208112 140724016190656 140496217620215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
/proc/1359/statm: 3522738 41940 3550 1 0 3484809 0
[pid=1359/tid=1361] ppid=1356 vsize=14090952 memory=1200 CPUtime=1.47 cores=1,3,5,7
/proc/1359/task/1361/stat : 1361 (java) R 1356 1359 30465 0 -1 4202560 17687 0 0 0 142 5 0 0 20 0 15 0 42622679 14429134848 41940 33554432000 4194304 4196468 140724016208112 140496221854320 140496200976974 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1362] ppid=1356 vsize=14090952 memory=4012 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1362/stat : 1362 (java) S 1356 1359 30465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42622680 14429134848 41940 33554432000 4194304 4196468 140724016208112 140496170240272 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1363] ppid=1356 vsize=14090952 memory=2273 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1363/stat : 1363 (java) S 1356 1359 30465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42622680 14429134848 41940 33554432000 4194304 4196468 140724016208112 140496169187728 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1364] ppid=1356 vsize=14090952 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1364/stat : 1364 (java) S 1356 1359 30465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42622680 14429134848 41940 33554432000 4194304 4196468 140724016208112 140496168135184 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1365] ppid=1356 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1365/stat : 1365 (java) S 1356 1359 30465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42622680 14429134848 41940 33554432000 4194304 4196468 140724016208112 140496167082640 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1366] ppid=1356 vsize=14090952 memory=279595928935072 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1366/stat : 1366 (java) S 1356 1359 30465 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 42622681 14429134848 41940 33554432000 4194304 4196468 140724016208112 140495130180080 140496217631362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0

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

/proc/1359/task/1361/stat : 1361 (java) R 1356 1359 30465 0 -1 4202560 31058 0 0 0 225272 15 0 0 20 0 15 0 42622679 14429134848 64224 33554432000 4194304 4196468 140724016208112 140496221858528 140495856449878 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1362] ppid=1356 vsize=14090952 memory=256896 CPUtime=3.76 cores=1,3,5,7
/proc/1359/task/1362/stat : 1362 (java) S 1356 1359 30465 0 -1 1077944384 5205 0 0 0 352 24 0 0 20 0 15 0 42622680 14429134848 64224 33554432000 4194304 4196468 140724016208112 140496170240272 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1363] ppid=1356 vsize=14090952 memory=256896 CPUtime=3.75 cores=1,3,5,7
/proc/1359/task/1363/stat : 1363 (java) S 1356 1359 30465 0 -1 1077944384 6036 0 0 0 351 24 0 0 20 0 15 0 42622680 14429134848 64224 33554432000 4194304 4196468 140724016208112 140496169187728 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1364] ppid=1356 vsize=14090952 memory=256896 CPUtime=3.73 cores=1,3,5,7
/proc/1359/task/1364/stat : 1364 (java) S 1356 1359 30465 0 -1 1077944384 3732 0 0 0 350 23 0 0 20 0 15 0 42622680 14429134848 64224 33554432000 4194304 4196468 140724016208112 140496168135184 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1365] ppid=1356 vsize=14090952 memory=256896 CPUtime=3.75 cores=1,3,5,7
/proc/1359/task/1365/stat : 1365 (java) S 1356 1359 30465 0 -1 1077944384 4844 0 0 0 354 21 0 0 20 0 15 0 42622680 14429134848 64224 33554432000 4194304 4196468 140724016208112 140496167082640 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1366] ppid=1356 vsize=14090952 memory=256896 CPUtime=3.2 cores=1,3,5,7
/proc/1359/task/1366/stat : 1366 (java) S 1356 1359 30465 0 -1 1077944384 4274 0 0 0 297 23 0 0 20 0 15 0 42622681 14429134848 64224 33554432000 4194304 4196468 140724016208112 140495130180080 140496217631362 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1367] ppid=1356 vsize=14090952 memory=256896 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1367/stat : 1367 (java) S 1356 1359 30465 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 42622682 14429134848 64224 33554432000 4194304 4196468 140724016208112 140495129126368 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1368] ppid=1356 vsize=14090952 memory=256896 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1368/stat : 1368 (java) S 1356 1359 30465 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 42622682 14429134848 64224 33554432000 4194304 4196468 140724016208112 140495128073728 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1369] ppid=1356 vsize=14090952 memory=256896 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1369/stat : 1369 (java) S 1356 1359 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42622684 14429134848 64224 33554432000 4194304 4196468 140724016208112 140495127022288 140496217638811 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1370] ppid=1356 vsize=14090952 memory=256896 CPUtime=1.38 cores=1,3,5,7
/proc/1359/task/1370/stat : 1370 (java) S 1356 1359 30465 0 -1 1077944384 5228 0 0 0 137 1 0 0 20 0 15 0 42622684 14429134848 64224 33554432000 4194304 4196468 140724016208112 140495125968880 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1371] ppid=1356 vsize=14090952 memory=256896 CPUtime=1.44 cores=1,3,5,7
/proc/1359/task/1371/stat : 1371 (java) S 1356 1359 30465 0 -1 1077944384 5634 0 0 0 143 1 0 0 20 0 15 0 42622684 14429134848 64224 33554432000 4194304 4196468 140724016208112 140495124916336 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1372] ppid=1356 vsize=14090952 memory=256896 CPUtime=0.86 cores=1,3,5,7
/proc/1359/task/1372/stat : 1372 (java) S 1356 1359 30465 0 -1 1077944384 5110 0 0 0 85 1 0 0 20 0 15 0 42622684 14429134848 64224 33554432000 4194304 4196468 140724016208112 140495123863792 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1373] ppid=1356 vsize=14090952 memory=256896 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1373/stat : 1373 (java) S 1356 1359 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42622684 14429134848 64224 33554432000 4194304 4196468 140724016208112 140495122811488 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1374] ppid=1356 vsize=14090952 memory=6935054825532540783 CPUtime=0.71 cores=1,3,5,7
/proc/1359/task/1374/stat : 1374 (java) S 1356 1359 30465 0 -1 1077944384 1015 0 0 0 34 37 0 0 20 0 15 0 42622685 14429134848 64224 33554432000 4194304 4196468 140724016208112 140495121759024 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
Current children cumulated CPU time: 2275.54 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 256896 KiB

[startup+2322.3 s]
/proc/loadavg: 1.59 1.35 1.36 3/215 1524
/proc/meminfo: memFree=24500716/32770624 swapFree=67108852/67108860
[pid=1359] ppid=1356 vsize=14090952 memory=258944 CPUtime=2335.84 cores=1,3,5,7
/proc/1359/stat : 1359 (java) S 1356 1359 30465 0 -1 1077944320 74176 0 0 0 233439 145 0 0 20 0 15 0 42622679 14429134848 64736 33554432000 4194304 4196468 140724016208112 140724016190656 140496217620215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
/proc/1359/statm: 3522738 64736 3587 1 0 3484809 0
[pid=1359/tid=1361] ppid=1356 vsize=14090952 memory=258944 CPUtime=2312.57 cores=1,3,5,7
/proc/1359/task/1361/stat : 1361 (java) R 1356 1359 30465 0 -1 4202560 31397 0 0 0 231242 15 0 0 20 0 15 0 42622679 14429134848 64736 33554432000 4194304 4196468 140724016208112 140496221858624 140495847244205 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1362] ppid=1356 vsize=14090952 memory=258944 CPUtime=3.88 cores=1,3,5,7
/proc/1359/task/1362/stat : 1362 (java) S 1356 1359 30465 0 -1 1077944384 5251 0 0 0 363 25 0 0 20 0 15 0 42622680 14429134848 64736 33554432000 4194304 4196468 140724016208112 140496170240272 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1363] ppid=1356 vsize=14090952 memory=258944 CPUtime=3.87 cores=1,3,5,7
/proc/1359/task/1363/stat : 1363 (java) S 1356 1359 30465 0 -1 1077944384 6105 0 0 0 362 25 0 0 20 0 15 0 42622680 14429134848 64736 33554432000 4194304 4196468 140724016208112 140496169187728 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1364] ppid=1356 vsize=14090952 memory=258944 CPUtime=3.84 cores=1,3,5,7
/proc/1359/task/1364/stat : 1364 (java) S 1356 1359 30465 0 -1 1077944384 3829 0 0 0 361 23 0 0 20 0 15 0 42622680 14429134848 64736 33554432000 4194304 4196468 140724016208112 140496168135184 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1365] ppid=1356 vsize=14090952 memory=279595929287344 CPUtime=3.86 cores=1,3,5,7
/proc/1359/task/1365/stat : 1365 (java) S 1356 1359 30465 0 -1 1077944384 4862 0 0 0 364 22 0 0 20 0 15 0 42622680 14429134848 64736 33554432000 4194304 4196468 140724016208112 140496167082640 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1366] ppid=1356 vsize=14090952 memory=258944 CPUtime=3.29 cores=1,3,5,7
/proc/1359/task/1366/stat : 1366 (java) S 1356 1359 30465 0 -1 1077944384 4294 0 0 0 306 23 0 0 20 0 15 0 42622681 14429134848 64736 33554432000 4194304 4196468 140724016208112 140495130180080 140496217631362 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1367] ppid=1356 vsize=14090952 memory=258944 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1367/stat : 1367 (java) S 1356 1359 30465 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 42622682 14429134848 64736 33554432000 4194304 4196468 140724016208112 140495129126368 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1368] ppid=1356 vsize=14090952 memory=256896 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1368/stat : 1368 (java) S 1356 1359 30465 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 42622682 14429134848 64736 33554432000 4194304 4196468 140724016208112 140495128073728 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1369] ppid=1356 vsize=14090952 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1369/stat : 1369 (java) S 1356 1359 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42622684 14429134848 64736 33554432000 4194304 4196468 140724016208112 140495127022288 140496217638811 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1370] ppid=1356 vsize=14090952 memory=258944 CPUtime=1.38 cores=1,3,5,7
/proc/1359/task/1370/stat : 1370 (java) S 1356 1359 30465 0 -1 1077944384 5230 0 0 0 137 1 0 0 20 0 15 0 42622684 14429134848 64736 33554432000 4194304 4196468 140724016208112 140495125968880 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1371] ppid=1356 vsize=14090952 memory=258944 CPUtime=1.44 cores=1,3,5,7
/proc/1359/task/1371/stat : 1371 (java) S 1356 1359 30465 0 -1 1077944384 5636 0 0 0 143 1 0 0 20 0 15 0 42622684 14429134848 64736 33554432000 4194304 4196468 140724016208112 140495124916336 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1372] ppid=1356 vsize=14090952 memory=8112282956445269571 CPUtime=0.86 cores=1,3,5,7
/proc/1359/task/1372/stat : 1372 (java) S 1356 1359 30465 0 -1 1077944384 5112 0 0 0 85 1 0 0 20 0 15 0 42622684 14429134848 64736 33554432000 4194304 4196468 140724016208112 140495123863792 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1373] ppid=1356 vsize=14090952 memory=956 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1373/stat : 1373 (java) S 1356 1359 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42622684 14429134848 64736 33554432000 4194304 4196468 140724016208112 140495122811488 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1374] ppid=1356 vsize=14090952 memory=258944 CPUtime=0.73 cores=1,3,5,7
/proc/1359/task/1374/stat : 1374 (java) S 1356 1359 30465 0 -1 1077944384 1021 0 0 0 35 38 0 0 20 0 15 0 42622685 14429134848 64736 33554432000 4194304 4196468 140724016208112 140495121759024 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
Current children cumulated CPU time: 2335.84 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 258944 KiB

[startup+2382.3 s]
/proc/loadavg: 1.64 1.41 1.38 3/215 1525
/proc/meminfo: memFree=24494000/32770624 swapFree=67108852/67108860
[pid=1359] ppid=1356 vsize=14090952 memory=260992 CPUtime=2396.13 cores=1,3,5,7
/proc/1359/stat : 1359 (java) S 1356 1359 30465 0 -1 1077944320 74951 0 0 0 239463 150 0 0 20 0 15 0 42622679 14429134848 65248 33554432000 4194304 4196468 140724016208112 140724016190656 140496217620215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
/proc/1359/statm: 3522738 65248 3587 1 0 3484809 0
[pid=1359/tid=1361] ppid=1356 vsize=14090952 memory=260992 CPUtime=2372.28 cores=1,3,5,7
/proc/1359/task/1361/stat : 1361 (java) R 1356 1359 30465 0 -1 4202560 31703 0 0 0 237213 15 0 0 20 0 15 0 42622679 14429134848 65248 33554432000 4194304 4196468 140724016208112 140496221858336 140495855367201 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1362] ppid=1356 vsize=14090952 memory=260992 CPUtime=3.99 cores=1,3,5,7
/proc/1359/task/1362/stat : 1362 (java) S 1356 1359 30465 0 -1 1077944384 5326 0 0 0 374 25 0 0 20 0 15 0 42622680 14429134848 65248 33554432000 4194304 4196468 140724016208112 140496170240272 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1363] ppid=1356 vsize=14090952 memory=260992 CPUtime=3.99 cores=1,3,5,7
/proc/1359/task/1363/stat : 1363 (java) S 1356 1359 30465 0 -1 1077944384 6262 0 0 0 373 26 0 0 20 0 15 0 42622680 14429134848 65248 33554432000 4194304 4196468 140724016208112 140496169187728 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1364] ppid=1356 vsize=14090952 memory=260992 CPUtime=3.97 cores=1,3,5,7
/proc/1359/task/1364/stat : 1364 (java) S 1356 1359 30465 0 -1 1077944384 3835 0 0 0 373 24 0 0 20 0 15 0 42622680 14429134848 65248 33554432000 4194304 4196468 140724016208112 140496168135184 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1365] ppid=1356 vsize=14090952 memory=260992 CPUtime=3.98 cores=1,3,5,7
/proc/1359/task/1365/stat : 1365 (java) S 1356 1359 30465 0 -1 1077944384 4919 0 0 0 375 23 0 0 20 0 15 0 42622680 14429134848 65248 33554432000 4194304 4196468 140724016208112 140496167082640 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1366] ppid=1356 vsize=14090952 memory=258944 CPUtime=3.38 cores=1,3,5,7
/proc/1359/task/1366/stat : 1366 (java) S 1356 1359 30465 0 -1 1077944384 4455 0 0 0 313 25 0 0 20 0 15 0 42622681 14429134848 65248 33554432000 4194304 4196468 140724016208112 140495130180080 140496217631362 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1367] ppid=1356 vsize=14090952 memory=260992 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1367/stat : 1367 (java) S 1356 1359 30465 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 42622682 14429134848 65248 33554432000 4194304 4196468 140724016208112 140495129126368 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1368] ppid=1356 vsize=14090952 memory=-8958613284830729813 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1368/stat : 1368 (java) S 1356 1359 30465 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 42622682 14429134848 65248 33554432000 4194304 4196468 140724016208112 140495128073728 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1369] ppid=1356 vsize=14090952 memory=-7016163378495576943 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1369/stat : 1369 (java) S 1356 1359 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42622684 14429134848 65248 33554432000 4194304 4196468 140724016208112 140495127022288 140496217638811 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1370] ppid=1356 vsize=14090952 memory=258944 CPUtime=1.38 cores=1,3,5,7
/proc/1359/task/1370/stat : 1370 (java) S 1356 1359 30465 0 -1 1077944384 5230 0 0 0 137 1 0 0 20 0 15 0 42622684 14429134848 65248 33554432000 4194304 4196468 140724016208112 140495125968880 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1371] ppid=1356 vsize=14090952 memory=258944 CPUtime=1.44 cores=1,3,5,7
/proc/1359/task/1371/stat : 1371 (java) S 1356 1359 30465 0 -1 1077944384 5636 0 0 0 143 1 0 0 20 0 15 0 42622684 14429134848 65248 33554432000 4194304 4196468 140724016208112 140495124916336 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1372] ppid=1356 vsize=14090952 memory=4012 CPUtime=0.86 cores=1,3,5,7
/proc/1359/task/1372/stat : 1372 (java) S 1356 1359 30465 0 -1 1077944384 5112 0 0 0 85 1 0 0 20 0 15 0 42622684 14429134848 65248 33554432000 4194304 4196468 140724016208112 140495123863792 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1373] ppid=1356 vsize=14090952 memory=14668 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1373/stat : 1373 (java) S 1356 1359 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42622684 14429134848 65248 33554432000 4194304 4196468 140724016208112 140495122811488 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1374] ppid=1356 vsize=14090952 memory=260992 CPUtime=0.76 cores=1,3,5,7
/proc/1359/task/1374/stat : 1374 (java) S 1356 1359 30465 0 -1 1077944384 1034 0 0 0 36 40 0 0 20 0 15 0 42622685 14429134848 65248 33554432000 4194304 4196468 140724016208112 140495121759024 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 36 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
Current children cumulated CPU time: 2396.13 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 260992 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2386.2 s]
/proc/loadavg: 1.67 1.42 1.38 4/215 1525
/proc/meminfo: memFree=24494124/32770624 swapFree=67108852/67108860
[pid=1359] ppid=1356 vsize=14090952 memory=260992 CPUtime=2400.05 cores=1,3,5,7
/proc/1359/stat : 1359 (java) S 1356 1359 30465 0 -1 1077944320 74973 0 0 0 239855 150 0 0 20 0 15 0 42622679 14429134848 65248 33554432000 4194304 4196468 140724016208112 140724016190656 140496217620215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
/proc/1359/statm: 3522738 65248 3587 1 0 3484809 0
[pid=1359/tid=1361] ppid=1356 vsize=14090952 memory=7524503900901105746 CPUtime=2376.16 cores=1,3,5,7
/proc/1359/task/1361/stat : 1361 (java) R 1356 1359 30465 0 -1 4202560 31713 0 0 0 237601 15 0 0 20 0 15 0 42622679 14429134848 65248 33554432000 4194304 4196468 140724016208112 140496221858352 140495855880409 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1362] ppid=1356 vsize=14090952 memory=7524503900901105746 CPUtime=4 cores=1,3,5,7
/proc/1359/task/1362/stat : 1362 (java) S 1356 1359 30465 0 -1 1077944384 5331 0 0 0 375 25 0 0 20 0 15 0 42622680 14429134848 65248 33554432000 4194304 4196468 140724016208112 140496170240272 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1363] ppid=1356 vsize=14090952 memory=7164208199687561574 CPUtime=4 cores=1,3,5,7
/proc/1359/task/1363/stat : 1363 (java) S 1356 1359 30465 0 -1 1077944384 6265 0 0 0 374 26 0 0 20 0 15 0 42622680 14429134848 65248 33554432000 4194304 4196468 140724016208112 140496169187728 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1364] ppid=1356 vsize=14090952 memory=7379264887054690410 CPUtime=3.97 cores=1,3,5,7
/proc/1359/task/1364/stat : 1364 (java) S 1356 1359 30465 0 -1 1077944384 3835 0 0 0 373 24 0 0 20 0 15 0 42622680 14429134848 65248 33554432000 4194304 4196468 140724016208112 140496168135184 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1365] ppid=1356 vsize=14090952 memory=7379264887054690410 CPUtime=3.99 cores=1,3,5,7
/proc/1359/task/1365/stat : 1365 (java) S 1356 1359 30465 0 -1 1077944384 4919 0 0 0 376 23 0 0 20 0 15 0 42622680 14429134848 65248 33554432000 4194304 4196468 140724016208112 140496167082640 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1366] ppid=1356 vsize=14090952 memory=7379264887054690410 CPUtime=3.39 cores=1,3,5,7
/proc/1359/task/1366/stat : 1366 (java) S 1356 1359 30465 0 -1 1077944384 4457 0 0 0 314 25 0 0 20 0 15 0 42622681 14429134848 65248 33554432000 4194304 4196468 140724016208112 140495130180080 140496217631362 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1367] ppid=1356 vsize=14090952 memory=7379264887054690410 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1367/stat : 1367 (java) S 1356 1359 30465 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 42622682 14429134848 65248 33554432000 4194304 4196468 140724016208112 140495129126368 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1368] ppid=1356 vsize=14090952 memory=5866057693271582826 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1368/stat : 1368 (java) S 1356 1359 30465 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 42622682 14429134848 65248 33554432000 4194304 4196468 140724016208112 140495128073728 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1369] ppid=1356 vsize=14090952 memory=5866057693271582826 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1369/stat : 1369 (java) S 1356 1359 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42622684 14429134848 65248 33554432000 4194304 4196468 140724016208112 140495127022288 140496217638811 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1370] ppid=1356 vsize=14090952 memory=7444846473770919528 CPUtime=1.38 cores=1,3,5,7
/proc/1359/task/1370/stat : 1370 (java) S 1356 1359 30465 0 -1 1077944384 5230 0 0 0 137 1 0 0 20 0 15 0 42622684 14429134848 65248 33554432000 4194304 4196468 140724016208112 140495125968880 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1371] ppid=1356 vsize=14090952 memory=8027218191675058280 CPUtime=1.44 cores=1,3,5,7
/proc/1359/task/1371/stat : 1371 (java) S 1356 1359 30465 0 -1 1077944384 5636 0 0 0 143 1 0 0 20 0 15 0 42622684 14429134848 65248 33554432000 4194304 4196468 140724016208112 140495124916336 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1372] ppid=1356 vsize=14090952 memory=8027218191675058280 CPUtime=0.86 cores=1,3,5,7
/proc/1359/task/1372/stat : 1372 (java) S 1356 1359 30465 0 -1 1077944384 5112 0 0 0 85 1 0 0 20 0 15 0 42622684 14429134848 65248 33554432000 4194304 4196468 140724016208112 140495123863792 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1373] ppid=1356 vsize=14090952 memory=7237115724854024296 CPUtime=0 cores=1,3,5,7
/proc/1359/task/1373/stat : 1373 (java) S 1356 1359 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42622684 14429134848 65248 33554432000 4194304 4196468 140724016208112 140495122811488 140496217630421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
[pid=1359/tid=1374] ppid=1356 vsize=14090952 memory=301741373374332954 CPUtime=0.76 cores=1,3,5,7
/proc/1359/task/1374/stat : 1374 (java) S 1356 1359 30465 0 -1 1077944384 1036 0 0 0 36 40 0 0 20 0 15 0 42622685 14429134848 65248 33554432000 4194304 4196468 140724016208112 140495121759024 140496217631362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 19468288 140724016215121 140724016215305 140724016215305 140724016218063 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 260992 KiB

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

[startup+2386.22 s]
# the end of solver process 1359 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.57 s, system=1.50493 s

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

Child status: 143
Real time (s): 2386.22
CPU time (s): 2400.08
CPU user time (s): 2398.57
CPU system time (s): 1.50493
CPU usage (%): 100.581
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 269664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.57
system time used= 1.50493
maximum resident set size= 269672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75233
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 142743
involuntary context switches= 5070


# summary of solver processes directly reported to runsolver:
#   pid: 1359
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2398.57
#   total CPU system time (s): 1.50493

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.833 second user time and 18.9973 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-22 11:09:55
IDJOB=4290734
IDBENCH=141453
IDSOLVER=2744
FILE ID=node148/4290734-1532250595
RUNJOBID= node148-1532226532-30497
PBS_JOBID= 21018951
Free space on /tmp= 51956 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-07-02
BENCH NAME= XCSP18/CarSequencing/CarSequencing-65-01_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-4290734-1532250595/watcher-4290734-1532250595 -o /tmp/evaluation-result-4290734-1532250595/solver-4290734-1532250595 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532226532-30497 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 868127063 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290734-1532250595.xml

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

MD5SUM BENCH= 48ac70ebdae407305a9c210468be8830
RANDOM SEED=868127063

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:        24977724 kB
MemAvailable:   31774812 kB
Buffers:          145136 kB
Cached:          6835972 kB
SwapCached:            8 kB
Active:          1370780 kB
Inactive:        5828636 kB
Active(anon):     172064 kB
Inactive(anon):    66132 kB
Active(file):    1198716 kB
Inactive(file):  5762504 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             35740 kB
Writeback:             0 kB
AnonPages:        266344 kB
Mapped:            49020 kB
Shmem:             17024 kB
Slab:             292232 kB
SReclaimable:     264328 kB
SUnreclaim:        27904 kB
KernelStack:        3824 kB
PageTables:         5896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1180556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    129024 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= 51924 MiB
End job on node148 at 2018-07-22 11:49:42