Trace number 4248816

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-30UNSAT 47.0911 19.5145

General information on the benchmark

NamePigeonsPlus/PigeonsPlus-m1-s1/
pigeonsPlus-07-08.xml
MD5SUMb710198e3fe52a2d3e46aa4557e690ea
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark10.1182
Satisfiable
(Un)Satisfiability was proved
Number of variables63
Number of constraints35
Number of domains2
Minimum domain size6
Maximum domain size7
Distribution of domain sizes[{"size":6,"count":7},{"size":7,"count":56}]
Minimum variable degree1
Maximum variable degree7
Distribution of variable degrees[{"degree":1,"count":49},{"degree":2,"count":7},{"degree":7,"count":7}]
Minimum constraint arity2
Maximum constraint arity8
Distribution of constraint arities[{"arity":2,"count":28},{"arity":8,"count":7}]
Number of extensional constraints35
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":35}]
Optimization problemNO
Type of objective

Solver Data

0.26/0.29	c version: 2017-06-30
0.26/0.29	c seed: 620877216
0.26/0.29	c timeout: 2400
0.26/0.29	c memlimit: 15500
0.26/0.29	c nbcore: 8
0.44/0.31	c Parsing instance...
45.53/18.84	c Parsing done, starting search...
46.91/19.49	s UNSATISFIABLE

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-4248816-1500746862/watcher-4248816-1500746862 -o /tmp/evaluation-result-4248816-1500746862/solver-4248816-1500746862 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500717086-20854 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 620877216 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4248816-1500746862.xml 

pid=27102
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.85 1.49 1.45 3/261 27105
/proc/meminfo: memFree=30350800/32770624 swapFree=6296/315780
[pid=27105] ppid=27102 vsize=10621200 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/stat : 27105 (java) S 27102 27105 20823 0 -1 1077944320 1816 0 0 0 0 0 0 0 20 0 2 0 9952565 10876108800 1527 33554432000 4194304 4196468 140733520361536 140733520344080 139957656194807 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
/proc/27105/statm: 2655300 1527 1173 1 0 2644211 0
[pid=27105/tid=27106] ppid=27102 vsize=10634536 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27106/stat : 27106 (java) R 27102 27105 20823 0 -1 4202560 582 0 0 0 0 0 0 0 20 0 2 0 9952566 10889764864 1592 33554432000 4194304 4196468 140733520361536 139957660436896 139957648484256 0 4 0 16784584 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0

[startup+0.100062 s]
/proc/loadavg: 1.85 1.49 1.45 3/261 27105
/proc/meminfo: memFree=30350800/32770624 swapFree=6296/315780
[pid=27105] ppid=27102 vsize=13263912 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/27105/stat : 27105 (java) S 27102 27105 20823 0 -1 1077944320 5817 0 0 0 8 1 0 0 20 0 20 0 9952565 13582245888 6101 33554432000 4194304 4196468 140733520361536 140733520344080 139957656194807 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
/proc/27105/statm: 3315978 6101 2781 1 0 3303698 0
[pid=27105/tid=27106] ppid=27102 vsize=13263912 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27106/stat : 27106 (java) R 27102 27105 20823 0 -1 4202560 3899 0 0 0 7 1 0 0 20 0 20 0 9952566 13582245888 6101 33554432000 4194304 4196468 140733520361536 139957660432816 139957544807397 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13263912

[startup+0.200303 s]
/proc/loadavg: 1.85 1.49 1.45 3/261 27105
/proc/meminfo: memFree=30350800/32770624 swapFree=6296/315780
[pid=27105] ppid=27102 vsize=13263912 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/27105/stat : 27105 (java) S 27102 27105 20823 0 -1 1077944320 8907 0 0 0 24 2 0 0 20 0 20 0 9952565 13582245888 9318 33554432000 4194304 4196468 140733520361536 140733520344080 139957656194807 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
/proc/27105/statm: 3315978 9318 3539 1 0 3303698 0
[pid=27105/tid=27106] ppid=27102 vsize=13263912 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27106/stat : 27106 (java) R 27102 27105 20823 0 -1 4202560 6605 0 0 0 17 1 0 0 20 0 20 0 9952566 13582245888 9318 33554432000 4194304 4196468 140733520361536 139957660402960 139957640275294 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300334 s]
/proc/loadavg: 1.85 1.49 1.45 3/261 27105
/proc/meminfo: memFree=30350800/32770624 swapFree=6296/315780
[pid=27105] ppid=27102 vsize=13263912 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/27105/stat : 27105 (java) S 27102 27105 20823 0 -1 1077944320 10128 0 0 0 41 3 0 0 20 0 20 0 9952565 13582245888 11403 33554432000 4194304 4196468 140733520361536 140733520344080 139957656194807 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
/proc/27105/statm: 3315978 11403 3664 1 0 3303698 0
[pid=27105/tid=27106] ppid=27102 vsize=13263912 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27106/stat : 27106 (java) R 27102 27105 20823 0 -1 4202560 7355 0 0 0 25 2 0 0 20 0 20 0 9952566 13582245888 11403 33554432000 4194304 4196468 140733520361536 139957660423280 139957640275294 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13263912

[startup+0.70028 s]
/proc/loadavg: 1.85 1.49 1.45 3/261 27105
/proc/meminfo: memFree=30350800/32770624 swapFree=6296/315780
[pid=27105] ppid=27102 vsize=13265980 CPUtime=1.55 cores=0,2,4,6,8,10,12,14
/proc/27105/stat : 27105 (java) S 27102 27105 20823 0 -1 1077944320 12205 0 0 0 119 36 0 0 20 0 20 0 9952565 13584363520 64888 33554432000 4194304 4196468 140733520361536 140733520344080 139957656194807 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
/proc/27105/statm: 3316495 64888 3749 1 0 3304210 0
[pid=27105/tid=27106] ppid=27102 vsize=13265980 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27106/stat : 27106 (java) S 27102 27105 20823 0 -1 1077944384 8483 0 0 0 57 4 0 0 20 0 20 0 9952566 13584363520 64888 33554432000 4194304 4196468 140733520361536 139957660431120 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 13265980

[startup+1.50076 s]
/proc/loadavg: 1.85 1.49 1.45 3/281 27125
/proc/meminfo: memFree=29835628/32770624 swapFree=6296/316056
[pid=27105] ppid=27102 vsize=13265980 CPUtime=4.18 cores=0,2,4,6,8,10,12,14
/proc/27105/stat : 27105 (java) S 27102 27105 20823 0 -1 1077944320 15692 0 0 0 339 79 0 0 20 0 20 0 9952565 13584363520 169665 33554432000 4194304 4196468 140733520361536 140733520344080 139957656194807 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
/proc/27105/statm: 3316495 169665 3809 1 0 3304210 0
[pid=27105/tid=27106] ppid=27102 vsize=13265980 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27106/stat : 27106 (java) R 27102 27105 20823 0 -1 4202560 8597 0 0 0 114 6 0 0 20 0 20 0 9952566 13584363520 169665 33554432000 4194304 4196468 140733520361536 139957660431560 139957296162430 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27108] ppid=27102 vsize=13265980 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27108/stat : 27108 (java) S 27102 27105 20823 0 -1 1077944384 120 0 0 0 14 8 0 0 20 0 20 0 9952566 13584363520 169665 33554432000 4194304 4196468 140733520361536 139957254994960 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27109] ppid=27102 vsize=13265980 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27109/stat : 27109 (java) S 27102 27105 20823 0 -1 1077944384 110 0 0 0 15 8 0 0 20 0 20 0 9952566 13584363520 169665 33554432000 4194304 4196468 140733520361536 139957253942416 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27110] ppid=27102 vsize=13265980 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27110/stat : 27110 (java) S 27102 27105 20823 0 -1 1077944384 129 0 0 0 14 9 0 0 20 0 20 0 9952566 13584363520 169665 33554432000 4194304 4196468 140733520361536 139957252889360 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27111] ppid=27102 vsize=13265980 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27111/stat : 27111 (java) S 27102 27105 20823 0 -1 1077944384 86 0 0 0 14 9 0 0 20 0 20 0 9952566 13584363520 169665 33554432000 4194304 4196468 140733520361536 139957251836816 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27112] ppid=27102 vsize=13265980 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27112/stat : 27112 (java) S 27102 27105 20823 0 -1 1077944384 84 0 0 0 14 9 0 0 20 0 20 0 9952567 13584363520 169665 33554432000 4194304 4196468 140733520361536 139957250783760 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27113] ppid=27102 vsize=13265980 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27113/stat : 27113 (java) S 27102 27105 20823 0 -1 1077944384 87 0 0 0 13 9 0 0 20 0 20 0 9952567 13584363520 169665 33554432000 4194304 4196468 140733520361536 139957249731216 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27114] ppid=27102 vsize=13265980 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27114/stat : 27114 (java) S 27102 27105 20823 0 -1 1077944384 78 0 0 0 15 8 0 0 20 0 20 0 9952567 13584363520 169665 33554432000 4194304 4196468 140733520361536 139957248678160 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27115] ppid=27102 vsize=13265980 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27115/stat : 27115 (java) S 27102 27105 20823 0 -1 1077944384 91 0 0 0 14 8 0 0 20 0 20 0 9952567 13584363520 169665 33554432000 4194304 4196468 140733520361536 139957247625616 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27116] ppid=27102 vsize=13265980 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27116/stat : 27116 (java) S 27102 27105 20823 0 -1 1077944384 549 0 0 0 3 0 0 0 20 0 20 0 9952569 13584363520 169665 33554432000 4194304 4196468 140733520361536 139956850674416 139957656205954 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27117] ppid=27102 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27117/stat : 27117 (java) S 27102 27105 20823 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 9952570 13584363520 169665 33554432000 4194304 4196468 140733520361536 139956849620704 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27118] ppid=27102 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27118/stat : 27118 (java) S 27102 27105 20823 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 9952570 13584363520 169665 33554432000 4194304 4196468 140733520361536 139956848567552 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27119] ppid=27102 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27119/stat : 27119 (java) S 27102 27105 20823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9952573 13584363520 169665 33554432000 4194304 4196468 140733520361536 139956847516112 139957656213403 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27120] ppid=27102 vsize=13265980 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27120/stat : 27120 (java) S 27102 27105 20823 0 -1 1077944384 1571 0 0 0 27 0 0 0 20 0 20 0 9952573 13584363520 169665 33554432000 4194304 4196468 140733520361536 139956846463216 139957656205954 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27121] ppid=27102 vsize=13265980 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27121/stat : 27121 (java) S 27102 27105 20823 0 -1 1077944384 895 0 0 0 27 0 0 0 20 0 20 0 9952573 13584363520 169665 33554432000 4194304 4196468 140733520361536 139956845410672 139957656205954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27122] ppid=27102 vsize=13265980 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27122/stat : 27122 (java) S 27102 27105 20823 0 -1 1077944384 859 0 0 0 24 0 0 0 20 0 20 0 9952573 13584363520 169665 33554432000 4194304 4196468 140733520361536 139956844357616 139957656205954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27123] ppid=27102 vsize=13265980 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27123/stat : 27123 (java) S 27102 27105 20823 0 -1 1077944384 1058 0 0 0 24 0 0 0 20 0 20 0 9952573 13584363520 169665 33554432000 4194304 4196468 140733520361536 139956843305072 139957656205954 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27124] ppid=27102 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27124/stat : 27124 (java) S 27102 27105 20823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9952573 13584363520 169665 33554432000 4194304 4196468 140733520361536 139956842253280 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27125] ppid=27102 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27125/stat : 27125 (java) S 27102 27105 20823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9952574 13584363520 169665 33554432000 4194304 4196468 140733520361536 139956841200816 139957656205954 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 13265980

[startup+3.10091 s]
/proc/loadavg: 1.85 1.49 1.45 3/281 27125
/proc/meminfo: memFree=29496188/32770624 swapFree=6296/316056
[pid=27105] ppid=27102 vsize=13265980 CPUtime=5.79 cores=0,2,4,6,8,10,12,14
/proc/27105/stat : 27105 (java) S 27102 27105 20823 0 -1 1077944320 17229 0 0 0 475 104 0 0 20 0 20 0 9952565 13584363520 233129 33554432000 4194304 4196468 140733520361536 140733520344080 139957656194807 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
/proc/27105/statm: 3316495 233129 3818 1 0 3304210 0
[pid=27105/tid=27106] ppid=27102 vsize=13265980 CPUtime=2.26 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27106/stat : 27106 (java) R 27102 27105 20823 0 -1 4202560 8780 0 0 0 217 9 0 0 20 0 20 0 9952566 13584363520 233129 33554432000 4194304 4196468 140733520361536 139957660431184 139957296224400 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27108] ppid=27102 vsize=13265980 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27108/stat : 27108 (java) S 27102 27105 20823 0 -1 1077944384 258 0 0 0 19 10 0 0 20 0 20 0 9952566 13584363520 233129 33554432000 4194304 4196468 140733520361536 139957254994960 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27109] ppid=27102 vsize=13265980 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27109/stat : 27109 (java) S 27102 27105 20823 0 -1 1077944384 249 0 0 0 19 11 0 0 20 0 20 0 9952566 13584363520 233129 33554432000 4194304 4196468 140733520361536 139957253942416 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27110] ppid=27102 vsize=13265980 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27110/stat : 27110 (java) S 27102 27105 20823 0 -1 1077944384 293 0 0 0 18 12 0 0 20 0 20 0 9952566 13584363520 233129 33554432000 4194304 4196468 140733520361536 139957252889360 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27111] ppid=27102 vsize=13265980 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27111/stat : 27111 (java) S 27102 27105 20823 0 -1 1077944384 220 0 0 0 18 11 0 0 20 0 20 0 9952566 13584363520 233129 33554432000 4194304 4196468 140733520361536 139957251836816 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27112] ppid=27102 vsize=13265980 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27112/stat : 27112 (java) S 27102 27105 20823 0 -1 1077944384 226 0 0 0 18 12 0 0 20 0 20 0 9952567 13584363520 233129 33554432000 4194304 4196468 140733520361536 139957250783760 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27113] ppid=27102 vsize=13265980 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27113/stat : 27113 (java) S 27102 27105 20823 0 -1 1077944384 232 0 0 0 17 11 0 0 20 0 20 0 9952567 13584363520 233129 33554432000 4194304 4196468 140733520361536 139957249731216 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27114] ppid=27102 vsize=13265980 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27114/stat : 27114 (java) S 27102 27105 20823 0 -1 1077944384 199 0 0 0 18 10 0 0 20 0 20 0 9952567 13584363520 233129 33554432000 4194304 4196468 140733520361536 139957248678160 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27115] ppid=27102 vsize=13265980 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27115/stat : 27115 (java) S 27102 27105 20823 0 -1 1077944384 219 0 0 0 18 11 0 0 20 0 20 0 9952567 13584363520 233129 33554432000 4194304 4196468 140733520361536 139957247625616 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27116] ppid=27102 vsize=13265980 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27116/stat : 27116 (java) S 27102 27105 20823 0 -1 1077944384 790 0 0 0 3 0 0 0 20 0 20 0 9952569 13584363520 233129 33554432000 4194304 4196468 140733520361536 139956850674416 139957656205954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 46 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27117] ppid=27102 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27117/stat : 27117 (java) S 27102 27105 20823 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 9952570 13584363520 233129 33554432000 4194304 4196468 140733520361536 139956849620704 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27118] ppid=27102 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27118/stat : 27118 (java) S 27102 27105 20823 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 9952570 13584363520 233129 33554432000 4194304 4196468 140733520361536 139956848567552 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27119] ppid=27102 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27119/stat : 27119 (java) S 27102 27105 20823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9952573 13584363520 233129 33554432000 4194304 4196468 140733520361536 139956847516112 139957656213403 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27120] ppid=27102 vsize=13265980 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27120/stat : 27120 (java) S 27102 27105 20823 0 -1 1077944384 1571 0 0 0 27 0 0 0 20 0 20 0 9952573 13584363520 233129 33554432000 4194304 4196468 140733520361536 139956846463216 139957656205954 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27121] ppid=27102 vsize=13265980 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27121/stat : 27121 (java) S 27102 27105 20823 0 -1 1077944384 895 0 0 0 27 0 0 0 20 0 20 0 9952573 13584363520 233129 33554432000 4194304 4196468 140733520361536 139956845410672 139957656205954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27122] ppid=27102 vsize=13265980 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27122/stat : 27122 (java) S 27102 27105 20823 0 -1 1077944384 859 0 0 0 24 0 0 0 20 0 20 0 9952573 13584363520 233129 33554432000 4194304 4196468 140733520361536 139956844357616 139957656205954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27123] ppid=27102 vsize=13265980 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27123/stat : 27123 (java) S 27102 27105 20823 0 -1 1077944384 1058 0 0 0 24 0 0 0 20 0 20 0 9952573 13584363520 233129 33554432000 4194304 4196468 140733520361536 139956843305072 139957656205954 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27124] ppid=27102 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27124/stat : 27124 (java) S 27102 27105 20823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9952573 13584363520 233129 33554432000 4194304 4196468 140733520361536 139956842253280 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27125] ppid=27102 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27125/stat : 27125 (java) S 27102 27105 20823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9952574 13584363520 233129 33554432000 4194304 4196468 140733520361536 139956841200816 139957656205954 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 73 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 13265980

[startup+6.30081 s]
/proc/loadavg: 2.26 1.58 1.48 3/281 27125
/proc/meminfo: memFree=28798968/32770624 swapFree=6296/316060
[pid=27105] ppid=27102 vsize=13268028 CPUtime=14.2 cores=0,2,4,6,8,10,12,14
/proc/27105/stat : 27105 (java) S 27102 27105 20823 0 -1 1077944320 30462 0 0 0 1146 274 0 0 20 0 20 0 9952565 13586460672 458830 33554432000 4194304 4196468 140733520361536 140733520344080 139957656194807 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
/proc/27105/statm: 3317007 458830 3829 1 0 3304722 0
[pid=27105/tid=27106] ppid=27102 vsize=13268028 CPUtime=4.5 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27106/stat : 27106 (java) S 27102 27105 20823 0 -1 1077944384 12455 0 0 0 434 16 0 0 20 0 20 0 9952566 13586460672 458830 33554432000 4194304 4196468 140733520361536 139957660430576 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27108] ppid=27102 vsize=13268028 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27108/stat : 27108 (java) S 27102 27105 20823 0 -1 1077944384 638 0 0 0 65 30 0 0 20 0 20 0 9952566 13586460672 458830 33554432000 4194304 4196468 140733520361536 139957254994960 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27109] ppid=27102 vsize=13268028 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27109/stat : 27109 (java) S 27102 27105 20823 0 -1 1077944384 1018 0 0 0 64 32 0 0 20 0 20 0 9952566 13586460672 458830 33554432000 4194304 4196468 140733520361536 139957253942416 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27110] ppid=27102 vsize=13268028 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27110/stat : 27110 (java) S 27102 27105 20823 0 -1 1077944384 995 0 0 0 63 33 0 0 20 0 20 0 9952566 13586460672 458830 33554432000 4194304 4196468 140733520361536 139957252889360 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27111] ppid=27102 vsize=13268028 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27111/stat : 27111 (java) S 27102 27105 20823 0 -1 1077944384 536 0 0 0 63 32 0 0 20 0 20 0 9952566 13586460672 458830 33554432000 4194304 4196468 140733520361536 139957251836816 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27112] ppid=27102 vsize=13268028 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27112/stat : 27112 (java) S 27102 27105 20823 0 -1 1077944384 795 0 0 0 64 31 0 0 20 0 20 0 9952567 13586460672 458830 33554432000 4194304 4196468 140733520361536 139957250783760 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27113] ppid=27102 vsize=13268028 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27113/stat : 27113 (java) S 27102 27105 20823 0 -1 1077944384 857 0 0 0 63 31 0 0 20 0 20 0 9952567 13586460672 458830 33554432000 4194304 4196468 140733520361536 139957249731216 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27114] ppid=27102 vsize=13268028 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27114/stat : 27114 (java) S 27102 27105 20823 0 -1 1077944384 545 0 0 0 64 30 0 0 20 0 20 0 9952567 13586460672 458830 33554432000 4194304 4196468 140733520361536 139957248678160 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27115] ppid=27102 vsize=13268028 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27115/stat : 27115 (java) S 27102 27105 20823 0 -1 1077944384 815 0 0 0 62 32 0 0 20 0 20 0 9952567 13586460672 458830 33554432000 4194304 4196468 140733520361536 139957247625616 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27116] ppid=27102 vsize=13268028 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27116/stat : 27116 (java) R 27102 27105 20823 0 -1 4202560 3269 0 0 0 32 0 0 0 20 0 20 0 9952569 13586460672 458830 33554432000 4194304 4196468 140733520361536 139956850672848 139957640895425 0 0 0 16800975 0 0 0 -1 12 0 0 46 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27117] ppid=27102 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27117/stat : 27117 (java) S 27102 27105 20823 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 9952570 13586460672 458830 33554432000 4194304 4196468 140733520361536 139956849620704 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27118] ppid=27102 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27118/stat : 27118 (java) S 27102 27105 20823 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 9952570 13586460672 458830 33554432000 4194304 4196468 140733520361536 139956848567552 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27119] ppid=27102 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

/proc/27105/task/27119/stat : 27119 (java) S 27102 27105 20823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9952573 13586460672 879426 33554432000 4194304 4196468 140733520361536 139956847516112 139957656213403 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27120] ppid=27102 vsize=13268028 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27120/stat : 27120 (java) S 27102 27105 20823 0 -1 1077944384 2632 0 0 0 50 0 0 0 20 0 20 0 9952573 13586460672 879426 33554432000 4194304 4196468 140733520361536 139956846463216 139957656205954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27121] ppid=27102 vsize=13268028 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27121/stat : 27121 (java) S 27102 27105 20823 0 -1 1077944384 1780 0 0 0 48 0 0 0 20 0 20 0 9952573 13586460672 879426 33554432000 4194304 4196468 140733520361536 139956845410672 139957656205954 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27122] ppid=27102 vsize=13268028 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27122/stat : 27122 (java) S 27102 27105 20823 0 -1 1077944384 1626 0 0 0 47 0 0 0 20 0 20 0 9952573 13586460672 879426 33554432000 4194304 4196468 140733520361536 139956844357616 139957656205954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27123] ppid=27102 vsize=13268028 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27123/stat : 27123 (java) S 27102 27105 20823 0 -1 1077944384 1410 0 0 0 36 0 0 0 20 0 20 0 9952573 13586460672 879426 33554432000 4194304 4196468 140733520361536 139956843305072 139957656205954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27124] ppid=27102 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27124/stat : 27124 (java) S 27102 27105 20823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9952573 13586460672 879426 33554432000 4194304 4196468 140733520361536 139956842253280 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27125] ppid=27102 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27125/stat : 27125 (java) S 27102 27105 20823 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 20 0 9952574 13586460672 879426 33554432000 4194304 4196468 140733520361536 139956841200816 139957656205954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 73 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
Current children cumulated CPU time (s) 44.33
Current children cumulated vsize (KiB) 13268028

[startup+18.4007 s]
/proc/loadavg: 2.14 1.58 1.48 3/281 27125
/proc/meminfo: memFree=26887804/32770624 swapFree=6296/316064
[pid=27105] ppid=27102 vsize=13268028 CPUtime=45.12 cores=0,2,4,6,8,10,12,14
/proc/27105/stat : 27105 (java) S 27102 27105 20823 0 -1 1077944320 51431 0 0 0 3740 772 0 0 20 0 20 0 9952565 13586460672 879426 33554432000 4194304 4196468 140733520361536 140733520344080 139957656194807 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
/proc/27105/statm: 3317007 879426 3830 1 0 3304722 0
[pid=27105/tid=27106] ppid=27102 vsize=13268028 CPUtime=10.41 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27106/stat : 27106 (java) S 27102 27105 20823 0 -1 1077944384 14450 0 0 0 1023 18 0 0 20 0 20 0 9952566 13586460672 879426 33554432000 4194304 4196468 140733520361536 139957660431024 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27108] ppid=27102 vsize=13268028 CPUtime=3.63 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27108/stat : 27108 (java) S 27102 27105 20823 0 -1 1077944384 2655 0 0 0 271 92 0 0 20 0 20 0 9952566 13586460672 879426 33554432000 4194304 4196468 140733520361536 139957254994960 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27109] ppid=27102 vsize=13268028 CPUtime=3.61 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27109/stat : 27109 (java) S 27102 27105 20823 0 -1 1077944384 2642 0 0 0 264 97 0 0 20 0 20 0 9952566 13586460672 879426 33554432000 4194304 4196468 140733520361536 139957253942416 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27110] ppid=27102 vsize=13268028 CPUtime=3.64 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27110/stat : 27110 (java) S 27102 27105 20823 0 -1 1077944384 2334 0 0 0 267 97 0 0 20 0 20 0 9952566 13586460672 879426 33554432000 4194304 4196468 140733520361536 139957252889360 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27111] ppid=27102 vsize=13268028 CPUtime=3.62 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27111/stat : 27111 (java) S 27102 27105 20823 0 -1 1077944384 1790 0 0 0 270 92 0 0 20 0 20 0 9952566 13586460672 879426 33554432000 4194304 4196468 140733520361536 139957251836816 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27112] ppid=27102 vsize=13268028 CPUtime=3.64 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27112/stat : 27112 (java) S 27102 27105 20823 0 -1 1077944384 1960 0 0 0 268 96 0 0 20 0 20 0 9952567 13586460672 879426 33554432000 4194304 4196468 140733520361536 139957250783760 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27113] ppid=27102 vsize=13268028 CPUtime=3.6 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27113/stat : 27113 (java) S 27102 27105 20823 0 -1 1077944384 4030 0 0 0 272 88 0 0 20 0 20 0 9952567 13586460672 879426 33554432000 4194304 4196468 140733520361536 139957249731216 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27114] ppid=27102 vsize=13268028 CPUtime=3.61 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27114/stat : 27114 (java) S 27102 27105 20823 0 -1 1077944384 1811 0 0 0 264 97 0 0 20 0 20 0 9952567 13586460672 879426 33554432000 4194304 4196468 140733520361536 139957248678160 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27115] ppid=27102 vsize=13268028 CPUtime=3.6 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27115/stat : 27115 (java) S 27102 27105 20823 0 -1 1077944384 1620 0 0 0 274 86 0 0 20 0 20 0 9952567 13586460672 879426 33554432000 4194304 4196468 140733520361536 139957247625616 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27116] ppid=27102 vsize=13268028 CPUtime=3.8 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27116/stat : 27116 (java) R 27102 27105 20823 0 -1 4202560 9148 0 0 0 380 0 0 0 20 0 20 0 9952569 13586460672 879426 33554432000 4194304 4196468 140733520361536 139956850672848 139957640895495 0 0 0 16800975 0 0 0 -1 8 0 0 46 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27117] ppid=27102 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27117/stat : 27117 (java) S 27102 27105 20823 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 9952570 13586460672 879426 33554432000 4194304 4196468 140733520361536 139956849620704 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27118] ppid=27102 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27118/stat : 27118 (java) S 27102 27105 20823 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 20 0 9952570 13586460672 879426 33554432000 4194304 4196468 140733520361536 139956848567552 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27119] ppid=27102 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27119/stat : 27119 (java) S 27102 27105 20823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9952573 13586460672 879426 33554432000 4194304 4196468 140733520361536 139956847516112 139957656213403 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27120] ppid=27102 vsize=13268028 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27120/stat : 27120 (java) S 27102 27105 20823 0 -1 1077944384 2632 0 0 0 50 0 0 0 20 0 20 0 9952573 13586460672 879426 33554432000 4194304 4196468 140733520361536 139956846463216 139957656205954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27121] ppid=27102 vsize=13268028 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27121/stat : 27121 (java) S 27102 27105 20823 0 -1 1077944384 1780 0 0 0 48 0 0 0 20 0 20 0 9952573 13586460672 879426 33554432000 4194304 4196468 140733520361536 139956845410672 139957656205954 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27122] ppid=27102 vsize=13268028 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27122/stat : 27122 (java) S 27102 27105 20823 0 -1 1077944384 1626 0 0 0 47 0 0 0 20 0 20 0 9952573 13586460672 879426 33554432000 4194304 4196468 140733520361536 139956844357616 139957656205954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27123] ppid=27102 vsize=13268028 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27123/stat : 27123 (java) S 27102 27105 20823 0 -1 1077944384 1410 0 0 0 36 0 0 0 20 0 20 0 9952573 13586460672 879426 33554432000 4194304 4196468 140733520361536 139956843305072 139957656205954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27124] ppid=27102 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27124/stat : 27124 (java) S 27102 27105 20823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9952573 13586460672 879426 33554432000 4194304 4196468 140733520361536 139956842253280 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27125] ppid=27102 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27125/stat : 27125 (java) S 27102 27105 20823 0 -1 1077944384 161 0 0 0 0 0 0 0 20 0 20 0 9952574 13586460672 879426 33554432000 4194304 4196468 140733520361536 139956841200816 139957656205954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 73 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
Current children cumulated CPU time (s) 45.12
Current children cumulated vsize (KiB) 13268028

[startup+19.2008 s]
/proc/loadavg: 2.14 1.58 1.48 3/281 27125
/proc/meminfo: memFree=26887804/32770624 swapFree=6296/316064
[pid=27105] ppid=27102 vsize=13268028 CPUtime=46.5 cores=0,2,4,6,8,10,12,14
/proc/27105/stat : 27105 (java) S 27102 27105 20823 0 -1 1077944320 61345 0 0 0 3876 774 0 0 20 0 20 0 9952565 13586460672 883236 33554432000 4194304 4196468 140733520361536 140733520344080 139957656194807 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
/proc/27105/statm: 3317007 883236 3837 1 0 3304722 0
[pid=27105/tid=27106] ppid=27102 vsize=13268028 CPUtime=10.9 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27106/stat : 27106 (java) R 27102 27105 20823 0 -1 4202560 17140 0 0 0 1071 19 0 0 20 0 20 0 9952566 13586460672 883236 33554432000 4194304 4196468 140733520361536 139957660430120 139957297958073 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27108] ppid=27102 vsize=13268028 CPUtime=3.63 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27108/stat : 27108 (java) S 27102 27105 20823 0 -1 1077944384 2657 0 0 0 271 92 0 0 20 0 20 0 9952566 13586460672 883236 33554432000 4194304 4196468 140733520361536 139957254994960 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27109] ppid=27102 vsize=13268028 CPUtime=3.61 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27109/stat : 27109 (java) S 27102 27105 20823 0 -1 1077944384 2645 0 0 0 264 97 0 0 20 0 20 0 9952566 13586460672 883236 33554432000 4194304 4196468 140733520361536 139957253942416 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27110] ppid=27102 vsize=13268028 CPUtime=3.64 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27110/stat : 27110 (java) S 27102 27105 20823 0 -1 1077944384 2337 0 0 0 267 97 0 0 20 0 20 0 9952566 13586460672 883236 33554432000 4194304 4196468 140733520361536 139957252889360 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27111] ppid=27102 vsize=13268028 CPUtime=3.62 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27111/stat : 27111 (java) S 27102 27105 20823 0 -1 1077944384 1793 0 0 0 270 92 0 0 20 0 20 0 9952566 13586460672 883236 33554432000 4194304 4196468 140733520361536 139957251836816 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27112] ppid=27102 vsize=13268028 CPUtime=3.64 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27112/stat : 27112 (java) S 27102 27105 20823 0 -1 1077944384 1963 0 0 0 268 96 0 0 20 0 20 0 9952567 13586460672 883236 33554432000 4194304 4196468 140733520361536 139957250783760 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27113] ppid=27102 vsize=13268028 CPUtime=3.6 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27113/stat : 27113 (java) S 27102 27105 20823 0 -1 1077944384 4032 0 0 0 272 88 0 0 20 0 20 0 9952567 13586460672 883236 33554432000 4194304 4196468 140733520361536 139957249731216 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27114] ppid=27102 vsize=13268028 CPUtime=3.61 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27114/stat : 27114 (java) S 27102 27105 20823 0 -1 1077944384 1814 0 0 0 264 97 0 0 20 0 20 0 9952567 13586460672 883236 33554432000 4194304 4196468 140733520361536 139957248678160 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27115] ppid=27102 vsize=13268028 CPUtime=3.6 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27115/stat : 27115 (java) S 27102 27105 20823 0 -1 1077944384 1623 0 0 0 274 86 0 0 20 0 20 0 9952567 13586460672 883236 33554432000 4194304 4196468 140733520361536 139957247625616 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27116] ppid=27102 vsize=13268028 CPUtime=4.11 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27116/stat : 27116 (java) S 27102 27105 20823 0 -1 1077944384 10761 0 0 0 411 0 0 0 20 0 20 0 9952569 13586460672 883236 33554432000 4194304 4196468 140733520361536 139956850674416 139957656205954 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 46 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27117] ppid=27102 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27117/stat : 27117 (java) S 27102 27105 20823 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 9952570 13586460672 883236 33554432000 4194304 4196468 140733520361536 139956849620704 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27118] ppid=27102 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27118/stat : 27118 (java) S 27102 27105 20823 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 20 0 9952570 13586460672 883236 33554432000 4194304 4196468 140733520361536 139956848567552 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27119] ppid=27102 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27119/stat : 27119 (java) S 27102 27105 20823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9952573 13586460672 883236 33554432000 4194304 4196468 140733520361536 139956847516112 139957656213403 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27120] ppid=27102 vsize=13268028 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27120/stat : 27120 (java) R 27102 27105 20823 0 -1 4202560 4514 0 0 0 65 0 0 0 20 0 20 0 9952573 13586460672 883236 33554432000 4194304 4196468 140733520361536 139956846444784 139957639695013 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27121] ppid=27102 vsize=13268028 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27121/stat : 27121 (java) R 27102 27105 20823 0 -1 4202560 3292 0 0 0 74 0 0 0 20 0 20 0 9952573 13586460672 883236 33554432000 4194304 4196468 140733520361536 139956845396728 139957635850033 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27122] ppid=27102 vsize=13268028 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27122/stat : 27122 (java) R 27102 27105 20823 0 -1 4202560 2889 0 0 0 56 1 0 0 20 0 20 0 9952573 13586460672 883236 33554432000 4194304 4196468 140733520361536 139956844338632 139957648484256 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27123] ppid=27102 vsize=13268028 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27123/stat : 27123 (java) S 27102 27105 20823 0 -1 1077944384 2342 0 0 0 42 0 0 0 20 0 20 0 9952573 13586460672 883236 33554432000 4194304 4196468 140733520361536 139956843305072 139957656205954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27124] ppid=27102 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27124/stat : 27124 (java) S 27102 27105 20823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9952573 13586460672 883236 33554432000 4194304 4196468 140733520361536 139956842253280 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27125] ppid=27102 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27125/stat : 27125 (java) S 27102 27105 20823 0 -1 1077944384 161 0 0 0 0 0 0 0 20 0 20 0 9952574 13586460672 883236 33554432000 4194304 4196468 140733520361536 139956841200816 139957656205954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 73 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
Current children cumulated CPU time (s) 46.5
Current children cumulated vsize (KiB) 13268028

[startup+19.4012 s]
/proc/loadavg: 2.14 1.58 1.48 3/281 27125
/proc/meminfo: memFree=26887804/32770624 swapFree=6296/316064
[pid=27105] ppid=27102 vsize=13268028 CPUtime=46.91 cores=0,2,4,6,8,10,12,14
/proc/27105/stat : 27105 (java) S 27102 27105 20823 0 -1 1077944320 61916 0 0 0 3917 774 0 0 20 0 20 0 9952565 13586460672 883823 33554432000 4194304 4196468 140733520361536 140733520344080 139957656194807 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
/proc/27105/statm: 3317007 883823 3837 1 0 3304722 0
[pid=27105/tid=27106] ppid=27102 vsize=13268028 CPUtime=11.1 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27106/stat : 27106 (java) R 27102 27105 20823 0 -1 4202560 17142 0 0 0 1091 19 0 0 20 0 20 0 9952566 13586460672 883823 33554432000 4194304 4196468 140733520361536 139957660431256 139957297853816 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27108] ppid=27102 vsize=13268028 CPUtime=3.63 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27108/stat : 27108 (java) S 27102 27105 20823 0 -1 1077944384 2657 0 0 0 271 92 0 0 20 0 20 0 9952566 13586460672 883823 33554432000 4194304 4196468 140733520361536 139957254994960 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27109] ppid=27102 vsize=13268028 CPUtime=3.61 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27109/stat : 27109 (java) S 27102 27105 20823 0 -1 1077944384 2645 0 0 0 264 97 0 0 20 0 20 0 9952566 13586460672 883823 33554432000 4194304 4196468 140733520361536 139957253942416 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27110] ppid=27102 vsize=13268028 CPUtime=3.64 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27110/stat : 27110 (java) S 27102 27105 20823 0 -1 1077944384 2337 0 0 0 267 97 0 0 20 0 20 0 9952566 13586460672 883823 33554432000 4194304 4196468 140733520361536 139957252889360 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27111] ppid=27102 vsize=13268028 CPUtime=3.62 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27111/stat : 27111 (java) S 27102 27105 20823 0 -1 1077944384 1793 0 0 0 270 92 0 0 20 0 20 0 9952566 13586460672 883823 33554432000 4194304 4196468 140733520361536 139957251836816 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27112] ppid=27102 vsize=13268028 CPUtime=3.64 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27112/stat : 27112 (java) S 27102 27105 20823 0 -1 1077944384 1963 0 0 0 268 96 0 0 20 0 20 0 9952567 13586460672 883823 33554432000 4194304 4196468 140733520361536 139957250783760 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27113] ppid=27102 vsize=13268028 CPUtime=3.6 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27113/stat : 27113 (java) S 27102 27105 20823 0 -1 1077944384 4032 0 0 0 272 88 0 0 20 0 20 0 9952567 13586460672 883823 33554432000 4194304 4196468 140733520361536 139957249731216 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27114] ppid=27102 vsize=13268028 CPUtime=3.61 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27114/stat : 27114 (java) S 27102 27105 20823 0 -1 1077944384 1814 0 0 0 264 97 0 0 20 0 20 0 9952567 13586460672 883823 33554432000 4194304 4196468 140733520361536 139957248678160 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27115] ppid=27102 vsize=13268028 CPUtime=3.6 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27115/stat : 27115 (java) S 27102 27105 20823 0 -1 1077944384 1623 0 0 0 274 86 0 0 20 0 20 0 9952567 13586460672 883823 33554432000 4194304 4196468 140733520361536 139957247625616 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27116] ppid=27102 vsize=13268028 CPUtime=4.11 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27116/stat : 27116 (java) S 27102 27105 20823 0 -1 1077944384 10761 0 0 0 411 0 0 0 20 0 20 0 9952569 13586460672 883823 33554432000 4194304 4196468 140733520361536 139956850674416 139957656205954 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 46 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27117] ppid=27102 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27117/stat : 27117 (java) S 27102 27105 20823 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 9952570 13586460672 883823 33554432000 4194304 4196468 140733520361536 139956849620704 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27118] ppid=27102 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27118/stat : 27118 (java) S 27102 27105 20823 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 20 0 9952570 13586460672 883823 33554432000 4194304 4196468 140733520361536 139956848567552 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27119] ppid=27102 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27119/stat : 27119 (java) S 27102 27105 20823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9952573 13586460672 883823 33554432000 4194304 4196468 140733520361536 139956847516112 139957656213403 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27120] ppid=27102 vsize=13268028 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27120/stat : 27120 (java) S 27102 27105 20823 0 -1 1077944384 5049 0 0 0 76 1 0 0 20 0 20 0 9952573 13586460672 883823 33554432000 4194304 4196468 140733520361536 139956846463216 139957656205954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27121] ppid=27102 vsize=13268028 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27121/stat : 27121 (java) S 27102 27105 20823 0 -1 1077944384 3312 0 0 0 80 0 0 0 20 0 20 0 9952573 13586460672 883823 33554432000 4194304 4196468 140733520361536 139956845410672 139957656205954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27122] ppid=27102 vsize=13268028 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27122/stat : 27122 (java) S 27102 27105 20823 0 -1 1077944384 2903 0 0 0 60 1 0 0 20 0 20 0 9952573 13586460672 883823 33554432000 4194304 4196468 140733520361536 139956844357616 139957656205954 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27123] ppid=27102 vsize=13268028 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27123/stat : 27123 (java) S 27102 27105 20823 0 -1 1077944384 2342 0 0 0 42 0 0 0 20 0 20 0 9952573 13586460672 883823 33554432000 4194304 4196468 140733520361536 139956843305072 139957656205954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27124] ppid=27102 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27124/stat : 27124 (java) S 27102 27105 20823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9952573 13586460672 883823 33554432000 4194304 4196468 140733520361536 139956842253280 139957656205013 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
[pid=27105/tid=27125] ppid=27102 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27125/stat : 27125 (java) S 27102 27105 20823 0 -1 1077944384 161 0 0 0 0 0 0 0 20 0 20 0 9952574 13586460672 883823 33554432000 4194304 4196468 140733520361536 139956841200816 139957656205954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 73 0 0 6293624 6294260 29655040 140733520368778 140733520368964 140733520368964 140733520371663 0
Current children cumulated CPU time (s) 46.91
Current children cumulated vsize (KiB) 13268028

[startup+19.5008 s]
/proc/loadavg: 2.14 1.58 1.48 3/281 27125
/proc/meminfo: memFree=26887804/32770624 swapFree=6296/316064
[pid=27105] ppid=27102 vsize=0 CPUtime=47.07 cores=0,2,4,6,8,10,12,14
/proc/27105/stat : 27105 (java) Z 27102 27105 20823 0 -1 4227084 62109 0 0 0 3932 775 0 0 20 0 2 0 9952565 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/27105/statm: 0 0 0 0 0 0 0
[pid=27105/tid=27115] ppid=27102 vsize=0 CPUtime=3.6 cores=0,2,4,6,8,10,12,14
/proc/27105/task/27115/stat : 27115 (java) R 27102 27105 20823 0 -1 4203588 1623 0 0 0 274 86 0 0 20 0 2 0 9952567 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 8 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 47.07
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 19.5145
CPU time (s): 47.0911
CPU user time (s): 39.3219
CPU system time (s): 7.7692
CPU usage (%): 241.314
Max. virtual memory (cumulated for all children) (KiB): 13268028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.3219
system time used= 7.7692
maximum resident set size= 3536104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62109
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4743
involuntary context switches= 3309

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.144012 second user time and 0.170436 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-22 20:07:43
IDJOB=4248816
IDBENCH=134317
IDSOLVER=2628
FILE ID=node143/4248816-1500746862
RUNJOBID= node143-1500717086-20854
PBS_JOBID= 20623361
Free space on /tmp= 61840 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-06-30
BENCH NAME= XCSP17/PigeonsPlus/PigeonsPlus-m1-s1/pigeonsPlus-07-08.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-4248816-1500746862/watcher-4248816-1500746862 -o /tmp/evaluation-result-4248816-1500746862/solver-4248816-1500746862 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500717086-20854 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 620877216 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4248816-1500746862.xml

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

MD5SUM BENCH= b710198e3fe52a2d3e46aa4557e690ea
RANDOM SEED=620877216

node143.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		: 2267.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.69
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		: 1600.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		: 2400.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.69
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	: 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.69
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		: 1600.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.69
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		: 2668.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.69
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		: 1733.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.69
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.69
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		: 1600.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.69
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:        30350964 kB
MemAvailable:   30889540 kB
Buffers:          181704 kB
Cached:           627628 kB
SwapCached:            0 kB
Active:          1638592 kB
Inactive:         324536 kB
Active(anon):    1156304 kB
Inactive(anon):     8756 kB
Active(file):     482288 kB
Inactive(file):   315780 kB
Unevictable:        6296 kB
Mlocked:            6296 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             70096 kB
Writeback:             0 kB
AnonPages:       1160284 kB
Mapped:            46140 kB
Shmem:              8852 kB
Slab:             147372 kB
SReclaimable:     112684 kB
SUnreclaim:        34688 kB
KernelStack:        4880 kB
PageTables:         7868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2076656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1042432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      155008 kB
DirectMap2M:    33390592 kB

Free space on /tmp at the end= 61800 MiB
End job on node143 at 2017-07-22 20:08:03