Trace number 4399452

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
choco-solver 2019-09-16 parallelSAT 12483.7 1569.98

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-24-071.xml
MD5SUMc8960cc0de41b37a4760da710336f2ef
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 benchmark8.03116
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints276
Number of domains24
Minimum domain size48
Maximum domain size71
Distribution of domain sizes[{"size":48,"count":2},{"size":49,"count":2},{"size":50,"count":2},{"size":51,"count":2},{"size":52,"count":2},{"size":53,"count":2},{"size":54,"count":2},{"size":55,"count":2},{"size":56,"count":2},{"size":57,"count":2},{"size":58,"count":2},{"size":59,"count":2},{"size":60,"count":2},{"size":61,"count":2},{"size":62,"count":2},{"size":63,"count":2},{"size":64,"count":2},{"size":65,"count":2},{"size":66,"count":2},{"size":67,"count":2},{"size":68,"count":2},{"size":69,"count":2},{"size":70,"count":2},{"size":71,"count":2}]
Minimum variable degree23
Maximum variable degree23
Distribution of variable degrees[{"degree":23,"count":48}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":276}]
Number of extensional constraints0
Number of intensional constraints276
Distribution of constraint types[{"type":"intension","count":276}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399452-1568718580.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399452-1568718580.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
3.75/1.29	c solve instance...
12483.16/1569.97	s SATISFIABLE
12483.16/1569.97	v <instantiation>
12483.16/1569.97	v 	<list>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] x[20] x[21] x[22] x[23] 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] y[20] y[21] y[22] y[23] </list>
12483.16/1569.97	v 	<values>0 32 32 32 2 1 0 36 11 0 44 20 58 44 20 55 54 7 35 0 23 25 0 47 54 22 17 24 53 58 64 20 1 0 20 15 33 33 0 17 0 53 0 10 28 49 30 47 </values>
12483.16/1569.97	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14407 MiB free)
  memory of node 1: 16384 MiB (15243 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399452-1568718580/watcher-4399452-1568718580 -o /tmp/evaluation-result-4399452-1568718580/solver-4399452-1568718580 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568707545-31265 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 2104914160 HOME/instance-4399452-1568718580.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=32212, runsolver pid=32209
Current StackSize limit: 8192 KiB


[startup+0.100147 s]*
/proc/loadavg: 8.59 8.27 8.16 3/210 32233
/proc/meminfo: memFree=30345560/32770624 swapFree=67000148/67108860
[pid=32212] ppid=32209 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32212/stat : 32212 (xcsp3-exec) S 32209 32212 31238 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448112423 115843072 363 33554432000 4194304 5098028 140726236799520 140726236797624 139716399612540 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36986880 140726236808053 140726236808297 140726236808297 140726236811210 0
/proc/32212/statm: 28282 363 304 221 0 87 0
[pid=32214] ppid=32212 vsize=28227396 memory=28892 CPUtime=0.12 cores=0-7
/proc/32214/stat : 32214 (java) S 32212 32212 31238 0 -1 1077944320 5698 0 0 0 11 1 0 0 20 0 20 0 448112423 28904853504 7223 33554432000 4194304 4196468 140723331399024 140723331381568 140400329527031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
/proc/32214/statm: 7056849 7223 3123 1 0 7019032 0
[pid=32214/tid=32215] ppid=32212 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/32214/task/32215/stat : 32215 (java) R 32212 32212 31238 0 -1 4202560 3610 0 0 0 8 1 0 0 20 0 20 0 448112423 28904853504 7223 33554432000 4194304 4196468 140723331399024 140400333759920 140400313607518 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32216] ppid=32212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32214/task/32216/stat : 32216 (java) S 32212 32212 31238 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448112424 28904853504 7223 33554432000 4194304 4196468 140723331399024 140400282147216 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32217] ppid=32212 vsize=28227396 memory=139939859039872 CPUtime=0 cores=0-7
/proc/32214/task/32217/stat : 32217 (java) S 32212 32212 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448112424 28904853504 7223 33554432000 4194304 4196468 140723331399024 140400281094416 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32218] ppid=32212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32214/task/32218/stat : 32218 (java) S 32212 32212 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448112424 28904853504 7223 33554432000 4194304 4196468 140723331399024 140400280042128 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32219] ppid=32212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32214/task/32219/stat : 32219 (java) S 32212 32212 31238 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448112424 28904853504 7223 33554432000 4194304 4196468 140723331399024 140400278989328 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32220] ppid=32212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32214/task/32220/stat : 32220 (java) S 32212 32212 31238 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448112424 28904853504 7223 33554432000 4194304 4196468 140723331399024 140400277937040 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32221] ppid=32212 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32214/task/32221/stat : 32221 (java) S 32212 32212 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448112424 28904853504 7223 33554432000 4194304 4196468 140723331399024 140400276884240 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32222] ppid=32212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32214/task/32222/stat : 32222 (java) S 32212 32212 31238 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448112424 28904853504 7223 33554432000 4194304 4196468 140723331399024 140400275831952 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32223] ppid=32212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32214/task/32223/stat : 32223 (java) S 32212 32212 31238 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448112424 28904853504 7223 33554432000 4194304 4196468 140723331399024 140400274779152 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32224] ppid=32212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32214/task/32224/stat : 32224 (java) S 32212 32212 31238 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448112426 28904853504 7223 33554432000 4194304 4196468 140723331399024 140398793132144 140400329538178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32225] ppid=32212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32214/task/32225/stat : 32225 (java) S 32212 32212 31238 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 448112426 28904853504 7223 33554432000 4194304 4196468 140723331399024 140398792078112 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32226] ppid=32212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32214/task/32226/stat : 32226 (java) S 32212 32212 31238 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 448112426 28904853504 7223 33554432000 4194304 4196468 140723331399024 140398791025776 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32227] ppid=32212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32214/task/32227/stat : 32227 (java) S 32212 32212 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448112429 28904853504 7223 33554432000 4194304 4196468 140723331399024 140398722803792 140400329545627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32228] ppid=32212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32214/task/32228/stat : 32228 (java) S 32212 32212 31238 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 20 0 448112429 28904853504 7223 33554432000 4194304 4196468 140723331399024 140398721751664 140400329538178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32229] ppid=32212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32214/task/32229/stat : 32229 (java) S 32212 32212 31238 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 448112429 28904853504 7223 33554432000 4194304 4196468 140723331399024 140398720698864 140400329538178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32230] ppid=32212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32214/task/32230/stat : 32230 (java) S 32212 32212 31238 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448112429 28904853504 7223 33554432000 4194304 4196468 140723331399024 140398719646576 140400329538178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32231] ppid=32212 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/32214/task/32231/stat : 32231 (java) R 32212 32212 31238 0 -1 4202560 338 0 0 0 2 0 0 0 20 0 20 0 448112429 28904853504 7223 33554432000 4194304 4196468 140723331399024 140398718593776 140400308331359 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32232] ppid=32212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32214/task/32232/stat : 32232 (java) S 32212 32212 31238 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448112429 28904853504 7223 33554432000 4194304 4196468 140723331399024 140398717540704 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32233] ppid=32212 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32214/task/32233/stat : 32233 (java) S 32212 32212 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448112429 28904853504 7223 33554432000 4194304 4196468 140723331399024 140398716487984 140400329538178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30344 KiB

[startup+0.209784 s]*
/proc/loadavg: 8.59 8.27 8.16 2/210 32233
/proc/meminfo: memFree=30332288/32770624 swapFree=67000148/67108860
[pid=32212] ppid=32209 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32212/stat : 32212 (xcsp3-exec) S 32209 32212 31238 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448112423 115843072 363 33554432000 4194304 5098028 140726236799520 140726236797624 139716399612540 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36986880 140726236808053 140726236808297 140726236808297 140726236811210 0
/proc/32212/statm: 28282 363 304 221 0 87 0
[pid=32214] ppid=32212 vsize=28227396 memory=41060 CPUtime=0.34 cores=0-7
/proc/32214/stat : 32214 (java) S 32212 32212 31238 0 -1 1077944320 9509 0 0 0 31 3 0 0 20 0 20 0 448112423 28904853504 10265 33554432000 4194304 4196468 140723331399024 140723331381568 140400329527031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
/proc/32214/statm: 7056849 10265 3278 1 0 7019032 0
[pid=32214/tid=32215] ppid=32212 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/32214/task/32215/stat : 32215 (java) R 32212 32212 31238 0 -1 4202560 6641 0 0 0 17 2 0 0 20 0 20 0 448112423 28904853504 10265 33554432000 4194304 4196468 140723331399024 140400333756752 140399947650714 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32216] ppid=32212 vsize=28227396 memory=329 CPUtime=0 cores=0-7
/proc/32214/task/32216/stat : 32216 (java) S 32212 32212 31238 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448112424 28904853504 10265 33554432000 4194304 4196468 140723331399024 140400282147216 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32217] ppid=32212 vsize=28227396 memory=288370316010751616 CPUtime=0 cores=0-7
/proc/32214/task/32217/stat : 32217 (java) S 32212 32212 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448112424 28904853504 10265 33554432000 4194304 4196468 140723331399024 140400281094416 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32218] ppid=32212 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32214/task/32218/stat : 32218 (java) S 32212 32212 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448112424 28904853504 10265 33554432000 4194304 4196468 140723331399024 140400280042128 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32219] ppid=32212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32214/task/32219/stat : 32219 (java) S 32212 32212 31238 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448112424 28904853504 10265 33554432000 4194304 4196468 140723331399024 140400278989328 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32220] ppid=32212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32214/task/32220/stat : 32220 (java) S 32212 32212 31238 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448112424 28904853504 10265 33554432000 4194304 4196468 140723331399024 140400277937040 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32221] ppid=32212 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32214/task/32221/stat : 32221 (java) S 32212 32212 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448112424 28904853504 10265 33554432000 4194304 4196468 140723331399024 140400276884240 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32222] ppid=32212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32214/task/32222/stat : 32222 (java) S 32212 32212 31238 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448112424 28904853504 10265 33554432000 4194304 4196468 140723331399024 140400275831952 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32223] ppid=32212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32214/task/32223/stat : 32223 (java) S 32212 32212 31238 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448112424 28904853504 10265 33554432000 4194304 4196468 140723331399024 140400274779152 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32224] ppid=32212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32214/task/32224/stat : 32224 (java) S 32212 32212 31238 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 448112426 28904853504 10265 33554432000 4194304 4196468 140723331399024 140398793132144 140400329538178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32225] ppid=32212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32214/task/32225/stat : 32225 (java) S 32212 32212 31238 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 448112426 28904853504 10265 33554432000 4194304 4196468 140723331399024 140398792078112 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32226] ppid=32212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32214/task/32226/stat : 32226 (java) S 32212 32212 31238 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 448112426 28904853504 10265 33554432000 4194304 4196468 140723331399024 140398791025776 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32227] ppid=32212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32214/task/32227/stat : 32227 (java) S 32212 32212 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448112429 28904853504 10265 33554432000 4194304 4196468 140723331399024 140398722803792 140400329545627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32228] ppid=32212 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/32214/task/32228/stat : 32228 (java) S 32212 32212 31238 0 -1 1077944384 572 0 0 0 2 0 0 0 20 0 20 0 448112429 28904853504 10265 33554432000 4194304 4196468 140723331399024 140398721751664 140400329538178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32229] ppid=32212 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/32214/task/32229/stat : 32229 (java) S 32212 32212 31238 0 -1 1077944384 203 0 0 0 1 0 0 0 20 0 20 0 448112429 28904853504 10265 33554432000 4194304 4196468 140723331399024 140398720698864 140400329538178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32230] ppid=32212 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32214/task/32230/stat : 32230 (java) S 32212 32212 31238 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 20 0 448112429 28904853504 10265 33554432000 4194304 4196468 140723331399024 140398719646576 140400329538178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32231] ppid=32212 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/32214/task/32231/stat : 32231 (java) R 32212 32212 31238 0 -1 4202560 762 0 0 0 8 0 0 0 20 0 20 0 448112429 28904853504 10265 33554432000 4194304 4196468 140723331399024 140398718593776 140400308661527 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32232] ppid=32212 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32214/task/32232/stat : 32232 (java) S 32212 32212 31238 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448112429 28904853504 10265 33554432000 4194304 4196468 140723331399024 140398717540704 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32233] ppid=32212 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32214/task/32233/stat : 32233 (java) S 32212 32212 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448112429 28904853504 10265 33554432000 4194304 4196468 140723331399024 140398716487984 140400329538178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42512 KiB

[startup+0.309522 s]*
/proc/loadavg: 8.59 8.27 8.16 5/210 32233
/proc/meminfo: memFree=30324148/32770624 swapFree=67000148/67108860
[pid=32212] ppid=32209 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32212/stat : 32212 (xcsp3-exec) S 32209 32212 31238 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448112423 115843072 363 33554432000 4194304 5098028 140726236799520 140726236797624 139716399612540 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36986880 140726236808053 140726236808297 140726236808297 140726236811210 0
/proc/32212/statm: 28282 363 304 221 0 87 0
[pid=32214] ppid=32212 vsize=28231652 memory=50000 CPUtime=0.52 cores=0-7
/proc/32214/stat : 32214 (java) S 32212 32212 31238 0 -1 1077944320 10909 0 0 0 49 3 0 0 20 0 20 0 448112423 28909211648 12500 33554432000 4194304 4196468 140723331399024 140723331381568 140400329527031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
/proc/32214/statm: 7057913 12500 3356 1 0 7019032 0
[pid=32214/tid=32215] ppid=32212 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/32214/task/32215/stat : 32215 (java) R 32212 32212 31238 0 -1 4202560 7796 0 0 0 27 3 0 0 20 0 20 0 448112423 28909211648 12500 33554432000 4194304 4196468 140723331399024 140400333755232 140400313607518 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32216] ppid=32212 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32214/task/32216/stat : 32216 (java) S 32212 32212 31238 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448112424 28909211648 12500 33554432000 4194304 4196468 140723331399024 140400282147216 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32217] ppid=32212 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32214/task/32217/stat : 32217 (java) S 32212 32212 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448112424 28909211648 12500 33554432000 4194304 4196468 140723331399024 140400281094416 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32218] ppid=32212 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32214/task/32218/stat : 32218 (java) S 32212 32212 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448112424 28909211648 12500 33554432000 4194304 4196468 140723331399024 140400280042128 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32219] ppid=32212 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32214/task/32219/stat : 32219 (java) S 32212 32212 31238 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448112424 28909211648 12500 33554432000 4194304 4196468 140723331399024 140400278989328 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32220] ppid=32212 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/32214/task/32220/stat : 32220 (java) S 32212 32212 31238 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448112424 28909211648 12500 33554432000 4194304 4196468 140723331399024 140400277937040 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32221] ppid=32212 vsize=28231652 memory=139939698275247 CPUtime=0 cores=0-7
/proc/32214/task/32221/stat : 32221 (java) S 32212 32212 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448112424 28909211648 12500 33554432000 4194304 4196468 140723331399024 140400276884240 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32222] ppid=32212 vsize=28231652 memory=139939698277552 CPUtime=0 cores=0-7
/proc/32214/task/32222/stat : 32222 (java) S 32212 32212 31238 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448112424 28909211648 12500 33554432000 4194304 4196468 140723331399024 140400275831952 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32223] ppid=32212 vsize=28231652 memory=139939698279856 CPUtime=0 cores=0-7
/proc/32214/task/32223/stat : 32223 (java) S 32212 32212 31238 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448112424 28909211648 12500 33554432000 4194304 4196468 140723331399024 140400274779152 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32224] ppid=32212 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32214/task/32224/stat : 32224 (java) S 32212 32212 31238 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 448112426 28909211648 12500 33554432000 4194304 4196468 140723331399024 140398793132144 140400329538178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32225] ppid=32212 vsize=28231652 memory=279879396566672 CPUtime=0 cores=0-7
/proc/32214/task/32225/stat : 32225 (java) S 32212 32212 31238 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 448112426 28909211648 12500 33554432000 4194304 4196468 140723331399024 140398792078112 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32226] ppid=32212 vsize=28231652 memory=279879396573584 CPUtime=0 cores=0-7
/proc/32214/task/32226/stat : 32226 (java) S 32212 32212 31238 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 448112426 28909211648 12500 33554432000 4194304 4196468 140723331399024 140398791025776 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32227] ppid=32212 vsize=28231652 memory=279879396514864 CPUtime=0 cores=0-7
/proc/32214/task/32227/stat : 32227 (java) S 32212 32212 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448112429 28909211648 12500 33554432000 4194304 4196468 140723331399024 140398722803792 140400329545627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32228] ppid=32212 vsize=28231652 memory=279879396587408 CPUtime=0.04 cores=0-7
/proc/32214/task/32228/stat : 32228 (java) R 32212 32212 31238 0 -1 4202560 657 0 0 0 4 0 0 0 20 0 20 0 448112429 28909211648 12500 33554432000 4194304 4196468 140723331399024 140398721732680 140400311071207 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32229] ppid=32212 vsize=28231652 memory=279879396594320 CPUtime=0.03 cores=0-7
/proc/32214/task/32229/stat : 32229 (java) S 32212 32212 31238 0 -1 1077944384 219 0 0 0 3 0 0 0 20 0 20 0 448112429 28909211648 12500 33554432000 4194304 4196468 140723331399024 140398720698864 140400329538178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32230] ppid=32212 vsize=28231652 memory=279879396592016 CPUtime=0.01 cores=0-7
/proc/32214/task/32230/stat : 32230 (java) S 32212 32212 31238 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 20 0 448112429 28909211648 12500 33554432000 4194304 4196468 140723331399024 140398719646576 140400329538178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32231] ppid=32212 vsize=28231652 memory=279879396608176 CPUtime=0.12 cores=0-7
/proc/32214/task/32231/stat : 32231 (java) S 32212 32212 31238 0 -1 1077944384 880 0 0 0 12 0 0 0 20 0 20 0 448112429 28909211648 12500 33554432000 4194304 4196468 140723331399024 140398718593776 140400329538178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32232] ppid=32212 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32214/task/32232/stat : 32232 (java) S 32212 32212 31238 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448112429 28909211648 12500 33554432000 4194304 4196468 140723331399024 140398717540704 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32233] ppid=32212 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/32214/task/32233/stat : 32233 (java) S 32212 32212 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448112429 28909211648 12500 33554432000 4194304 4196468 140723331399024 140398716487984 140400329538178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51452 KiB

[startup+0.700997 s]
/proc/loadavg: 8.59 8.27 8.16 4/210 32233
/proc/meminfo: memFree=30314000/32770624 swapFree=67000148/67108860
[pid=32212] ppid=32209 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32212/stat : 32212 (xcsp3-exec) S 32209 32212 31238 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448112423 115843072 363 33554432000 4194304 5098028 140726236799520 140726236797624 139716399612540 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36986880 140726236808053 140726236808297 140726236808297 140726236811210 0
/proc/32212/statm: 28282 363 304 221 0 87 0
[pid=32214] ppid=32212 vsize=28233776 memory=97224 CPUtime=1.66 cores=0-7
/proc/32214/stat : 32214 (java) S 32212 32212 31238 0 -1 1077944320 15425 0 0 0 160 6 0 0 20 0 20 0 448112423 28911386624 24306 33554432000 4194304 4196468 140723331399024 140723331381568 140400329527031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
/proc/32214/statm: 7058444 24306 3451 1 0 7019544 0
[pid=32214/tid=32215] ppid=32212 vsize=28233776 memory=279879396966064 CPUtime=0.67 cores=0-7
/proc/32214/task/32215/stat : 32215 (java) R 32212 32212 31238 0 -1 4202560 9195 0 0 0 63 4 0 0 20 0 20 0 448112423 28911386624 24306 33554432000 4194304 4196468 140723331399024 140400333760800 140400329538966 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32216] ppid=32212 vsize=28233776 memory=139939698484080 CPUtime=0 cores=0-7
/proc/32214/task/32216/stat : 32216 (java) S 32212 32212 31238 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448112424 28911386624 24306 33554432000 4194304 4196468 140723331399024 140400282147216 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32217] ppid=32212 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/32214/task/32217/stat : 32217 (java) S 32212 32212 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448112424 28911386624 24306 33554432000 4194304 4196468 140723331399024 140400281094416 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32218] ppid=32212 vsize=28233776 memory=1056 CPUtime=0 cores=0-7
/proc/32214/task/32218/stat : 32218 (java) S 32212 32212 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448112424 28911386624 24306 33554432000 4194304 4196468 140723331399024 140400280042128 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0

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

[pid=32214/tid=32231] ppid=32212 vsize=28768336 memory=-7175204567652784766 CPUtime=0.88 cores=0-7
/proc/32214/task/32231/stat : 32231 (java) S 32212 32212 31238 0 -1 1077944384 8314 0 0 0 87 1 0 0 20 0 28 0 448112429 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398718593776 140400329538178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32232] ppid=32212 vsize=28768336 memory=3680 CPUtime=0 cores=0-7
/proc/32214/task/32232/stat : 32232 (java) S 32212 32212 31238 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 448112429 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398717540704 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32233] ppid=32212 vsize=28768336 memory=1452 CPUtime=0.52 cores=0-7
/proc/32214/task/32233/stat : 32233 (java) S 32212 32212 31238 0 -1 1077944384 4494 0 0 0 16 36 0 0 20 0 28 0 448112429 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398716487984 140400329538178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32234] ppid=32212 vsize=28768336 memory=1437184 CPUtime=1553 cores=0-7
/proc/32214/task/32234/stat : 32234 (java) R 32212 32212 31238 0 -1 4202560 14222 0 0 0 155292 8 0 0 20 0 28 0 448112554 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398707506024 140399954596048 0 4 0 16800975 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32235] ppid=32212 vsize=28768336 memory=948 CPUtime=1554.36 cores=0-7
/proc/32214/task/32235/stat : 32235 (java) R 32212 32212 31238 0 -1 4202560 12459 0 0 0 155430 6 0 0 20 0 28 0 448112554 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398706454176 140399955283888 0 4 0 16800975 0 0 0 -1 4 0 0 11 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32236] ppid=32212 vsize=28768336 memory=2832 CPUtime=1552.75 cores=0-7
/proc/32214/task/32236/stat : 32236 (java) R 32212 32212 31238 0 -1 4202560 25351 0 0 0 155232 43 0 0 20 0 28 0 448112554 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398705402136 140399956402824 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32237] ppid=32212 vsize=28768336 memory=9492 CPUtime=1550.42 cores=0-7
/proc/32214/task/32237/stat : 32237 (java) R 32212 32212 31238 0 -1 4202560 14350 0 0 0 155030 12 0 0 20 0 28 0 448112554 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398704349464 140399955408180 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32238] ppid=32212 vsize=28768336 memory=1548 CPUtime=1552.84 cores=0-7
/proc/32214/task/32238/stat : 32238 (java) R 32212 32212 31238 0 -1 4202560 16133 0 0 0 155266 18 0 0 20 0 28 0 448112554 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398703297224 140399955407928 0 4 0 16800975 0 0 0 -1 0 0 0 10 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32239] ppid=32212 vsize=28768336 memory=628 CPUtime=1551.64 cores=0-7
/proc/32214/task/32239/stat : 32239 (java) R 32212 32212 31238 0 -1 4202560 30809 0 0 0 155121 43 0 0 20 0 28 0 448112555 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398702244088 140399951328236 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32240] ppid=32212 vsize=28768336 memory=1056 CPUtime=1554.34 cores=0-7
/proc/32214/task/32240/stat : 32240 (java) R 32212 32212 31238 0 -1 4202560 12259 0 0 0 155424 10 0 0 20 0 28 0 448112555 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398701190776 140399956304020 0 4 0 16800975 0 0 0 -1 7 0 0 10 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32241] ppid=32212 vsize=28768336 memory=3680 CPUtime=1552.13 cores=0-7
/proc/32214/task/32241/stat : 32241 (java) R 32212 32212 31238 0 -1 4202560 21442 0 0 0 155186 27 0 0 20 0 28 0 448112555 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398700140960 140399957791561 0 4 0 16800975 0 0 0 -1 6 0 0 9 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
Current children cumulated CPU time: 12480.8 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 1433508 KiB

[startup+1569.8 s]
/proc/loadavg: 8.56 8.35 8.33 9/219 32362
/proc/meminfo: memFree=28936084/32770624 swapFree=67000168/67108860
[pid=32212] ppid=32209 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32212/stat : 32212 (xcsp3-exec) S 32209 32212 31238 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448112423 115843072 363 33554432000 4194304 5098028 140726236799520 140726236797624 139716399612540 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36986880 140726236808053 140726236808297 140726236808297 140726236811210 0
/proc/32212/statm: 28282 363 304 221 0 87 0
[pid=32214] ppid=32212 vsize=28768336 memory=1432056 CPUtime=12482.4 cores=0-7
/proc/32214/stat : 32214 (java) S 32212 32212 31238 0 -1 1077944320 464000 0 0 0 1247713 523 0 0 20 0 28 0 448112423 29458776064 358014 33554432000 4194304 4196468 140723331399024 140723331381568 140400329527031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
/proc/32214/statm: 7192084 358014 3549 1 0 7153184 0
[pid=32214/tid=32215] ppid=32212 vsize=28768336 memory=6791534058613427641 CPUtime=1.27 cores=0-7
/proc/32214/task/32215/stat : 32215 (java) S 32212 32212 31238 0 -1 1077944384 9408 0 0 0 121 6 0 0 20 0 28 0 448112423 29458776064 358014 33554432000 4194304 4196468 140723331399024 140400333767808 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32216] ppid=32212 vsize=28768336 memory=4126316290023845779 CPUtime=5.81 cores=0-7
/proc/32214/task/32216/stat : 32216 (java) S 32212 32212 31238 0 -1 1077944384 26113 0 0 0 548 33 0 0 20 0 28 0 448112424 29458776064 358014 33554432000 4194304 4196468 140723331399024 140400282147216 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32217] ppid=32212 vsize=28768336 memory=1452 CPUtime=5.8 cores=0-7
/proc/32214/task/32217/stat : 32217 (java) S 32212 32212 31238 0 -1 1077944384 17682 0 0 0 548 32 0 0 20 0 28 0 448112424 29458776064 358014 33554432000 4194304 4196468 140723331399024 140400281094416 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32218] ppid=32212 vsize=28768336 memory=1434104 CPUtime=5.74 cores=0-7
/proc/32214/task/32218/stat : 32218 (java) S 32212 32212 31238 0 -1 1077944384 22271 0 0 0 539 35 0 0 20 0 28 0 448112424 29458776064 358014 33554432000 4194304 4196468 140723331399024 140400280042128 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32219] ppid=32212 vsize=28768336 memory=111632 CPUtime=5.77 cores=0-7
/proc/32214/task/32219/stat : 32219 (java) S 32212 32212 31238 0 -1 1077944384 15649 0 0 0 546 31 0 0 20 0 28 0 448112424 29458776064 358014 33554432000 4194304 4196468 140723331399024 140400278989328 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32220] ppid=32212 vsize=28768336 memory=800 CPUtime=5.83 cores=0-7
/proc/32214/task/32220/stat : 32220 (java) S 32212 32212 31238 0 -1 1077944384 20818 0 0 0 548 35 0 0 20 0 28 0 448112424 29458776064 358014 33554432000 4194304 4196468 140723331399024 140400277937040 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32221] ppid=32212 vsize=28768336 memory=1808 CPUtime=5.82 cores=0-7
/proc/32214/task/32221/stat : 32221 (java) S 32212 32212 31238 0 -1 1077944384 18141 0 0 0 547 35 0 0 20 0 28 0 448112424 29458776064 358014 33554432000 4194304 4196468 140723331399024 140400276884240 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32222] ppid=32212 vsize=28768336 memory=920 CPUtime=5.82 cores=0-7
/proc/32214/task/32222/stat : 32222 (java) S 32212 32212 31238 0 -1 1077944384 19616 0 0 0 548 34 0 0 20 0 28 0 448112424 29458776064 358014 33554432000 4194304 4196468 140723331399024 140400275831952 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32223] ppid=32212 vsize=28768336 memory=4136 CPUtime=5.74 cores=0-7
/proc/32214/task/32223/stat : 32223 (java) S 32212 32212 31238 0 -1 1077944384 15115 0 0 0 541 33 0 0 20 0 28 0 448112424 29458776064 358014 33554432000 4194304 4196468 140723331399024 140400274779152 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32224] ppid=32212 vsize=28768336 memory=1164 CPUtime=2.31 cores=0-7
/proc/32214/task/32224/stat : 32224 (java) S 32212 32212 31238 0 -1 1077944384 98758 0 0 0 151 80 0 0 20 0 28 0 448112426 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398793132144 140400329538178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32225] ppid=32212 vsize=28768336 memory=4100 CPUtime=0 cores=0-7
/proc/32214/task/32225/stat : 32225 (java) S 32212 32212 31238 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 448112426 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398792078176 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32226] ppid=32212 vsize=28768336 memory=1412 CPUtime=0 cores=0-7
/proc/32214/task/32226/stat : 32226 (java) S 32212 32212 31238 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 448112426 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398791025792 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32227] ppid=32212 vsize=28768336 memory=1433084 CPUtime=0 cores=0-7
/proc/32214/task/32227/stat : 32227 (java) S 32212 32212 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 448112429 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398722803792 140400329545627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32228] ppid=32212 vsize=28768336 memory=0 CPUtime=2.58 cores=0-7
/proc/32214/task/32228/stat : 32228 (java) S 32212 32212 31238 0 -1 1077944384 14427 0 0 0 256 2 0 0 20 0 28 0 448112429 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398721751664 140400329538178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32229] ppid=32212 vsize=28768336 memory=258 CPUtime=2.75 cores=0-7
/proc/32214/task/32229/stat : 32229 (java) S 32212 32212 31238 0 -1 1077944384 14400 0 0 0 273 2 0 0 20 0 28 0 448112429 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398720698864 140400329538178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32230] ppid=32212 vsize=28768336 memory=275 CPUtime=2.46 cores=0-7
/proc/32214/task/32230/stat : 32230 (java) S 32212 32212 31238 0 -1 1077944384 10101 0 0 0 243 3 0 0 20 0 28 0 448112429 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398719646576 140400329538178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32231] ppid=32212 vsize=28768336 memory=246 CPUtime=0.88 cores=0-7
/proc/32214/task/32231/stat : 32231 (java) S 32212 32212 31238 0 -1 1077944384 8314 0 0 0 87 1 0 0 20 0 28 0 448112429 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398718593776 140400329538178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32232] ppid=32212 vsize=28768336 memory=88 CPUtime=0 cores=0-7
/proc/32214/task/32232/stat : 32232 (java) S 32212 32212 31238 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 448112429 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398717540704 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32233] ppid=32212 vsize=28768336 memory=0 CPUtime=0.52 cores=0-7
/proc/32214/task/32233/stat : 32233 (java) S 32212 32212 31238 0 -1 1077944384 4512 0 0 0 16 36 0 0 20 0 28 0 448112429 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398716487984 140400329538178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32234] ppid=32212 vsize=28768336 memory=52 CPUtime=1553.2 cores=0-7
/proc/32214/task/32234/stat : 32234 (java) R 32212 32212 31238 0 -1 4202560 14265 0 0 0 155312 8 0 0 20 0 28 0 448112554 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398707506024 140399956262198 0 4 0 16800975 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32235] ppid=32212 vsize=28768336 memory=155083 CPUtime=1554.55 cores=0-7
/proc/32214/task/32235/stat : 32235 (java) R 32212 32212 31238 0 -1 4202560 12467 0 0 0 155449 6 0 0 20 0 28 0 448112554 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398706454128 140399955284636 0 4 0 16800975 0 0 0 -1 6 0 0 11 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32236] ppid=32212 vsize=28768336 memory=155218 CPUtime=1552.94 cores=0-7
/proc/32214/task/32236/stat : 32236 (java) R 32212 32212 31238 0 -1 4202560 25389 0 0 0 155251 43 0 0 20 0 28 0 448112554 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398705401776 140399956187910 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32237] ppid=32212 vsize=28768336 memory=6791534058613427641 CPUtime=1550.62 cores=0-7
/proc/32214/task/32237/stat : 32237 (java) R 32212 32212 31238 0 -1 4202560 14392 0 0 0 155050 12 0 0 20 0 28 0 448112554 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398704349464 140399957445784 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32238] ppid=32212 vsize=28768336 memory=9492 CPUtime=1553.04 cores=0-7
/proc/32214/task/32238/stat : 32238 (java) R 32212 32212 31238 0 -1 4202560 16154 0 0 0 155286 18 0 0 20 0 28 0 448112554 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398703297088 140399956305628 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32239] ppid=32212 vsize=28768336 memory=1548 CPUtime=1551.84 cores=0-7
/proc/32214/task/32239/stat : 32239 (java) R 32212 32212 31238 0 -1 4202560 30898 0 0 0 155141 43 0 0 20 0 28 0 448112555 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398702244088 140399955978055 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32240] ppid=32212 vsize=28768336 memory=628 CPUtime=1554.53 cores=0-7
/proc/32214/task/32240/stat : 32240 (java) R 32212 32212 31238 0 -1 4202560 12312 0 0 0 155443 10 0 0 20 0 28 0 448112555 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398701190936 140399954776564 0 4 0 16800975 0 0 0 -1 7 0 0 10 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32241] ppid=32212 vsize=28768336 memory=1056 CPUtime=1552.33 cores=0-7
/proc/32214/task/32241/stat : 32241 (java) R 32212 32212 31238 0 -1 4202560 21501 0 0 0 155206 27 0 0 20 0 28 0 448112555 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398700141072 140399956261924 0 4 0 16800975 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
Current children cumulated CPU time: 12482.4 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 1433508 KiB

[startup+1569.9 s]
/proc/loadavg: 8.56 8.35 8.33 9/219 32362
/proc/meminfo: memFree=28936084/32770624 swapFree=67000168/67108860
[pid=32212] ppid=32209 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32212/stat : 32212 (xcsp3-exec) S 32209 32212 31238 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448112423 115843072 363 33554432000 4194304 5098028 140726236799520 140726236797624 139716399612540 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36986880 140726236808053 140726236808297 140726236808297 140726236811210 0
/proc/32212/statm: 28282 363 304 221 0 87 0
[pid=32214] ppid=32212 vsize=28768336 memory=1432056 CPUtime=12483.2 cores=0-7
/proc/32214/stat : 32214 (java) S 32212 32212 31238 0 -1 1077944320 464004 0 0 0 1247793 523 0 0 20 0 28 0 448112423 29458776064 358014 33554432000 4194304 4196468 140723331399024 140723331381568 140400329527031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
/proc/32214/statm: 7192084 358014 3549 1 0 7153184 0
[pid=32214/tid=32215] ppid=32212 vsize=28768336 memory=1432056 CPUtime=1.27 cores=0-7
/proc/32214/task/32215/stat : 32215 (java) S 32212 32212 31238 0 -1 1077944384 9408 0 0 0 121 6 0 0 20 0 28 0 448112423 29458776064 358014 33554432000 4194304 4196468 140723331399024 140400333767808 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32216] ppid=32212 vsize=28768336 memory=1432056 CPUtime=5.81 cores=0-7
/proc/32214/task/32216/stat : 32216 (java) S 32212 32212 31238 0 -1 1077944384 26113 0 0 0 548 33 0 0 20 0 28 0 448112424 29458776064 358014 33554432000 4194304 4196468 140723331399024 140400282147216 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32217] ppid=32212 vsize=28768336 memory=1452 CPUtime=5.8 cores=0-7
/proc/32214/task/32217/stat : 32217 (java) S 32212 32212 31238 0 -1 1077944384 17682 0 0 0 548 32 0 0 20 0 28 0 448112424 29458776064 358014 33554432000 4194304 4196468 140723331399024 140400281094416 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32218] ppid=32212 vsize=28768336 memory=1760 CPUtime=5.74 cores=0-7
/proc/32214/task/32218/stat : 32218 (java) S 32212 32212 31238 0 -1 1077944384 22271 0 0 0 539 35 0 0 20 0 28 0 448112424 29458776064 358014 33554432000 4194304 4196468 140723331399024 140400280042128 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32219] ppid=32212 vsize=28768336 memory=3624 CPUtime=5.77 cores=0-7
/proc/32214/task/32219/stat : 32219 (java) S 32212 32212 31238 0 -1 1077944384 15649 0 0 0 546 31 0 0 20 0 28 0 448112424 29458776064 358014 33554432000 4194304 4196468 140723331399024 140400278989328 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32220] ppid=32212 vsize=28768336 memory=36420 CPUtime=5.83 cores=0-7
/proc/32214/task/32220/stat : 32220 (java) S 32212 32212 31238 0 -1 1077944384 20818 0 0 0 548 35 0 0 20 0 28 0 448112424 29458776064 358014 33554432000 4194304 4196468 140723331399024 140400277937040 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32221] ppid=32212 vsize=28768336 memory=0 CPUtime=5.82 cores=0-7
/proc/32214/task/32221/stat : 32221 (java) S 32212 32212 31238 0 -1 1077944384 18141 0 0 0 547 35 0 0 20 0 28 0 448112424 29458776064 358014 33554432000 4194304 4196468 140723331399024 140400276884240 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32222] ppid=32212 vsize=28768336 memory=7373345211141349740 CPUtime=5.82 cores=0-7
/proc/32214/task/32222/stat : 32222 (java) S 32212 32212 31238 0 -1 1077944384 19616 0 0 0 548 34 0 0 20 0 28 0 448112424 29458776064 358014 33554432000 4194304 4196468 140723331399024 140400275831952 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32223] ppid=32212 vsize=28768336 memory=1412 CPUtime=5.74 cores=0-7
/proc/32214/task/32223/stat : 32223 (java) S 32212 32212 31238 0 -1 1077944384 15115 0 0 0 541 33 0 0 20 0 28 0 448112424 29458776064 358014 33554432000 4194304 4196468 140723331399024 140400274779152 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32224] ppid=32212 vsize=28768336 memory=3680 CPUtime=2.31 cores=0-7
/proc/32214/task/32224/stat : 32224 (java) S 32212 32212 31238 0 -1 1077944384 98758 0 0 0 151 80 0 0 20 0 28 0 448112426 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398793132144 140400329538178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32225] ppid=32212 vsize=28768336 memory=1452 CPUtime=0 cores=0-7
/proc/32214/task/32225/stat : 32225 (java) S 32212 32212 31238 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 448112426 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398792078176 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32226] ppid=32212 vsize=28768336 memory=1433084 CPUtime=0 cores=0-7
/proc/32214/task/32226/stat : 32226 (java) S 32212 32212 31238 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 448112426 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398791025792 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32227] ppid=32212 vsize=28768336 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/32214/task/32227/stat : 32227 (java) S 32212 32212 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 448112429 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398722803792 140400329545627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32228] ppid=32212 vsize=28768336 memory=1435188 CPUtime=2.58 cores=0-7
/proc/32214/task/32228/stat : 32228 (java) S 32212 32212 31238 0 -1 1077944384 14427 0 0 0 256 2 0 0 20 0 28 0 448112429 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398721751664 140400329538178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32229] ppid=32212 vsize=28768336 memory=8026927912384293746 CPUtime=2.75 cores=0-7
/proc/32214/task/32229/stat : 32229 (java) S 32212 32212 31238 0 -1 1077944384 14400 0 0 0 273 2 0 0 20 0 28 0 448112429 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398720698864 140400329538178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32230] ppid=32212 vsize=28768336 memory=8173869936216200557 CPUtime=2.46 cores=0-7
/proc/32214/task/32230/stat : 32230 (java) S 32212 32212 31238 0 -1 1077944384 10101 0 0 0 243 3 0 0 20 0 28 0 448112429 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398719646576 140400329538178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32231] ppid=32212 vsize=28768336 memory=1056 CPUtime=0.88 cores=0-7
/proc/32214/task/32231/stat : 32231 (java) S 32212 32212 31238 0 -1 1077944384 8314 0 0 0 87 1 0 0 20 0 28 0 448112429 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398718593776 140400329538178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32232] ppid=32212 vsize=28768336 memory=1724 CPUtime=0 cores=0-7
/proc/32214/task/32232/stat : 32232 (java) S 32212 32212 31238 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 448112429 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398717540704 140400329537237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32233] ppid=32212 vsize=28768336 memory=1452 CPUtime=0.52 cores=0-7
/proc/32214/task/32233/stat : 32233 (java) S 32212 32212 31238 0 -1 1077944384 4512 0 0 0 16 36 0 0 20 0 28 0 448112429 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398716487984 140400329538178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32234] ppid=32212 vsize=28768336 memory=1435704 CPUtime=1553.3 cores=0-7
/proc/32214/task/32234/stat : 32234 (java) R 32212 32212 31238 0 -1 4202560 14266 0 0 0 155322 8 0 0 20 0 28 0 448112554 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398707506024 140399953811549 0 4 0 16800975 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32235] ppid=32212 vsize=28768336 memory=0 CPUtime=1554.65 cores=0-7
/proc/32214/task/32235/stat : 32235 (java) R 32212 32212 31238 0 -1 4202560 12468 0 0 0 155459 6 0 0 20 0 28 0 448112554 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398706454128 140399956308264 0 4 0 16800975 0 0 0 -1 6 0 0 11 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32236] ppid=32212 vsize=28768336 memory=609 CPUtime=1553.04 cores=0-7
/proc/32214/task/32236/stat : 32236 (java) R 32212 32212 31238 0 -1 4202560 25389 0 0 0 155261 43 0 0 20 0 28 0 448112554 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398705401776 140399956402052 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32237] ppid=32212 vsize=28768336 memory=1435644 CPUtime=1550.72 cores=0-7
/proc/32214/task/32237/stat : 32237 (java) R 32212 32212 31238 0 -1 4202560 14392 0 0 0 155060 12 0 0 20 0 28 0 448112554 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398704349464 140399955408333 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32238] ppid=32212 vsize=28768336 memory=1452 CPUtime=1553.14 cores=0-7
/proc/32214/task/32238/stat : 32238 (java) R 32212 32212 31238 0 -1 4202560 16154 0 0 0 155296 18 0 0 20 0 28 0 448112554 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398703297088 140399956308513 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32239] ppid=32212 vsize=28768336 memory=1452 CPUtime=1551.94 cores=0-7
/proc/32214/task/32239/stat : 32239 (java) R 32212 32212 31238 0 -1 4202560 30900 0 0 0 155151 43 0 0 20 0 28 0 448112555 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398702244088 140399951328236 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32240] ppid=32212 vsize=28768336 memory=6791534058613427641 CPUtime=1554.63 cores=0-7
/proc/32214/task/32240/stat : 32240 (java) R 32212 32212 31238 0 -1 4202560 12312 0 0 0 155453 10 0 0 20 0 28 0 448112555 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398701190936 140399956304506 0 4 0 16800975 0 0 0 -1 7 0 0 10 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
[pid=32214/tid=32241] ppid=32212 vsize=28768336 memory=6056 CPUtime=1552.43 cores=0-7
/proc/32214/task/32241/stat : 32241 (java) R 32212 32212 31238 0 -1 4202560 21501 0 0 0 155216 27 0 0 20 0 28 0 448112555 29458776064 358014 33554432000 4194304 4196468 140723331399024 140398700141072 140399955985944 0 4 0 16800975 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 36622336 140723331400682 140723331400854 140723331400854 140723331403727 0
Current children cumulated CPU time: 12483.2 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 1433508 KiB

Child status: 0
Real time (s): 1569.98
CPU time (s): 12483.7
CPU user time (s): 12478.5
CPU system time (s): 5.25129
CPU usage (%): 795.149
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 1504040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12478.5
system time used= 5.25129
maximum resident set size= 1529732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 466364
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 140704
involuntary context switches= 136835


# summary of solver processes directly reported to runsolver:
#   pid: 32212
#   total CPU time (s): 12483.7
#   total CPU user time (s): 12478.5
#   total CPU system time (s): 5.25129

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8748 second user time and 18.1083 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-17 12:08:20
IDJOB=4399452
IDBENCH=141713
IDSOLVER=2854
FILE ID=node106/4399452-1568718580
RUNJOBID= node106-1568707545-31265
PBS_JOBID= 21703923
Free space on /tmp= 59088 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-24-071.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399452-1568718580/watcher-4399452-1568718580 -o /tmp/evaluation-result-4399452-1568718580/solver-4399452-1568718580 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568707545-31265 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 2104914160 HOME/instance-4399452-1568718580.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= c8960cc0de41b37a4760da710336f2ef
RANDOM SEED=2104914160

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30362700 kB
MemAvailable:   31892608 kB
Buffers:          202088 kB
Cached:          1617032 kB
SwapCached:         7276 kB
Active:           592936 kB
Inactive:        1237224 kB
Active(anon):      10912 kB
Inactive(anon):    44216 kB
Active(file):     582024 kB
Inactive(file):  1193008 kB
Unevictable:      108920 kB
Mlocked:          108920 kB
SwapTotal:      67108860 kB
SwapFree:       67000148 kB
Dirty:             26188 kB
Writeback:            24 kB
AnonPages:        112816 kB
Mapped:            44428 kB
Shmem:             35896 kB
Slab:             171160 kB
SReclaimable:     141424 kB
SUnreclaim:        29736 kB
KernelStack:        3376 kB
PageTables:         5112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59060 MiB
End job on node106 at 2019-09-17 12:34:31