Trace number 4272980

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - ALNS 2017-07-26? (TO) 2520.1299 2477.04

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-6.xml
MD5SUM783c5eb4c347368f8a2e1c7f079a0df0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1094
Best CPU time to get the best result obtained on this benchmark3537.1001
Satisfiable
(Un)Satisfiability was proved
Number of variables28770
Number of constraints1392
Number of domains20
Minimum domain size2
Maximum domain size160
Distribution of domain sizes[{"size":2,"count":1370},{"size":8,"count":1370},{"size":12,"count":1370},{"size":36,"count":2740},{"size":42,"count":1370},{"size":75,"count":1370},{"size":79,"count":1370},{"size":93,"count":1370},{"size":110,"count":1370},{"size":117,"count":1370},{"size":121,"count":1370},{"size":123,"count":1370},{"size":126,"count":1370},{"size":139,"count":1370},{"size":141,"count":1370},{"size":142,"count":1370},{"size":149,"count":1370},{"size":153,"count":1370},{"size":158,"count":1370},{"size":160,"count":1370}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":28770}]
Minimum constraint arity21
Maximum constraint arity27400
Distribution of constraint arities[{"arity":21,"count":1370},{"arity":1370,"count":21},{"arity":27400,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":1390}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.27/0.96	c version: 2017-07-26
0.27/0.96	c seed: 353034671
0.27/0.96	c timeout: 2520
0.27/0.96	c memlimit: 11000
0.27/0.96	c nbcore: 4
0.27/0.98	c Parsing instance...
4.97/2.54	c Parsing done, starting search...
2520.08/2477.01	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 (14979 MiB free)
  memory of node 1: 16384 MiB (14841 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272980-1502824931/watcher-4272980-1502824931 -o /tmp/evaluation-result-4272980-1502824931/solver-4272980-1502824931 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502806776-30867 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 353034671 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4272980-1502824931.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=740, runsolver pid=737

[startup+0.10011 s]*
/proc/loadavg: 1.38 1.40 1.41 3/196 742
/proc/meminfo: memFree=30533340/32770624 swapFree=67108860/67108860
[pid=740] ppid=737 vsize=105164 memory=5196 CPUtime=0 cores=0,2,4,6
/proc/740/stat : 740 (java) S 737 740 17093 0 -1 1077944320 1579 0 0 0 0 0 0 0 20 0 2 0 84686357 107687936 1299 18446744073709551615 4194304 4196468 140732731397648 140732731380192 139803240648439 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
/proc/740/statm: 26291 1299 973 1 0 16808 0
[pid=740/tid=742] ppid=737 vsize=105164 memory=8390339637985935414 CPUtime=0 cores=0,2,4,6
/proc/740/task/742/stat : 742 (java) D 737 740 17093 0 -1 4202560 268 0 0 0 0 0 0 0 20 0 2 0 84686367 107687936 1299 18446744073709551615 4194304 4196468 140732731397648 139803244890416 139803233139605 0 0 1 16784584 18446744072099675269 0 0 -1 2 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 105164 KiB
Current children cumulated memory: 5196 KiB

[startup+0.209493 s]*
/proc/loadavg: 1.38 1.40 1.41 2/196 742
/proc/meminfo: memFree=30537380/32770624 swapFree=67108860/67108860
[pid=740] ppid=737 vsize=105164 memory=5196 CPUtime=0 cores=0,2,4,6
/proc/740/stat : 740 (java) S 737 740 17093 0 -1 1077944320 1579 0 0 0 0 0 0 0 20 0 2 0 84686357 107687936 1299 18446744073709551615 4194304 4196468 140732731397648 140732731380192 139803240648439 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
/proc/740/statm: 26291 1299 973 1 0 16808 0
[pid=740/tid=742] ppid=737 vsize=105164 memory=8390339637985935414 CPUtime=0 cores=0,2,4,6
/proc/740/task/742/stat : 742 (java) D 737 740 17093 0 -1 4202560 268 0 0 0 0 0 0 0 20 0 2 0 84686367 107687936 1299 18446744073709551615 4194304 4196468 140732731397648 139803244890416 139803233139605 0 0 1 16784584 18446744072099675269 0 0 -1 2 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 105164 KiB
Current children cumulated memory: 5196 KiB

[startup+0.30922 s]*
/proc/loadavg: 1.38 1.40 1.41 2/196 742
/proc/meminfo: memFree=30537604/32770624 swapFree=67108860/67108860
[pid=740] ppid=737 vsize=105164 memory=5196 CPUtime=0 cores=0,2,4,6
/proc/740/stat : 740 (java) S 737 740 17093 0 -1 1077944320 1579 0 0 0 0 0 0 0 20 0 2 0 84686357 107687936 1299 18446744073709551615 4194304 4196468 140732731397648 140732731380192 139803240648439 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
/proc/740/statm: 26291 1299 973 1 0 16808 0
[pid=740/tid=742] ppid=737 vsize=105164 memory=1398720917958146503 CPUtime=0 cores=0,2,4,6
/proc/740/task/742/stat : 742 (java) D 737 740 17093 0 -1 4202560 268 0 0 0 0 0 0 0 20 0 2 0 84686367 107687936 1299 18446744073709551615 4194304 4196468 140732731397648 139803244890416 139803233139605 0 0 1 16784584 18446744072099675269 0 0 -1 2 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 105164 KiB
Current children cumulated memory: 5196 KiB

[startup+0.700432 s]
/proc/loadavg: 1.38 1.40 1.41 2/196 742
/proc/meminfo: memFree=30506940/32770624 swapFree=67108860/67108860
[pid=740] ppid=737 vsize=13573664 memory=19008 CPUtime=0.03 cores=0,2,4,6
/proc/740/stat : 740 (java) S 737 740 17093 0 -1 1077944320 4114 0 0 0 3 0 0 0 20 0 9 0 84686357 13899431936 4752 18446744073709551615 4194304 4196468 140732731397648 140732731380192 139803240648439 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
/proc/740/statm: 3393416 4752 2107 1 0 3382913 0
[pid=740/tid=742] ppid=737 vsize=13573664 memory=2420 CPUtime=0.02 cores=0,2,4,6
/proc/740/task/742/stat : 742 (java) R 737 740 17093 0 -1 4202560 2748 0 0 0 2 0 0 0 20 0 9 0 84686367 13899431936 4752 18446744073709551615 4194304 4196468 140732731397648 139803244884168 139803226716558 0 4 1 16784584 0 0 0 -1 4 0 0 56 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13573664 KiB
Current children cumulated memory: 19008 KiB

[startup+1.50109 s]
/proc/loadavg: 1.43 1.41 1.41 4/209 755
/proc/meminfo: memFree=30475808/32770624 swapFree=67108860/67108860
[pid=740] ppid=737 vsize=13977988 memory=114108 CPUtime=1.9 cores=0,2,4,6
/proc/740/stat : 740 (java) S 737 740 17093 0 -1 1077944320 17072 0 0 0 185 5 0 0 20 0 15 0 84686357 14313459712 28527 18446744073709551615 4194304 4196468 140732731397648 140732731380192 139803240648439 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
/proc/740/statm: 3494497 28527 3757 1 0 3483271 0
[pid=740/tid=742] ppid=737 vsize=13977988 memory=281001188299792 CPUtime=0.78 cores=0,2,4,6
/proc/740/task/742/stat : 742 (java) R 737 740 17093 0 -1 4202560 10480 0 0 0 75 3 0 0 20 0 15 0 84686367 14313459712 28527 18446744073709551615 4194304 4196468 140732731397648 139803244882528 139803240669786 0 4 1 16800974 0 0 0 -1 2 0 0 60 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=743] ppid=737 vsize=13977988 memory=281001188256792 CPUtime=0 cores=0,2,4,6
/proc/740/task/743/stat : 743 (java) S 737 740 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 84686424 14313459712 28527 18446744073709551615 4194304 4196468 140732731397648 139803201546896 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=744] ppid=737 vsize=13977988 memory=21 CPUtime=0 cores=0,2,4,6
/proc/740/task/744/stat : 744 (java) S 737 740 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 84686424 14313459712 28527 18446744073709551615 4194304 4196468 140732731397648 139803200494096 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=745] ppid=737 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/740/task/745/stat : 745 (java) S 737 740 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 84686424 14313459712 28527 18446744073709551615 4194304 4196468 140732731397648 139802838493584 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=746] ppid=737 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/740/task/746/stat : 746 (java) S 737 740 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 84686424 14313459712 28527 18446744073709551615 4194304 4196468 140732731397648 139802837440784 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=747] ppid=737 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/740/task/747/stat : 747 (java) S 737 740 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 84686426 14313459712 28527 18446744073709551615 4194304 4196468 140732731397648 139802719509360 139803240659586 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=748] ppid=737 vsize=13977988 memory=143662361085392 CPUtime=0 cores=0,2,4,6
/proc/740/task/748/stat : 748 (java) S 737 740 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 84686426 14313459712 28527 18446744073709551615 4194304 4196468 140732731397648 139802718455328 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=749] ppid=737 vsize=13977988 memory=143662361085393 CPUtime=0 cores=0,2,4,6
/proc/740/task/749/stat : 749 (java) S 737 740 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 84686426 14313459712 28527 18446744073709551615 4194304 4196468 140732731397648 139802717402480 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=750] ppid=737 vsize=13977988 memory=143662361085394 CPUtime=0 cores=0,2,4,6
/proc/740/task/750/stat : 750 (java) S 737 740 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84686429 14313459712 28527 18446744073709551615 4194304 4196468 140732731397648 139802716350800 139803240667035 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=751] ppid=737 vsize=13977988 memory=143662361085395 CPUtime=0.38 cores=0,2,4,6
/proc/740/task/751/stat : 751 (java) R 737 740 17093 0 -1 4202560 2201 0 0 0 38 0 0 0 20 0 15 0 84686429 14313459712 28527 18446744073709551615 4194304 4196468 140732731397648 139802715284184 139803240660374 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=752] ppid=737 vsize=13977988 memory=143662361085396 CPUtime=0.38 cores=0,2,4,6
/proc/740/task/752/stat : 752 (java) R 737 740 17093 0 -1 4202560 1610 0 0 0 38 0 0 0 20 0 15 0 84686429 14313459712 28527 18446744073709551615 4194304 4196468 140732731397648 139802714226928 139803224533136 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=753] ppid=737 vsize=13977988 memory=143662361085397 CPUtime=0.33 cores=0,2,4,6
/proc/740/task/753/stat : 753 (java) R 737 740 17093 0 -1 4202560 1403 0 0 0 33 0 0 0 20 0 15 0 84686429 14313459712 28527 18446744073709551615 4194304 4196468 140732731397648 139802713192560 139803233748286 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=754] ppid=737 vsize=13977988 memory=143662361085398 CPUtime=0 cores=0,2,4,6
/proc/740/task/754/stat : 754 (java) S 737 740 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84686429 14313459712 28527 18446744073709551615 4194304 4196468 140732731397648 139802712140000 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=755] ppid=737 vsize=13977988 memory=143662361085399 CPUtime=0 cores=0,2,4,6
/proc/740/task/755/stat : 755 (java) S 737 740 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 84686433 14313459712 28527 18446744073709551615 4194304 4196468 140732731397648 139802711088304 139803240659586 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
Current children cumulated CPU time: 1.9 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 114108 KiB

[startup+3.11709 s]
/proc/loadavg: 1.43 1.41 1.41 5/209 755
/proc/meminfo: memFree=29806508/32770624 swapFree=67108860/67108860
[pid=740] ppid=737 vsize=13982084 memory=273788 CPUtime=6.79 cores=0,2,4,6
/proc/740/stat : 740 (java) S 737 740 17093 0 -1 1077944320 35496 0 0 0 665 14 0 0 20 0 15 0 84686357 14317654016 68447 18446744073709551615 4194304 4196468 140732731397648 140732731380192 139803240648439 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
/proc/740/statm: 3495521 68447 3804 1 0 3484295 0
[pid=740/tid=742] ppid=737 vsize=13982084 memory=7233736994252652628 CPUtime=2.31 cores=0,2,4,6
/proc/740/task/742/stat : 742 (java) S 737 740 17093 0 -1 1077944384 15761 0 0 0 224 7 0 0 20 0 15 0 84686367 14317654016 68447 18446744073709551615 4194304 4196468 140732731397648 139803244886848 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 60 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=743] ppid=737 vsize=13982084 memory=288292181620566810 CPUtime=0.03 cores=0,2,4,6
/proc/740/task/743/stat : 743 (java) R 737 740 17093 0 -1 4202560 138 0 0 0 3 0 0 0 20 0 15 0 84686424 14317654016 68447 18446744073709551615 4194304 4196468 140732731397648 139803201547096 139803225675858 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=744] ppid=737 vsize=13982084 memory=156 CPUtime=0.02 cores=0,2,4,6
/proc/740/task/744/stat : 744 (java) R 737 740 17093 0 -1 4202560 72 0 0 0 2 0 0 0 20 0 15 0 84686424 14317654016 68447 18446744073709551615 4194304 4196468 140732731397648 139803200493984 139803222296033 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=745] ppid=737 vsize=13982084 memory=71 CPUtime=0.03 cores=0,2,4,6
/proc/740/task/745/stat : 745 (java) R 737 740 17093 0 -1 4202560 220 0 0 0 3 0 0 0 20 0 15 0 84686424 14317654016 68447 18446744073709551615 4194304 4196468 140732731397648 139802838493784 139803225675858 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=746] ppid=737 vsize=13982084 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/740/task/746/stat : 746 (java) R 737 740 17093 0 -1 4202560 354 0 0 0 4 1 0 0 20 0 15 0 84686424 14317654016 68447 18446744073709551615 4194304 4196468 140732731397648 139802837440984 139803225675858 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=747] ppid=737 vsize=13982084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/740/task/747/stat : 747 (java) S 737 740 17093 0 -1 1077944384 472 0 0 0 0 0 0 0 20 0 15 0 84686426 14317654016 68447 18446744073709551615 4194304 4196468 140732731397648 139802719507872 139803240658645 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=748] ppid=737 vsize=13982084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/740/task/748/stat : 748 (java) S 737 740 17093 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 84686426 14317654016 68447 18446744073709551615 4194304 4196468 140732731397648 139802718455328 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=749] ppid=737 vsize=13982084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/740/task/749/stat : 749 (java) S 737 740 17093 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 84686426 14317654016 68447 18446744073709551615 4194304 4196468 140732731397648 139802717402480 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=750] ppid=737 vsize=13982084 memory=4580 CPUtime=0 cores=0,2,4,6
/proc/740/task/750/stat : 750 (java) S 737 740 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84686429 14317654016 68447 18446744073709551615 4194304 4196468 140732731397648 139802716350800 139803240667035 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=751] ppid=737 vsize=13982084 memory=9754 CPUtime=1.78 cores=0,2,4,6
/proc/740/task/751/stat : 751 (java) R 737 740 17093 0 -1 4202560 5890 0 0 0 178 0 0 0 20 0 15 0 84686429 14317654016 68447 18446744073709551615 4194304 4196468 140732731397648 139802715279712 139803224035348 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=752] ppid=737 vsize=13982084 memory=886114 CPUtime=1.77 cores=0,2,4,6
/proc/740/task/752/stat : 752 (java) R 737 740 17093 0 -1 4202560 5766 0 0 0 176 1 0 0 20 0 15 0 84686429 14317654016 68447 18446744073709551615 4194304 4196468 140732731397648 139802714231240 139803240662326 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=753] ppid=737 vsize=13982084 memory=-7749694995119233653 CPUtime=0.72 cores=0,2,4,6
/proc/740/task/753/stat : 753 (java) S 737 740 17093 0 -1 1077944384 5398 0 0 0 71 1 0 0 20 0 15 0 84686429 14317654016 68447 18446744073709551615 4194304 4196468 140732731397648 139802713192560 139803240659586 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=754] ppid=737 vsize=13982084 memory=-5703089359315963350 CPUtime=0 cores=0,2,4,6
/proc/740/task/754/stat : 754 (java) S 737 740 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84686429 14317654016 68447 18446744073709551615 4194304 4196468 140732731397648 139802712140000 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=755] ppid=737 vsize=13982084 memory=8993858465908885566 CPUtime=0 cores=0,2,4,6
/proc/740/task/755/stat : 755 (java) S 737 740 17093 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 84686433 14317654016 68447 18446744073709551615 4194304 4196468 140732731397648 139802711088304 139803240659586 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
Current children cumulated CPU time: 6.79 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 273788 KiB

[startup+6.31009 s]
/proc/loadavg: 1.39 1.41 1.41 3/209 755
/proc/meminfo: memFree=29325900/32770624 swapFree=67108860/67108860
[pid=740] ppid=737 vsize=13982084 memory=699172 CPUtime=12.2 cores=0,2,4,6
/proc/740/stat : 740 (java) S 737 740 17093 0 -1 1077944320 39804 0 0 0 1189 31 0 0 20 0 15 0 84686357 14317654016 174793 18446744073709551615 4194304 4196468 140732731397648 140732731380192 139803240648439 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
/proc/740/statm: 3495521 174793 3806 1 0 3484295 0
[pid=740/tid=742] ppid=737 vsize=13982084 memory=422988 CPUtime=5.35 cores=0,2,4,6
/proc/740/task/742/stat : 742 (java) S 737 740 17093 0 -1 1077944384 16353 0 0 0 523 12 0 0 20 0 15 0 84686367 14317654016 174793 18446744073709551615 4194304 4196468 140732731397648 139803244886864 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 60 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=743] ppid=737 vsize=13982084 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/740/task/743/stat : 743 (java) R 737 740 17093 0 -1 4202560 254 0 0 0 12 3 0 0 20 0 15 0 84686424 14317654016 174793 18446744073709551615 4194304 4196468 140732731397648 139803201547096 139803222274384 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=744] ppid=737 vsize=13982084 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/740/task/744/stat : 744 (java) R 737 740 17093 0 -1 4202560 216 0 0 0 11 3 0 0 20 0 15 0 84686424 14317654016 174793 18446744073709551615 4194304 4196468 140732731397648 139803200494296 139803225672494 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=745] ppid=737 vsize=13982084 memory=281001188173416 CPUtime=0.12 cores=0,2,4,6
/proc/740/task/745/stat : 745 (java) R 737 740 17093 0 -1 4202560 299 0 0 0 10 2 0 0 20 0 15 0 84686424 14317654016 174793 18446744073709551615 4194304 4196468 140732731397648 139802838493584 139803222274384 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=746] ppid=737 vsize=13982084 memory=7737298931337946731 CPUtime=0.14 cores=0,2,4,6
/proc/740/task/746/stat : 746 (java) R 737 740 17093 0 -1 4202560 399 0 0 0 11 3 0 0 20 0 15 0 84686424 14317654016 174793 18446744073709551615 4194304 4196468 140732731397648 139802837440784 139803222274475 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=747] ppid=737 vsize=13982084 memory=7737298931337946731 CPUtime=0.01 cores=0,2,4,6
/proc/740/task/747/stat : 747 (java) S 737 740 17093 0 -1 1077944384 895 0 0 0 1 0 0 0 20 0 15 0 84686426 14317654016 174793 18446744073709551615 4194304 4196468 140732731397648 139802719507872 139803240658645 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=748] ppid=737 vsize=13982084 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/740/task/748/stat : 748 (java) S 737 740 17093 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 84686426 14317654016 174793 18446744073709551615 4194304 4196468 140732731397648 139802718455392 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=749] ppid=737 vsize=13982084 memory=46440 CPUtime=0 cores=0,2,4,6
/proc/740/task/749/stat : 749 (java) S 737 740 17093 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 84686426 14317654016 174793 18446744073709551615 4194304 4196468 140732731397648 139802717402496 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=750] ppid=737 vsize=13982084 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/740/task/750/stat : 750 (java) S 737 740 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84686429 14317654016 174793 18446744073709551615 4194304 4196468 140732731397648 139802716350800 139803240667035 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=751] ppid=737 vsize=13982084 memory=325276 CPUtime=2.61 cores=0,2,4,6
/proc/740/task/751/stat : 751 (java) S 737 740 17093 0 -1 1077944384 6206 0 0 0 261 0 0 0 20 0 15 0 84686429 14317654016 174793 18446744073709551615 4194304 4196468 140732731397648 139802715298160 139803240659586 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=752] ppid=737 vsize=13982084 memory=-5703089359315963350 CPUtime=2.79 cores=0,2,4,6
/proc/740/task/752/stat : 752 (java) S 737 740 17093 0 -1 1077944384 8249 0 0 0 278 1 0 0 20 0 15 0 84686429 14317654016 174793 18446744073709551615 4194304 4196468 140732731397648 139802714245360 139803240659586 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=753] ppid=737 vsize=13982084 memory=8993858465908885566 CPUtime=0.78 cores=0,2,4,6
/proc/740/task/753/stat : 753 (java) S 737 740 17093 0 -1 1077944384 5497 0 0 0 77 1 0 0 20 0 15 0 84686429 14317654016 174793 18446744073709551615 4194304 4196468 140732731397648 139802713192560 139803240659586 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=754] ppid=737 vsize=13982084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/740/task/754/stat : 754 (java) S 737 740 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84686429 14317654016 174793 18446744073709551615 4194304 4196468 140732731397648 139802712140000 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=755] ppid=737 vsize=13982084 memory=2110851201176484 CPUtime=0 cores=0,2,4,6
/proc/740/task/755/stat : 755 (java) S 737 740 17093 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 84686433 14317654016 174793 18446744073709551615 4194304 4196468 140732731397648 139802711088304 139803240659586 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
Current children cumulated CPU time: 12.2 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 699172 KiB

[startup+12.7008 s]
/proc/loadavg: 1.44 1.41 1.41 3/209 755
/proc/meminfo: memFree=28774876/32770624 swapFree=67108860/67108860
[pid=740] ppid=737 vsize=13982084 memory=1328840 CPUtime=19.23 cores=0,2,4,6
/proc/740/stat : 740 (java) S 737 740 17093 0 -1 1077944320 43645 0 0 0 1881 42 0 0 20 0 15 0 84686357 14317654016 332210 18446744073709551615 4194304 4196468 140732731397648 140732731380192 139803240648439 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
/proc/740/statm: 3495521 332210 3806 1 0 3484295 0
[pid=740/tid=742] ppid=737 vsize=13982084 memory=1209924 CPUtime=11.7 cores=0,2,4,6
/proc/740/task/742/stat : 742 (java) R 737 740 17093 0 -1 4202560 18459 0 0 0 1148 22 0 0 20 0 15 0 84686367 14317654016 332210 18446744073709551615 4194304 4196468 140732731397648 139803244886568 139802888350755 0 4 1 16800974 0 0 0 -1 2 0 0 60 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0

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

/proc/740/task/742/stat : 742 (java) R 737 740 17093 0 -1 4202560 92131 0 0 0 229861 76 0 0 20 0 15 0 84686367 14317654016 920746 18446744073709551615 4194304 4196468 140732731397648 139803244886672 139802889614813 0 4 1 16800974 0 0 0 -1 4 0 0 60 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=743] ppid=737 vsize=13982084 memory=2420 CPUtime=12.12 cores=0,2,4,6
/proc/740/task/743/stat : 743 (java) S 737 740 17093 0 -1 1077944384 23912 0 0 0 1167 45 0 0 20 0 15 0 84686424 14317654016 920746 18446744073709551615 4194304 4196468 140732731397648 139803201546896 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=744] ppid=737 vsize=13982084 memory=3682984 CPUtime=12.16 cores=0,2,4,6
/proc/740/task/744/stat : 744 (java) S 737 740 17093 0 -1 1077944384 28509 0 0 0 1168 48 0 0 20 0 15 0 84686424 14317654016 920746 18446744073709551615 4194304 4196468 140732731397648 139803200494096 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=745] ppid=737 vsize=13982084 memory=3680936 CPUtime=12.1 cores=0,2,4,6
/proc/740/task/745/stat : 745 (java) S 737 740 17093 0 -1 1077944384 26036 0 0 0 1161 49 0 0 20 0 15 0 84686424 14317654016 920746 18446744073709551615 4194304 4196468 140732731397648 139802838493584 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=746] ppid=737 vsize=13982084 memory=3680936 CPUtime=12.14 cores=0,2,4,6
/proc/740/task/746/stat : 746 (java) S 737 740 17093 0 -1 1077944384 29175 0 0 0 1166 48 0 0 20 0 15 0 84686424 14317654016 920746 18446744073709551615 4194304 4196468 140732731397648 139802837440784 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=747] ppid=737 vsize=13982084 memory=3680936 CPUtime=5.85 cores=0,2,4,6
/proc/740/task/747/stat : 747 (java) S 737 740 17093 0 -1 1077944384 26954 0 0 0 544 41 0 0 20 0 15 0 84686426 14317654016 920746 18446744073709551615 4194304 4196468 140732731397648 139802719509360 139803240659586 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=748] ppid=737 vsize=13982084 memory=3678888 CPUtime=0 cores=0,2,4,6
/proc/740/task/748/stat : 748 (java) S 737 740 17093 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 84686426 14317654016 920746 18446744073709551615 4194304 4196468 140732731397648 139802718455392 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=749] ppid=737 vsize=13982084 memory=3680936 CPUtime=0 cores=0,2,4,6
/proc/740/task/749/stat : 749 (java) S 737 740 17093 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 84686426 14317654016 920746 18446744073709551615 4194304 4196468 140732731397648 139802717402496 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=750] ppid=737 vsize=13982084 memory=3680936 CPUtime=0 cores=0,2,4,6
/proc/740/task/750/stat : 750 (java) S 737 740 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84686429 14317654016 920746 18446744073709551615 4194304 4196468 140732731397648 139802716350800 139803240667035 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=751] ppid=737 vsize=13982084 memory=3682984 CPUtime=3.25 cores=0,2,4,6
/proc/740/task/751/stat : 751 (java) S 737 740 17093 0 -1 1077944384 8554 0 0 0 324 1 0 0 20 0 15 0 84686429 14317654016 920746 18446744073709551615 4194304 4196468 140732731397648 139802715298160 139803240659586 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=752] ppid=737 vsize=13982084 memory=3682984 CPUtime=3.17 cores=0,2,4,6
/proc/740/task/752/stat : 752 (java) S 737 740 17093 0 -1 1077944384 12325 0 0 0 315 2 0 0 20 0 15 0 84686429 14317654016 920746 18446744073709551615 4194304 4196468 140732731397648 139802714245360 139803240659586 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=753] ppid=737 vsize=13982084 memory=3682984 CPUtime=0.84 cores=0,2,4,6
/proc/740/task/753/stat : 753 (java) S 737 740 17093 0 -1 1077944384 6585 0 0 0 82 2 0 0 20 0 15 0 84686429 14317654016 920746 18446744073709551615 4194304 4196468 140732731397648 139802713192560 139803240659586 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=754] ppid=737 vsize=13982084 memory=3682984 CPUtime=0 cores=0,2,4,6
/proc/740/task/754/stat : 754 (java) S 737 740 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84686429 14317654016 920746 18446744073709551615 4194304 4196468 140732731397648 139802712140000 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=755] ppid=737 vsize=13982084 memory=3682984 CPUtime=1.35 cores=0,2,4,6
/proc/740/task/755/stat : 755 (java) S 737 740 17093 0 -1 1077944384 1797 0 0 0 66 69 0 0 20 0 15 0 84686433 14317654016 920746 18446744073709551615 4194304 4196468 140732731397648 139802711088304 139803240659586 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
Current children cumulated CPU time: 2362.44 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 3682984 KiB

[startup+2382.3 s]
/proc/loadavg: 1.46 1.44 1.45 3/209 921
/proc/meminfo: memFree=25852328/32770624 swapFree=67108860/67108860
[pid=740] ppid=737 vsize=13982084 memory=3689128 CPUtime=2423.54 cores=0,2,4,6
/proc/740/stat : 740 (java) S 737 740 17093 0 -1 1077944320 264082 0 0 0 242017 337 0 0 20 0 15 0 84686357 14317654016 922282 18446744073709551615 4194304 4196468 140732731397648 140732731380192 139803240648439 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
/proc/740/statm: 3495521 922282 3806 1 0 3484295 0
[pid=740/tid=742] ppid=737 vsize=13982084 memory=4134931637327791675 CPUtime=2358.69 cores=0,2,4,6
/proc/740/task/742/stat : 742 (java) R 737 740 17093 0 -1 4202560 93658 0 0 0 235793 76 0 0 20 0 15 0 84686367 14317654016 922282 18446744073709551615 4194304 4196468 140732731397648 139803244886672 139803222054663 0 4 1 16800974 0 0 0 -1 2 0 0 60 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=743] ppid=737 vsize=13982084 memory=3689128 CPUtime=12.52 cores=0,2,4,6
/proc/740/task/743/stat : 743 (java) S 737 740 17093 0 -1 1077944384 25359 0 0 0 1206 46 0 0 20 0 15 0 84686424 14317654016 922282 18446744073709551615 4194304 4196468 140732731397648 139803201546896 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=744] ppid=737 vsize=13982084 memory=281001189963072 CPUtime=12.55 cores=0,2,4,6
/proc/740/task/744/stat : 744 (java) S 737 740 17093 0 -1 1077944384 29852 0 0 0 1206 49 0 0 20 0 15 0 84686424 14317654016 922282 18446744073709551615 4194304 4196468 140732731397648 139803200494096 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=745] ppid=737 vsize=13982084 memory=3689128 CPUtime=12.49 cores=0,2,4,6
/proc/740/task/745/stat : 745 (java) S 737 740 17093 0 -1 1077944384 26814 0 0 0 1200 49 0 0 20 0 15 0 84686424 14317654016 922282 18446744073709551615 4194304 4196468 140732731397648 139802838493584 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=746] ppid=737 vsize=13982084 memory=3689128 CPUtime=12.53 cores=0,2,4,6
/proc/740/task/746/stat : 746 (java) S 737 740 17093 0 -1 1077944384 29917 0 0 0 1204 49 0 0 20 0 15 0 84686424 14317654016 922282 18446744073709551615 4194304 4196468 140732731397648 139802837440784 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=747] ppid=737 vsize=13982084 memory=3689128 CPUtime=6.01 cores=0,2,4,6
/proc/740/task/747/stat : 747 (java) S 737 740 17093 0 -1 1077944384 27733 0 0 0 559 42 0 0 20 0 15 0 84686426 14317654016 922282 18446744073709551615 4194304 4196468 140732731397648 139802719509360 139803240659586 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=748] ppid=737 vsize=13982084 memory=3689128 CPUtime=0 cores=0,2,4,6
/proc/740/task/748/stat : 748 (java) S 737 740 17093 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 84686426 14317654016 922282 18446744073709551615 4194304 4196468 140732731397648 139802718455392 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=749] ppid=737 vsize=13982084 memory=281001189094704 CPUtime=0 cores=0,2,4,6
/proc/740/task/749/stat : 749 (java) S 737 740 17093 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 84686426 14317654016 922282 18446744073709551615 4194304 4196468 140732731397648 139802717402496 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=750] ppid=737 vsize=13982084 memory=3689128 CPUtime=0 cores=0,2,4,6
/proc/740/task/750/stat : 750 (java) S 737 740 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84686429 14317654016 922282 18446744073709551615 4194304 4196468 140732731397648 139802716350800 139803240667035 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=751] ppid=737 vsize=13982084 memory=1247 CPUtime=3.25 cores=0,2,4,6
/proc/740/task/751/stat : 751 (java) S 737 740 17093 0 -1 1077944384 8562 0 0 0 324 1 0 0 20 0 15 0 84686429 14317654016 922282 18446744073709551615 4194304 4196468 140732731397648 139802715298160 139803240659586 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=752] ppid=737 vsize=13982084 memory=3689128 CPUtime=3.17 cores=0,2,4,6
/proc/740/task/752/stat : 752 (java) S 737 740 17093 0 -1 1077944384 12332 0 0 0 315 2 0 0 20 0 15 0 84686429 14317654016 922282 18446744073709551615 4194304 4196468 140732731397648 139802714245360 139803240659586 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=753] ppid=737 vsize=13982084 memory=4028 CPUtime=0.84 cores=0,2,4,6
/proc/740/task/753/stat : 753 (java) S 737 740 17093 0 -1 1077944384 6599 0 0 0 82 2 0 0 20 0 15 0 84686429 14317654016 922282 18446744073709551615 4194304 4196468 140732731397648 139802713192560 139803240659586 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=754] ppid=737 vsize=13982084 memory=3689128 CPUtime=0 cores=0,2,4,6
/proc/740/task/754/stat : 754 (java) S 737 740 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84686429 14317654016 922282 18446744073709551615 4194304 4196468 140732731397648 139802712140000 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=755] ppid=737 vsize=13982084 memory=4028 CPUtime=1.39 cores=0,2,4,6
/proc/740/task/755/stat : 755 (java) S 737 740 17093 0 -1 1077944384 1840 0 0 0 67 72 0 0 20 0 15 0 84686433 14317654016 922282 18446744073709551615 4194304 4196468 140732731397648 139802711088304 139803240659586 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
Current children cumulated CPU time: 2423.54 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 3689128 KiB

[startup+2442.3 s]
/proc/loadavg: 1.47 1.44 1.45 3/209 923
/proc/meminfo: memFree=25624932/32770624 swapFree=67108860/67108860
[pid=740] ppid=737 vsize=13982084 memory=3697320 CPUtime=2484.72 cores=0,2,4,6
/proc/740/stat : 740 (java) S 737 740 17093 0 -1 1077944320 271026 0 0 0 248127 345 0 0 20 0 15 0 84686357 14317654016 924330 18446744073709551615 4194304 4196468 140732731397648 140732731380192 139803240648439 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
/proc/740/statm: 3495521 924330 3806 1 0 3484295 0
[pid=740/tid=742] ppid=737 vsize=13982084 memory=2420 CPUtime=2417.97 cores=0,2,4,6
/proc/740/task/742/stat : 742 (java) R 737 740 17093 0 -1 4202560 95158 0 0 0 241720 77 0 0 20 0 15 0 84686367 14317654016 924330 18446744073709551615 4194304 4196468 140732731397648 139803244886736 139802888159054 0 4 1 16800974 0 0 0 -1 2 0 0 60 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=743] ppid=737 vsize=13982084 memory=3697320 CPUtime=12.95 cores=0,2,4,6
/proc/740/task/743/stat : 743 (java) S 737 740 17093 0 -1 1077944384 26417 0 0 0 1247 48 0 0 20 0 15 0 84686424 14317654016 924330 18446744073709551615 4194304 4196468 140732731397648 139803201546896 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=744] ppid=737 vsize=13982084 memory=3693224 CPUtime=12.97 cores=0,2,4,6
/proc/740/task/744/stat : 744 (java) S 737 740 17093 0 -1 1077944384 30747 0 0 0 1247 50 0 0 20 0 15 0 84686424 14317654016 924330 18446744073709551615 4194304 4196468 140732731397648 139803200494096 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=745] ppid=737 vsize=13982084 memory=3693224 CPUtime=12.91 cores=0,2,4,6
/proc/740/task/745/stat : 745 (java) S 737 740 17093 0 -1 1077944384 27684 0 0 0 1241 50 0 0 20 0 15 0 84686424 14317654016 924330 18446744073709551615 4194304 4196468 140732731397648 139802838493584 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=746] ppid=737 vsize=13982084 memory=3695272 CPUtime=12.96 cores=0,2,4,6
/proc/740/task/746/stat : 746 (java) S 737 740 17093 0 -1 1077944384 31704 0 0 0 1246 50 0 0 20 0 15 0 84686424 14317654016 924330 18446744073709551615 4194304 4196468 140732731397648 139802837440784 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=747] ppid=737 vsize=13982084 memory=3697320 CPUtime=6.18 cores=0,2,4,6
/proc/740/task/747/stat : 747 (java) S 737 740 17093 0 -1 1077944384 28504 0 0 0 575 43 0 0 20 0 15 0 84686426 14317654016 924330 18446744073709551615 4194304 4196468 140732731397648 139802719509360 139803240659586 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=748] ppid=737 vsize=13982084 memory=3697320 CPUtime=0 cores=0,2,4,6
/proc/740/task/748/stat : 748 (java) S 737 740 17093 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 84686426 14317654016 924330 18446744073709551615 4194304 4196468 140732731397648 139802718455392 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=749] ppid=737 vsize=13982084 memory=3697320 CPUtime=0 cores=0,2,4,6
/proc/740/task/749/stat : 749 (java) S 737 740 17093 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 84686426 14317654016 924330 18446744073709551615 4194304 4196468 140732731397648 139802717402496 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=750] ppid=737 vsize=13982084 memory=281001189094704 CPUtime=0 cores=0,2,4,6
/proc/740/task/750/stat : 750 (java) S 737 740 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84686429 14317654016 924330 18446744073709551615 4194304 4196468 140732731397648 139802716350800 139803240667035 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=751] ppid=737 vsize=13982084 memory=3695272 CPUtime=3.25 cores=0,2,4,6
/proc/740/task/751/stat : 751 (java) S 737 740 17093 0 -1 1077944384 8568 0 0 0 324 1 0 0 20 0 15 0 84686429 14317654016 924330 18446744073709551615 4194304 4196468 140732731397648 139802715298160 139803240659586 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=752] ppid=737 vsize=13982084 memory=4028 CPUtime=3.17 cores=0,2,4,6
/proc/740/task/752/stat : 752 (java) S 737 740 17093 0 -1 1077944384 12338 0 0 0 315 2 0 0 20 0 15 0 84686429 14317654016 924330 18446744073709551615 4194304 4196468 140732731397648 139802714245360 139803240659586 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=753] ppid=737 vsize=13982084 memory=46580 CPUtime=0.84 cores=0,2,4,6
/proc/740/task/753/stat : 753 (java) S 737 740 17093 0 -1 1077944384 6605 0 0 0 82 2 0 0 20 0 15 0 84686429 14317654016 924330 18446744073709551615 4194304 4196468 140732731397648 139802713192560 139803240659586 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=754] ppid=737 vsize=13982084 memory=3697320 CPUtime=0 cores=0,2,4,6
/proc/740/task/754/stat : 754 (java) S 737 740 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84686429 14317654016 924330 18446744073709551615 4194304 4196468 140732731397648 139802712140000 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=755] ppid=737 vsize=13982084 memory=3697320 CPUtime=1.43 cores=0,2,4,6
/proc/740/task/755/stat : 755 (java) S 737 740 17093 0 -1 1077944384 1885 0 0 0 69 74 0 0 20 0 15 0 84686433 14317654016 924330 18446744073709551615 4194304 4196468 140732731397648 139802711088304 139803240659586 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
Current children cumulated CPU time: 2484.72 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 3697320 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477 s]*
/proc/loadavg: 1.51 1.45 1.45 3/209 1002
/proc/meminfo: memFree=25304728/32770624 swapFree=67108860/67108860
[pid=740] ppid=737 vsize=13982084 memory=3701416 CPUtime=2520.08 cores=0,2,4,6
/proc/740/stat : 740 (java) S 737 740 17093 0 -1 1077944320 275466 0 0 0 251659 349 0 0 20 0 15 0 84686357 14317654016 925354 18446744073709551615 4194304 4196468 140732731397648 140732731380192 139803240648439 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
/proc/740/statm: 3495521 925354 3806 1 0 3484295 0
[pid=740/tid=742] ppid=737 vsize=13982084 memory=1398720917958146503 CPUtime=2452.25 cores=0,2,4,6
/proc/740/task/742/stat : 742 (java) R 737 740 17093 0 -1 4202560 95974 0 0 0 245147 78 0 0 20 0 15 0 84686367 14317654016 925354 18446744073709551615 4194304 4196468 140732731397648 139803244886656 139802889935709 0 4 1 16800974 0 0 0 -1 2 0 0 60 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=743] ppid=737 vsize=13982084 memory=4048 CPUtime=13.19 cores=0,2,4,6
/proc/740/task/743/stat : 743 (java) S 737 740 17093 0 -1 1077944384 27127 0 0 0 1271 48 0 0 20 0 15 0 84686424 14317654016 925354 18446744073709551615 4194304 4196468 140732731397648 139803201546896 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=744] ppid=737 vsize=13982084 memory=26180 CPUtime=13.21 cores=0,2,4,6
/proc/740/task/744/stat : 744 (java) S 737 740 17093 0 -1 1077944384 31016 0 0 0 1271 50 0 0 20 0 15 0 84686424 14317654016 925354 18446744073709551615 4194304 4196468 140732731397648 139803200494096 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=745] ppid=737 vsize=13982084 memory=1156 CPUtime=13.16 cores=0,2,4,6
/proc/740/task/745/stat : 745 (java) S 737 740 17093 0 -1 1077944384 28917 0 0 0 1265 51 0 0 20 0 15 0 84686424 14317654016 925354 18446744073709551615 4194304 4196468 140732731397648 139802838493584 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=746] ppid=737 vsize=13982084 memory=2640 CPUtime=13.2 cores=0,2,4,6
/proc/740/task/746/stat : 746 (java) S 737 740 17093 0 -1 1077944384 32555 0 0 0 1269 51 0 0 20 0 15 0 84686424 14317654016 925354 18446744073709551615 4194304 4196468 140732731397648 139802837440784 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=747] ppid=737 vsize=13982084 memory=1862812 CPUtime=6.28 cores=0,2,4,6
/proc/740/task/747/stat : 747 (java) S 737 740 17093 0 -1 1077944384 29026 0 0 0 584 44 0 0 20 0 15 0 84686426 14317654016 925354 18446744073709551615 4194304 4196468 140732731397648 139802719509360 139803240659586 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=748] ppid=737 vsize=13982084 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/740/task/748/stat : 748 (java) S 737 740 17093 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 84686426 14317654016 925354 18446744073709551615 4194304 4196468 140732731397648 139802718455392 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=749] ppid=737 vsize=13982084 memory=640 CPUtime=0 cores=0,2,4,6
/proc/740/task/749/stat : 749 (java) S 737 740 17093 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 84686426 14317654016 925354 18446744073709551615 4194304 4196468 140732731397648 139802717402496 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=750] ppid=737 vsize=13982084 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/740/task/750/stat : 750 (java) S 737 740 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84686429 14317654016 925354 18446744073709551615 4194304 4196468 140732731397648 139802716350800 139803240667035 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=751] ppid=737 vsize=13982084 memory=1444 CPUtime=3.25 cores=0,2,4,6
/proc/740/task/751/stat : 751 (java) S 737 740 17093 0 -1 1077944384 8572 0 0 0 324 1 0 0 20 0 15 0 84686429 14317654016 925354 18446744073709551615 4194304 4196468 140732731397648 139802715298160 139803240659586 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=752] ppid=737 vsize=13982084 memory=3701416 CPUtime=3.17 cores=0,2,4,6
/proc/740/task/752/stat : 752 (java) S 737 740 17093 0 -1 1077944384 12342 0 0 0 315 2 0 0 20 0 15 0 84686429 14317654016 925354 18446744073709551615 4194304 4196468 140732731397648 139802714245360 139803240659586 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=753] ppid=737 vsize=13982084 memory=12200 CPUtime=0.84 cores=0,2,4,6
/proc/740/task/753/stat : 753 (java) S 737 740 17093 0 -1 1077944384 6609 0 0 0 82 2 0 0 20 0 15 0 84686429 14317654016 925354 18446744073709551615 4194304 4196468 140732731397648 139802713192560 139803240659586 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=754] ppid=737 vsize=13982084 memory=1992 CPUtime=0 cores=0,2,4,6
/proc/740/task/754/stat : 754 (java) S 737 740 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84686429 14317654016 925354 18446744073709551615 4194304 4196468 140732731397648 139802712140000 139803240658645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
[pid=740/tid=755] ppid=737 vsize=13982084 memory=1204 CPUtime=1.44 cores=0,2,4,6
/proc/740/task/755/stat : 755 (java) S 737 740 17093 0 -1 1077944384 1912 0 0 0 70 74 0 0 20 0 15 0 84686433 14317654016 925354 18446744073709551615 4194304 4196468 140732731397648 139802711088304 139803240659586 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7184384 140732731404661 140732731404841 140732731404841 140732731408335 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 3701416 KiB

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

[startup+2477.04 s]
# the end of solver process 740 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.61 s, system=3.51643 s

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

Child status: 143
Real time (s): 2477.04
CPU time (s): 2520.13
CPU user time (s): 2516.61
CPU system time (s): 3.51643
CPU usage (%): 101.74
Max. virtual memory (cumulated for all children) (KiB): 13982084
Max. memory (cumulated for all children) (KiB): 3701416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.61
system time used= 3.51643
maximum resident set size= 3701964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 276002
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 228387
involuntary context switches= 9504


# summary of solver processes directly reported to runsolver:
#   pid: 740
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.61
#   total CPU system time (s): 3.51643

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7713 second user time and 22.3485 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-15 21:08:02
IDJOB=4272980
IDBENCH=124197
IDSOLVER=2665
FILE ID=node127/4272980-1502824931
RUNJOBID= node127-1502806776-30867
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-6.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4272980-1502824931/watcher-4272980-1502824931 -o /tmp/evaluation-result-4272980-1502824931/solver-4272980-1502824931 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502806776-30867 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 353034671 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4272980-1502824931.xml

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

MD5SUM BENCH= 783c5eb4c347368f8a2e1c7f079a0df0
RANDOM SEED=353034671

node127.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.92
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.92
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.92
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.92
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:        30557164 kB
MemAvailable:   31334020 kB
Buffers:          256168 kB
Cached:           816360 kB
SwapCached:            0 kB
Active:          1453208 kB
Inactive:         316276 kB
Active(anon):     647020 kB
Inactive(anon):    91992 kB
Active(file):     806188 kB
Inactive(file):   224284 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42488 kB
Writeback:             0 kB
AnonPages:        697664 kB
Mapped:            66660 kB
Shmem:             41636 kB
Slab:             150584 kB
SReclaimable:     124440 kB
SUnreclaim:        26144 kB
KernelStack:        3488 kB
PageTables:         6688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2241340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    585728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61948 MiB
End job on node127 at 2017-08-15 21:49:19