Trace number 4249270

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: Concrete 3.4SAT 24.9695 9.87615

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-xcsp2-s20a4/
TravellingSalesman-4-20-001-a4_X2.xml
MD5SUMb8ea00653452363d0c81f6ef3102e485
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 benchmark0.77130699
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints228
Number of domains5
Minimum domain size1
Maximum domain size1001
Distribution of domain sizes[{"size":1,"count":2},{"size":20,"count":20},{"size":161,"count":19},{"size":1001,"count":20}]
Minimum variable degree1
Maximum variable degree208
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":37},{"degree":19,"count":1},{"degree":20,"count":18},{"degree":37,"count":1},{"degree":190,"count":1},{"degree":208,"count":1}]
Minimum constraint arity2
Maximum constraint arity4
Distribution of constraint arities[{"arity":2,"count":1},{"arity":3,"count":20},{"arity":4,"count":207}]
Number of extensional constraints228
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":228}]
Optimization problemNO
Type of objective

Solver Data

3.59/2.20	c Concrete v3.4 running
24.82/9.85	v <instantiation>
24.82/9.85	v       <list>
24.82/9.85	v         w3 w4 x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] z[0] z[1] z[2] z[3] z[4] z[5] z[6] z[7] z[8] z[9] z[10] z[11] z[12] z[13] z[14] z[15] z[16] z[17] z[18]
24.82/9.85	v       </list>
24.82/9.85	v       <values>
24.82/9.85	v         160 0 16 3 18 12 19 9 5 4 8 14 13 10 15 7 1 2 6 17 20 11 7 3 16 15 17 0 5 11 2 1 2 3 7 26 0 18 0 3 15 9 10 26 41 58 58 63 74 76 77 79 82 89 115 115 133 133 136 151 160
24.82/9.85	v       </values>
24.82/9.85	v     </instantiation>
24.82/9.85	s SATISFIABLE

Verifier Data

OK	

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-4249270-1500761624/watcher-4249270-1500761624 -o /tmp/evaluation-result-4249270-1500761624/solver-4249270-1500761624 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node144-1500752272-21523 --watchdog 2560 bin/concrete HOME/instance-4249270-1500761624.xml 

pid=25260
running on 8 cores: 0-3,8-11

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: 2.78 2.04 1.86 5/262 25263
/proc/meminfo: memFree=28365992/32770624 swapFree=5816/244332
[pid=25263] ppid=25260 vsize=9508 CPUtime=0 cores=0-3,8-11
/proc/25263/stat : 25263 (bash) S 25260 25263 21492 0 -1 4202496 686 1535 0 0 0 0 0 0 20 0 1 0 11427737 9736192 351 33554432000 4194304 5098028 140735207910096 140735207907736 140050098613248 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 18165760 140735207916814 140735207916899 140735207916899 140735207919598 0
/proc/25263/statm: 2377 351 278 221 0 86 0

[startup+0.100074 s]
/proc/loadavg: 2.78 2.04 1.86 5/262 25263
/proc/meminfo: memFree=28365992/32770624 swapFree=5816/244332
[pid=25263] ppid=25260 vsize=9640 CPUtime=0.01 cores=0-3,8-11
/proc/25263/stat : 25263 (bash) S 25260 25263 21492 0 -1 4202496 878 6424 0 0 0 0 0 1 20 0 1 0 11427737 9871360 378 33554432000 4194304 5098028 140735207910096 140735207904104 140050098613248 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 18165760 140735207916814 140735207916899 140735207916899 140735207919598 0
/proc/25263/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200379 s]
/proc/loadavg: 2.78 2.04 1.86 5/262 25263
/proc/meminfo: memFree=28365992/32770624 swapFree=5816/244332
[pid=25263] ppid=25260 vsize=10435860 CPUtime=0.18 cores=0-3,8-11
/proc/25263/stat : 25263 (java) S 25260 25263 21492 0 -1 1077944320 5230 12650 0 0 5 2 8 3 20 0 13 0 11427737 10686320640 4578 33554432000 4194304 4196468 140727101553040 140727101535584 139670489706231 0 0 0 16800971 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
/proc/25263/statm: 2608965 4578 2172 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300311 s]
/proc/loadavg: 2.78 2.04 1.86 5/262 25263
/proc/meminfo: memFree=28365992/32770624 swapFree=5816/244332
[pid=25263] ppid=25260 vsize=10902392 CPUtime=0.37 cores=0-3,8-11
/proc/25263/stat : 25263 (java) S 25260 25263 21492 0 -1 1077944320 7251 12650 0 0 23 3 8 3 20 0 20 0 11427737 11164049408 8486 33554432000 4194304 4196468 140727101553040 140727101535584 139670489706231 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
/proc/25263/statm: 2725598 8486 2994 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902392

[startup+0.700299 s]
/proc/loadavg: 2.78 2.04 1.86 5/262 25263
/proc/meminfo: memFree=28365992/32770624 swapFree=5816/244332
[pid=25263] ppid=25260 vsize=10902720 CPUtime=0.9 cores=0-3,8-11
/proc/25263/stat : 25263 (java) S 25260 25263 21492 0 -1 1077944320 12426 12650 0 0 74 5 8 3 20 0 20 0 11427737 11164385280 14721 33554432000 4194304 4196468 140727101553040 140727101535584 139670489706231 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
/proc/25263/statm: 2725680 14721 3141 1 0 2713890 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 10902720

[startup+1.50072 s]
/proc/loadavg: 2.72 2.04 1.86 3/282 25336
/proc/meminfo: memFree=28264384/32770624 swapFree=5816/244380
[pid=25263] ppid=25260 vsize=10913344 CPUtime=2.27 cores=0-3,8-11
/proc/25263/stat : 25263 (java) S 25260 25263 21492 0 -1 1077944320 27109 12650 0 0 202 14 8 3 20 0 20 0 11427737 11175264256 44258 33554432000 4194304 4196468 140727101553040 140727101535584 139670489706231 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
/proc/25263/statm: 2728336 44258 3404 1 0 2716450 0
[pid=25263/tid=25318] ppid=25260 vsize=10913344 CPUtime=1.42 cores=0-3,8-11
/proc/25263/task/25318/stat : 25318 (java) S 25260 25263 21492 0 -1 1077944384 19217 12650 0 0 125 6 8 3 20 0 20 0 11427749 11175264256 44258 33554432000 4194304 4196468 140727101553040 139670493929728 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25319] ppid=25260 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/25263/task/25319/stat : 25319 (java) S 25260 25263 21492 0 -1 1077944384 139 12650 0 0 1 0 8 3 20 0 20 0 11427750 11175264256 44258 33554432000 4194304 4196468 140727101553040 139670459418896 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25320] ppid=25260 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/25263/task/25320/stat : 25320 (java) S 25260 25263 21492 0 -1 1077944384 16 12650 0 0 1 0 8 3 20 0 20 0 11427750 11175264256 44258 33554432000 4194304 4196468 140727101553040 139670095006096 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25321] ppid=25260 vsize=10913344 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25321/stat : 25321 (java) S 25260 25263 21492 0 -1 1077944384 29 12650 0 0 0 0 8 3 20 0 20 0 11427750 11175264256 44258 33554432000 4194304 4196468 140727101553040 139670093953552 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25322] ppid=25260 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/25263/task/25322/stat : 25322 (java) S 25260 25263 21492 0 -1 1077944384 52 12650 0 0 1 0 8 3 20 0 20 0 11427750 11175264256 44258 33554432000 4194304 4196468 140727101553040 139670092901008 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25323] ppid=25260 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/25263/task/25323/stat : 25323 (java) S 25260 25263 21492 0 -1 1077944384 25 12650 0 0 1 0 8 3 20 0 20 0 11427750 11175264256 44258 33554432000 4194304 4196468 140727101553040 139670091848464 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25324] ppid=25260 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/25263/task/25324/stat : 25324 (java) S 25260 25263 21492 0 -1 1077944384 16 12650 0 0 1 0 8 3 20 0 20 0 11427750 11175264256 44258 33554432000 4194304 4196468 140727101553040 139670090795920 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25325] ppid=25260 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/25263/task/25325/stat : 25325 (java) S 25260 25263 21492 0 -1 1077944384 13 12650 0 0 1 0 8 3 20 0 20 0 11427750 11175264256 44258 33554432000 4194304 4196468 140727101553040 139670089743376 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25326] ppid=25260 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/25263/task/25326/stat : 25326 (java) S 25260 25263 21492 0 -1 1077944384 28 12650 0 0 1 0 8 3 20 0 20 0 11427750 11175264256 44258 33554432000 4194304 4196468 140727101553040 139670088690832 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25327] ppid=25260 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/25263/task/25327/stat : 25327 (java) S 25260 25263 21492 0 -1 1077944384 1435 12650 0 0 1 0 8 3 20 0 20 0 11427753 11175264256 44258 33554432000 4194304 4196468 140727101553040 139669964220400 139670489717378 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25328] ppid=25260 vsize=10913344 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25328/stat : 25328 (java) S 25260 25263 21492 0 -1 1077944384 56 12650 0 0 0 0 8 3 20 0 20 0 11427753 11175264256 44258 33554432000 4194304 4196468 140727101553040 139669963166688 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25329] ppid=25260 vsize=10913344 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25329/stat : 25329 (java) R 25260 25263 21492 0 -1 4202560 45 12650 0 0 0 0 8 3 20 0 20 0 11427754 11175264256 44258 33554432000 4194304 4196468 140727101553040 139669962112528 139670125523670 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25330] ppid=25260 vsize=10913344 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25330/stat : 25330 (java) S 25260 25263 21492 0 -1 1077944384 1 12650 0 0 0 0 8 3 20 0 20 0 11427758 11175264256 44258 33554432000 4194304 4196468 140727101553040 139669961062608 139670489724827 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25331] ppid=25260 vsize=10913344 CPUtime=0.21 cores=0-3,8-11
/proc/25263/task/25331/stat : 25331 (java) S 25260 25263 21492 0 -1 1077944384 959 12650 0 0 10 0 8 3 20 0 20 0 11427758 11175264256 44258 33554432000 4194304 4196468 140727101553040 139669960010224 139670489717378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25332] ppid=25260 vsize=10913344 CPUtime=0.25 cores=0-3,8-11
/proc/25263/task/25332/stat : 25332 (java) S 25260 25263 21492 0 -1 1077944384 986 12650 0 0 14 0 8 3 20 0 20 0 11427758 11175264256 44258 33554432000 4194304 4196468 140727101553040 139669958957680 139670489717378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25333] ppid=25260 vsize=10913344 CPUtime=0.23 cores=0-3,8-11
/proc/25263/task/25333/stat : 25333 (java) S 25260 25263 21492 0 -1 1077944384 702 12650 0 0 12 0 8 3 20 0 20 0 11427758 11175264256 44258 33554432000 4194304 4196468 140727101553040 139669957905136 139670489717378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25334] ppid=25260 vsize=10913344 CPUtime=0.37 cores=0-3,8-11
/proc/25263/task/25334/stat : 25334 (java) R 25260 25263 21492 0 -1 4202560 1256 12650 0 0 26 0 8 3 20 0 20 0 11427758 11175264256 44258 33554432000 4194304 4196468 140727101553040 139669956849528 139670471269791 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25335] ppid=25260 vsize=10913344 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25335/stat : 25335 (java) S 25260 25263 21492 0 -1 1077944384 3 12650 0 0 0 0 8 3 20 0 20 0 11427758 11175264256 44258 33554432000 4194304 4196468 140727101553040 139669955799264 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25336] ppid=25260 vsize=10913344 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25336/stat : 25336 (java) S 25260 25263 21492 0 -1 1077944384 3 12650 0 0 0 0 8 3 20 0 20 0 11427759 11175264256 44258 33554432000 4194304 4196468 140727101553040 139669954746800 139670489717378 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 10913344

[startup+3.10087 s]
/proc/loadavg: 2.72 2.04 1.86 3/282 25336
/proc/meminfo: memFree=27839048/32770624 swapFree=5816/244380
[pid=25263] ppid=25260 vsize=10925820 CPUtime=6.09 cores=0-3,8-11
/proc/25263/stat : 25263 (java) S 25260 25263 21492 0 -1 1077944320 47279 12650 0 0 577 21 8 3 20 0 20 0 11427737 11188039680 64596 33554432000 4194304 4196468 140727101553040 140727101535584 139670489706231 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
/proc/25263/statm: 2731455 64596 3478 1 0 2719010 0
[pid=25263/tid=25318] ppid=25260 vsize=10925820 CPUtime=3.01 cores=0-3,8-11
/proc/25263/task/25318/stat : 25318 (java) R 25260 25263 21492 0 -1 4202560 33286 12650 0 0 280 10 8 3 20 0 20 0 11427749 11188039680 64596 33554432000 4194304 4196468 140727101553040 139670493931712 139670471574720 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25319] ppid=25260 vsize=10925820 CPUtime=0.12 cores=0-3,8-11
/proc/25263/task/25319/stat : 25319 (java) S 25260 25263 21492 0 -1 1077944384 139 12650 0 0 1 0 8 3 20 0 20 0 11427750 11188039680 64596 33554432000 4194304 4196468 140727101553040 139670459418896 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25320] ppid=25260 vsize=10925820 CPUtime=0.12 cores=0-3,8-11
/proc/25263/task/25320/stat : 25320 (java) S 25260 25263 21492 0 -1 1077944384 16 12650 0 0 1 0 8 3 20 0 20 0 11427750 11188039680 64596 33554432000 4194304 4196468 140727101553040 139670095006096 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25321] ppid=25260 vsize=10925820 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25321/stat : 25321 (java) S 25260 25263 21492 0 -1 1077944384 29 12650 0 0 0 0 8 3 20 0 20 0 11427750 11188039680 64596 33554432000 4194304 4196468 140727101553040 139670093953552 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25322] ppid=25260 vsize=10925820 CPUtime=0.12 cores=0-3,8-11
/proc/25263/task/25322/stat : 25322 (java) S 25260 25263 21492 0 -1 1077944384 52 12650 0 0 1 0 8 3 20 0 20 0 11427750 11188039680 64596 33554432000 4194304 4196468 140727101553040 139670092901008 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25323] ppid=25260 vsize=10925820 CPUtime=0.12 cores=0-3,8-11
/proc/25263/task/25323/stat : 25323 (java) S 25260 25263 21492 0 -1 1077944384 25 12650 0 0 1 0 8 3 20 0 20 0 11427750 11188039680 64596 33554432000 4194304 4196468 140727101553040 139670091848464 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25324] ppid=25260 vsize=10925820 CPUtime=0.12 cores=0-3,8-11
/proc/25263/task/25324/stat : 25324 (java) S 25260 25263 21492 0 -1 1077944384 16 12650 0 0 1 0 8 3 20 0 20 0 11427750 11188039680 64596 33554432000 4194304 4196468 140727101553040 139670090795920 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25325] ppid=25260 vsize=10925820 CPUtime=0.12 cores=0-3,8-11
/proc/25263/task/25325/stat : 25325 (java) S 25260 25263 21492 0 -1 1077944384 13 12650 0 0 1 0 8 3 20 0 20 0 11427750 11188039680 64596 33554432000 4194304 4196468 140727101553040 139670089743376 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25326] ppid=25260 vsize=10925820 CPUtime=0.12 cores=0-3,8-11
/proc/25263/task/25326/stat : 25326 (java) S 25260 25263 21492 0 -1 1077944384 28 12650 0 0 1 0 8 3 20 0 20 0 11427750 11188039680 64596 33554432000 4194304 4196468 140727101553040 139670088690832 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25327] ppid=25260 vsize=10925820 CPUtime=0.12 cores=0-3,8-11
/proc/25263/task/25327/stat : 25327 (java) S 25260 25263 21492 0 -1 1077944384 1458 12650 0 0 1 0 8 3 20 0 20 0 11427753 11188039680 64596 33554432000 4194304 4196468 140727101553040 139669964220400 139670489717378 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25328] ppid=25260 vsize=10925820 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25328/stat : 25328 (java) S 25260 25263 21492 0 -1 1077944384 56 12650 0 0 0 0 8 3 20 0 20 0 11427753 11188039680 64596 33554432000 4194304 4196468 140727101553040 139669963166688 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25329] ppid=25260 vsize=10925820 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25329/stat : 25329 (java) S 25260 25263 21492 0 -1 1077944384 45 12650 0 0 0 0 8 3 20 0 20 0 11427754 11188039680 64596 33554432000 4194304 4196468 140727101553040 139669962114048 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25330] ppid=25260 vsize=10925820 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25330/stat : 25330 (java) S 25260 25263 21492 0 -1 1077944384 1 12650 0 0 0 0 8 3 20 0 20 0 11427758 11188039680 64596 33554432000 4194304 4196468 140727101553040 139669961062608 139670489724827 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25331] ppid=25260 vsize=10925820 CPUtime=0.78 cores=0-3,8-11
/proc/25263/task/25331/stat : 25331 (java) S 25260 25263 21492 0 -1 1077944384 2377 12650 0 0 67 0 8 3 20 0 20 0 11427758 11188039680 64596 33554432000 4194304 4196468 140727101553040 139669960010224 139670489717378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25332] ppid=25260 vsize=10925820 CPUtime=0.77 cores=0-3,8-11
/proc/25263/task/25332/stat : 25332 (java) R 25260 25263 21492 0 -1 1077944384 2225 12650 0 0 65 1 8 3 20 0 20 0 11427758 11188039680 64596 33554432000 4194304 4196468 140727101553040 139669958957680 139670489717378 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25333] ppid=25260 vsize=10925820 CPUtime=0.7 cores=0-3,8-11
/proc/25263/task/25333/stat : 25333 (java) S 25260 25263 21492 0 -1 1077944384 1629 12650 0 0 59 0 8 3 20 0 20 0 11427758 11188039680 64596 33554432000 4194304 4196468 140727101553040 139669957905136 139670489717378 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25334] ppid=25260 vsize=10925820 CPUtime=1.03 cores=0-3,8-11
/proc/25263/task/25334/stat : 25334 (java) S 25260 25263 21492 0 -1 1077944384 3744 12650 0 0 91 1 8 3 20 0 20 0 11427758 11188039680 64596 33554432000 4194304 4196468 140727101553040 139669956852592 139670489717378 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25335] ppid=25260 vsize=10925820 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25335/stat : 25335 (java) S 25260 25263 21492 0 -1 1077944384 3 12650 0 0 0 0 8 3 20 0 20 0 11427758 11188039680 64596 33554432000 4194304 4196468 140727101553040 139669955799264 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25336] ppid=25260 vsize=10925820 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25336/stat : 25336 (java) S 25260 25263 21492 0 -1 1077944384 9 12650 0 0 0 0 8 3 20 0 20 0 11427759 11188039680 64596 33554432000 4194304 4196468 140727101553040 139669954746800 139670489717378 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 10925820

[startup+6.30126 s]
/proc/loadavg: 2.58 2.02 1.86 3/282 25336
/proc/meminfo: memFree=26970660/32770624 swapFree=5816/244376
[pid=25263] ppid=25260 vsize=10927868 CPUtime=13.35 cores=0-3,8-11
/proc/25263/stat : 25263 (java) S 25260 25263 21492 0 -1 1077944320 50628 12650 0 0 1277 47 8 3 20 0 20 0 11427737 11190136832 139645 33554432000 4194304 4196468 140727101553040 140727101535584 139670489706231 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
/proc/25263/statm: 2731967 139645 3486 1 0 2719522 0
[pid=25263/tid=25318] ppid=25260 vsize=10927868 CPUtime=6.14 cores=0-3,8-11
/proc/25263/task/25318/stat : 25318 (java) R 25260 25263 21492 0 -1 4202560 34214 12650 0 0 588 15 8 3 20 0 20 0 11427749 11190136832 139645 33554432000 4194304 4196468 140727101553040 139670493939144 139670137442400 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25319] ppid=25260 vsize=10927868 CPUtime=0.17 cores=0-3,8-11
/proc/25263/task/25319/stat : 25319 (java) S 25260 25263 21492 0 -1 1077944384 186 12650 0 0 3 3 8 3 20 0 20 0 11427750 11190136832 139645 33554432000 4194304 4196468 140727101553040 139670459418896 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25320] ppid=25260 vsize=10927868 CPUtime=0.17 cores=0-3,8-11
/proc/25263/task/25320/stat : 25320 (java) S 25260 25263 21492 0 -1 1077944384 53 12650 0 0 3 3 8 3 20 0 20 0 11427750 11190136832 139645 33554432000 4194304 4196468 140727101553040 139670095006096 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25321] ppid=25260 vsize=10927868 CPUtime=0.17 cores=0-3,8-11
/proc/25263/task/25321/stat : 25321 (java) S 25260 25263 21492 0 -1 1077944384 64 12650 0 0 3 3 8 3 20 0 20 0 11427750 11190136832 139645 33554432000 4194304 4196468 140727101553040 139670093953552 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25322] ppid=25260 vsize=10927868 CPUtime=0.15 cores=0-3,8-11
/proc/25263/task/25322/stat : 25322 (java) S 25260 25263 21492 0 -1 1077944384 72 12650 0 0 2 2 8 3 20 0 20 0 11427750 11190136832 139645 33554432000 4194304 4196468 140727101553040 139670092901008 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25323] ppid=25260 vsize=10927868 CPUtime=0.16 cores=0-3,8-11
/proc/25263/task/25323/stat : 25323 (java) S 25260 25263 21492 0 -1 1077944384 131 12650 0 0 3 2 8 3 20 0 20 0 11427750 11190136832 139645 33554432000 4194304 4196468 140727101553040 139670091848464 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25324] ppid=25260 vsize=10927868 CPUtime=0.16 cores=0-3,8-11
/proc/25263/task/25324/stat : 25324 (java) S 25260 25263 21492 0 -1 1077944384 103 12650 0 0 3 2 8 3 20 0 20 0 11427750 11190136832 139645 33554432000 4194304 4196468 140727101553040 139670090795920 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25325] ppid=25260 vsize=10927868 CPUtime=0.16 cores=0-3,8-11
/proc/25263/task/25325/stat : 25325 (java) S 25260 25263 21492 0 -1 1077944384 39 12650 0 0 3 2 8 3 20 0 20 0 11427750 11190136832 139645 33554432000 4194304 4196468 140727101553040 139670089743376 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25326] ppid=25260 vsize=10927868 CPUtime=0.16 cores=0-3,8-11
/proc/25263/task/25326/stat : 25326 (java) S 25260 25263 21492 0 -1 1077944384 57 12650 0 0 3 2 8 3 20 0 20 0 11427750 11190136832 139645 33554432000 4194304 4196468 140727101553040 139670088690832 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25327] ppid=25260 vsize=10927868 CPUtime=0.14 cores=0-3,8-11
/proc/25263/task/25327/stat : 25327 (java) S 25260 25263 21492 0 -1 1077944384 1660 12650 0 0 3 0 8 3 20 0 20 0 11427753 11190136832 139645 33554432000 4194304 4196468 140727101553040 139669964220400 139670489717378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25328] ppid=25260 vsize=10927868 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25328/stat : 25328 (java) S 25260 25263 21492 0 -1 1077944384 57 12650 0 0 0 0 8 3 20 0 20 0 11427753 11190136832 139645 33554432000 4194304 4196468 140727101553040 139669963166688 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25329] ppid=25260 vsize=10927868 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25329/stat : 25329 (java) S 25260 25263 21492 0 -1 1077944384 47 12650 0 0 0 0 8 3 20 0 20 0 11427754 11190136832 139645 33554432000 4194304 4196468 140727101553040 139669962114048 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25330] ppid=25260 vsize=10927868 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25330/stat : 25330 (java) S 25260 25263 21492 0 -1 1077944384 1 12650 0 0 0 0 8 3 20 0 20 0 11427758 11190136832 139645 33554432000 4194304 4196468 140727101553040 139669961062608 139670489724827 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25331] ppid=25260 vsize=10927868 CPUtime=1.89 cores=0-3,8-11
/proc/25263/task/25331/stat : 25331 (java) S 25260 25263 21492 0 -1 1077944384 2815 12650 0 0 177 1 8 3 20 0 20 0 11427758 11190136832 139645 33554432000 4194304 4196468 140727101553040 139669960010224 139670489717378 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25332] ppid=25260 vsize=10927868 CPUtime=1.83 cores=0-3,8-11
/proc/25263/task/25332/stat : 25332 (java) S 25260 25263 21492 0 -1 1077944384 2478 12650 0 0 171 1 8 3 20 0 20 0 11427758 11190136832 139645 33554432000 4194304 4196468 140727101553040 139669958957680 139670489717378 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25333] ppid=25260 vsize=10927868 CPUtime=1.82 cores=0-3,8-11
/proc/25263/task/25333/stat : 25333 (java) S 25260 25263 21492 0 -1 1077944384 1955 12650 0 0 170 1 8 3 20 0 20 0 11427758 11190136832 139645 33554432000 4194304 4196468 140727101553040 139669957905136 139670489717378 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25334] ppid=25260 vsize=10927868 CPUtime=1.51 cores=0-3,8-11
/proc/25263/task/25334/stat : 25334 (java) S 25260 25263 21492 0 -1 1077944384 4552 12650 0 0 138 2 8 3 20 0 20 0 11427758 11190136832 139645 33554432000 4194304 4196468 140727101553040 139669956852592 139670489717378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25335] ppid=25260 vsize=10927868 CPUtime=0.11 cores=0-3,8-11

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

[pid=25263/tid=25325] ppid=25260 vsize=10929916 CPUtime=0.19 cores=0-3,8-11
/proc/25263/task/25325/stat : 25325 (java) S 25260 25263 21492 0 -1 1077944384 42 12650 0 0 6 2 8 3 20 0 20 0 11427750 11192233984 171477 33554432000 4194304 4196468 140727101553040 139670089743376 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25326] ppid=25260 vsize=10929916 CPUtime=0.2 cores=0-3,8-11
/proc/25263/task/25326/stat : 25326 (java) S 25260 25263 21492 0 -1 1077944384 76 12650 0 0 6 3 8 3 20 0 20 0 11427750 11192233984 171477 33554432000 4194304 4196468 140727101553040 139670088690832 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25327] ppid=25260 vsize=10929916 CPUtime=0.17 cores=0-3,8-11
/proc/25263/task/25327/stat : 25327 (java) S 25260 25263 21492 0 -1 1077944384 2298 12650 0 0 6 0 8 3 20 0 20 0 11427753 11192233984 171477 33554432000 4194304 4196468 140727101553040 139669964220400 139670489717378 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25328] ppid=25260 vsize=10929916 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25328/stat : 25328 (java) S 25260 25263 21492 0 -1 1077944384 57 12650 0 0 0 0 8 3 20 0 20 0 11427753 11192233984 171477 33554432000 4194304 4196468 140727101553040 139669963166688 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25329] ppid=25260 vsize=10929916 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25329/stat : 25329 (java) S 25260 25263 21492 0 -1 1077944384 47 12650 0 0 0 0 8 3 20 0 20 0 11427754 11192233984 171477 33554432000 4194304 4196468 140727101553040 139669962114048 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25330] ppid=25260 vsize=10929916 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25330/stat : 25330 (java) S 25260 25263 21492 0 -1 1077944384 1 12650 0 0 0 0 8 3 20 0 20 0 11427758 11192233984 171477 33554432000 4194304 4196468 140727101553040 139669961062608 139670489724827 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25331] ppid=25260 vsize=10929916 CPUtime=2.4 cores=0-3,8-11
/proc/25263/task/25331/stat : 25331 (java) R 25260 25263 21492 0 -1 4202560 4055 12650 0 0 228 1 8 3 20 0 20 0 11427758 11192233984 171477 33554432000 4194304 4196468 140727101553040 139669959991240 139670467455698 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25332] ppid=25260 vsize=10929916 CPUtime=2.36 cores=0-3,8-11
/proc/25263/task/25332/stat : 25332 (java) R 25260 25263 21492 0 -1 4202560 2644 12650 0 0 224 1 8 3 20 0 20 0 11427758 11192233984 171477 33554432000 4194304 4196468 140727101553040 139669958938696 139670473202971 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25333] ppid=25260 vsize=10929916 CPUtime=2.32 cores=0-3,8-11
/proc/25263/task/25333/stat : 25333 (java) R 25260 25263 21492 0 -1 4202560 3630 12650 0 0 220 1 8 3 20 0 20 0 11427758 11192233984 171477 33554432000 4194304 4196468 140727101553040 139669957890888 139670470897533 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25334] ppid=25260 vsize=10929916 CPUtime=1.74 cores=0-3,8-11
/proc/25263/task/25334/stat : 25334 (java) S 25260 25263 21492 0 -1 1077944384 4874 12650 0 0 161 2 8 3 20 0 20 0 11427758 11192233984 171477 33554432000 4194304 4196468 140727101553040 139669956852592 139670489717378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25335] ppid=25260 vsize=10929916 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25335/stat : 25335 (java) S 25260 25263 21492 0 -1 1077944384 3 12650 0 0 0 0 8 3 20 0 20 0 11427758 11192233984 171477 33554432000 4194304 4196468 140727101553040 139669955799264 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25336] ppid=25260 vsize=10929916 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25336/stat : 25336 (java) S 25260 25263 21492 0 -1 1077944384 13 12650 0 0 0 0 8 3 20 0 20 0 11427759 11192233984 171477 33554432000 4194304 4196468 140727101553040 139669954746800 139670489717378 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
Current children cumulated CPU time (s) 17.09
Current children cumulated vsize (KiB) 10929916

[startup+8.80113 s]
/proc/loadavg: 2.58 2.02 1.86 6/282 25336
/proc/meminfo: memFree=26654648/32770624 swapFree=5816/244376
[pid=25263] ppid=25260 vsize=10932432 CPUtime=20.5 cores=0-3,8-11
/proc/25263/stat : 25263 (java) S 25260 25263 21492 0 -1 1077944320 68898 12650 0 0 1984 55 8 3 20 0 20 0 11427737 11194810368 181669 33554432000 4194304 4196468 140727101553040 140727101535584 139670489706231 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
/proc/25263/statm: 2733108 181669 3504 1 0 2720663 0
[pid=25263/tid=25318] ppid=25260 vsize=10932432 CPUtime=8.58 cores=0-3,8-11
/proc/25263/task/25318/stat : 25318 (java) R 25260 25263 21492 0 -1 4202560 39226 12650 0 0 830 17 8 3 20 0 20 0 11427749 11194810368 181669 33554432000 4194304 4196468 140727101553040 139670493940520 139670139897813 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25319] ppid=25260 vsize=10932432 CPUtime=0.2 cores=0-3,8-11
/proc/25263/task/25319/stat : 25319 (java) S 25260 25263 21492 0 -1 1077944384 188 12650 0 0 6 3 8 3 20 0 20 0 11427750 11194810368 181669 33554432000 4194304 4196468 140727101553040 139670459418896 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25320] ppid=25260 vsize=10932432 CPUtime=0.21 cores=0-3,8-11
/proc/25263/task/25320/stat : 25320 (java) S 25260 25263 21492 0 -1 1077944384 84 12650 0 0 7 3 8 3 20 0 20 0 11427750 11194810368 181669 33554432000 4194304 4196468 140727101553040 139670095006096 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25321] ppid=25260 vsize=10932432 CPUtime=0.2 cores=0-3,8-11
/proc/25263/task/25321/stat : 25321 (java) S 25260 25263 21492 0 -1 1077944384 73 12650 0 0 6 3 8 3 20 0 20 0 11427750 11194810368 181669 33554432000 4194304 4196468 140727101553040 139670093953552 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25322] ppid=25260 vsize=10932432 CPUtime=0.19 cores=0-3,8-11
/proc/25263/task/25322/stat : 25322 (java) S 25260 25263 21492 0 -1 1077944384 81 12650 0 0 5 3 8 3 20 0 20 0 11427750 11194810368 181669 33554432000 4194304 4196468 140727101553040 139670092901008 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25323] ppid=25260 vsize=10932432 CPUtime=0.2 cores=0-3,8-11
/proc/25263/task/25323/stat : 25323 (java) S 25260 25263 21492 0 -1 1077944384 156 12650 0 0 6 3 8 3 20 0 20 0 11427750 11194810368 181669 33554432000 4194304 4196468 140727101553040 139670091848464 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25324] ppid=25260 vsize=10932432 CPUtime=0.2 cores=0-3,8-11
/proc/25263/task/25324/stat : 25324 (java) S 25260 25263 21492 0 -1 1077944384 130 12650 0 0 6 3 8 3 20 0 20 0 11427750 11194810368 181669 33554432000 4194304 4196468 140727101553040 139670090795920 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25325] ppid=25260 vsize=10932432 CPUtime=0.19 cores=0-3,8-11
/proc/25263/task/25325/stat : 25325 (java) S 25260 25263 21492 0 -1 1077944384 42 12650 0 0 6 2 8 3 20 0 20 0 11427750 11194810368 181669 33554432000 4194304 4196468 140727101553040 139670089743376 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25326] ppid=25260 vsize=10932432 CPUtime=0.2 cores=0-3,8-11
/proc/25263/task/25326/stat : 25326 (java) S 25260 25263 21492 0 -1 1077944384 76 12650 0 0 6 3 8 3 20 0 20 0 11427750 11194810368 181669 33554432000 4194304 4196468 140727101553040 139670088690832 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25327] ppid=25260 vsize=10932432 CPUtime=0.17 cores=0-3,8-11
/proc/25263/task/25327/stat : 25327 (java) S 25260 25263 21492 0 -1 1077944384 2298 12650 0 0 6 0 8 3 20 0 20 0 11427753 11194810368 181669 33554432000 4194304 4196468 140727101553040 139669964220400 139670489717378 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25328] ppid=25260 vsize=10932432 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25328/stat : 25328 (java) S 25260 25263 21492 0 -1 1077944384 57 12650 0 0 0 0 8 3 20 0 20 0 11427753 11194810368 181669 33554432000 4194304 4196468 140727101553040 139669963166688 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25329] ppid=25260 vsize=10932432 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25329/stat : 25329 (java) S 25260 25263 21492 0 -1 1077944384 47 12650 0 0 0 0 8 3 20 0 20 0 11427754 11194810368 181669 33554432000 4194304 4196468 140727101553040 139669962114048 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25330] ppid=25260 vsize=10932432 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25330/stat : 25330 (java) S 25260 25263 21492 0 -1 1077944384 1 12650 0 0 0 0 8 3 20 0 20 0 11427758 11194810368 181669 33554432000 4194304 4196468 140727101553040 139669961062608 139670489724827 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25331] ppid=25260 vsize=10932432 CPUtime=3.22 cores=0-3,8-11
/proc/25263/task/25331/stat : 25331 (java) R 25260 25263 21492 0 -1 4202560 9377 12650 0 0 310 1 8 3 20 0 20 0 11427758 11194810368 181669 33554432000 4194304 4196468 140727101553040 139669959995728 139670471250449 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25332] ppid=25260 vsize=10932432 CPUtime=3.17 cores=0-3,8-11
/proc/25263/task/25332/stat : 25332 (java) R 25260 25263 21492 0 -1 4202560 4575 12650 0 0 304 2 8 3 20 0 20 0 11427758 11194810368 181669 33554432000 4194304 4196468 140727101553040 139669958944496 139670469394702 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25333] ppid=25260 vsize=10932432 CPUtime=3.1 cores=0-3,8-11
/proc/25263/task/25333/stat : 25333 (java) R 25260 25263 21492 0 -1 4202560 5214 12650 0 0 297 2 8 3 20 0 20 0 11427758 11194810368 181669 33554432000 4194304 4196468 140727101553040 139669957886048 139670473612342 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25334] ppid=25260 vsize=10932432 CPUtime=1.93 cores=0-3,8-11
/proc/25263/task/25334/stat : 25334 (java) S 25260 25263 21492 0 -1 1077944384 5129 12650 0 0 179 3 8 3 20 0 20 0 11427758 11194810368 181669 33554432000 4194304 4196468 140727101553040 139669956852592 139670489717378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25335] ppid=25260 vsize=10932432 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25335/stat : 25335 (java) S 25260 25263 21492 0 -1 1077944384 3 12650 0 0 0 0 8 3 20 0 20 0 11427758 11194810368 181669 33554432000 4194304 4196468 140727101553040 139669955799264 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25336] ppid=25260 vsize=10932432 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25336/stat : 25336 (java) S 25260 25263 21492 0 -1 1077944384 13 12650 0 0 0 0 8 3 20 0 20 0 11427759 11194810368 181669 33554432000 4194304 4196468 140727101553040 139669954746800 139670489717378 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
Current children cumulated CPU time (s) 20.5
Current children cumulated vsize (KiB) 10932432

[startup+9.60086 s]
/proc/loadavg: 2.58 2.02 1.86 6/282 25336
/proc/meminfo: memFree=26654648/32770624 swapFree=5816/244376
[pid=25263] ppid=25260 vsize=10931964 CPUtime=23.65 cores=0-3,8-11
/proc/25263/stat : 25263 (java) S 25260 25263 21492 0 -1 1077944320 71144 12650 0 0 2275 79 8 3 20 0 20 0 11427737 11194331136 221500 33554432000 4194304 4196468 140727101553040 140727101535584 139670489706231 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
/proc/25263/statm: 2732991 221500 3508 1 0 2720546 0
[pid=25263/tid=25318] ppid=25260 vsize=10931964 CPUtime=9.05 cores=0-3,8-11
/proc/25263/task/25318/stat : 25318 (java) S 25260 25263 21492 0 -1 1077944384 39526 12650 0 0 876 18 8 3 20 0 20 0 11427749 11194331136 221500 33554432000 4194304 4196468 140727101553040 139670493944016 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25319] ppid=25260 vsize=10931964 CPUtime=0.46 cores=0-3,8-11
/proc/25263/task/25319/stat : 25319 (java) R 25260 25263 21492 0 -1 4202560 256 12650 0 0 29 6 8 3 20 0 20 0 11427750 11194331136 221500 33554432000 4194304 4196468 140727101553040 139670459419016 139670475465048 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25320] ppid=25260 vsize=10931964 CPUtime=0.47 cores=0-3,8-11
/proc/25263/task/25320/stat : 25320 (java) R 25260 25263 21492 0 -1 4202560 152 12650 0 0 30 6 8 3 20 0 20 0 11427750 11194331136 221500 33554432000 4194304 4196468 140727101553040 139670095006216 139670482334439 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25321] ppid=25260 vsize=10931964 CPUtime=0.47 cores=0-3,8-11
/proc/25263/task/25321/stat : 25321 (java) R 25260 25263 21492 0 -1 4202560 132 12650 0 0 29 7 8 3 20 0 20 0 11427750 11194331136 221500 33554432000 4194304 4196468 140727101553040 139670093953672 139670482334439 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25322] ppid=25260 vsize=10931964 CPUtime=0.44 cores=0-3,8-11
/proc/25263/task/25322/stat : 25322 (java) R 25260 25263 21492 0 -1 4202560 141 12650 0 0 28 5 8 3 20 0 20 0 11427750 11194331136 221500 33554432000 4194304 4196468 140727101553040 139670092901128 139670473089266 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25323] ppid=25260 vsize=10931964 CPUtime=0.46 cores=0-3,8-11
/proc/25263/task/25323/stat : 25323 (java) R 25260 25263 21492 0 -1 4202560 300 12650 0 0 30 5 8 3 20 0 20 0 11427750 11194331136 221500 33554432000 4194304 4196468 140727101553040 139670091848584 139670482334439 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25324] ppid=25260 vsize=10931964 CPUtime=0.47 cores=0-3,8-11
/proc/25263/task/25324/stat : 25324 (java) R 25260 25263 21492 0 -1 4202560 186 12650 0 0 30 6 8 3 20 0 20 0 11427750 11194331136 221500 33554432000 4194304 4196468 140727101553040 139670090796040 139670482334439 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25325] ppid=25260 vsize=10931964 CPUtime=0.47 cores=0-3,8-11
/proc/25263/task/25325/stat : 25325 (java) R 25260 25263 21492 0 -1 4202560 798 12650 0 0 30 6 8 3 20 0 20 0 11427750 11194331136 221500 33554432000 4194304 4196468 140727101553040 139670089743496 139670482334439 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25326] ppid=25260 vsize=10931964 CPUtime=0.47 cores=0-3,8-11
/proc/25263/task/25326/stat : 25326 (java) R 25260 25263 21492 0 -1 4202560 143 12650 0 0 30 6 8 3 20 0 20 0 11427750 11194331136 221500 33554432000 4194304 4196468 140727101553040 139670088691032 139670471316038 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25327] ppid=25260 vsize=10931964 CPUtime=0.21 cores=0-3,8-11
/proc/25263/task/25327/stat : 25327 (java) S 25260 25263 21492 0 -1 1077944384 2387 12650 0 0 10 0 8 3 20 0 20 0 11427753 11194331136 221500 33554432000 4194304 4196468 140727101553040 139669964219024 139670489716437 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25328] ppid=25260 vsize=10931964 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25328/stat : 25328 (java) S 25260 25263 21492 0 -1 1077944384 58 12650 0 0 0 0 8 3 20 0 20 0 11427753 11194331136 221500 33554432000 4194304 4196468 140727101553040 139669963166352 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25329] ppid=25260 vsize=10931964 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25329/stat : 25329 (java) S 25260 25263 21492 0 -1 1077944384 47 12650 0 0 0 0 8 3 20 0 20 0 11427754 11194331136 221500 33554432000 4194304 4196468 140727101553040 139669962114048 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25330] ppid=25260 vsize=10931964 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25330/stat : 25330 (java) S 25260 25263 21492 0 -1 1077944384 1 12650 0 0 0 0 8 3 20 0 20 0 11427758 11194331136 221500 33554432000 4194304 4196468 140727101553040 139669961062608 139670489724827 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25331] ppid=25260 vsize=10931964 CPUtime=3.36 cores=0-3,8-11
/proc/25263/task/25331/stat : 25331 (java) S 25260 25263 21492 0 -1 1077944384 9456 12650 0 0 324 1 8 3 20 0 20 0 11427758 11194331136 221500 33554432000 4194304 4196468 140727101553040 139669960010224 139670489717378 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25332] ppid=25260 vsize=10931964 CPUtime=3.41 cores=0-3,8-11
/proc/25263/task/25332/stat : 25332 (java) S 25260 25263 21492 0 -1 1077944384 4886 12650 0 0 328 2 8 3 20 0 20 0 11427758 11194331136 221500 33554432000 4194304 4196468 140727101553040 139669958957680 139670489717378 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25333] ppid=25260 vsize=10931964 CPUtime=3.23 cores=0-3,8-11
/proc/25263/task/25333/stat : 25333 (java) S 25260 25263 21492 0 -1 1077944384 5311 12650 0 0 310 2 8 3 20 0 20 0 11427758 11194331136 221500 33554432000 4194304 4196468 140727101553040 139669957905136 139670489717378 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25334] ppid=25260 vsize=10931964 CPUtime=1.97 cores=0-3,8-11
/proc/25263/task/25334/stat : 25334 (java) S 25260 25263 21492 0 -1 1077944384 5220 12650 0 0 183 3 8 3 20 0 20 0 11427758 11194331136 221500 33554432000 4194304 4196468 140727101553040 139669956852592 139670489717378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25335] ppid=25260 vsize=10931964 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25335/stat : 25335 (java) S 25260 25263 21492 0 -1 1077944384 3 12650 0 0 0 0 8 3 20 0 20 0 11427758 11194331136 221500 33554432000 4194304 4196468 140727101553040 139669955799264 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25336] ppid=25260 vsize=10931964 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25336/stat : 25336 (java) S 25260 25263 21492 0 -1 1077944384 13 12650 0 0 0 0 8 3 20 0 20 0 11427759 11194331136 221500 33554432000 4194304 4196468 140727101553040 139669954746800 139670489717378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
Current children cumulated CPU time (s) 23.65
Current children cumulated vsize (KiB) 10931964

[startup+9.80102 s]
/proc/loadavg: 2.58 2.02 1.86 6/282 25336
/proc/meminfo: memFree=26654648/32770624 swapFree=5816/244376
[pid=25263] ppid=25260 vsize=10931964 CPUtime=24.82 cores=0-3,8-11
/proc/25263/stat : 25263 (java) S 25260 25263 21492 0 -1 1077944320 71204 12650 0 0 2391 80 8 3 20 0 20 0 11427737 11194331136 221514 33554432000 4194304 4196468 140727101553040 140727101535584 139670489706231 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
/proc/25263/statm: 2732991 221514 3508 1 0 2720546 0
[pid=25263/tid=25318] ppid=25260 vsize=10931964 CPUtime=9.06 cores=0-3,8-11
/proc/25263/task/25318/stat : 25318 (java) R 25260 25263 21492 0 -1 4202560 39567 12650 0 0 877 18 8 3 20 0 20 0 11427749 11194331136 221514 33554432000 4194304 4196468 140727101553040 139670493944016 139670472898965 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25319] ppid=25260 vsize=10931964 CPUtime=0.58 cores=0-3,8-11
/proc/25263/task/25319/stat : 25319 (java) S 25260 25263 21492 0 -1 1077944384 256 12650 0 0 41 6 8 3 20 0 20 0 11427750 11194331136 221514 33554432000 4194304 4196468 140727101553040 139670459418896 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25320] ppid=25260 vsize=10931964 CPUtime=0.62 cores=0-3,8-11
/proc/25263/task/25320/stat : 25320 (java) S 25260 25263 21492 0 -1 1077944384 152 12650 0 0 45 6 8 3 20 0 20 0 11427750 11194331136 221514 33554432000 4194304 4196468 140727101553040 139670095006096 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25321] ppid=25260 vsize=10931964 CPUtime=0.61 cores=0-3,8-11
/proc/25263/task/25321/stat : 25321 (java) S 25260 25263 21492 0 -1 1077944384 135 12650 0 0 43 7 8 3 20 0 20 0 11427750 11194331136 221514 33554432000 4194304 4196468 140727101553040 139670093953552 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25322] ppid=25260 vsize=10931964 CPUtime=0.58 cores=0-3,8-11
/proc/25263/task/25322/stat : 25322 (java) S 25260 25263 21492 0 -1 1077944384 144 12650 0 0 42 5 8 3 20 0 20 0 11427750 11194331136 221514 33554432000 4194304 4196468 140727101553040 139670092901008 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25323] ppid=25260 vsize=10931964 CPUtime=0.6 cores=0-3,8-11
/proc/25263/task/25323/stat : 25323 (java) S 25260 25263 21492 0 -1 1077944384 308 12650 0 0 44 5 8 3 20 0 20 0 11427750 11194331136 221514 33554432000 4194304 4196468 140727101553040 139670091848464 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25324] ppid=25260 vsize=10931964 CPUtime=0.61 cores=0-3,8-11
/proc/25263/task/25324/stat : 25324 (java) S 25260 25263 21492 0 -1 1077944384 190 12650 0 0 44 6 8 3 20 0 20 0 11427750 11194331136 221514 33554432000 4194304 4196468 140727101553040 139670090795920 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25325] ppid=25260 vsize=10931964 CPUtime=0.6 cores=0-3,8-11
/proc/25263/task/25325/stat : 25325 (java) S 25260 25263 21492 0 -1 1077944384 798 12650 0 0 43 6 8 3 20 0 20 0 11427750 11194331136 221514 33554432000 4194304 4196468 140727101553040 139670089743376 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25326] ppid=25260 vsize=10931964 CPUtime=0.61 cores=0-3,8-11
/proc/25263/task/25326/stat : 25326 (java) S 25260 25263 21492 0 -1 1077944384 143 12650 0 0 44 6 8 3 20 0 20 0 11427750 11194331136 221514 33554432000 4194304 4196468 140727101553040 139670088690832 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25327] ppid=25260 vsize=10931964 CPUtime=0.26 cores=0-3,8-11
/proc/25263/task/25327/stat : 25327 (java) S 25260 25263 21492 0 -1 1077944384 2387 12650 0 0 15 0 8 3 20 0 20 0 11427753 11194331136 221514 33554432000 4194304 4196468 140727101553040 139669964220400 139670489717378 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25328] ppid=25260 vsize=10931964 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25328/stat : 25328 (java) S 25260 25263 21492 0 -1 1077944384 59 12650 0 0 0 0 8 3 20 0 20 0 11427753 11194331136 221514 33554432000 4194304 4196468 140727101553040 139669963166752 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25329] ppid=25260 vsize=10931964 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25329/stat : 25329 (java) S 25260 25263 21492 0 -1 1077944384 47 12650 0 0 0 0 8 3 20 0 20 0 11427754 11194331136 221514 33554432000 4194304 4196468 140727101553040 139669962114048 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25330] ppid=25260 vsize=10931964 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25330/stat : 25330 (java) S 25260 25263 21492 0 -1 1077944384 1 12650 0 0 0 0 8 3 20 0 20 0 11427758 11194331136 221514 33554432000 4194304 4196468 140727101553040 139669961062608 139670489724827 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25331] ppid=25260 vsize=10931964 CPUtime=3.36 cores=0-3,8-11
/proc/25263/task/25331/stat : 25331 (java) S 25260 25263 21492 0 -1 1077944384 9456 12650 0 0 324 1 8 3 20 0 20 0 11427758 11194331136 221514 33554432000 4194304 4196468 140727101553040 139669960010224 139670489717378 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25332] ppid=25260 vsize=10931964 CPUtime=3.41 cores=0-3,8-11
/proc/25263/task/25332/stat : 25332 (java) S 25260 25263 21492 0 -1 1077944384 4886 12650 0 0 328 2 8 3 20 0 20 0 11427758 11194331136 221514 33554432000 4194304 4196468 140727101553040 139669958957680 139670489717378 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25333] ppid=25260 vsize=10931964 CPUtime=3.23 cores=0-3,8-11
/proc/25263/task/25333/stat : 25333 (java) S 25260 25263 21492 0 -1 1077944384 5311 12650 0 0 310 2 8 3 20 0 20 0 11427758 11194331136 221514 33554432000 4194304 4196468 140727101553040 139669957905136 139670489717378 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25334] ppid=25260 vsize=10931964 CPUtime=1.97 cores=0-3,8-11
/proc/25263/task/25334/stat : 25334 (java) S 25260 25263 21492 0 -1 1077944384 5220 12650 0 0 183 3 8 3 20 0 20 0 11427758 11194331136 221514 33554432000 4194304 4196468 140727101553040 139669956852592 139670489717378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25335] ppid=25260 vsize=10931964 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25335/stat : 25335 (java) S 25260 25263 21492 0 -1 1077944384 3 12650 0 0 0 0 8 3 20 0 20 0 11427758 11194331136 221514 33554432000 4194304 4196468 140727101553040 139669955799264 139670489716437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
[pid=25263/tid=25336] ppid=25260 vsize=10931964 CPUtime=0.11 cores=0-3,8-11
/proc/25263/task/25336/stat : 25336 (java) S 25260 25263 21492 0 -1 1077944384 13 12650 0 0 0 0 8 3 20 0 20 0 11427759 11194331136 221514 33554432000 4194304 4196468 140727101553040 139669954746800 139670489717378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140727101561537 140727101564311 140727101564311 140727101566927 0
Current children cumulated CPU time (s) 24.82
Current children cumulated vsize (KiB) 10931964

Child status: 0
Real time (s): 9.87615
CPU time (s): 24.9695
CPU user time (s): 24.1134
CPU system time (s): 0.856065
CPU usage (%): 252.826
Max. virtual memory (cumulated for all children) (KiB): 10932432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.1134
system time used= 0.856065
maximum resident set size= 887432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84081
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11873
involuntary context switches= 2175

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.087572 second user time and 0.103209 second system time

The end

Launcher Data

Begin job on node144 at 2017-07-23 00:13:44
IDJOB=4249270
IDBENCH=135918
IDSOLVER=2630
FILE ID=node144/4249270-1500761624
RUNJOBID= node144-1500752272-21523
PBS_JOBID= 20624582
Free space on /tmp= 61992 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-xcsp2-s20a4/TravellingSalesman-4-20-001-a4_X2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249270-1500761624/watcher-4249270-1500761624 -o /tmp/evaluation-result-4249270-1500761624/solver-4249270-1500761624 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node144-1500752272-21523 --watchdog 2560  bin/concrete HOME/instance-4249270-1500761624.xml

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

MD5SUM BENCH= b8ea00653452363d0c81f6ef3102e485
RANDOM SEED=1206736133

node144.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		: 1600.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.49
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		: 2000.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.49
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		: 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.49
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		: 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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 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	: 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		: 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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 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		: 2000.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.49
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		: 1867.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.49
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		: 2400.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.49
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	: 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.49
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		: 2668.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	: 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		: 2668.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	: 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		: 2668.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	: 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		: 2267.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:        28366032 kB
MemAvailable:   28603320 kB
Buffers:          153164 kB
Cached:           366780 kB
SwapCached:            0 kB
Active:          3717412 kB
Inactive:         253060 kB
Active(anon):    3453616 kB
Inactive(anon):     8728 kB
Active(file):     263796 kB
Inactive(file):   244332 kB
Unevictable:        5816 kB
Mlocked:            5816 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24880 kB
Writeback:             0 kB
AnonPages:       3568156 kB
Mapped:            44624 kB
Shmem:              8844 kB
Slab:             124296 kB
SReclaimable:      89992 kB
SUnreclaim:        34304 kB
KernelStack:        4976 kB
PageTables:        12560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4929808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3330048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 61968 MiB
End job on node144 at 2017-07-23 00:13:54