Trace number 4271534

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)OPT55 29.7775 4.24686

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-10-a3.xml
MD5SUM1a91370fd3edda64a19224a97cd9d854
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark12.032
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints48
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":45},{"size":501,"count":10}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":10,"count":8},{"degree":11,"count":2}]
Minimum constraint arity1
Maximum constraint arity45
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":45},{"arity":10,"count":1},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints46
Distribution of constraint types[{"type":"intension","count":46},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

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-4271534-1502642502.xml"  -tl '2016s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4271534-1502642502.xml, -tl, 2016s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
0.97/0.59	c solve instance...
1.92/0.76	o 467 
2.68/0.81	o 80 
2.68/0.84	o 73 
3.40/0.91	o 72 
3.40/0.93	o 71 
3.40/0.95	o 70 
3.40/0.97	o 68 
4.13/1.03	o 65 
4.13/1.05	o 62 
7.98/1.51	o 60 
13.57/2.21	o 55 
29.47/4.23	s OPTIMUM FOUND
29.47/4.23	v <instantiation>
29.47/4.23	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9] </list>
29.47/4.23	v 	<values>0 1 6 10 23 26 34 41 53 55 1 6 10 23 26 34 41 53 55 5 9 22 25 33 40 52 54 4 17 20 28 35 47 49 13 16 24 31 43 45 3 11 18 30 32 8 15 27 29 7 19 21 12 14 2 </values>
29.47/4.23	v </instantiation>

Verifier Data

OK	55

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271534-1502642502/watcher-4271534-1502642502 -o /tmp/evaluation-result-4271534-1502642502/solver-4271534-1502642502 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node113-1502637253-8671 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1839487500 HOME/instance-4271534-1502642502.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=27329, runsolver pid=27326

[startup+0.100139 s]*
/proc/loadavg: 8.81 6.73 6.48 2/199 27350
/proc/meminfo: memFree=31566916/32770624 swapFree=67108860/67108860
[pid=27329] ppid=27326 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/27329/stat : 27329 (xcsp3-exec) S 27326 27329 8644 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 97337876 9740288 345 33554432000 4194304 5098028 140736986868464 140736986866568 139899866960508 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 21180416 140736986874986 140736986875196 140736986875196 140736986877931 0
/proc/27329/statm: 2378 345 289 221 0 87 0
[pid=27331] ppid=27329 vsize=25999808 memory=26600 CPUtime=0.12 cores=0-7
/proc/27331/stat : 27331 (java) S 27329 27329 8644 0 -1 1077944320 5479 0 0 0 11 1 0 0 20 0 20 0 97337876 26623803392 6650 33554432000 4194304 4196468 140736896314304 140736896296848 140186065649399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
/proc/27331/statm: 6499952 6650 2868 1 0 6488269 0
[pid=27331/tid=27332] ppid=27329 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/27331/task/27332/stat : 27332 (java) R 27329 27329 8644 0 -1 4202560 3484 0 0 0 8 1 0 0 20 0 20 0 97337877 26623803392 6650 33554432000 4194304 4196468 140736896314304 140186069882672 140186065661334 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27333] ppid=27329 vsize=25999808 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/27331/task/27333/stat : 27333 (java) S 27329 27329 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97337878 26623803392 6650 33554432000 4194304 4196468 140736896314304 140185623878416 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27334] ppid=27329 vsize=25999808 memory=140264321214080 CPUtime=0 cores=0-7
/proc/27331/task/27334/stat : 27334 (java) S 27329 27329 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97337878 26623803392 6650 33554432000 4194304 4196468 140736896314304 140185622825872 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27335] ppid=27329 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27335/stat : 27335 (java) S 27329 27329 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97337878 26623803392 6650 33554432000 4194304 4196468 140736896314304 140185621773328 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27336] ppid=27329 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27336/stat : 27336 (java) S 27329 27329 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97337878 26623803392 6650 33554432000 4194304 4196468 140736896314304 140185620720784 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27337] ppid=27329 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27337/stat : 27337 (java) S 27329 27329 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97337878 26623803392 6650 33554432000 4194304 4196468 140736896314304 140185619667216 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27338] ppid=27329 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/27331/task/27338/stat : 27338 (java) S 27329 27329 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97337878 26623803392 6650 33554432000 4194304 4196468 140736896314304 140185618614672 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27339] ppid=27329 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27339/stat : 27339 (java) S 27329 27329 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97337878 26623803392 6650 33554432000 4194304 4196468 140736896314304 140185617562128 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27340] ppid=27329 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27340/stat : 27340 (java) S 27329 27329 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97337878 26623803392 6650 33554432000 4194304 4196468 140736896314304 140185616509584 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27341] ppid=27329 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27341/stat : 27341 (java) S 27329 27329 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97337879 26623803392 6650 33554432000 4194304 4196468 140736896314304 140184785467888 140186065660546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27342] ppid=27329 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27342/stat : 27342 (java) S 27329 27329 8644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97337879 26623803392 6650 33554432000 4194304 4196468 140736896314304 140184784414112 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27343] ppid=27329 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27343/stat : 27343 (java) S 27329 27329 8644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97337880 26623803392 6650 33554432000 4194304 4196468 140736896314304 140184783361520 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27344] ppid=27329 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27344/stat : 27344 (java) S 27329 27329 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97337882 26623803392 6650 33554432000 4194304 4196468 140736896314304 140184782310096 140186065667995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27345] ppid=27329 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27345/stat : 27345 (java) S 27329 27329 8644 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 20 0 97337882 26623803392 6650 33554432000 4194304 4196468 140736896314304 140184781256688 140186065660546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27346] ppid=27329 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27346/stat : 27346 (java) S 27329 27329 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97337882 26623803392 6650 33554432000 4194304 4196468 140736896314304 140184667580528 140186065660546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27347] ppid=27329 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27347/stat : 27347 (java) S 27329 27329 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97337882 26623803392 6650 33554432000 4194304 4196468 140736896314304 140184666527984 140186065660546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27348] ppid=27329 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/27331/task/27348/stat : 27348 (java) S 27329 27329 8644 0 -1 1077944384 256 0 0 0 1 0 0 0 20 0 20 0 97337882 26623803392 6650 33554432000 4194304 4196468 140736896314304 140184665475440 140186065660546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27349] ppid=27329 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27349/stat : 27349 (java) S 27329 27329 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97337882 26623803392 6650 33554432000 4194304 4196468 140736896314304 140184664423136 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27350] ppid=27329 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/27331/task/27350/stat : 27350 (java) S 27329 27329 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97337883 26623803392 6650 33554432000 4194304 4196468 140736896314304 140184663370672 140186065660546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27980 KiB

[startup+0.210425 s]*
/proc/loadavg: 8.81 6.73 6.48 4/199 27350
/proc/meminfo: memFree=31555612/32770624 swapFree=67108860/67108860
[pid=27329] ppid=27326 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/27329/stat : 27329 (xcsp3-exec) S 27326 27329 8644 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 97337876 9740288 345 33554432000 4194304 5098028 140736986868464 140736986866568 139899866960508 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 21180416 140736986874986 140736986875196 140736986875196 140736986877931 0
/proc/27329/statm: 2378 345 289 221 0 87 0
[pid=27331] ppid=27329 vsize=26004064 memory=38784 CPUtime=0.33 cores=0-7
/proc/27331/stat : 27331 (java) S 27329 27329 8644 0 -1 1077944320 8229 0 0 0 31 2 0 0 20 0 20 0 97337876 26628161536 9696 33554432000 4194304 4196468 140736896314304 140736896296848 140186065649399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
/proc/27331/statm: 6501016 9696 3051 1 0 6488269 0
[pid=27331/tid=27332] ppid=27329 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/27331/task/27332/stat : 27332 (java) R 27329 27329 8644 0 -1 4202560 5389 0 0 0 18 1 0 0 20 0 20 0 97337877 26628161536 9696 33554432000 4194304 4196468 140736896314304 140186069870400 140186049729886 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27333] ppid=27329 vsize=26004064 memory=328 CPUtime=0 cores=0-7
/proc/27331/task/27333/stat : 27333 (java) S 27329 27329 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97337878 26628161536 9696 33554432000 4194304 4196468 140736896314304 140185623878416 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27334] ppid=27329 vsize=26004064 memory=140264321618655 CPUtime=0 cores=0-7
/proc/27331/task/27334/stat : 27334 (java) S 27329 27329 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97337878 26628161536 9696 33554432000 4194304 4196468 140736896314304 140185622825872 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27335] ppid=27329 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/27331/task/27335/stat : 27335 (java) S 27329 27329 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97337878 26628161536 9696 33554432000 4194304 4196468 140736896314304 140185621773328 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27336] ppid=27329 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27336/stat : 27336 (java) S 27329 27329 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97337878 26628161536 9696 33554432000 4194304 4196468 140736896314304 140185620720784 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27337] ppid=27329 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27337/stat : 27337 (java) S 27329 27329 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97337878 26628161536 9696 33554432000 4194304 4196468 140736896314304 140185619667216 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27338] ppid=27329 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/27331/task/27338/stat : 27338 (java) S 27329 27329 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97337878 26628161536 9696 33554432000 4194304 4196468 140736896314304 140185618614672 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27339] ppid=27329 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27339/stat : 27339 (java) S 27329 27329 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97337878 26628161536 9696 33554432000 4194304 4196468 140736896314304 140185617562128 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27340] ppid=27329 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27340/stat : 27340 (java) S 27329 27329 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97337878 26628161536 9696 33554432000 4194304 4196468 140736896314304 140185616509584 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27341] ppid=27329 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27341/stat : 27341 (java) S 27329 27329 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97337879 26628161536 9696 33554432000 4194304 4196468 140736896314304 140184785467888 140186065660546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27342] ppid=27329 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27342/stat : 27342 (java) S 27329 27329 8644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97337879 26628161536 9696 33554432000 4194304 4196468 140736896314304 140184784414112 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27343] ppid=27329 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27343/stat : 27343 (java) S 27329 27329 8644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97337880 26628161536 9696 33554432000 4194304 4196468 140736896314304 140184783361520 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27344] ppid=27329 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27344/stat : 27344 (java) S 27329 27329 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97337882 26628161536 9696 33554432000 4194304 4196468 140736896314304 140184782310096 140186065667995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27345] ppid=27329 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27345/stat : 27345 (java) S 27329 27329 8644 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 20 0 97337882 26628161536 9696 33554432000 4194304 4196468 140736896314304 140184781256688 140186065660546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27346] ppid=27329 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/27331/task/27346/stat : 27346 (java) S 27329 27329 8644 0 -1 1077944384 74 0 0 0 1 0 0 0 20 0 20 0 97337882 26628161536 9696 33554432000 4194304 4196468 140736896314304 140184667580528 140186065660546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27347] ppid=27329 vsize=26004064 memory=-1 CPUtime=0.02 cores=0-7
/proc/27331/task/27347/stat : 27347 (java) S 27329 27329 8644 0 -1 1077944384 272 0 0 0 2 0 0 0 20 0 20 0 97337882 26628161536 9696 33554432000 4194304 4196468 140736896314304 140184666527984 140186065660546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27348] ppid=27329 vsize=26004064 memory=-1 CPUtime=0.08 cores=0-7
/proc/27331/task/27348/stat : 27348 (java) R 27329 27329 8644 0 -1 4202560 751 0 0 0 8 0 0 0 20 0 20 0 97337882 26628161536 9696 33554432000 4194304 4196468 140736896314304 140184665475440 140186044139904 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27349] ppid=27329 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27349/stat : 27349 (java) S 27329 27329 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97337882 26628161536 9696 33554432000 4194304 4196468 140736896314304 140184664423136 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27350] ppid=27329 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/27331/task/27350/stat : 27350 (java) S 27329 27329 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97337883 26628161536 9696 33554432000 4194304 4196468 140736896314304 140184663370672 140186065660546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40164 KiB

[startup+0.310318 s]*
/proc/loadavg: 8.81 6.73 6.48 2/199 27350
/proc/meminfo: memFree=31548664/32770624 swapFree=67108860/67108860
[pid=27329] ppid=27326 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/27329/stat : 27329 (xcsp3-exec) S 27326 27329 8644 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 97337876 9740288 345 33554432000 4194304 5098028 140736986868464 140736986866568 139899866960508 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 21180416 140736986874986 140736986875196 140736986875196 140736986877931 0
/proc/27329/statm: 2378 345 289 221 0 87 0
[pid=27331] ppid=27329 vsize=26004064 memory=46060 CPUtime=0.5 cores=0-7
/proc/27331/stat : 27331 (java) S 27329 27329 8644 0 -1 1077944320 9216 0 0 0 47 3 0 0 20 0 20 0 97337876 26628161536 11515 33554432000 4194304 4196468 140736896314304 140736896296848 140186065649399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
/proc/27331/statm: 6501016 11515 3068 1 0 6488269 0
[pid=27331/tid=27332] ppid=27329 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/27331/task/27332/stat : 27332 (java) R 27329 27329 8644 0 -1 4202560 6144 0 0 0 27 2 0 0 20 0 20 0 97337877 26628161536 11515 33554432000 4194304 4196468 140736896314304 140186069881792 140186065671325 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27333] ppid=27329 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27333/stat : 27333 (java) S 27329 27329 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97337878 26628161536 11515 33554432000 4194304 4196468 140736896314304 140185623878416 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27334] ppid=27329 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27334/stat : 27334 (java) S 27329 27329 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97337878 26628161536 11515 33554432000 4194304 4196468 140736896314304 140185622825872 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27335] ppid=27329 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27335/stat : 27335 (java) S 27329 27329 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97337878 26628161536 11515 33554432000 4194304 4196468 140736896314304 140185621773328 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27336] ppid=27329 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27336/stat : 27336 (java) S 27329 27329 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97337878 26628161536 11515 33554432000 4194304 4196468 140736896314304 140185620720784 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27337] ppid=27329 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/27331/task/27337/stat : 27337 (java) S 27329 27329 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97337878 26628161536 11515 33554432000 4194304 4196468 140736896314304 140185619667216 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27338] ppid=27329 vsize=26004064 memory=140264169632687 CPUtime=0 cores=0-7
/proc/27331/task/27338/stat : 27338 (java) S 27329 27329 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97337878 26628161536 11515 33554432000 4194304 4196468 140736896314304 140185618614672 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27339] ppid=27329 vsize=26004064 memory=140264169634992 CPUtime=0 cores=0-7
/proc/27331/task/27339/stat : 27339 (java) S 27329 27329 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97337878 26628161536 11515 33554432000 4194304 4196468 140736896314304 140185617562128 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27340] ppid=27329 vsize=26004064 memory=140264169637296 CPUtime=0 cores=0-7
/proc/27331/task/27340/stat : 27340 (java) S 27329 27329 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97337878 26628161536 11515 33554432000 4194304 4196468 140736896314304 140185616509584 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27341] ppid=27329 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27341/stat : 27341 (java) S 27329 27329 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97337879 26628161536 11515 33554432000 4194304 4196468 140736896314304 140184785467888 140186065660546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27342] ppid=27329 vsize=26004064 memory=280528339281552 CPUtime=0 cores=0-7
/proc/27331/task/27342/stat : 27342 (java) S 27329 27329 8644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97337879 26628161536 11515 33554432000 4194304 4196468 140736896314304 140184784414112 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27343] ppid=27329 vsize=26004064 memory=280528339288464 CPUtime=0 cores=0-7
/proc/27331/task/27343/stat : 27343 (java) S 27329 27329 8644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97337880 26628161536 11515 33554432000 4194304 4196468 140736896314304 140184783361520 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27344] ppid=27329 vsize=26004064 memory=280528339229744 CPUtime=0 cores=0-7
/proc/27331/task/27344/stat : 27344 (java) S 27329 27329 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97337882 26628161536 11515 33554432000 4194304 4196468 140736896314304 140184782310096 140186065667995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27345] ppid=27329 vsize=26004064 memory=280528339302288 CPUtime=0.01 cores=0-7
/proc/27331/task/27345/stat : 27345 (java) S 27329 27329 8644 0 -1 1077944384 436 0 0 0 1 0 0 0 20 0 20 0 97337882 26628161536 11515 33554432000 4194304 4196468 140736896314304 140184781256688 140186065660546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27346] ppid=27329 vsize=26004064 memory=280528339309200 CPUtime=0.02 cores=0-7
/proc/27331/task/27346/stat : 27346 (java) R 27329 27329 8644 0 -1 1077944384 187 0 0 0 2 0 0 0 20 0 20 0 97337882 26628161536 11515 33554432000 4194304 4196468 140736896314304 140184667580528 140186065660546 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27347] ppid=27329 vsize=26004064 memory=280528339306896 CPUtime=0.03 cores=0-7
/proc/27331/task/27347/stat : 27347 (java) S 27329 27329 8644 0 -1 1077944384 280 0 0 0 3 0 0 0 20 0 20 0 97337882 26628161536 11515 33554432000 4194304 4196468 140736896314304 140184666527984 140186065660546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27348] ppid=27329 vsize=26004064 memory=280528339323056 CPUtime=0.12 cores=0-7
/proc/27331/task/27348/stat : 27348 (java) R 27329 27329 8644 0 -1 1077944384 861 0 0 0 12 0 0 0 20 0 20 0 97337882 26628161536 11515 33554432000 4194304 4196468 140736896314304 140184665475440 140186065660546 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27349] ppid=27329 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27349/stat : 27349 (java) S 27329 27329 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97337882 26628161536 11515 33554432000 4194304 4196468 140736896314304 140184664423136 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27350] ppid=27329 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/27331/task/27350/stat : 27350 (java) S 27329 27329 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97337883 26628161536 11515 33554432000 4194304 4196468 140736896314304 140184663370672 140186065660546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47440 KiB

[startup+0.701383 s]
/proc/loadavg: 8.81 6.73 6.48 3/199 27350
/proc/meminfo: memFree=31533280/32770624 swapFree=67108860/67108860
[pid=27329] ppid=27326 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/27329/stat : 27329 (xcsp3-exec) S 27326 27329 8644 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 97337876 9740288 345 33554432000 4194304 5098028 140736986868464 140736986866568 139899866960508 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 21180416 140736986874986 140736986875196 140736986875196 140736986877931 0
/proc/27329/statm: 2378 345 289 221 0 87 0
[pid=27331] ppid=27329 vsize=26538700 memory=93052 CPUtime=1.92 cores=0-7
/proc/27331/stat : 27331 (java) S 27329 27329 8644 0 -1 1077944320 13175 0 0 0 186 6 0 0 20 0 28 0 97337876 27175628800 23263 33554432000 4194304 4196468 140736896314304 140736896296848 140186065649399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
/proc/27331/statm: 6634675 23263 3206 1 0 6621909 0
[pid=27331/tid=27332] ppid=27329 vsize=26538700 memory=280528339680944 CPUtime=0.58 cores=0-7
/proc/27331/task/27332/stat : 27332 (java) S 27329 27329 8644 0 -1 1077944384 6846 0 0 0 55 3 0 0 20 0 28 0 97337877 27175628800 23263 33554432000 4194304 4196468 140736896314304 140186069890176 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27333] ppid=27329 vsize=26538700 memory=140264169841520 CPUtime=0 cores=0-7
/proc/27331/task/27333/stat : 27333 (java) S 27329 27329 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 97337878 27175628800 23263 33554432000 4194304 4196468 140736896314304 140185623878416 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27334] ppid=27329 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27334/stat : 27334 (java) S 27329 27329 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97337878 27175628800 23263 33554432000 4194304 4196468 140736896314304 140185622825872 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27335] ppid=27329 vsize=26538700 memory=4612 CPUtime=0 cores=0-7
/proc/27331/task/27335/stat : 27335 (java) S 27329 27329 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97337878 27175628800 23263 33554432000 4194304 4196468 140736896314304 140185621773328 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0

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

[pid=27331/tid=27348] ppid=27329 vsize=26539728 memory=0 CPUtime=0.61 cores=0-7
/proc/27331/task/27348/stat : 27348 (java) S 27329 27329 8644 0 -1 1077944384 2962 0 0 0 61 0 0 0 20 0 28 0 97337882 27176681472 53008 33554432000 4194304 4196468 140736896314304 140184665475440 140186065660546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27349] ppid=27329 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27349/stat : 27349 (java) S 27329 27329 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97337882 27176681472 53008 33554432000 4194304 4196468 140736896314304 140184664423136 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27350] ppid=27329 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27350/stat : 27350 (java) S 27329 27329 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 97337883 27176681472 53008 33554432000 4194304 4196468 140736896314304 140184663370672 140186065660546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27439] ppid=27329 vsize=26539728 memory=0 CPUtime=0.93 cores=0-7
/proc/27331/task/27439/stat : 27439 (java) R 27329 27329 8644 0 -1 4202560 17 0 0 0 93 0 0 0 20 0 28 0 97338097 27176681472 53008 33554432000 4194304 4196468 140736896314304 140184650095632 140185673380856 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27440] ppid=27329 vsize=26539728 memory=0 CPUtime=0.91 cores=0-7
/proc/27331/task/27440/stat : 27440 (java) R 27329 27329 8644 0 -1 4202560 16 0 0 0 91 0 0 0 20 0 28 0 97338097 27176681472 53008 33554432000 4194304 4196468 140736896314304 140184653255320 140185673548940 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27441] ppid=27329 vsize=26539728 memory=234900351407522 CPUtime=0.92 cores=0-7
/proc/27331/task/27441/stat : 27441 (java) R 27329 27329 8644 0 -1 4202560 18 0 0 0 92 0 0 0 20 0 28 0 97338097 27176681472 53008 33554432000 4194304 4196468 140736896314304 140184649044040 140185673812041 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27442] ppid=27329 vsize=26539728 memory=0 CPUtime=0.84 cores=0-7
/proc/27331/task/27442/stat : 27442 (java) R 27329 27329 8644 0 -1 4202560 17 0 0 0 84 0 0 0 20 0 28 0 97338097 27176681472 53008 33554432000 4194304 4196468 140736896314304 140184652202336 140185674795942 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27443] ppid=27329 vsize=26539728 memory=0 CPUtime=0.95 cores=0-7
/proc/27331/task/27443/stat : 27443 (java) R 27329 27329 8644 0 -1 4202560 18 0 0 0 95 0 0 0 20 0 28 0 97338097 27176681472 53008 33554432000 4194304 4196468 140736896314304 140184654309160 140185674795739 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27444] ppid=27329 vsize=26539728 memory=11 CPUtime=0.94 cores=0-7
/proc/27331/task/27444/stat : 27444 (java) R 27329 27329 8644 0 -1 4202560 17 0 0 0 94 0 0 0 20 0 28 0 97338097 27176681472 53008 33554432000 4194304 4196468 140736896314304 140184646939200 140185673381389 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27445] ppid=27329 vsize=26539728 memory=0 CPUtime=0.96 cores=0-7
/proc/27331/task/27445/stat : 27445 (java) R 27329 27329 8644 0 -1 4202560 17 0 0 0 96 0 0 0 20 0 28 0 97338097 27176681472 53008 33554432000 4194304 4196468 140736896314304 140184655360736 140185673664695 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27446] ppid=27329 vsize=26539728 memory=38 CPUtime=0.88 cores=0-7
/proc/27331/task/27446/stat : 27446 (java) R 27329 27329 8644 0 -1 4202560 18 0 0 0 88 0 0 0 20 0 28 0 97338099 27176681472 53008 33554432000 4194304 4196468 140736896314304 140184647991152 140185673381054 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
Current children cumulated CPU time: 21.52 s
Current children cumulated vsize: 26549240 KiB
Current children cumulated memory: 213412 KiB

[startup+4.00138 s]*
/proc/loadavg: 8.98 6.80 6.50 10/207 27446
/proc/meminfo: memFree=31379844/32770624 swapFree=67108860/67108860
[pid=27329] ppid=27326 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/27329/stat : 27329 (xcsp3-exec) S 27326 27329 8644 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 97337876 9740288 345 33554432000 4194304 5098028 140736986868464 140736986866568 139899866960508 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 21180416 140736986874986 140736986875196 140736986875196 140736986877931 0
/proc/27329/statm: 2378 345 289 221 0 87 0
[pid=27331] ppid=27329 vsize=26539728 memory=214744 CPUtime=27.96 cores=0-7
/proc/27331/stat : 27331 (java) S 27329 27329 8644 0 -1 1077944320 25073 0 0 0 2781 15 0 0 20 0 28 0 97337876 27176681472 53686 33554432000 4194304 4196468 140736896314304 140736896296848 140186065649399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
/proc/27331/statm: 6634932 53686 3249 1 0 6622166 0
[pid=27331/tid=27332] ppid=27329 vsize=26539728 memory=6791534058613427641 CPUtime=0.59 cores=0-7
/proc/27331/task/27332/stat : 27332 (java) S 27329 27329 8644 0 -1 1077944384 6852 0 0 0 56 3 0 0 20 0 28 0 97337877 27176681472 53686 33554432000 4194304 4196468 140736896314304 140186069890176 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27333] ppid=27329 vsize=26539728 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/27331/task/27333/stat : 27333 (java) S 27329 27329 8644 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 97337878 27176681472 53686 33554432000 4194304 4196468 140736896314304 140185623878416 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27334] ppid=27329 vsize=26539728 memory=2320672968800967094 CPUtime=0 cores=0-7
/proc/27331/task/27334/stat : 27334 (java) S 27329 27329 8644 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 97337878 27176681472 53686 33554432000 4194304 4196468 140736896314304 140185622825872 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27335] ppid=27329 vsize=26539728 memory=2320532704480276787 CPUtime=0 cores=0-7
/proc/27331/task/27335/stat : 27335 (java) S 27329 27329 8644 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 97337878 27176681472 53686 33554432000 4194304 4196468 140736896314304 140185621773328 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27336] ppid=27329 vsize=26539728 memory=-1807685287717842718 CPUtime=0 cores=0-7
/proc/27331/task/27336/stat : 27336 (java) S 27329 27329 8644 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 97337878 27176681472 53686 33554432000 4194304 4196468 140736896314304 140185620720784 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27337] ppid=27329 vsize=26539728 memory=5866612976540280679 CPUtime=0 cores=0-7
/proc/27331/task/27337/stat : 27337 (java) S 27329 27329 8644 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 97337878 27176681472 53686 33554432000 4194304 4196468 140736896314304 140185619667216 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27338] ppid=27329 vsize=26539728 memory=2320532704480276787 CPUtime=0 cores=0-7
/proc/27331/task/27338/stat : 27338 (java) S 27329 27329 8644 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 97337878 27176681472 53686 33554432000 4194304 4196468 140736896314304 140185618614672 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27339] ppid=27329 vsize=26539728 memory=4639939496134862184 CPUtime=0 cores=0-7
/proc/27331/task/27339/stat : 27339 (java) S 27329 27329 8644 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 97337878 27176681472 53686 33554432000 4194304 4196468 140736896314304 140185617562128 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27340] ppid=27329 vsize=26539728 memory=6297269600779065698 CPUtime=0 cores=0-7
/proc/27331/task/27340/stat : 27340 (java) S 27329 27329 8644 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 97337878 27176681472 53686 33554432000 4194304 4196468 140736896314304 140185616509584 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27341] ppid=27329 vsize=26539728 memory=916 CPUtime=0 cores=0-7
/proc/27331/task/27341/stat : 27341 (java) S 27329 27329 8644 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 97337879 27176681472 53686 33554432000 4194304 4196468 140736896314304 140184785467888 140186065660546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27342] ppid=27329 vsize=26539728 memory=4676 CPUtime=0 cores=0-7
/proc/27331/task/27342/stat : 27342 (java) S 27329 27329 8644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 97337879 27176681472 53686 33554432000 4194304 4196468 140736896314304 140184784414112 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27343] ppid=27329 vsize=26539728 memory=4096 CPUtime=0 cores=0-7
/proc/27331/task/27343/stat : 27343 (java) S 27329 27329 8644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 97337880 27176681472 53686 33554432000 4194304 4196468 140736896314304 140184783361520 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27344] ppid=27329 vsize=26539728 memory=1156 CPUtime=0 cores=0-7
/proc/27331/task/27344/stat : 27344 (java) S 27329 27329 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97337882 27176681472 53686 33554432000 4194304 4196468 140736896314304 140184782310096 140186065667995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27345] ppid=27329 vsize=26539728 memory=2472 CPUtime=1.45 cores=0-7
/proc/27331/task/27345/stat : 27345 (java) S 27329 27329 8644 0 -1 1077944384 3640 0 0 0 145 0 0 0 20 0 28 0 97337882 27176681472 53686 33554432000 4194304 4196468 140736896314304 140184781256688 140186065660546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27346] ppid=27329 vsize=26539728 memory=1380 CPUtime=1.36 cores=0-7
/proc/27331/task/27346/stat : 27346 (java) S 27329 27329 8644 0 -1 1077944384 2628 0 0 0 136 0 0 0 20 0 28 0 97337882 27176681472 53686 33554432000 4194304 4196468 140736896314304 140184667580528 140186065660546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27347] ppid=27329 vsize=26539728 memory=207240 CPUtime=1.46 cores=0-7
/proc/27331/task/27347/stat : 27347 (java) R 27329 27329 8644 0 -1 4202560 5126 0 0 0 144 2 0 0 20 0 28 0 97337882 27176681472 53686 33554432000 4194304 4196468 140736896314304 140184666528280 140186049555404 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27348] ppid=27329 vsize=26539728 memory=6791534058613427641 CPUtime=0.61 cores=0-7
/proc/27331/task/27348/stat : 27348 (java) S 27329 27329 8644 0 -1 1077944384 2985 0 0 0 61 0 0 0 20 0 28 0 97337882 27176681472 53686 33554432000 4194304 4196468 140736896314304 140184665475440 140186065660546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27349] ppid=27329 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27349/stat : 27349 (java) S 27329 27329 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97337882 27176681472 53686 33554432000 4194304 4196468 140736896314304 140184664423136 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27350] ppid=27329 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27350/stat : 27350 (java) S 27329 27329 8644 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 97337883 27176681472 53686 33554432000 4194304 4196468 140736896314304 140184663370672 140186065660546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27439] ppid=27329 vsize=26539728 memory=0 CPUtime=1.73 cores=0-7
/proc/27331/task/27439/stat : 27439 (java) R 27329 27329 8644 0 -1 4202560 56 0 0 0 173 0 0 0 20 0 28 0 97338097 27176681472 53686 33554432000 4194304 4196468 140736896314304 140184650096648 140185673664611 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27440] ppid=27329 vsize=26539728 memory=0 CPUtime=1.61 cores=0-7
/proc/27331/task/27440/stat : 27440 (java) R 27329 27329 8644 0 -1 4202560 46 0 0 0 161 0 0 0 20 0 28 0 97338097 27176681472 53686 33554432000 4194304 4196468 140736896314304 140184653255320 140185674795436 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27441] ppid=27329 vsize=26539728 memory=3976732485301903407 CPUtime=1.71 cores=0-7
/proc/27331/task/27441/stat : 27441 (java) R 27329 27329 8644 0 -1 4202560 37 0 0 0 171 0 0 0 20 0 28 0 97338097 27176681472 53686 33554432000 4194304 4196468 140736896314304 140184649044040 140185674137197 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27442] ppid=27329 vsize=26539728 memory=3833463921162926128 CPUtime=1.61 cores=0-7
/proc/27331/task/27442/stat : 27442 (java) R 27329 27329 8644 0 -1 4202560 64 0 0 0 161 0 0 0 20 0 28 0 97338097 27176681472 53686 33554432000 4194304 4196468 140736896314304 140184652202472 140185674135948 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27443] ppid=27329 vsize=26539728 memory=6082514196445294695 CPUtime=1.75 cores=0-7
/proc/27331/task/27443/stat : 27443 (java) R 27329 27329 8644 0 -1 4202560 118 0 0 0 175 0 0 0 20 0 28 0 97338097 27176681472 53686 33554432000 4194304 4196468 140736896314304 140184654309160 140185673663273 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27444] ppid=27329 vsize=26539728 memory=7812173521645692761 CPUtime=1.75 cores=0-7
/proc/27331/task/27444/stat : 27444 (java) R 27329 27329 8644 0 -1 4202560 34 0 0 0 175 0 0 0 20 0 28 0 97338097 27176681472 53686 33554432000 4194304 4196468 140736896314304 140184646939336 140185676225833 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27445] ppid=27329 vsize=26539728 memory=0 CPUtime=1.76 cores=0-7
/proc/27331/task/27445/stat : 27445 (java) R 27329 27329 8644 0 -1 4202560 119 0 0 0 176 0 0 0 20 0 28 0 97338097 27176681472 53686 33554432000 4194304 4196468 140736896314304 140184655360872 140185673549312 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27446] ppid=27329 vsize=26539728 memory=0 CPUtime=1.69 cores=0-7
/proc/27331/task/27446/stat : 27446 (java) R 27329 27329 8644 0 -1 4202560 108 0 0 0 169 0 0 0 20 0 28 0 97338099 27176681472 53686 33554432000 4194304 4196468 140736896314304 140184647992024 140185674627199 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
Current children cumulated CPU time: 27.96 s
Current children cumulated vsize: 26549240 KiB
Current children cumulated memory: 216124 KiB

[startup+4.20138 s]
/proc/loadavg: 8.98 6.80 6.50 10/207 27446
/proc/meminfo: memFree=31379844/32770624 swapFree=67108860/67108860
[pid=27329] ppid=27326 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/27329/stat : 27329 (xcsp3-exec) S 27326 27329 8644 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 97337876 9740288 345 33554432000 4194304 5098028 140736986868464 140736986866568 139899866960508 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 21180416 140736986874986 140736986875196 140736986875196 140736986877931 0
/proc/27329/statm: 2378 345 289 221 0 87 0
[pid=27331] ppid=27329 vsize=26539728 memory=216872 CPUtime=29.47 cores=0-7
/proc/27331/stat : 27331 (java) S 27329 27329 8644 0 -1 1077944320 25953 0 0 0 2932 15 0 0 20 0 28 0 97337876 27176681472 54218 33554432000 4194304 4196468 140736896314304 140736896296848 140186065649399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
/proc/27331/statm: 6634932 54218 3266 1 0 6622166 0
[pid=27331/tid=27332] ppid=27329 vsize=26539728 memory=428157 CPUtime=0.59 cores=0-7
/proc/27331/task/27332/stat : 27332 (java) S 27329 27329 8644 0 -1 1077944384 6852 0 0 0 56 3 0 0 20 0 28 0 97337877 27176681472 54218 33554432000 4194304 4196468 140736896314304 140186069890176 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27333] ppid=27329 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27333/stat : 27333 (java) S 27329 27329 8644 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 97337878 27176681472 54218 33554432000 4194304 4196468 140736896314304 140185623878416 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27334] ppid=27329 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27334/stat : 27334 (java) S 27329 27329 8644 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 97337878 27176681472 54218 33554432000 4194304 4196468 140736896314304 140185622825872 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27335] ppid=27329 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27335/stat : 27335 (java) S 27329 27329 8644 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 97337878 27176681472 54218 33554432000 4194304 4196468 140736896314304 140185621773328 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27336] ppid=27329 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27336/stat : 27336 (java) S 27329 27329 8644 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 97337878 27176681472 54218 33554432000 4194304 4196468 140736896314304 140185620720784 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27337] ppid=27329 vsize=26539728 memory=5016521802893 CPUtime=0 cores=0-7
/proc/27331/task/27337/stat : 27337 (java) S 27329 27329 8644 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 97337878 27176681472 54218 33554432000 4194304 4196468 140736896314304 140185619667216 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27338] ppid=27329 vsize=26539728 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/27331/task/27338/stat : 27338 (java) S 27329 27329 8644 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 97337878 27176681472 54218 33554432000 4194304 4196468 140736896314304 140185618614672 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27339] ppid=27329 vsize=26539728 memory=385778 CPUtime=0 cores=0-7
/proc/27331/task/27339/stat : 27339 (java) S 27329 27329 8644 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 97337878 27176681472 54218 33554432000 4194304 4196468 140736896314304 140185617562128 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27340] ppid=27329 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27340/stat : 27340 (java) S 27329 27329 8644 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 97337878 27176681472 54218 33554432000 4194304 4196468 140736896314304 140185616509584 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27341] ppid=27329 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27341/stat : 27341 (java) S 27329 27329 8644 0 -1 1077944384 195 0 0 0 0 0 0 0 20 0 28 0 97337879 27176681472 54218 33554432000 4194304 4196468 140736896314304 140184785467888 140186065660546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27342] ppid=27329 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27342/stat : 27342 (java) S 27329 27329 8644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 97337879 27176681472 54218 33554432000 4194304 4196468 140736896314304 140184784414112 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27343] ppid=27329 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27343/stat : 27343 (java) S 27329 27329 8644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 97337880 27176681472 54218 33554432000 4194304 4196468 140736896314304 140184783361520 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27344] ppid=27329 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27344/stat : 27344 (java) S 27329 27329 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97337882 27176681472 54218 33554432000 4194304 4196468 140736896314304 140184782310096 140186065667995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27345] ppid=27329 vsize=26539728 memory=0 CPUtime=1.45 cores=0-7
/proc/27331/task/27345/stat : 27345 (java) S 27329 27329 8644 0 -1 1077944384 3640 0 0 0 145 0 0 0 20 0 28 0 97337882 27176681472 54218 33554432000 4194304 4196468 140736896314304 140184781256688 140186065660546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27346] ppid=27329 vsize=26539728 memory=0 CPUtime=1.36 cores=0-7
/proc/27331/task/27346/stat : 27346 (java) S 27329 27329 8644 0 -1 1077944384 2628 0 0 0 136 0 0 0 20 0 28 0 97337882 27176681472 54218 33554432000 4194304 4196468 140736896314304 140184667580528 140186065660546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27347] ppid=27329 vsize=26539728 memory=-8033973626532799130 CPUtime=1.55 cores=0-7
/proc/27331/task/27347/stat : 27347 (java) S 27329 27329 8644 0 -1 1077944384 5800 0 0 0 153 2 0 0 20 0 28 0 97337882 27176681472 54218 33554432000 4194304 4196468 140736896314304 140184666527984 140186065660546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27348] ppid=27329 vsize=26539728 memory=-5153075247754915967 CPUtime=0.61 cores=0-7
/proc/27331/task/27348/stat : 27348 (java) S 27329 27329 8644 0 -1 1077944384 2985 0 0 0 61 0 0 0 20 0 28 0 97337882 27176681472 54218 33554432000 4194304 4196468 140736896314304 140184665475440 140186065660546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27349] ppid=27329 vsize=26539728 memory=8974679720218626983 CPUtime=0 cores=0-7
/proc/27331/task/27349/stat : 27349 (java) S 27329 27329 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97337882 27176681472 54218 33554432000 4194304 4196468 140736896314304 140184664423136 140186065659605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27350] ppid=27329 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/27331/task/27350/stat : 27350 (java) S 27329 27329 8644 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 97337883 27176681472 54218 33554432000 4194304 4196468 140736896314304 140184663370672 140186065660546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27439] ppid=27329 vsize=26539728 memory=0 CPUtime=1.92 cores=0-7
/proc/27331/task/27439/stat : 27439 (java) R 27329 27329 8644 0 -1 4202560 56 0 0 0 192 0 0 0 20 0 28 0 97338097 27176681472 54218 33554432000 4194304 4196468 140736896314304 140184650100016 140185673663418 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27440] ppid=27329 vsize=26539728 memory=0 CPUtime=1.75 cores=0-7
/proc/27331/task/27440/stat : 27440 (java) R 27329 27329 8644 0 -1 4202560 47 0 0 0 175 0 0 0 20 0 28 0 97338097 27176681472 54218 33554432000 4194304 4196468 140736896314304 140184653255624 140185675132748 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27441] ppid=27329 vsize=26539728 memory=280528339525776 CPUtime=1.9 cores=0-7
/proc/27331/task/27441/stat : 27441 (java) R 27329 27329 8644 0 -1 4202560 38 0 0 0 190 0 0 0 20 0 28 0 97338097 27176681472 54218 33554432000 4194304 4196468 140736896314304 140184649044296 140185673381054 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27442] ppid=27329 vsize=26539728 memory=576460756329984017 CPUtime=1.77 cores=0-7
/proc/27331/task/27442/stat : 27442 (java) R 27329 27329 8644 0 -1 4202560 64 0 0 0 177 0 0 0 20 0 28 0 97338097 27176681472 54218 33554432000 4194304 4196468 140736896314304 140184652201632 140185673663185 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27443] ppid=27329 vsize=26539728 memory=14891 CPUtime=1.93 cores=0-7
/proc/27331/task/27443/stat : 27443 (java) R 27329 27329 8644 0 -1 4202560 120 0 0 0 193 0 0 0 20 0 28 0 97338097 27176681472 54218 33554432000 4194304 4196468 140736896314304 140184654306832 140185673663247 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27444] ppid=27329 vsize=26539728 memory=280528339075312 CPUtime=1.94 cores=0-7
/proc/27331/task/27444/stat : 27444 (java) R 27329 27329 8644 0 -1 4202560 35 0 0 0 194 0 0 0 20 0 28 0 97338097 27176681472 54218 33554432000 4194304 4196468 140736896314304 140184646938688 140185673663691 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27445] ppid=27329 vsize=26539728 memory=0 CPUtime=1.95 cores=0-7
/proc/27331/task/27445/stat : 27445 (java) R 27329 27329 8644 0 -1 4202560 119 0 0 0 195 0 0 0 20 0 28 0 97338097 27176681472 54218 33554432000 4194304 4196468 140736896314304 140184655360144 140185674626802 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
[pid=27331/tid=27446] ppid=27329 vsize=26539728 memory=7812173521645692761 CPUtime=1.87 cores=0-7
/proc/27331/task/27446/stat : 27446 (java) R 27329 27329 8644 0 -1 4202560 109 0 0 0 187 0 0 0 20 0 28 0 97338099 27176681472 54218 33554432000 4194304 4196468 140736896314304 140184647991392 140185673381139 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140736896316568 140736896316744 140736896316744 140736896319439 0
Current children cumulated CPU time: 29.47 s
Current children cumulated vsize: 26549240 KiB
Current children cumulated memory: 218252 KiB

Child status: 0
Real time (s): 4.24686
CPU time (s): 29.7775
CPU user time (s): 29.6125
CPU system time (s): 0.165057
CPU usage (%): 701.166
Max. virtual memory (cumulated for all children) (KiB): 26549240
Max. memory (cumulated for all children) (KiB): 218252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.6125
system time used= 0.165057
maximum resident set size= 217260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26656
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4357
involuntary context switches= 736


# summary of solver processes directly reported to runsolver:
#   pid: 27329
#   total CPU time (s): 29.7775
#   total CPU user time (s): 29.6125
#   total CPU system time (s): 0.165057

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.054337 second user time and 0.089771 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-13 18:27:24
IDJOB=4271534
IDBENCH=126224
IDSOLVER=2663
FILE ID=node113/4271534-1502642502
RUNJOBID= node113-1502637253-8671
PBS_JOBID= 20628327
Free space on /tmp= 61788 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-10-a3.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-4271534-1502642502/watcher-4271534-1502642502 -o /tmp/evaluation-result-4271534-1502642502/solver-4271534-1502642502 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node113-1502637253-8671 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1839487500 HOME/instance-4271534-1502642502.xml

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

MD5SUM BENCH= 1a91370fd3edda64a19224a97cd9d854
RANDOM SEED=1839487500

node113.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.89
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.89
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.89
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.89
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:        31582780 kB
MemAvailable:   31986152 kB
Buffers:          121284 kB
Cached:           568960 kB
SwapCached:            0 kB
Active:           562768 kB
Inactive:         181144 kB
Active(anon):       4068 kB
Inactive(anon):    77700 kB
Active(file):     558700 kB
Inactive(file):   103444 kB
Unevictable:        6572 kB
Mlocked:            6572 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7872 kB
Writeback:             4 kB
AnonPages:         60680 kB
Mapped:            43420 kB
Shmem:             25224 kB
Slab:             140032 kB
SReclaimable:     114128 kB
SUnreclaim:        25904 kB
KernelStack:        3152 kB
PageTables:         4820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61780 MiB
End job on node113 at 2017-08-13 18:27:28