Trace number 4246466

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
R1: OscaR - Conflict Ordering 2017-06-30? (TO) 2400.12 2391.43

General information on the benchmark

NameDeBruijnSequence/DeBruijnSequence-m1-s1/
DeBruijnSequence-03-06.xml
MD5SUMa0d270dd535955910725fddfcfa0cde8
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 benchmark3.1519499
Satisfiable
(Un)Satisfiability was proved
Number of variables5106
Number of constraints4377
Number of domains3
Minimum domain size3
Maximum domain size730
Distribution of domain sizes[{"size":3,"count":4374},{"size":729,"count":729},{"size":730,"count":3}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":3},{"degree":2,"count":729},{"degree":3,"count":4374}]
Minimum constraint arity2
Maximum constraint arity732
Distribution of constraint arities[{"arity":2,"count":3645},{"arity":7,"count":729},{"arity":729,"count":2},{"arity":732,"count":1}]
Number of extensional constraints0
Number of intensional constraints3645
Distribution of constraint types[{"type":"intension","count":3645},{"type":"allDifferent","count":1},{"type":"sum","count":729},{"type":"cardinality","count":1},{"type":"minimum","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.26/0.29	c version: 2017-06-30
0.26/0.29	c seed: 2000504721
0.26/0.29	c timeout: 2400
0.26/0.29	c memlimit: 15500
0.26/0.29	c nbcore: 8
0.43/0.31	c Parsing instance...
6.47/1.94	c Parsing done, starting search...
2400.08/2391.41	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4246466-1500711617/watcher-4246466-1500711617 -o /tmp/evaluation-result-4246466-1500711617/solver-4246466-1500711617 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1500682654-14430 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 2000504721 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246466-1500711617.xml 

pid=18519
running on 8 cores: 0,2,4,6,8,10,12,14

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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.51 1.44 1.48 3/261 18522
/proc/meminfo: memFree=31480860/32770624 swapFree=5896/264484
[pid=18522] ppid=18519 vsize=10621200 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/stat : 18522 (java) S 18519 18522 14399 0 -1 1077944320 1864 0 0 0 0 0 0 0 20 0 2 0 6426769 10876108800 2121 33554432000 4194304 4196468 140731007529136 140731007511680 140049878175479 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
/proc/18522/statm: 2655300 2121 1179 1 0 2644211 0
[pid=18522/tid=18523] ppid=18519 vsize=10634536 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18523/stat : 18523 (java) R 18519 18522 14399 0 -1 4202560 628 0 0 0 0 0 0 0 20 0 2 0 6426769 10889764864 2187 33554432000 4194304 4196468 140731007529136 140049882417568 140049870464928 0 4 0 16784584 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0

[startup+0.100104 s]
/proc/loadavg: 1.51 1.44 1.48 3/261 18522
/proc/meminfo: memFree=31480860/32770624 swapFree=5896/264484
[pid=18522] ppid=18519 vsize=13261040 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/18522/stat : 18522 (java) S 18519 18522 14399 0 -1 1077944320 5600 0 0 0 8 1 0 0 20 0 20 0 6426769 13579304960 5865 33554432000 4194304 4196468 140731007529136 140731007511680 140049878175479 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
/proc/18522/statm: 3315978 5865 2627 1 0 3303698 0
[pid=18522/tid=18523] ppid=18519 vsize=13263912 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18523/stat : 18523 (java) R 18519 18522 14399 0 -1 4202560 3674 0 0 0 7 1 0 0 20 0 20 0 6426769 13582245888 5865 33554432000 4194304 4196468 140731007529136 140049882413488 140049834811254 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13261040

[startup+0.200357 s]
/proc/loadavg: 1.51 1.44 1.48 3/261 18522
/proc/meminfo: memFree=31480860/32770624 swapFree=5896/264484
[pid=18522] ppid=18519 vsize=13263912 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/18522/stat : 18522 (java) S 18519 18522 14399 0 -1 1077944320 8858 0 0 0 23 3 0 0 20 0 20 0 6426769 13582245888 8762 33554432000 4194304 4196468 140731007529136 140731007511680 140049878175479 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
/proc/18522/statm: 3315978 8762 3539 1 0 3303698 0
[pid=18522/tid=18523] ppid=18519 vsize=13263912 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18523/stat : 18523 (java) R 18519 18522 14399 0 -1 4202560 6545 0 0 0 16 2 0 0 20 0 20 0 6426769 13582245888 8762 33554432000 4194304 4196468 140731007529136 140049882402752 140049862255966 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300259 s]
/proc/loadavg: 1.51 1.44 1.48 3/261 18522
/proc/meminfo: memFree=31480860/32770624 swapFree=5896/264484
[pid=18522] ppid=18519 vsize=13263912 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/18522/stat : 18522 (java) S 18519 18522 14399 0 -1 1077944320 10113 0 0 0 40 3 0 0 20 0 20 0 6426769 13582245888 11309 33554432000 4194304 4196468 140731007529136 140731007511680 140049878175479 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
/proc/18522/statm: 3315978 11309 3649 1 0 3303698 0
[pid=18522/tid=18523] ppid=18519 vsize=13263912 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18523/stat : 18523 (java) R 18519 18522 14399 0 -1 4202560 7289 0 0 0 25 2 0 0 20 0 20 0 6426769 13582245888 11309 33554432000 4194304 4196468 140731007529136 140049882403952 140049878197405 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13263912

[startup+0.700189 s]
/proc/loadavg: 1.51 1.44 1.48 3/261 18522
/proc/meminfo: memFree=31480860/32770624 swapFree=5896/264484
[pid=18522] ppid=18519 vsize=13265980 CPUtime=1.53 cores=0,2,4,6,8,10,12,14
/proc/18522/stat : 18522 (java) S 18519 18522 14399 0 -1 1077944320 14912 0 0 0 148 5 0 0 20 0 20 0 6426769 13584363520 21835 33554432000 4194304 4196468 140731007529136 140731007511680 140049878175479 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
/proc/18522/statm: 3316495 21835 3773 1 0 3304210 0
[pid=18522/tid=18523] ppid=18519 vsize=13265980 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18523/stat : 18523 (java) R 18519 18522 14399 0 -1 4202560 8416 0 0 0 64 3 0 0 20 0 20 0 6426769 13584363520 21835 33554432000 4194304 4196468 140731007529136 140049882405104 140049862255966 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 13265980

[startup+1.5011 s]
/proc/loadavg: 1.55 1.45 1.48 7/281 18542
/proc/meminfo: memFree=31353096/32770624 swapFree=5896/264476
[pid=18522] ppid=18519 vsize=13268028 CPUtime=4.99 cores=0,2,4,6,8,10,12,14
/proc/18522/stat : 18522 (java) S 18519 18522 14399 0 -1 1077944320 24565 0 0 0 490 9 0 0 20 0 20 0 6426769 13586460672 47005 33554432000 4194304 4196468 140731007529136 140731007511680 140049878175479 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
/proc/18522/statm: 3317007 47005 3793 1 0 3304722 0
[pid=18522/tid=18523] ppid=18519 vsize=13268028 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18523/stat : 18523 (java) R 18519 18522 14399 0 -1 4202560 10226 0 0 0 142 4 0 0 20 0 20 0 6426769 13586460672 47005 33554432000 4194304 4196468 140731007529136 140049882410448 140049505090836 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18525] ppid=18519 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18525/stat : 18525 (java) S 18519 18522 14399 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6426770 13586460672 47005 33554432000 4194304 4196468 140731007529136 140049830796176 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18526] ppid=18519 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18526/stat : 18526 (java) S 18519 18522 14399 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6426770 13586460672 47005 33554432000 4194304 4196468 140731007529136 140049829743376 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18527] ppid=18519 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18527/stat : 18527 (java) S 18519 18522 14399 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6426770 13586460672 47005 33554432000 4194304 4196468 140731007529136 140049828691088 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18528] ppid=18519 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18528/stat : 18528 (java) S 18519 18522 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6426770 13586460672 47005 33554432000 4194304 4196468 140731007529136 140049827638288 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18529] ppid=18519 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18529/stat : 18529 (java) S 18519 18522 14399 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6426770 13586460672 47005 33554432000 4194304 4196468 140731007529136 140049826584976 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18530] ppid=18519 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18530/stat : 18530 (java) S 18519 18522 14399 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6426770 13586460672 47005 33554432000 4194304 4196468 140731007529136 140049825532176 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18531] ppid=18519 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18531/stat : 18531 (java) S 18519 18522 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6426770 13586460672 47005 33554432000 4194304 4196468 140731007529136 140049470913168 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18532] ppid=18519 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18532/stat : 18532 (java) S 18519 18522 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6426770 13586460672 47005 33554432000 4194304 4196468 140731007529136 140049469860368 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18533] ppid=18519 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18533/stat : 18533 (java) S 18519 18522 14399 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 20 0 6426772 13586460672 47005 33554432000 4194304 4196468 140731007529136 140049341426288 140049878186626 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18534] ppid=18519 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18534/stat : 18534 (java) S 18519 18522 14399 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 6426773 13586460672 47005 33554432000 4194304 4196468 140731007529136 140049340372256 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18535] ppid=18519 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18535/stat : 18535 (java) S 18519 18522 14399 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 6426773 13586460672 47005 33554432000 4194304 4196468 140731007529136 140049339319920 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18536] ppid=18519 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18536/stat : 18536 (java) S 18519 18522 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6426777 13586460672 47005 33554432000 4194304 4196468 140731007529136 140049338268240 140049878194075 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18537] ppid=18519 vsize=13268028 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18537/stat : 18537 (java) R 18519 18522 14399 0 -1 4202560 3190 0 0 0 89 0 0 0 20 0 20 0 6426777 13586460672 47005 33554432000 4194304 4196468 140731007529136 140049337198000 140049861672267 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18538] ppid=18519 vsize=13268028 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18538/stat : 18538 (java) R 18519 18522 14399 0 -1 4202560 2725 0 0 0 88 0 0 0 20 0 20 0 6426777 13586460672 47005 33554432000 4194304 4196468 140731007529136 140049336160688 140049878196826 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18539] ppid=18519 vsize=13268028 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18539/stat : 18539 (java) R 18519 18522 14399 0 -1 4202560 3163 0 0 0 95 0 0 0 20 0 20 0 6426777 13586460672 47005 33554432000 4194304 4196468 140731007529136 140049335108288 140049859585629 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18540] ppid=18519 vsize=13268028 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18540/stat : 18540 (java) S 18519 18522 14399 0 -1 1077944384 3855 0 0 0 73 1 0 0 20 0 20 0 6426777 13586460672 47005 33554432000 4194304 4196468 140731007529136 140049334057200 140049878186626 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18541] ppid=18519 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18541/stat : 18541 (java) S 18519 18522 14399 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6426777 13586460672 47005 33554432000 4194304 4196468 140731007529136 140049333005152 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18542] ppid=18519 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18542/stat : 18542 (java) S 18519 18522 14399 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6426777 13586460672 47005 33554432000 4194304 4196468 140731007529136 140049331952432 140049878186626 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
Current children cumulated CPU time (s) 4.99
Current children cumulated vsize (KiB) 13268028

[startup+3.10076 s]
/proc/loadavg: 1.55 1.45 1.48 6/281 18542
/proc/meminfo: memFree=31232472/32770624 swapFree=5896/264508
[pid=18522] ppid=18519 vsize=13270076 CPUtime=10.01 cores=0,2,4,6,8,10,12,14
/proc/18522/stat : 18522 (java) S 18519 18522 14399 0 -1 1077944320 33162 0 0 0 970 31 0 0 20 0 20 0 6426769 13588557824 66673 33554432000 4194304 4196468 140731007529136 140731007511680 140049878175479 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
/proc/18522/statm: 3317519 66673 3823 1 0 3305234 0
[pid=18522/tid=18523] ppid=18519 vsize=13270076 CPUtime=3 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18523/stat : 18523 (java) R 18519 18522 14399 0 -1 4202560 12021 0 0 0 294 6 0 0 20 0 20 0 6426769 13588557824 66673 33554432000 4194304 4196468 140731007529136 140049882413608 140049516162938 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18525] ppid=18519 vsize=13270076 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18525/stat : 18525 (java) S 18519 18522 14399 0 -1 1077944384 49 0 0 0 3 2 0 0 20 0 20 0 6426770 13588557824 66673 33554432000 4194304 4196468 140731007529136 140049830796176 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18526] ppid=18519 vsize=13270076 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18526/stat : 18526 (java) S 18519 18522 14399 0 -1 1077944384 23 0 0 0 3 2 0 0 20 0 20 0 6426770 13588557824 66673 33554432000 4194304 4196468 140731007529136 140049829743376 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18527] ppid=18519 vsize=13270076 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18527/stat : 18527 (java) S 18519 18522 14399 0 -1 1077944384 20 0 0 0 2 2 0 0 20 0 20 0 6426770 13588557824 66673 33554432000 4194304 4196468 140731007529136 140049828691088 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18528] ppid=18519 vsize=13270076 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18528/stat : 18528 (java) S 18519 18522 14399 0 -1 1077944384 56 0 0 0 3 2 0 0 20 0 20 0 6426770 13588557824 66673 33554432000 4194304 4196468 140731007529136 140049827638288 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18529] ppid=18519 vsize=13270076 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18529/stat : 18529 (java) S 18519 18522 14399 0 -1 1077944384 181 0 0 0 3 2 0 0 20 0 20 0 6426770 13588557824 66673 33554432000 4194304 4196468 140731007529136 140049826584976 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18530] ppid=18519 vsize=13270076 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18530/stat : 18530 (java) S 18519 18522 14399 0 -1 1077944384 62 0 0 0 3 2 0 0 20 0 20 0 6426770 13588557824 66673 33554432000 4194304 4196468 140731007529136 140049825532176 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18531] ppid=18519 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18531/stat : 18531 (java) S 18519 18522 14399 0 -1 1077944384 24 0 0 0 2 1 0 0 20 0 20 0 6426770 13588557824 66673 33554432000 4194304 4196468 140731007529136 140049470913168 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18532] ppid=18519 vsize=13270076 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18532/stat : 18532 (java) S 18519 18522 14399 0 -1 1077944384 28 0 0 0 3 2 0 0 20 0 20 0 6426770 13588557824 66673 33554432000 4194304 4196468 140731007529136 140049469860368 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18533] ppid=18519 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18533/stat : 18533 (java) S 18519 18522 14399 0 -1 1077944384 256 0 0 0 1 0 0 0 20 0 20 0 6426772 13588557824 66673 33554432000 4194304 4196468 140731007529136 140049341426288 140049878186626 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18534] ppid=18519 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18534/stat : 18534 (java) S 18519 18522 14399 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 6426773 13588557824 66673 33554432000 4194304 4196468 140731007529136 140049340372320 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18535] ppid=18519 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18535/stat : 18535 (java) S 18519 18522 14399 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 6426773 13588557824 66673 33554432000 4194304 4196468 140731007529136 140049339319936 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18536] ppid=18519 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18536/stat : 18536 (java) S 18519 18522 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6426777 13588557824 66673 33554432000 4194304 4196468 140731007529136 140049338268240 140049878194075 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18537] ppid=18519 vsize=13270076 CPUtime=1.79 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18537/stat : 18537 (java) S 18519 18522 14399 0 -1 1077944384 3806 0 0 0 178 1 0 0 20 0 20 0 6426777 13588557824 66673 33554432000 4194304 4196468 140731007529136 140049337215088 140049878186626 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18538] ppid=18519 vsize=13270076 CPUtime=1.74 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18538/stat : 18538 (java) S 18519 18522 14399 0 -1 1077944384 4143 0 0 0 174 0 0 0 20 0 20 0 6426777 13588557824 66673 33554432000 4194304 4196468 140731007529136 140049336162288 140049878186626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18539] ppid=18519 vsize=13270076 CPUtime=1.92 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18539/stat : 18539 (java) S 18519 18522 14399 0 -1 1077944384 4829 0 0 0 191 1 0 0 20 0 20 0 6426777 13588557824 66673 33554432000 4194304 4196468 140731007529136 140049335110000 140049878186626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18540] ppid=18519 vsize=13270076 CPUtime=1.06 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18540/stat : 18540 (java) S 18519 18522 14399 0 -1 1077944384 6233 0 0 0 104 2 0 0 20 0 20 0 6426777 13588557824 66673 33554432000 4194304 4196468 140731007529136 140049334057200 140049878186626 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18541] ppid=18519 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18541/stat : 18541 (java) S 18519 18522 14399 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6426777 13588557824 66673 33554432000 4194304 4196468 140731007529136 140049333005152 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18542] ppid=18519 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18542/stat : 18542 (java) S 18519 18522 14399 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 6426777 13588557824 66673 33554432000 4194304 4196468 140731007529136 140049331952432 140049878186626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
Current children cumulated CPU time (s) 10.01
Current children cumulated vsize (KiB) 13270076

[startup+6.30067 s]
/proc/loadavg: 1.67 1.48 1.49 3/281 18542
/proc/meminfo: memFree=31216608/32770624 swapFree=5896/264516
[pid=18522] ppid=18519 vsize=13270076 CPUtime=13.31 cores=0,2,4,6,8,10,12,14
/proc/18522/stat : 18522 (java) S 18519 18522 14399 0 -1 1077944320 33295 0 0 0 1299 32 0 0 20 0 20 0 6426769 13588557824 71302 33554432000 4194304 4196468 140731007529136 140731007511680 140049878175479 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
/proc/18522/statm: 3317519 71302 3823 1 0 3305234 0
[pid=18522/tid=18523] ppid=18519 vsize=13270076 CPUtime=6.19 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18523/stat : 18523 (java) R 18519 18522 14399 0 -1 4202560 12080 0 0 0 613 6 0 0 20 0 20 0 6426769 13588557824 71302 33554432000 4194304 4196468 140731007529136 140049882413000 140049515055300 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18525] ppid=18519 vsize=13270076 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18525/stat : 18525 (java) S 18519 18522 14399 0 -1 1077944384 49 0 0 0 3 2 0 0 20 0 20 0 6426770 13588557824 71302 33554432000 4194304 4196468 140731007529136 140049830796176 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18526] ppid=18519 vsize=13270076 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18526/stat : 18526 (java) S 18519 18522 14399 0 -1 1077944384 23 0 0 0 3 2 0 0 20 0 20 0 6426770 13588557824 71302 33554432000 4194304 4196468 140731007529136 140049829743376 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18527] ppid=18519 vsize=13270076 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18527/stat : 18527 (java) S 18519 18522 14399 0 -1 1077944384 20 0 0 0 2 2 0 0 20 0 20 0 6426770 13588557824 71302 33554432000 4194304 4196468 140731007529136 140049828691088 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18528] ppid=18519 vsize=13270076 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18528/stat : 18528 (java) S 18519 18522 14399 0 -1 1077944384 56 0 0 0 3 2 0 0 20 0 20 0 6426770 13588557824 71302 33554432000 4194304 4196468 140731007529136 140049827638288 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18529] ppid=18519 vsize=13270076 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18529/stat : 18529 (java) S 18519 18522 14399 0 -1 1077944384 181 0 0 0 3 2 0 0 20 0 20 0 6426770 13588557824 71302 33554432000 4194304 4196468 140731007529136 140049826584976 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18530] ppid=18519 vsize=13270076 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18530/stat : 18530 (java) S 18519 18522 14399 0 -1 1077944384 62 0 0 0 3 2 0 0 20 0 20 0 6426770 13588557824 71302 33554432000 4194304 4196468 140731007529136 140049825532176 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18531] ppid=18519 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18531/stat : 18531 (java) S 18519 18522 14399 0 -1 1077944384 24 0 0 0 2 1 0 0 20 0 20 0 6426770 13588557824 71302 33554432000 4194304 4196468 140731007529136 140049470913168 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18532] ppid=18519 vsize=13270076 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18532/stat : 18532 (java) S 18519 18522 14399 0 -1 1077944384 28 0 0 0 3 2 0 0 20 0 20 0 6426770 13588557824 71302 33554432000 4194304 4196468 140731007529136 140049469860368 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18533] ppid=18519 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18533/stat : 18533 (java) S 18519 18522 14399 0 -1 1077944384 259 0 0 0 1 0 0 0 20 0 20 0 6426772 13588557824 71302 33554432000 4194304 4196468 140731007529136 140049341426288 140049878186626 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18534] ppid=18519 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18534/stat : 18534 (java) S 18519 18522 14399 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 6426773 13588557824 71302 33554432000 4194304 4196468 140731007529136 140049340372320 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18535] ppid=18519 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18535/stat : 18535 (java) S 18519 18522 14399 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 6426773 13588557824 71302 33554432000 4194304 4196468 140731007529136 140049339319936 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18536] ppid=18519 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

/proc/18522/task/18538/stat : 18538 (java) S 18519 18522 14399 0 -1 1077944384 5815 0 0 0 184 1 0 0 20 0 20 0 6426777 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049336162288 140049878186626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18539] ppid=18519 vsize=13270076 CPUtime=2.1 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18539/stat : 18539 (java) S 18519 18522 14399 0 -1 1077944384 10107 0 0 0 209 1 0 0 20 0 20 0 6426777 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049335110000 140049878186626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18540] ppid=18519 vsize=13270076 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18540/stat : 18540 (java) S 18519 18522 14399 0 -1 1077944384 9937 0 0 0 107 3 0 0 20 0 20 0 6426777 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049334057200 140049878186626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18541] ppid=18519 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18541/stat : 18541 (java) S 18519 18522 14399 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6426777 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049333005152 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18542] ppid=18519 vsize=13270076 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18542/stat : 18542 (java) S 18519 18522 14399 0 -1 1077944384 1368 0 0 0 23 26 0 0 20 0 20 0 6426777 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049331952432 140049878186626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
Current children cumulated CPU time (s) 2270.97
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 1.57 1.68 1.69 3/281 19129
/proc/meminfo: memFree=29330600/32770624 swapFree=5896/267960
[pid=18522] ppid=18519 vsize=13270076 CPUtime=2330.97 cores=0,2,4,6,8,10,12,14
/proc/18522/stat : 18522 (java) S 18519 18522 14399 0 -1 1077944320 100835 0 0 0 232948 149 0 0 20 0 20 0 6426769 13588557824 552493 33554432000 4194304 4196468 140731007529136 140731007511680 140049878175479 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
/proc/18522/statm: 3317519 552493 3834 1 0 3305234 0
[pid=18522/tid=18523] ppid=18519 vsize=13270076 CPUtime=2321.57 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18523/stat : 18523 (java) R 18519 18522 14399 0 -1 4202560 42077 0 0 0 232111 46 0 0 20 0 20 0 6426769 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049882413744 140049516162692 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18525] ppid=18519 vsize=13270076 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18525/stat : 18525 (java) S 18519 18522 14399 0 -1 1077944384 1378 0 0 0 12 9 0 0 20 0 20 0 6426770 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049830796176 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18526] ppid=18519 vsize=13270076 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18526/stat : 18526 (java) S 18519 18522 14399 0 -1 1077944384 809 0 0 0 11 9 0 0 20 0 20 0 6426770 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049829743376 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18527] ppid=18519 vsize=13270076 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18527/stat : 18527 (java) S 18519 18522 14399 0 -1 1077944384 1030 0 0 0 11 10 0 0 20 0 20 0 6426770 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049828691088 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18528] ppid=18519 vsize=13270076 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18528/stat : 18528 (java) S 18519 18522 14399 0 -1 1077944384 5408 0 0 0 13 8 0 0 20 0 20 0 6426770 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049827638288 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18529] ppid=18519 vsize=13270076 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18529/stat : 18529 (java) S 18519 18522 14399 0 -1 1077944384 2881 0 0 0 12 10 0 0 20 0 20 0 6426770 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049826584976 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18530] ppid=18519 vsize=13270076 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18530/stat : 18530 (java) S 18519 18522 14399 0 -1 1077944384 2524 0 0 0 12 10 0 0 20 0 20 0 6426770 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049825532176 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18531] ppid=18519 vsize=13270076 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18531/stat : 18531 (java) S 18519 18522 14399 0 -1 1077944384 686 0 0 0 11 8 0 0 20 0 20 0 6426770 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049470913168 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18532] ppid=18519 vsize=13270076 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18532/stat : 18532 (java) S 18519 18522 14399 0 -1 1077944384 902 0 0 0 13 9 0 0 20 0 20 0 6426770 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049469860368 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18533] ppid=18519 vsize=13270076 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18533/stat : 18533 (java) S 18519 18522 14399 0 -1 1077944384 4956 0 0 0 6 1 0 0 20 0 20 0 6426772 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049341426288 140049878186626 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18534] ppid=18519 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18534/stat : 18534 (java) S 18519 18522 14399 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 6426773 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049340372320 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18535] ppid=18519 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18535/stat : 18535 (java) S 18519 18522 14399 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 20 0 6426773 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049339319936 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18536] ppid=18519 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18536/stat : 18536 (java) S 18519 18522 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6426777 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049338268240 140049878194075 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18537] ppid=18519 vsize=13270076 CPUtime=1.98 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18537/stat : 18537 (java) S 18519 18522 14399 0 -1 1077944384 9471 0 0 0 197 1 0 0 20 0 20 0 6426777 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049337215088 140049878186626 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18538] ppid=18519 vsize=13270076 CPUtime=1.85 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18538/stat : 18538 (java) S 18519 18522 14399 0 -1 1077944384 5824 0 0 0 184 1 0 0 20 0 20 0 6426777 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049336162288 140049878186626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18539] ppid=18519 vsize=13270076 CPUtime=2.1 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18539/stat : 18539 (java) S 18519 18522 14399 0 -1 1077944384 10110 0 0 0 209 1 0 0 20 0 20 0 6426777 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049335110000 140049878186626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18540] ppid=18519 vsize=13270076 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18540/stat : 18540 (java) S 18519 18522 14399 0 -1 1077944384 9941 0 0 0 107 3 0 0 20 0 20 0 6426777 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049334057200 140049878186626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18541] ppid=18519 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18541/stat : 18541 (java) S 18519 18522 14399 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6426777 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049333005152 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18542] ppid=18519 vsize=13270076 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18542/stat : 18542 (java) S 18519 18522 14399 0 -1 1077944384 1397 0 0 0 23 26 0 0 20 0 20 0 6426777 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049331952432 140049878186626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
Current children cumulated CPU time (s) 2330.97
Current children cumulated vsize (KiB) 13270076

[startup+2382.3 s]
/proc/loadavg: 1.79 1.72 1.70 3/281 19302
/proc/meminfo: memFree=28370312/32770624 swapFree=5896/268132
[pid=18522] ppid=18519 vsize=13270076 CPUtime=2390.98 cores=0,2,4,6,8,10,12,14
/proc/18522/stat : 18522 (java) S 18519 18522 14399 0 -1 1077944320 101739 0 0 0 238948 150 0 0 20 0 20 0 6426769 13588557824 552493 33554432000 4194304 4196468 140731007529136 140731007511680 140049878175479 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
/proc/18522/statm: 3317519 552493 3834 1 0 3305234 0
[pid=18522/tid=18523] ppid=18519 vsize=13270076 CPUtime=2381.56 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18523/stat : 18523 (java) R 18519 18522 14399 0 -1 4202560 42872 0 0 0 238110 46 0 0 20 0 20 0 6426769 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049882413744 140049515201045 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18525] ppid=18519 vsize=13270076 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18525/stat : 18525 (java) S 18519 18522 14399 0 -1 1077944384 1378 0 0 0 12 9 0 0 20 0 20 0 6426770 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049830796176 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18526] ppid=18519 vsize=13270076 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18526/stat : 18526 (java) S 18519 18522 14399 0 -1 1077944384 809 0 0 0 11 9 0 0 20 0 20 0 6426770 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049829743376 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18527] ppid=18519 vsize=13270076 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18527/stat : 18527 (java) S 18519 18522 14399 0 -1 1077944384 1030 0 0 0 11 10 0 0 20 0 20 0 6426770 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049828691088 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18528] ppid=18519 vsize=13270076 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18528/stat : 18528 (java) S 18519 18522 14399 0 -1 1077944384 5408 0 0 0 13 8 0 0 20 0 20 0 6426770 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049827638288 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18529] ppid=18519 vsize=13270076 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18529/stat : 18529 (java) S 18519 18522 14399 0 -1 1077944384 2881 0 0 0 12 10 0 0 20 0 20 0 6426770 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049826584976 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18530] ppid=18519 vsize=13270076 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18530/stat : 18530 (java) S 18519 18522 14399 0 -1 1077944384 2524 0 0 0 12 10 0 0 20 0 20 0 6426770 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049825532176 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18531] ppid=18519 vsize=13270076 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18531/stat : 18531 (java) S 18519 18522 14399 0 -1 1077944384 686 0 0 0 11 8 0 0 20 0 20 0 6426770 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049470913168 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18532] ppid=18519 vsize=13270076 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18532/stat : 18532 (java) S 18519 18522 14399 0 -1 1077944384 902 0 0 0 13 9 0 0 20 0 20 0 6426770 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049469860368 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18533] ppid=18519 vsize=13270076 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18533/stat : 18533 (java) S 18519 18522 14399 0 -1 1077944384 4969 0 0 0 6 1 0 0 20 0 20 0 6426772 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049341426288 140049878186626 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18534] ppid=18519 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18534/stat : 18534 (java) S 18519 18522 14399 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 6426773 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049340372320 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18535] ppid=18519 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18535/stat : 18535 (java) S 18519 18522 14399 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 20 0 6426773 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049339319936 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18536] ppid=18519 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18536/stat : 18536 (java) S 18519 18522 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6426777 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049338268240 140049878194075 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18537] ppid=18519 vsize=13270076 CPUtime=1.98 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18537/stat : 18537 (java) S 18519 18522 14399 0 -1 1077944384 9479 0 0 0 197 1 0 0 20 0 20 0 6426777 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049337215088 140049878186626 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18538] ppid=18519 vsize=13270076 CPUtime=1.85 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18538/stat : 18538 (java) S 18519 18522 14399 0 -1 1077944384 5843 0 0 0 184 1 0 0 20 0 20 0 6426777 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049336162288 140049878186626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18539] ppid=18519 vsize=13270076 CPUtime=2.1 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18539/stat : 18539 (java) S 18519 18522 14399 0 -1 1077944384 10116 0 0 0 209 1 0 0 20 0 20 0 6426777 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049335110000 140049878186626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18540] ppid=18519 vsize=13270076 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18540/stat : 18540 (java) S 18519 18522 14399 0 -1 1077944384 9949 0 0 0 107 3 0 0 20 0 20 0 6426777 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049334057200 140049878186626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18541] ppid=18519 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18541/stat : 18541 (java) S 18519 18522 14399 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6426777 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049333005152 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18542] ppid=18519 vsize=13270076 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18542/stat : 18542 (java) S 18519 18522 14399 0 -1 1077944384 1452 0 0 0 24 27 0 0 20 0 20 0 6426777 13588557824 552493 33554432000 4194304 4196468 140731007529136 140049331952432 140049878186626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
Current children cumulated CPU time (s) 2390.98
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2391.4 s]
/proc/loadavg: 1.83 1.73 1.70 3/281 19309
/proc/meminfo: memFree=28230112/32770624 swapFree=5896/268148
[pid=18522] ppid=18519 vsize=13270076 CPUtime=2400.08 cores=0,2,4,6,8,10,12,14
/proc/18522/stat : 18522 (java) S 18519 18522 14399 0 -1 1077944320 101801 0 0 0 239858 150 0 0 20 0 20 0 6426769 13588557824 552500 33554432000 4194304 4196468 140731007529136 140731007511680 140049878175479 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
/proc/18522/statm: 3317519 552500 3834 1 0 3305234 0
[pid=18522/tid=18523] ppid=18519 vsize=13270076 CPUtime=2390.66 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18523/stat : 18523 (java) R 18519 18522 14399 0 -1 4202560 42934 0 0 0 239020 46 0 0 20 0 20 0 6426769 13588557824 552500 33554432000 4194304 4196468 140731007529136 140049882413744 140049516162933 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18525] ppid=18519 vsize=13270076 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18525/stat : 18525 (java) S 18519 18522 14399 0 -1 1077944384 1378 0 0 0 12 9 0 0 20 0 20 0 6426770 13588557824 552500 33554432000 4194304 4196468 140731007529136 140049830796176 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18526] ppid=18519 vsize=13270076 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18526/stat : 18526 (java) S 18519 18522 14399 0 -1 1077944384 809 0 0 0 11 9 0 0 20 0 20 0 6426770 13588557824 552500 33554432000 4194304 4196468 140731007529136 140049829743376 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18527] ppid=18519 vsize=13270076 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18527/stat : 18527 (java) S 18519 18522 14399 0 -1 1077944384 1030 0 0 0 11 10 0 0 20 0 20 0 6426770 13588557824 552500 33554432000 4194304 4196468 140731007529136 140049828691088 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18528] ppid=18519 vsize=13270076 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18528/stat : 18528 (java) S 18519 18522 14399 0 -1 1077944384 5408 0 0 0 13 8 0 0 20 0 20 0 6426770 13588557824 552500 33554432000 4194304 4196468 140731007529136 140049827638288 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18529] ppid=18519 vsize=13270076 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18529/stat : 18529 (java) S 18519 18522 14399 0 -1 1077944384 2881 0 0 0 12 10 0 0 20 0 20 0 6426770 13588557824 552500 33554432000 4194304 4196468 140731007529136 140049826584976 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18530] ppid=18519 vsize=13270076 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18530/stat : 18530 (java) S 18519 18522 14399 0 -1 1077944384 2524 0 0 0 12 10 0 0 20 0 20 0 6426770 13588557824 552500 33554432000 4194304 4196468 140731007529136 140049825532176 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18531] ppid=18519 vsize=13270076 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18531/stat : 18531 (java) S 18519 18522 14399 0 -1 1077944384 686 0 0 0 11 8 0 0 20 0 20 0 6426770 13588557824 552500 33554432000 4194304 4196468 140731007529136 140049470913168 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18532] ppid=18519 vsize=13270076 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18532/stat : 18532 (java) S 18519 18522 14399 0 -1 1077944384 902 0 0 0 13 9 0 0 20 0 20 0 6426770 13588557824 552500 33554432000 4194304 4196468 140731007529136 140049469860368 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18533] ppid=18519 vsize=13270076 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18533/stat : 18533 (java) S 18519 18522 14399 0 -1 1077944384 4969 0 0 0 6 1 0 0 20 0 20 0 6426772 13588557824 552500 33554432000 4194304 4196468 140731007529136 140049341426288 140049878186626 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18534] ppid=18519 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18534/stat : 18534 (java) S 18519 18522 14399 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 6426773 13588557824 552500 33554432000 4194304 4196468 140731007529136 140049340372320 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18535] ppid=18519 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18535/stat : 18535 (java) S 18519 18522 14399 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 20 0 6426773 13588557824 552500 33554432000 4194304 4196468 140731007529136 140049339319936 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18536] ppid=18519 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18536/stat : 18536 (java) S 18519 18522 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6426777 13588557824 552500 33554432000 4194304 4196468 140731007529136 140049338268240 140049878194075 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18537] ppid=18519 vsize=13270076 CPUtime=1.98 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18537/stat : 18537 (java) S 18519 18522 14399 0 -1 1077944384 9479 0 0 0 197 1 0 0 20 0 20 0 6426777 13588557824 552500 33554432000 4194304 4196468 140731007529136 140049337215088 140049878186626 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18538] ppid=18519 vsize=13270076 CPUtime=1.85 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18538/stat : 18538 (java) S 18519 18522 14399 0 -1 1077944384 5843 0 0 0 184 1 0 0 20 0 20 0 6426777 13588557824 552500 33554432000 4194304 4196468 140731007529136 140049336162288 140049878186626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18539] ppid=18519 vsize=13270076 CPUtime=2.1 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18539/stat : 18539 (java) S 18519 18522 14399 0 -1 1077944384 10116 0 0 0 209 1 0 0 20 0 20 0 6426777 13588557824 552500 33554432000 4194304 4196468 140731007529136 140049335110000 140049878186626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18540] ppid=18519 vsize=13270076 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18540/stat : 18540 (java) S 18519 18522 14399 0 -1 1077944384 9949 0 0 0 107 3 0 0 20 0 20 0 6426777 13588557824 552500 33554432000 4194304 4196468 140731007529136 140049334057200 140049878186626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18541] ppid=18519 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18541/stat : 18541 (java) S 18519 18522 14399 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6426777 13588557824 552500 33554432000 4194304 4196468 140731007529136 140049333005152 140049878185685 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
[pid=18522/tid=18542] ppid=18519 vsize=13270076 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/18522/task/18542/stat : 18542 (java) S 18519 18522 14399 0 -1 1077944384 1452 0 0 0 24 27 0 0 20 0 20 0 6426777 13588557824 552500 33554432000 4194304 4196468 140731007529136 140049331952432 140049878186626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33067008 140731007534217 140731007534404 140731007534404 140731007537103 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 13270076

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 18522 sig 9
??? kill -18522 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2391.43
CPU time (s): 2400.12
CPU user time (s): 2398.59
CPU system time (s): 1.52791
CPU usage (%): 100.363
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.59
system time used= 1.52791
maximum resident set size= 2211580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102447
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56949
involuntary context switches= 123202

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5466 second user time and 17.3827 second system time

The end

Launcher Data

Begin job on node150 at 2017-07-22 10:20:17
IDJOB=4246466
IDBENCH=125571
IDSOLVER=2628
FILE ID=node150/4246466-1500711617
RUNJOBID= node150-1500682654-14430
PBS_JOBID= 20623331
Free space on /tmp= 61984 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-06-30
BENCH NAME= XCSP17/DeBruijnSequence/DeBruijnSequence-m1-s1/DeBruijnSequence-03-06.xml
COMMAND LINE= java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit MEMLIMIT --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246466-1500711617/watcher-4246466-1500711617 -o /tmp/evaluation-result-4246466-1500711617/solver-4246466-1500711617 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1500682654-14430 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 2000504721 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246466-1500711617.xml

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

MD5SUM BENCH= a0d270dd535955910725fddfcfa0cde8
RANDOM SEED=2000504721

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

/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		: 2533.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.10
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		: 2533.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.10
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		: 2400.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.10
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	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.10
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.10
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.10
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.10
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.10
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31481524 kB
MemAvailable:   31750352 kB
Buffers:          123472 kB
Cached:           425512 kB
SwapCached:            0 kB
Active:           577144 kB
Inactive:         273220 kB
Active(anon):     304140 kB
Inactive(anon):     8744 kB
Active(file):     273004 kB
Inactive(file):   264476 kB
Unevictable:        5896 kB
Mlocked:            5896 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42188 kB
Writeback:             0 kB
AnonPages:        329044 kB
Mapped:            45724 kB
Shmem:              8848 kB
Slab:             128472 kB
SReclaimable:      94368 kB
SUnreclaim:        34104 kB
KernelStack:        4848 kB
PageTables:         5832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1145352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    258048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61940 MiB
End job on node150 at 2017-07-22 11:00:09