Trace number 4271652

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 par (2017-08-09)OPT8 204.688 26.180201

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-esc16d.xml
MD5SUM797dd3ed6ca3fcac5df6221abf320949
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark13.3135
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints22
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":21},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":235},{"degree":1,"count":2},{"degree":2,"count":22},{"degree":3,"count":6},{"degree":4,"count":2},{"degree":5,"count":3},{"degree":6,"count":1},{"degree":7,"count":1}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":21},{"arity":16,"count":1}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271652-1502641198.xml"  -tl '2016s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4271652-1502641198.xml, -tl, 2016s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
1.15/0.56	c solve instance...
1.62/0.62	o 31 
1.62/0.63	o 30 
1.62/0.64	o 28 
1.62/0.65	o 23 
1.62/0.67	o 22 
2.14/0.70	o 21 
2.14/0.72	o 20 
2.14/0.72	o 18 
2.14/0.75	o 17 
2.14/0.76	o 16 
2.14/0.77	o 14 
2.14/0.79	o 9 
3.61/0.91	o 8 
204.19/26.17	s OPTIMUM FOUND
204.19/26.17	v <instantiation>
204.19/26.17	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] d[0][3] d[0][4] d[1][6] d[1][8] d[1][11] d[1][14] d[2][12] d[2][14] d[3][4] d[6][8] d[6][11] d[6][14] d[7][9] d[8][11] d[8][14] d[9][10] d[10][13] d[11][12] d[11][13] d[11][14] d[12][13] </list>
204.19/26.17	v 	<values>9 15 12 11 13 8 5 3 7 1 0 6 4 2 14 10 0 0 1 0 1 0 0 0 1 0 1 2 0 0 1 0 0 0 0 0 1 </values>
204.19/26.17	v </instantiation>

Verifier Data

OK	8

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 (12978 MiB free)
  memory of node 1: 16384 MiB (14988 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271652-1502641198/watcher-4271652-1502641198 -o /tmp/evaluation-result-4271652-1502641198/solver-4271652-1502641198 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node104-1502637289-4437 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1184791395 HOME/instance-4271652-1502641198.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Current StackSize limit: 8192 KiB

solver pid=11326, runsolver pid=11323

[startup+0.100133 s]*
/proc/loadavg: 6.93 7.23 7.41 2/200 11347
/proc/meminfo: memFree=28623632/32770624 swapFree=67108860/67108860
[pid=11326] ppid=11323 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/11326/stat : 11326 (xcsp3-exec) S 11323 11326 4410 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97207684 9740288 346 33554432000 4194304 5098028 140734373934528 140734373932632 140551220781692 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11685888 140734373938282 140734373938492 140734373938492 140734373941227 0
/proc/11326/statm: 2378 346 289 221 0 87 0
[pid=11328] ppid=11326 vsize=25999808 memory=26180 CPUtime=0.11 cores=0-7
/proc/11328/stat : 11328 (java) S 11326 11326 4410 0 -1 1077944320 5507 0 0 0 10 1 0 0 20 0 20 0 97207684 26623803392 6545 33554432000 4194304 4196468 140725031805792 140725031788336 140611700567799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
/proc/11328/statm: 6499952 6545 2843 1 0 6488269 0
[pid=11328/tid=11329] ppid=11326 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/11328/task/11329/stat : 11329 (java) R 11326 11326 4410 0 -1 4202560 3509 0 0 0 8 1 0 0 20 0 20 0 97207684 26623803392 6611 33554432000 4194304 4196468 140725031805792 140611704801072 140611684648286 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11330] ppid=11326 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/11328/task/11330/stat : 11330 (java) S 11326 11326 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207685 26623803392 6611 33554432000 4194304 4196468 140725031805792 140611259223184 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11331] ppid=11326 vsize=25999808 memory=140680155367040 CPUtime=0 cores=0-7
/proc/11328/task/11331/stat : 11331 (java) S 11326 11326 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207685 26623803392 6611 33554432000 4194304 4196468 140725031805792 140611258170384 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11332] ppid=11326 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11332/stat : 11332 (java) S 11326 11326 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207685 26623803392 6611 33554432000 4194304 4196468 140725031805792 140611257117584 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11333] ppid=11326 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11333/stat : 11333 (java) S 11326 11326 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97207685 26623803392 6611 33554432000 4194304 4196468 140725031805792 140611256064784 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11334] ppid=11326 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11334/stat : 11334 (java) S 11326 11326 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97207685 26623803392 6611 33554432000 4194304 4196468 140725031805792 140611255011984 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11335] ppid=11326 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/11328/task/11335/stat : 11335 (java) S 11326 11326 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207685 26623803392 6611 33554432000 4194304 4196468 140725031805792 140611253959184 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11336] ppid=11326 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11336/stat : 11336 (java) S 11326 11326 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97207685 26623803392 6611 33554432000 4194304 4196468 140725031805792 140611252906384 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11337] ppid=11326 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11337/stat : 11337 (java) S 11326 11326 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207685 26623803392 6611 33554432000 4194304 4196468 140725031805792 140611251853584 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11338] ppid=11326 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11338/stat : 11338 (java) S 11326 11326 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97207687 26623803392 6611 33554432000 4194304 4196468 140725031805792 140610307578736 140611700578946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11339] ppid=11326 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11339/stat : 11339 (java) S 11326 11326 4410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97207687 26623803392 6611 33554432000 4194304 4196468 140725031805792 140610306524704 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11340] ppid=11326 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11340/stat : 11340 (java) S 11326 11326 4410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97207687 26623803392 6611 33554432000 4194304 4196468 140725031805792 140610305471856 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11341] ppid=11326 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11341/stat : 11341 (java) S 11326 11326 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207690 26623803392 6611 33554432000 4194304 4196468 140725031805792 140610304420176 140611700586395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11342] ppid=11326 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11342/stat : 11342 (java) S 11326 11326 4410 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 20 0 97207690 26623803392 6611 33554432000 4194304 4196468 140725031805792 140610303367536 140611700578946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11343] ppid=11326 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11343/stat : 11343 (java) R 11326 11326 4410 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 97207690 26623803392 6611 33554432000 4194304 4196468 140725031805792 140610302314736 140611700578946 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11344] ppid=11326 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11344/stat : 11344 (java) S 11326 11326 4410 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 97207690 26623803392 6611 33554432000 4194304 4196468 140725031805792 140610301261936 140611700578946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11345] ppid=11326 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/11328/task/11345/stat : 11345 (java) R 11326 11326 4410 0 -1 4202560 257 0 0 0 1 0 0 0 20 0 20 0 97207690 26623803392 6611 33554432000 4194304 4196468 140725031805792 140610300209136 140611700589146 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11346] ppid=11326 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11346/stat : 11346 (java) S 11326 11326 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97207690 26623803392 6611 33554432000 4194304 4196468 140725031805792 140610299157600 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11347] ppid=11326 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/11328/task/11347/stat : 11347 (java) S 11326 11326 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207690 26623803392 6611 33554432000 4194304 4196468 140725031805792 140610298104880 140611700578946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27564 KiB

[startup+0.210478 s]*
/proc/loadavg: 6.93 7.23 7.41 3/200 11347
/proc/meminfo: memFree=28611616/32770624 swapFree=67108860/67108860
[pid=11326] ppid=11323 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/11326/stat : 11326 (xcsp3-exec) S 11323 11326 4410 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97207684 9740288 346 33554432000 4194304 5098028 140734373934528 140734373932632 140551220781692 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11685888 140734373938282 140734373938492 140734373938492 140734373941227 0
/proc/11326/statm: 2378 346 289 221 0 87 0
[pid=11328] ppid=11326 vsize=26004064 memory=38972 CPUtime=0.33 cores=0-7
/proc/11328/stat : 11328 (java) S 11326 11326 4410 0 -1 1077944320 8314 0 0 0 31 2 0 0 20 0 20 0 97207684 26628161536 9743 33554432000 4194304 4196468 140725031805792 140725031788336 140611700567799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
/proc/11328/statm: 6501016 9743 3015 1 0 6488269 0
[pid=11328/tid=11329] ppid=11326 vsize=26004064 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/11328/task/11329/stat : 11329 (java) R 11326 11326 4410 0 -1 4202560 5429 0 0 0 18 2 0 0 20 0 20 0 97207684 26628161536 9743 33554432000 4194304 4196468 140725031805792 140611704769568 140611684648286 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11330] ppid=11326 vsize=26004064 memory=329 CPUtime=0 cores=0-7
/proc/11328/task/11330/stat : 11330 (java) S 11326 11326 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207685 26628161536 9743 33554432000 4194304 4196468 140725031805792 140611259223184 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11331] ppid=11326 vsize=26004064 memory=288371056307078784 CPUtime=0 cores=0-7
/proc/11328/task/11331/stat : 11331 (java) S 11326 11326 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207685 26628161536 9743 33554432000 4194304 4196468 140725031805792 140611258170384 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11332] ppid=11326 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/11328/task/11332/stat : 11332 (java) S 11326 11326 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207685 26628161536 9743 33554432000 4194304 4196468 140725031805792 140611257117584 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11333] ppid=11326 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11333/stat : 11333 (java) S 11326 11326 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97207685 26628161536 9743 33554432000 4194304 4196468 140725031805792 140611256064784 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11334] ppid=11326 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11334/stat : 11334 (java) S 11326 11326 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97207685 26628161536 9743 33554432000 4194304 4196468 140725031805792 140611255011984 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11335] ppid=11326 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/11328/task/11335/stat : 11335 (java) S 11326 11326 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207685 26628161536 9743 33554432000 4194304 4196468 140725031805792 140611253959184 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11336] ppid=11326 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11336/stat : 11336 (java) S 11326 11326 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97207685 26628161536 9743 33554432000 4194304 4196468 140725031805792 140611252906384 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11337] ppid=11326 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11337/stat : 11337 (java) S 11326 11326 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207685 26628161536 9743 33554432000 4194304 4196468 140725031805792 140611251853584 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11338] ppid=11326 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11338/stat : 11338 (java) S 11326 11326 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97207687 26628161536 9743 33554432000 4194304 4196468 140725031805792 140610307578736 140611700578946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11339] ppid=11326 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11339/stat : 11339 (java) S 11326 11326 4410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97207687 26628161536 9743 33554432000 4194304 4196468 140725031805792 140610306524704 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11340] ppid=11326 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11340/stat : 11340 (java) S 11326 11326 4410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97207687 26628161536 9743 33554432000 4194304 4196468 140725031805792 140610305471856 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11341] ppid=11326 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11341/stat : 11341 (java) S 11326 11326 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207690 26628161536 9743 33554432000 4194304 4196468 140725031805792 140610304420176 140611700586395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11342] ppid=11326 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/11328/task/11342/stat : 11342 (java) S 11326 11326 4410 0 -1 1077944384 486 0 0 0 1 0 0 0 20 0 20 0 97207690 26628161536 9743 33554432000 4194304 4196468 140725031805792 140610303367536 140611700578946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11343] ppid=11326 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/11328/task/11343/stat : 11343 (java) S 11326 11326 4410 0 -1 1077944384 170 0 0 0 2 0 0 0 20 0 20 0 97207690 26628161536 9743 33554432000 4194304 4196468 140725031805792 140610302314736 140611700578946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11344] ppid=11326 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/11328/task/11344/stat : 11344 (java) S 11326 11326 4410 0 -1 1077944384 174 0 0 0 0 0 0 0 20 0 20 0 97207690 26628161536 9743 33554432000 4194304 4196468 140725031805792 140610301261936 140611700578946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11345] ppid=11326 vsize=26004064 memory=-1 CPUtime=0.08 cores=0-7
/proc/11328/task/11345/stat : 11345 (java) R 11326 11326 4410 0 -1 4202560 750 0 0 0 8 0 0 0 20 0 20 0 97207690 26628161536 9743 33554432000 4194304 4196468 140725031805792 140610300209136 140611679274167 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11346] ppid=11326 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11346/stat : 11346 (java) S 11326 11326 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97207690 26628161536 9743 33554432000 4194304 4196468 140725031805792 140610299157600 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11347] ppid=11326 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/11328/task/11347/stat : 11347 (java) S 11326 11326 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207690 26628161536 9743 33554432000 4194304 4196468 140725031805792 140610298104880 140611700578946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40356 KiB

[startup+0.310218 s]*
/proc/loadavg: 6.93 7.23 7.41 2/200 11347
/proc/meminfo: memFree=28604668/32770624 swapFree=67108860/67108860
[pid=11326] ppid=11323 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/11326/stat : 11326 (xcsp3-exec) S 11323 11326 4410 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97207684 9740288 346 33554432000 4194304 5098028 140734373934528 140734373932632 140551220781692 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11685888 140734373938282 140734373938492 140734373938492 140734373941227 0
/proc/11326/statm: 2378 346 289 221 0 87 0
[pid=11328] ppid=11326 vsize=26004064 memory=46012 CPUtime=0.5 cores=0-7
/proc/11328/stat : 11328 (java) S 11326 11326 4410 0 -1 1077944320 9235 0 0 0 47 3 0 0 20 0 20 0 97207684 26628161536 11503 33554432000 4194304 4196468 140725031805792 140725031788336 140611700567799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
/proc/11328/statm: 6501016 11503 3046 1 0 6488269 0
[pid=11328/tid=11329] ppid=11326 vsize=26004140 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/11328/task/11329/stat : 11329 (java) R 11326 11326 4410 0 -1 4202560 6216 0 0 0 27 2 0 0 20 0 20 0 97207684 26628239360 11503 33554432000 4194304 4196468 140725031805792 140611704800160 140611684648286 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11330] ppid=11326 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11330/stat : 11330 (java) S 11326 11326 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207685 26628239360 11503 33554432000 4194304 4196468 140725031805792 140611259223184 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11331] ppid=11326 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11331/stat : 11331 (java) S 11326 11326 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207685 26628239360 11503 33554432000 4194304 4196468 140725031805792 140611258170384 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11332] ppid=11326 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11332/stat : 11332 (java) S 11326 11326 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207685 26628239360 11503 33554432000 4194304 4196468 140725031805792 140611257117584 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11333] ppid=11326 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11333/stat : 11333 (java) S 11326 11326 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97207685 26628239360 11503 33554432000 4194304 4196468 140725031805792 140611256064784 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11334] ppid=11326 vsize=26004140 memory=2244 CPUtime=0 cores=0-7
/proc/11328/task/11334/stat : 11334 (java) S 11326 11326 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97207685 26628239360 11503 33554432000 4194304 4196468 140725031805792 140611255011984 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11335] ppid=11326 vsize=26004140 memory=140680043262895 CPUtime=0 cores=0-7
/proc/11328/task/11335/stat : 11335 (java) S 11326 11326 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207685 26628239360 11503 33554432000 4194304 4196468 140725031805792 140611253959184 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11336] ppid=11326 vsize=26004140 memory=140680043265200 CPUtime=0 cores=0-7
/proc/11328/task/11336/stat : 11336 (java) S 11326 11326 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97207685 26628239360 11503 33554432000 4194304 4196468 140725031805792 140611252906384 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11337] ppid=11326 vsize=26004140 memory=140680043267504 CPUtime=0 cores=0-7
/proc/11328/task/11337/stat : 11337 (java) S 11326 11326 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207685 26628239360 11503 33554432000 4194304 4196468 140725031805792 140611251853584 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11338] ppid=11326 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11338/stat : 11338 (java) S 11326 11326 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97207687 26628239360 11503 33554432000 4194304 4196468 140725031805792 140610307578736 140611700578946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11339] ppid=11326 vsize=26004140 memory=281360086541968 CPUtime=0 cores=0-7
/proc/11328/task/11339/stat : 11339 (java) S 11326 11326 4410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97207687 26628239360 11503 33554432000 4194304 4196468 140725031805792 140610306524704 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11340] ppid=11326 vsize=26004140 memory=281360086548880 CPUtime=0 cores=0-7
/proc/11328/task/11340/stat : 11340 (java) S 11326 11326 4410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97207687 26628239360 11503 33554432000 4194304 4196468 140725031805792 140610305471856 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11341] ppid=11326 vsize=26004140 memory=281360086490160 CPUtime=0 cores=0-7
/proc/11328/task/11341/stat : 11341 (java) S 11326 11326 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207690 26628239360 11503 33554432000 4194304 4196468 140725031805792 140610304420176 140611700586395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11342] ppid=11326 vsize=26004140 memory=281360086562704 CPUtime=0.02 cores=0-7
/proc/11328/task/11342/stat : 11342 (java) S 11326 11326 4410 0 -1 1077944384 534 0 0 0 2 0 0 0 20 0 20 0 97207690 26628239360 11503 33554432000 4194304 4196468 140725031805792 140610303367536 140611700578946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11343] ppid=11326 vsize=26004140 memory=281360086569616 CPUtime=0.03 cores=0-7
/proc/11328/task/11343/stat : 11343 (java) S 11326 11326 4410 0 -1 1077944384 172 0 0 0 3 0 0 0 20 0 20 0 97207690 26628239360 11503 33554432000 4194304 4196468 140725031805792 140610302314736 140611700578946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11344] ppid=11326 vsize=26004140 memory=281360086567312 CPUtime=0.01 cores=0-7
/proc/11328/task/11344/stat : 11344 (java) S 11326 11326 4410 0 -1 1077944384 180 0 0 0 1 0 0 0 20 0 20 0 97207690 26628239360 11503 33554432000 4194304 4196468 140725031805792 140610301261936 140611700578946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11345] ppid=11326 vsize=26004140 memory=281360086583472 CPUtime=0.11 cores=0-7
/proc/11328/task/11345/stat : 11345 (java) S 11326 11326 4410 0 -1 1077944384 846 0 0 0 11 0 0 0 20 0 20 0 97207690 26628239360 11503 33554432000 4194304 4196468 140725031805792 140610300209136 140611700578946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11346] ppid=11326 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11346/stat : 11346 (java) S 11326 11326 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97207690 26628239360 11503 33554432000 4194304 4196468 140725031805792 140610299157600 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11347] ppid=11326 vsize=26004140 memory=-1 CPUtime=0 cores=0-7
/proc/11328/task/11347/stat : 11347 (java) S 11326 11326 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207690 26628239360 11503 33554432000 4194304 4196468 140725031805792 140610298104880 140611700578946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47396 KiB

[startup+0.701822 s]
/proc/loadavg: 6.93 7.23 7.41 5/200 11347
/proc/meminfo: memFree=28583952/32770624 swapFree=67108860/67108860
[pid=11326] ppid=11323 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/11326/stat : 11326 (xcsp3-exec) S 11323 11326 4410 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97207684 9740288 346 33554432000 4194304 5098028 140734373934528 140734373932632 140551220781692 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11685888 140734373938282 140734373938492 140734373938492 140734373941227 0
/proc/11326/statm: 2378 346 289 221 0 87 0
[pid=11328] ppid=11326 vsize=26605264 memory=170256 CPUtime=2.14 cores=0-7
/proc/11328/stat : 11328 (java) S 11326 11326 4410 0 -1 1077944320 14662 0 0 0 207 7 0 0 20 0 28 0 97207684 27243790336 42564 33554432000 4194304 4196468 140725031805792 140725031788336 140611700567799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
/proc/11328/statm: 6651316 42564 3213 1 0 6638550 0
[pid=11328/tid=11329] ppid=11326 vsize=26605264 memory=281360086941360 CPUtime=0.55 cores=0-7
/proc/11328/task/11329/stat : 11329 (java) S 11326 11326 4410 0 -1 1077944384 6884 0 0 0 52 3 0 0 20 0 28 0 97207684 27243790336 42564 33554432000 4194304 4196468 140725031805792 140611704808576 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11330] ppid=11326 vsize=26605264 memory=140680043471728 CPUtime=0 cores=0-7
/proc/11328/task/11330/stat : 11330 (java) S 11326 11326 4410 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 97207685 27243790336 42564 33554432000 4194304 4196468 140725031805792 140611259223184 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11331] ppid=11326 vsize=26605264 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11331/stat : 11331 (java) S 11326 11326 4410 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 97207685 27243790336 42564 33554432000 4194304 4196468 140725031805792 140611258170384 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11332] ppid=11326 vsize=26605264 memory=11008 CPUtime=0 cores=0-7
/proc/11328/task/11332/stat : 11332 (java) S 11326 11326 4410 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 97207685 27243790336 42564 33554432000 4194304 4196468 140725031805792 140611257117584 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0

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

[pid=11328/tid=11345] ppid=11326 vsize=26671828 memory=0 CPUtime=0.57 cores=0-7
/proc/11328/task/11345/stat : 11345 (java) S 11326 11326 4410 0 -1 1077944384 5369 0 0 0 56 1 0 0 20 0 28 0 97207690 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610300209136 140611700578946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11346] ppid=11326 vsize=26671828 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11346/stat : 11346 (java) S 11326 11326 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97207690 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610299157600 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11347] ppid=11326 vsize=26671828 memory=1384 CPUtime=0 cores=0-7
/proc/11328/task/11347/stat : 11347 (java) S 11326 11326 4410 0 -1 1077944384 642 0 0 0 0 0 0 0 20 0 28 0 97207690 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610298104880 140611700578946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11452] ppid=11326 vsize=26671828 memory=214268 CPUtime=24.27 cores=0-7
/proc/11328/task/11452/stat : 11452 (java) R 11326 11326 4410 0 -1 4202560 266 0 0 0 2427 0 0 0 20 0 28 0 97207775 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610286378712 140611344138578 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11453] ppid=11326 vsize=26671828 memory=1692 CPUtime=24.17 cores=0-7
/proc/11328/task/11453/stat : 11453 (java) R 11326 11326 4410 0 -1 4202560 403 0 0 0 2417 0 0 0 20 0 28 0 97207775 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610288484984 140611342847221 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11454] ppid=11326 vsize=26671828 memory=916 CPUtime=24.16 cores=0-7
/proc/11328/task/11454/stat : 11454 (java) R 11326 11326 4410 0 -1 4202560 819 0 0 0 2416 0 0 0 20 0 28 0 97207775 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610285326840 140611343558087 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11455] ppid=11326 vsize=26671828 memory=4116 CPUtime=24.36 cores=0-7
/proc/11328/task/11455/stat : 11455 (java) R 11326 11326 4410 0 -1 4202560 880 0 0 0 2436 0 0 0 20 0 28 0 97207775 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610284273392 140611342847159 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11456] ppid=11326 vsize=26671828 memory=1156 CPUtime=24.16 cores=0-7
/proc/11328/task/11456/stat : 11456 (java) R 11326 11326 4410 0 -1 4202560 1646 0 0 0 2414 2 0 0 20 0 28 0 97207775 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610289539568 140611344267136 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11457] ppid=11326 vsize=26671828 memory=4140 CPUtime=24.07 cores=0-7
/proc/11328/task/11457/stat : 11457 (java) R 11326 11326 4410 0 -1 4202560 306 0 0 0 2407 0 0 0 20 0 28 0 97207775 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610281115368 140611342847514 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11458] ppid=11326 vsize=26671828 memory=28052 CPUtime=24.05 cores=0-7
/proc/11328/task/11458/stat : 11458 (java) R 11326 11326 4410 0 -1 4202560 339 0 0 0 2405 0 0 0 20 0 28 0 97207775 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610283222072 140611343557016 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11459] ppid=11326 vsize=26671828 memory=1296 CPUtime=24.15 cores=0-7
/proc/11328/task/11459/stat : 11459 (java) R 11326 11326 4410 0 -1 4202560 938 0 0 0 2415 0 0 0 20 0 28 0 97207776 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610290590392 140611342847091 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
Current children cumulated CPU time: 200.13 s
Current children cumulated vsize: 26681340 KiB
Current children cumulated memory: 211692 KiB

[startup+26.001 s]*
/proc/loadavg: 7.54 7.36 7.45 9/207 11459
/proc/meminfo: memFree=28441684/32770624 swapFree=67108860/67108860
[pid=11326] ppid=11323 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/11326/stat : 11326 (xcsp3-exec) S 11323 11326 4410 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97207684 9740288 346 33554432000 4194304 5098028 140734373934528 140734373932632 140551220781692 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11685888 140734373938282 140734373938492 140734373938492 140734373941227 0
/proc/11326/statm: 2378 346 289 221 0 87 0
[pid=11328] ppid=11326 vsize=26671828 memory=210308 CPUtime=203.38 cores=0-7
/proc/11328/stat : 11328 (java) S 11326 11326 4410 0 -1 1077944320 40455 0 0 0 20319 19 0 0 20 0 28 0 97207684 27311951872 52577 33554432000 4194304 4196468 140725031805792 140725031788336 140611700567799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
/proc/11328/statm: 6667957 52577 3264 1 0 6655191 0
[pid=11328/tid=11329] ppid=11326 vsize=26671828 memory=0 CPUtime=0.55 cores=0-7
/proc/11328/task/11329/stat : 11329 (java) S 11326 11326 4410 0 -1 1077944384 6884 0 0 0 52 3 0 0 20 0 28 0 97207684 27311951872 52577 33554432000 4194304 4196468 140725031805792 140611704808576 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11330] ppid=11326 vsize=26671828 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/11328/task/11330/stat : 11330 (java) S 11326 11326 4410 0 -1 1077944384 223 0 0 0 0 0 0 0 20 0 28 0 97207685 27311951872 52577 33554432000 4194304 4196468 140725031805792 140611259223184 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11331] ppid=11326 vsize=26671828 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11331/stat : 11331 (java) S 11326 11326 4410 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 28 0 97207685 27311951872 52577 33554432000 4194304 4196468 140725031805792 140611258170384 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11332] ppid=11326 vsize=26671828 memory=0 CPUtime=0.01 cores=0-7
/proc/11328/task/11332/stat : 11332 (java) S 11326 11326 4410 0 -1 1077944384 531 0 0 0 1 0 0 0 20 0 28 0 97207685 27311951872 52577 33554432000 4194304 4196468 140725031805792 140611257117584 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11333] ppid=11326 vsize=26671828 memory=0 CPUtime=0.01 cores=0-7
/proc/11328/task/11333/stat : 11333 (java) S 11326 11326 4410 0 -1 1077944384 385 0 0 0 1 0 0 0 20 0 28 0 97207685 27311951872 52577 33554432000 4194304 4196468 140725031805792 140611256064784 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11334] ppid=11326 vsize=26671828 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11334/stat : 11334 (java) S 11326 11326 4410 0 -1 1077944384 152 0 0 0 0 0 0 0 20 0 28 0 97207685 27311951872 52577 33554432000 4194304 4196468 140725031805792 140611255011984 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11335] ppid=11326 vsize=26671828 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11335/stat : 11335 (java) S 11326 11326 4410 0 -1 1077944384 716 0 0 0 0 0 0 0 20 0 28 0 97207685 27311951872 52577 33554432000 4194304 4196468 140725031805792 140611253959184 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11336] ppid=11326 vsize=26671828 memory=0 CPUtime=0.01 cores=0-7
/proc/11328/task/11336/stat : 11336 (java) S 11326 11326 4410 0 -1 1077944384 216 0 0 0 1 0 0 0 20 0 28 0 97207685 27311951872 52577 33554432000 4194304 4196468 140725031805792 140611252906384 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11337] ppid=11326 vsize=26671828 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11337/stat : 11337 (java) S 11326 11326 4410 0 -1 1077944384 373 0 0 0 0 0 0 0 20 0 28 0 97207685 27311951872 52577 33554432000 4194304 4196468 140725031805792 140611251853584 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11338] ppid=11326 vsize=26671828 memory=0 CPUtime=0.01 cores=0-7
/proc/11328/task/11338/stat : 11338 (java) S 11326 11326 4410 0 -1 1077944384 1002 0 0 0 1 0 0 0 20 0 28 0 97207687 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610307578736 140611700578946 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11339] ppid=11326 vsize=26671828 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11339/stat : 11339 (java) S 11326 11326 4410 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 97207687 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610306524768 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11340] ppid=11326 vsize=26671828 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11340/stat : 11340 (java) S 11326 11326 4410 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 28 0 97207687 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610305471872 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11341] ppid=11326 vsize=26671828 memory=0 CPUtime=0 cores=0-7
/proc/11328/task/11341/stat : 11341 (java) S 11326 11326 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97207690 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610304420176 140611700586395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11342] ppid=11326 vsize=26671828 memory=0 CPUtime=1.27 cores=0-7
/proc/11328/task/11342/stat : 11342 (java) S 11326 11326 4410 0 -1 1077944384 5061 0 0 0 126 1 0 0 20 0 28 0 97207690 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610303367536 140611700578946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11343] ppid=11326 vsize=26671828 memory=0 CPUtime=1.25 cores=0-7
/proc/11328/task/11343/stat : 11343 (java) S 11326 11326 4410 0 -1 1077944384 5192 0 0 0 125 0 0 0 20 0 28 0 97207690 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610302314736 140611700578946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11344] ppid=11326 vsize=26671828 memory=0 CPUtime=1.35 cores=0-7
/proc/11328/task/11344/stat : 11344 (java) S 11326 11326 4410 0 -1 1077944384 4548 0 0 0 134 1 0 0 20 0 28 0 97207690 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610301261936 140611700578946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11345] ppid=11326 vsize=26671828 memory=281360086828080 CPUtime=0.57 cores=0-7
/proc/11328/task/11345/stat : 11345 (java) S 11326 11326 4410 0 -1 1077944384 5369 0 0 0 56 1 0 0 20 0 28 0 97207690 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610300209136 140611700578946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11346] ppid=11326 vsize=26671828 memory=2196 CPUtime=0 cores=0-7
/proc/11328/task/11346/stat : 11346 (java) S 11326 11326 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97207690 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610299157600 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11347] ppid=11326 vsize=26671828 memory=6760 CPUtime=0 cores=0-7
/proc/11328/task/11347/stat : 11347 (java) S 11326 11326 4410 0 -1 1077944384 642 0 0 0 0 0 0 0 20 0 28 0 97207690 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610298104880 140611700578946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11452] ppid=11326 vsize=26671828 memory=840 CPUtime=24.67 cores=0-7
/proc/11328/task/11452/stat : 11452 (java) R 11326 11326 4410 0 -1 4202560 291 0 0 0 2467 0 0 0 20 0 28 0 97207775 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610286378712 140611342846779 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11453] ppid=11326 vsize=26671828 memory=4100 CPUtime=24.58 cores=0-7
/proc/11328/task/11453/stat : 11453 (java) R 11326 11326 4410 0 -1 4202560 404 0 0 0 2458 0 0 0 20 0 28 0 97207775 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610288484984 140611342847417 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11454] ppid=11326 vsize=26671828 memory=1692 CPUtime=24.57 cores=0-7
/proc/11328/task/11454/stat : 11454 (java) R 11326 11326 4410 0 -1 4202560 819 0 0 0 2457 0 0 0 20 0 28 0 97207775 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610285326840 140611343575782 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11455] ppid=11326 vsize=26671828 memory=916 CPUtime=24.77 cores=0-7
/proc/11328/task/11455/stat : 11455 (java) R 11326 11326 4410 0 -1 4202560 880 0 0 0 2477 0 0 0 20 0 28 0 97207775 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610284273392 140611344139385 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11456] ppid=11326 vsize=26671828 memory=4116 CPUtime=24.57 cores=0-7
/proc/11328/task/11456/stat : 11456 (java) R 11326 11326 4410 0 -1 4202560 1649 0 0 0 2455 2 0 0 20 0 28 0 97207775 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610289539568 140611344047738 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11457] ppid=11326 vsize=26671828 memory=1156 CPUtime=24.48 cores=0-7
/proc/11328/task/11457/stat : 11457 (java) R 11326 11326 4410 0 -1 4202560 306 0 0 0 2448 0 0 0 20 0 28 0 97207775 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610281115368 140611343556672 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11458] ppid=11326 vsize=26671828 memory=3120 CPUtime=24.46 cores=0-7
/proc/11328/task/11458/stat : 11458 (java) R 11326 11326 4410 0 -1 4202560 340 0 0 0 2446 0 0 0 20 0 28 0 97207775 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610283222072 140611343984661 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11459] ppid=11326 vsize=26671828 memory=1384 CPUtime=24.54 cores=0-7
/proc/11328/task/11459/stat : 11459 (java) R 11326 11326 4410 0 -1 4202560 941 0 0 0 2454 0 0 0 20 0 28 0 97207776 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610290590392 140611345035380 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
Current children cumulated CPU time: 203.38 s
Current children cumulated vsize: 26681340 KiB
Current children cumulated memory: 211692 KiB

[startup+26.111 s]
/proc/loadavg: 7.54 7.36 7.45 9/207 11459
/proc/meminfo: memFree=28441684/32770624 swapFree=67108860/67108860
[pid=11326] ppid=11323 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/11326/stat : 11326 (xcsp3-exec) S 11323 11326 4410 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97207684 9740288 346 33554432000 4194304 5098028 140734373934528 140734373932632 140551220781692 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11685888 140734373938282 140734373938492 140734373938492 140734373941227 0
/proc/11326/statm: 2378 346 289 221 0 87 0
[pid=11328] ppid=11326 vsize=26671828 memory=210308 CPUtime=204.19 cores=0-7
/proc/11328/stat : 11328 (java) S 11326 11326 4410 0 -1 1077944320 40457 0 0 0 20400 19 0 0 20 0 28 0 97207684 27311951872 52577 33554432000 4194304 4196468 140725031805792 140725031788336 140611700567799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
/proc/11328/statm: 6667957 52577 3264 1 0 6655191 0
[pid=11328/tid=11329] ppid=11326 vsize=26671828 memory=210308 CPUtime=0.55 cores=0-7
/proc/11328/task/11329/stat : 11329 (java) S 11326 11326 4410 0 -1 1077944384 6884 0 0 0 52 3 0 0 20 0 28 0 97207684 27311951872 52577 33554432000 4194304 4196468 140725031805792 140611704808576 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11330] ppid=11326 vsize=26671828 memory=303430223234596890 CPUtime=0 cores=0-7
/proc/11328/task/11330/stat : 11330 (java) S 11326 11326 4410 0 -1 1077944384 223 0 0 0 0 0 0 0 20 0 28 0 97207685 27311951872 52577 33554432000 4194304 4196468 140725031805792 140611259223184 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11331] ppid=11326 vsize=26671828 memory=288230617509003574 CPUtime=0 cores=0-7
/proc/11328/task/11331/stat : 11331 (java) S 11326 11326 4410 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 28 0 97207685 27311951872 52577 33554432000 4194304 4196468 140725031805792 140611258170384 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11332] ppid=11326 vsize=26671828 memory=33 CPUtime=0.01 cores=0-7
/proc/11328/task/11332/stat : 11332 (java) S 11326 11326 4410 0 -1 1077944384 531 0 0 0 1 0 0 0 20 0 28 0 97207685 27311951872 52577 33554432000 4194304 4196468 140725031805792 140611257117584 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11333] ppid=11326 vsize=26671828 memory=398848 CPUtime=0.01 cores=0-7
/proc/11328/task/11333/stat : 11333 (java) S 11326 11326 4410 0 -1 1077944384 385 0 0 0 1 0 0 0 20 0 28 0 97207685 27311951872 52577 33554432000 4194304 4196468 140725031805792 140611256064784 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11334] ppid=11326 vsize=26671828 memory=214280 CPUtime=0 cores=0-7
/proc/11328/task/11334/stat : 11334 (java) S 11326 11326 4410 0 -1 1077944384 152 0 0 0 0 0 0 0 20 0 28 0 97207685 27311951872 52577 33554432000 4194304 4196468 140725031805792 140611255011984 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11335] ppid=11326 vsize=26671828 memory=28052 CPUtime=0 cores=0-7
/proc/11328/task/11335/stat : 11335 (java) S 11326 11326 4410 0 -1 1077944384 716 0 0 0 0 0 0 0 20 0 28 0 97207685 27311951872 52577 33554432000 4194304 4196468 140725031805792 140611253959184 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11336] ppid=11326 vsize=26671828 memory=1384 CPUtime=0.01 cores=0-7
/proc/11328/task/11336/stat : 11336 (java) S 11326 11326 4410 0 -1 1077944384 216 0 0 0 1 0 0 0 20 0 28 0 97207685 27311951872 52577 33554432000 4194304 4196468 140725031805792 140611252906384 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11337] ppid=11326 vsize=26671828 memory=210296 CPUtime=0 cores=0-7
/proc/11328/task/11337/stat : 11337 (java) S 11326 11326 4410 0 -1 1077944384 373 0 0 0 0 0 0 0 20 0 28 0 97207685 27311951872 52577 33554432000 4194304 4196468 140725031805792 140611251853584 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11338] ppid=11326 vsize=26671828 memory=4128 CPUtime=0.01 cores=0-7
/proc/11328/task/11338/stat : 11338 (java) S 11326 11326 4410 0 -1 1077944384 1002 0 0 0 1 0 0 0 20 0 28 0 97207687 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610307578736 140611700578946 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11339] ppid=11326 vsize=26671828 memory=2196 CPUtime=0 cores=0-7
/proc/11328/task/11339/stat : 11339 (java) S 11326 11326 4410 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 97207687 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610306524768 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11340] ppid=11326 vsize=26671828 memory=1384 CPUtime=0 cores=0-7
/proc/11328/task/11340/stat : 11340 (java) S 11326 11326 4410 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 28 0 97207687 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610305471872 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11341] ppid=11326 vsize=26671828 memory=214400 CPUtime=0 cores=0-7
/proc/11328/task/11341/stat : 11341 (java) S 11326 11326 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97207690 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610304420176 140611700586395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11342] ppid=11326 vsize=26671828 memory=1384 CPUtime=1.27 cores=0-7
/proc/11328/task/11342/stat : 11342 (java) S 11326 11326 4410 0 -1 1077944384 5061 0 0 0 126 1 0 0 20 0 28 0 97207690 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610303367536 140611700578946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11343] ppid=11326 vsize=26671828 memory=2428 CPUtime=1.25 cores=0-7
/proc/11328/task/11343/stat : 11343 (java) S 11326 11326 4410 0 -1 1077944384 5192 0 0 0 125 0 0 0 20 0 28 0 97207690 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610302314736 140611700578946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11344] ppid=11326 vsize=26671828 memory=1728 CPUtime=1.35 cores=0-7
/proc/11328/task/11344/stat : 11344 (java) S 11326 11326 4410 0 -1 1077944384 4548 0 0 0 134 1 0 0 20 0 28 0 97207690 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610301261936 140611700578946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11345] ppid=11326 vsize=26671828 memory=1716 CPUtime=0.57 cores=0-7
/proc/11328/task/11345/stat : 11345 (java) S 11326 11326 4410 0 -1 1077944384 5369 0 0 0 56 1 0 0 20 0 28 0 97207690 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610300209136 140611700578946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11346] ppid=11326 vsize=26671828 memory=1384 CPUtime=0 cores=0-7
/proc/11328/task/11346/stat : 11346 (java) S 11326 11326 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97207690 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610299157600 140611700578005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11347] ppid=11326 vsize=26671828 memory=214268 CPUtime=0 cores=0-7
/proc/11328/task/11347/stat : 11347 (java) S 11326 11326 4410 0 -1 1077944384 642 0 0 0 0 0 0 0 20 0 28 0 97207690 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610298104880 140611700578946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11452] ppid=11326 vsize=26671828 memory=928 CPUtime=24.77 cores=0-7
/proc/11328/task/11452/stat : 11452 (java) R 11326 11326 4410 0 -1 4202560 291 0 0 0 2477 0 0 0 20 0 28 0 97207775 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610286378712 140611343528606 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11453] ppid=11326 vsize=26671828 memory=6791534058613427641 CPUtime=24.68 cores=0-7
/proc/11328/task/11453/stat : 11453 (java) R 11326 11326 4410 0 -1 4202560 404 0 0 0 2468 0 0 0 20 0 28 0 97207775 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610288484984 140611342847448 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11454] ppid=11326 vsize=26671828 memory=7380385384043930195 CPUtime=24.67 cores=0-7
/proc/11328/task/11454/stat : 11454 (java) R 11326 11326 4410 0 -1 4202560 819 0 0 0 2467 0 0 0 20 0 28 0 97207775 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610285326840 140611342847052 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11455] ppid=11326 vsize=26671828 memory=4639948313719891052 CPUtime=24.87 cores=0-7
/proc/11328/task/11455/stat : 11455 (java) R 11326 11326 4410 0 -1 4202560 880 0 0 0 2487 0 0 0 20 0 28 0 97207775 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610284273392 140611342847308 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11456] ppid=11326 vsize=26671828 memory=1384 CPUtime=24.67 cores=0-7
/proc/11328/task/11456/stat : 11456 (java) R 11326 11326 4410 0 -1 4202560 1650 0 0 0 2465 2 0 0 20 0 28 0 97207775 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610289539568 140611342847091 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11457] ppid=11326 vsize=26671828 memory=213936 CPUtime=24.58 cores=0-7
/proc/11328/task/11457/stat : 11457 (java) R 11326 11326 4410 0 -1 4202560 306 0 0 0 2458 0 0 0 20 0 28 0 97207775 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610281115368 140611342847875 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11458] ppid=11326 vsize=26671828 memory=0 CPUtime=24.56 cores=0-7
/proc/11328/task/11458/stat : 11458 (java) R 11326 11326 4410 0 -1 4202560 340 0 0 0 2456 0 0 0 20 0 28 0 97207775 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610283222072 140611342847022 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
[pid=11328/tid=11459] ppid=11326 vsize=26671828 memory=140680043868704 CPUtime=24.64 cores=0-7
/proc/11328/task/11459/stat : 11459 (java) R 11326 11326 4410 0 -1 4202560 942 0 0 0 2464 0 0 0 20 0 28 0 97207776 27311951872 52577 33554432000 4194304 4196468 140725031805792 140610290590392 140611342847544 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140725031810200 140725031810376 140725031810376 140725031813071 0
Current children cumulated CPU time: 204.19 s
Current children cumulated vsize: 26681340 KiB
Current children cumulated memory: 211692 KiB

Child status: 0
Real time (s): 26.1802
CPU time (s): 204.688
CPU user time (s): 204.489
CPU system time (s): 0.199121
CPU usage (%): 781.844
Max. virtual memory (cumulated for all children) (KiB): 26681340
Max. memory (cumulated for all children) (KiB): 215784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 204.489
system time used= 0.199121
maximum resident set size= 214432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41966
page faults= 0
swaps= 0
block input operations= 0
block output operations= 160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5275
involuntary context switches= 2830


# summary of solver processes directly reported to runsolver:
#   pid: 11326
#   total CPU time (s): 204.688
#   total CPU user time (s): 204.489
#   total CPU system time (s): 0.199121

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.222591 second user time and 0.329501 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-13 18:05:39
IDJOB=4271652
IDBENCH=123124
IDSOLVER=2663
FILE ID=node104/4271652-1502641198
RUNJOBID= node104-1502637289-4437
PBS_JOBID= 20628328
Free space on /tmp= 61864 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-esc16d.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4271652-1502641198/watcher-4271652-1502641198 -o /tmp/evaluation-result-4271652-1502641198/solver-4271652-1502641198 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node104-1502637289-4437 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1184791395 HOME/instance-4271652-1502641198.xml

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

MD5SUM BENCH= 797dd3ed6ca3fcac5df6221abf320949
RANDOM SEED=1184791395

node104.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.43
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.43
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.43
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.43
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:        28638512 kB
MemAvailable:   31984164 kB
Buffers:          160612 kB
Cached:          3466684 kB
SwapCached:            0 kB
Active:           350360 kB
Inactive:        3327220 kB
Active(anon):      53140 kB
Inactive(anon):    25024 kB
Active(file):     297220 kB
Inactive(file):  3302196 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7844 kB
Writeback:             0 kB
AnonPages:         83524 kB
Mapped:            43768 kB
Shmem:             25228 kB
Slab:             149580 kB
SReclaimable:     124140 kB
SUnreclaim:        25440 kB
KernelStack:        3344 kB
PageTables:         4828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61856 MiB
End job on node104 at 2017-08-13 18:06:06