Trace number 4249287

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
R1: choco-solver 5a (2017-07-05)OPT2 58.0369 17.591

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-07-09.xml
MD5SUMa3ba3cad77540d9164e30b3f583ccc44
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.92215198
Satisfiable
(Un)Satisfiability was proved
Number of variables63
Number of constraints757
Number of domains1
Minimum domain size63
Maximum domain size63
Distribution of domain sizes[{"size":63,"count":63}]
Minimum variable degree50
Maximum variable degree50
Distribution of variable degrees[{"degree":50,"count":63}]
Minimum constraint arity4
Maximum constraint arity63
Distribution of constraint arities[{"arity":4,"count":756},{"arity":63,"count":1}]
Number of extensional constraints0
Number of intensional constraints756
Distribution of constraint types[{"type":"intension","count":756},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

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.10	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4249287-1502083757.xml"  -tl '2400s' -p 4 -x 3
0.00/0.28	c [HOME/instance-4249287-1502083757.xml, -tl, 2400s, -p, 4, -x, 3]
0.00/0.34	c 4 solvers in parallel
0.00/0.40	c parse instance...
2.56/1.14	c solve instance...
2.95/1.26	o 6 
3.30/1.30	o 5 
3.30/1.39	o 4 
7.57/3.23	o 3 
56.62/16.34	o 2 
57.93/17.58	s OPTIMUM FOUND
57.93/17.58	v <instantiation>
57.93/17.58	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] </list>
57.93/17.58	v 	<values>0 0 0 0 1 1 1 2 2 0 1 1 2 0 1 2 0 2 1 0 1 1 0 2 2 2 0 1 2 2 0 2 2 1 1 0 2 0 2 1 1 0 0 0 2 2 1 0 1 0 2 0 1 1 2 1 0 2 2 0 1 2 0 </values>
57.93/17.58	v </instantiation>

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4249287-1502083757/watcher-4249287-1502083757 -o /tmp/evaluation-result-4249287-1502083757/solver-4249287-1502083757 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502078046-15622 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 10000 -tdir HOME -seed 337272234 HOME/instance-4249287-1502083757.xml 

pid=16825
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 3.25 4.72 3.92 3/204 16828
/proc/meminfo: memFree=20845232/32770624 swapFree=0/368704
[pid=16828] ppid=16825 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/16828/stat : 16828 (runsolver) D 16825 16828 2911 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 108028852 24240128 107 18446744073709551615 4194304 4338465 140725297186080 140725297183720 140495737406167 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 31186944 140725297188951 140725297189449 140725297189449 140725297192906 0
/proc/16828/statm: 5918 107 54 36 0 2156 0

[startup+0.100109 s]
/proc/loadavg: 3.25 4.72 3.92 3/204 16828
/proc/meminfo: memFree=20845232/32770624 swapFree=0/368704
[pid=16828] ppid=16825 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/16828/stat : 16828 (runsolver) D 16825 16828 2911 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 108028852 24240128 107 18446744073709551615 4194304 4338465 140725297186080 140725297183720 140495737406167 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 31186944 140725297188951 140725297189449 140725297189449 140725297192906 0
/proc/16828/statm: 5918 107 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200278 s]
/proc/loadavg: 3.25 4.72 3.92 3/204 16828
/proc/meminfo: memFree=20845232/32770624 swapFree=0/368704
[pid=16828] ppid=16825 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/16828/stat : 16828 (xcsp3-exec) S 16825 16828 2911 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 108028852 9740288 345 18446744073709551615 4194304 5098028 140730143312432 140730143310536 140207886127740 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 10 0 0 7196144 7232144 16052224 140730143314329 140730143314538 140730143314538 140730143317995 0
/proc/16828/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.30023 s]
/proc/loadavg: 3.25 4.72 3.92 3/204 16828
/proc/meminfo: memFree=20845232/32770624 swapFree=0/368704
[pid=16828] ppid=16825 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/16828/stat : 16828 (xcsp3-exec) S 16825 16828 2911 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 108028852 9740288 345 18446744073709551615 4194304 5098028 140730143312432 140730143310536 140207886127740 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 10 0 0 7196144 7232144 16052224 140730143314329 140730143314538 140730143314538 140730143317995 0
/proc/16828/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.701185 s]
/proc/loadavg: 3.25 4.72 3.92 3/204 16828
/proc/meminfo: memFree=20845232/32770624 swapFree=0/368704
[pid=16828] ppid=16825 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/16828/stat : 16828 (xcsp3-exec) S 16825 16828 2911 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 108028852 9740288 345 18446744073709551615 4194304 5098028 140730143312432 140730143310536 140207886127740 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 10 0 0 7196144 7232144 16052224 140730143314329 140730143314538 140730143314538 140730143317995 0
/proc/16828/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50314 s]
/proc/loadavg: 3.25 4.72 3.92 7/220 16844
/proc/meminfo: memFree=20652092/32770624 swapFree=0/368724
[pid=16828] ppid=16825 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/16828/stat : 16828 (xcsp3-exec) S 16825 16828 2911 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 108028852 9740288 345 18446744073709551615 4194304 5098028 140730143312432 140730143310536 140207886127740 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 10 0 0 7196144 7232144 16052224 140730143314329 140730143314538 140730143314538 140730143317995 0
/proc/16828/statm: 2378 345 289 221 0 87 0
[pid=16830] ppid=16828 vsize=13185584 CPUtime=4.06 cores=1,3,5,7
/proc/16830/stat : 16830 (java) S 16828 16828 2911 0 -1 1077944320 18308 0 0 0 397 9 0 0 20 0 19 0 108028862 13502038016 52868 18446744073709551615 4194304 4196468 140722366094080 140722366076624 140646289641207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
/proc/16830/statm: 3296396 52868 3215 1 0 3284688 0
[pid=16830/tid=16831] ppid=16828 vsize=13185584 CPUtime=0.95 cores=1,3,5,7
/proc/16830/task/16831/stat : 16831 (java) S 16828 16828 2911 0 -1 1077944384 8811 0 0 0 90 5 0 0 20 0 19 0 108028862 13502038016 52868 18446744073709551615 4194304 4196468 140722366094080 140646293881984 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16832] ppid=16828 vsize=13185584 CPUtime=0.03 cores=1,3,5,7
/proc/16830/task/16832/stat : 16832 (java) S 16828 16828 2911 0 -1 1077944384 18 0 0 0 3 0 0 0 20 0 19 0 108028863 13502038016 52868 18446744073709551615 4194304 4196468 140722366094080 140646226123152 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16833] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16833/stat : 16833 (java) S 16828 16828 2911 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 19 0 108028863 13502038016 52868 18446744073709551615 4194304 4196468 140722366094080 140646225070352 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16834] ppid=16828 vsize=13185584 CPUtime=0.02 cores=1,3,5,7
/proc/16830/task/16834/stat : 16834 (java) S 16828 16828 2911 0 -1 1077944384 4 0 0 0 2 0 0 0 20 0 19 0 108028863 13502038016 52868 18446744073709551615 4194304 4196468 140722366094080 140646224018064 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16835] ppid=16828 vsize=13185584 CPUtime=0.03 cores=1,3,5,7
/proc/16830/task/16835/stat : 16835 (java) S 16828 16828 2911 0 -1 1077944384 26 0 0 0 3 0 0 0 20 0 19 0 108028863 13502038016 52868 18446744073709551615 4194304 4196468 140722366094080 140646222965264 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16836] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16836/stat : 16836 (java) S 16828 16828 2911 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 19 0 108028864 13502038016 52868 18446744073709551615 4194304 4196468 140722366094080 140645311609456 140646289652354 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16837] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16837/stat : 16837 (java) S 16828 16828 2911 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 108028865 13502038016 52868 18446744073709551615 4194304 4196468 140722366094080 140645310555424 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16838] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16838/stat : 16838 (java) S 16828 16828 2911 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 108028865 13502038016 52868 18446744073709551615 4194304 4196468 140722366094080 140645309503088 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16839] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16839/stat : 16839 (java) S 16828 16828 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 108028868 13502038016 52868 18446744073709551615 4194304 4196468 140722366094080 140645308451408 140646289659803 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16840] ppid=16828 vsize=13185584 CPUtime=0.87 cores=1,3,5,7
/proc/16830/task/16840/stat : 16840 (java) R 16828 16828 2911 0 -1 4202560 2297 0 0 0 87 0 0 0 20 0 19 0 108028868 13502038016 52868 18446744073709551615 4194304 4196468 140722366094080 140645307388848 140646274521423 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16841] ppid=16828 vsize=13185584 CPUtime=0.82 cores=1,3,5,7
/proc/16830/task/16841/stat : 16841 (java) R 16828 16828 2911 0 -1 4202560 2528 0 0 0 82 0 0 0 20 0 19 0 108028868 13502038016 52868 18446744073709551615 4194304 4196468 140722366094080 140645306331480 140646271184930 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16842] ppid=16828 vsize=13185584 CPUtime=0.63 cores=1,3,5,7
/proc/16830/task/16842/stat : 16842 (java) S 16828 16828 2911 0 -1 1077944384 2774 0 0 0 62 1 0 0 20 0 19 0 108028868 13502038016 52868 18446744073709551615 4194304 4196468 140722366094080 140645305293168 140646289652354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16843] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16843/stat : 16843 (java) S 16828 16828 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 108028868 13502038016 52868 18446744073709551615 4194304 4196468 140722366094080 140645304240608 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16844] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16844/stat : 16844 (java) S 16828 16828 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 108028872 13502038016 52868 18446744073709551615 4194304 4196468 140722366094080 140645303188400 140646289652354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 13195096

[startup+3.10067 s]
/proc/loadavg: 3.25 4.72 3.92 3/224 16860
/proc/meminfo: memFree=20620604/32770624 swapFree=0/368724
[pid=16828] ppid=16825 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/16828/stat : 16828 (xcsp3-exec) S 16825 16828 2911 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 108028852 9740288 345 18446744073709551615 4194304 5098028 140730143312432 140730143310536 140207886127740 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 10 0 0 7196144 7232144 16052224 140730143314329 140730143314538 140730143314538 140730143317995 0
/proc/16828/statm: 2378 345 289 221 0 87 0
[pid=16830] ppid=16828 vsize=13185584 CPUtime=7.47 cores=1,3,5,7
/proc/16830/stat : 16830 (java) S 16828 16828 2911 0 -1 1077944320 19265 0 0 0 736 11 0 0 20 0 19 0 108028862 13502038016 58950 18446744073709551615 4194304 4196468 140722366094080 140722366076624 140646289641207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
/proc/16830/statm: 3296396 58950 3239 1 0 3284688 0
[pid=16830/tid=16831] ppid=16828 vsize=13185584 CPUtime=0.95 cores=1,3,5,7
/proc/16830/task/16831/stat : 16831 (java) S 16828 16828 2911 0 -1 1077944384 8811 0 0 0 90 5 0 0 20 0 19 0 108028862 13502038016 58950 18446744073709551615 4194304 4196468 140722366094080 140646293881984 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16832] ppid=16828 vsize=13185584 CPUtime=0.04 cores=1,3,5,7
/proc/16830/task/16832/stat : 16832 (java) S 16828 16828 2911 0 -1 1077944384 30 0 0 0 4 0 0 0 20 0 19 0 108028863 13502038016 58950 18446744073709551615 4194304 4196468 140722366094080 140646226123152 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16833] ppid=16828 vsize=13185584 CPUtime=0.02 cores=1,3,5,7
/proc/16830/task/16833/stat : 16833 (java) S 16828 16828 2911 0 -1 1077944384 29 0 0 0 2 0 0 0 20 0 19 0 108028863 13502038016 58950 18446744073709551615 4194304 4196468 140722366094080 140646225070352 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16834] ppid=16828 vsize=13185584 CPUtime=0.04 cores=1,3,5,7
/proc/16830/task/16834/stat : 16834 (java) S 16828 16828 2911 0 -1 1077944384 26 0 0 0 4 0 0 0 20 0 19 0 108028863 13502038016 58950 18446744073709551615 4194304 4196468 140722366094080 140646224018064 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16835] ppid=16828 vsize=13185584 CPUtime=0.04 cores=1,3,5,7
/proc/16830/task/16835/stat : 16835 (java) S 16828 16828 2911 0 -1 1077944384 33 0 0 0 4 0 0 0 20 0 19 0 108028863 13502038016 58950 18446744073709551615 4194304 4196468 140722366094080 140646222965264 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16836] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16836/stat : 16836 (java) S 16828 16828 2911 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 19 0 108028864 13502038016 58950 18446744073709551615 4194304 4196468 140722366094080 140645311609456 140646289652354 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16837] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16837/stat : 16837 (java) S 16828 16828 2911 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 108028865 13502038016 58950 18446744073709551615 4194304 4196468 140722366094080 140645310555488 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16838] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16838/stat : 16838 (java) S 16828 16828 2911 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 108028865 13502038016 58950 18446744073709551615 4194304 4196468 140722366094080 140645309503104 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16839] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16839/stat : 16839 (java) S 16828 16828 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 108028868 13502038016 58950 18446744073709551615 4194304 4196468 140722366094080 140645308451408 140646289659803 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16840] ppid=16828 vsize=13185584 CPUtime=1.2 cores=1,3,5,7
/proc/16830/task/16840/stat : 16840 (java) S 16828 16828 2911 0 -1 1077944384 2566 0 0 0 120 0 0 0 20 0 19 0 108028868 13502038016 58950 18446744073709551615 4194304 4196468 140722366094080 140645307398256 140646289652354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16841] ppid=16828 vsize=13185584 CPUtime=1.19 cores=1,3,5,7
/proc/16830/task/16841/stat : 16841 (java) S 16828 16828 2911 0 -1 1077944384 2892 0 0 0 118 1 0 0 20 0 19 0 108028868 13502038016 58950 18446744073709551615 4194304 4196468 140722366094080 140645306345456 140646289652354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16842] ppid=16828 vsize=13185584 CPUtime=0.7 cores=1,3,5,7
/proc/16830/task/16842/stat : 16842 (java) S 16828 16828 2911 0 -1 1077944384 3020 0 0 0 69 1 0 0 20 0 19 0 108028868 13502038016 58950 18446744073709551615 4194304 4196468 140722366094080 140645305293168 140646289652354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16843] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16843/stat : 16843 (java) S 16828 16828 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 108028868 13502038016 58950 18446744073709551615 4194304 4196468 140722366094080 140645304240608 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16844] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16844/stat : 16844 (java) S 16828 16828 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 108028872 13502038016 58950 18446744073709551615 4194304 4196468 140722366094080 140645303188400 140646289652354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16857] ppid=16828 vsize=13185584 CPUtime=0.37 cores=1,3,5,7
/proc/16830/task/16857/stat : 16857 (java) S 16828 16828 2911 0 -1 1077944384 19 0 0 0 37 0 0 0 20 0 19 0 108028991 13502038016 58950 18446744073709551615 4194304 4196468 140722366094080 140645292019120 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16858] ppid=16828 vsize=13185584 CPUtime=0.48 cores=1,3,5,7
/proc/16830/task/16858/stat : 16858 (java) S 16828 16828 2911 0 -1 1077944384 22 0 0 0 48 0 0 0 20 0 19 0 108028991 13502038016 58950 18446744073709551615 4194304 4196468 140722366094080 140645293073488 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16859] ppid=16828 vsize=13185584 CPUtime=1.45 cores=1,3,5,7
/proc/16830/task/16859/stat : 16859 (java) R 16828 16828 2911 0 -1 4202560 25 0 0 0 145 0 0 0 20 0 19 0 108028991 13502038016 58950 18446744073709551615 4194304 4196468 140722366094080 140645294120208 140645906950154 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16860] ppid=16828 vsize=13185584 CPUtime=0.45 cores=1,3,5,7
/proc/16830/task/16860/stat : 16860 (java) S 16828 16828 2911 0 -1 1077944384 36 0 0 0 45 0 0 0 20 0 19 0 108028991 13502038016 58950 18446744073709551615 4194304 4196468 140722366094080 140645295179088 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 13195096

[startup+6.30119 s]
/proc/loadavg: 3.15 4.68 3.91 7/224 16864
/proc/meminfo: memFree=20228448/32770624 swapFree=0/368736
[pid=16828] ppid=16825 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/16828/stat : 16828 (xcsp3-exec) S 16825 16828 2911 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 108028852 9740288 345 18446744073709551615 4194304 5098028 140730143312432 140730143310536 140207886127740 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 10 0 0 7196144 7232144 16052224 140730143314329 140730143314538 140730143314538 140730143317995 0
/proc/16828/statm: 2378 345 289 221 0 87 0
[pid=16830] ppid=16828 vsize=13185584 CPUtime=19.75 cores=1,3,5,7
/proc/16830/stat : 16830 (java) S 16828 16828 2911 0 -1 1077944320 22429 0 0 0 1951 24 0 0 20 0 19 0 108028862 13502038016 156759 18446744073709551615 4194304 4196468 140722366094080 140722366076624 140646289641207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
/proc/16830/statm: 3296396 156759 3250 1 0 3284688 0
[pid=16830/tid=16831] ppid=16828 vsize=13185584 CPUtime=0.95 cores=1,3,5,7
/proc/16830/task/16831/stat : 16831 (java) S 16828 16828 2911 0 -1 1077944384 8812 0 0 0 90 5 0 0 20 0 19 0 108028862 13502038016 156759 18446744073709551615 4194304 4196468 140722366094080 140646293881984 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16832] ppid=16828 vsize=13185584 CPUtime=0.1 cores=1,3,5,7
/proc/16830/task/16832/stat : 16832 (java) S 16828 16828 2911 0 -1 1077944384 60 0 0 0 8 2 0 0 20 0 19 0 108028863 13502038016 156759 18446744073709551615 4194304 4196468 140722366094080 140646226123152 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16833] ppid=16828 vsize=13185584 CPUtime=0.08 cores=1,3,5,7
/proc/16830/task/16833/stat : 16833 (java) S 16828 16828 2911 0 -1 1077944384 60 0 0 0 6 2 0 0 20 0 19 0 108028863 13502038016 156759 18446744073709551615 4194304 4196468 140722366094080 140646225070352 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16834] ppid=16828 vsize=13185584 CPUtime=0.1 cores=1,3,5,7
/proc/16830/task/16834/stat : 16834 (java) S 16828 16828 2911 0 -1 1077944384 57 0 0 0 8 2 0 0 20 0 19 0 108028863 13502038016 156759 18446744073709551615 4194304 4196468 140722366094080 140646224018064 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16835] ppid=16828 vsize=13185584 CPUtime=0.09 cores=1,3,5,7
/proc/16830/task/16835/stat : 16835 (java) S 16828 16828 2911 0 -1 1077944384 57 0 0 0 7 2 0 0 20 0 19 0 108028863 13502038016 156759 18446744073709551615 4194304 4196468 140722366094080 140646222965264 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16836] ppid=16828 vsize=13185584 CPUtime=0.01 cores=1,3,5,7
/proc/16830/task/16836/stat : 16836 (java) S 16828 16828 2911 0 -1 1077944384 466 0 0 0 1 0 0 0 20 0 19 0 108028864 13502038016 156759 18446744073709551615 4194304 4196468 140722366094080 140645311609456 140646289652354 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16837] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16837/stat : 16837 (java) S 16828 16828 2911 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 108028865 13502038016 156759 18446744073709551615 4194304 4196468 140722366094080 140645310555488 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16838] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16838/stat : 16838 (java) S 16828 16828 2911 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 108028865 13502038016 156759 18446744073709551615 4194304 4196468 140722366094080 140645309503104 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16839] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16839/stat : 16839 (java) S 16828 16828 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 108028868 13502038016 156759 18446744073709551615 4194304 4196468 140722366094080 140645308451408 140646289659803 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16840] ppid=16828 vsize=13185584 CPUtime=1.94 cores=1,3,5,7
/proc/16830/task/16840/stat : 16840 (java) S 16828 16828 2911 0 -1 1077944384 2903 0 0 0 194 0 0 0 20 0 19 0 108028868 13502038016 156759 18446744073709551615 4194304 4196468 140722366094080 140645307398256 140646289652354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16841] ppid=16828 vsize=13185584 CPUtime=1.77 cores=1,3,5,7
/proc/16830/task/16841/stat : 16841 (java) S 16828 16828 2911 0 -1 1077944384 2992 0 0 0 176 1 0 0 20 0 19 0 108028868 13502038016 156759 18446744073709551615 4194304 4196468 140722366094080 140645306345456 140646289652354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16842] ppid=16828 vsize=13185584 CPUtime=0.79 cores=1,3,5,7
/proc/16830/task/16842/stat : 16842 (java) S 16828 16828 2911 0 -1 1077944384 3951 0 0 0 78 1 0 0 20 0 19 0 108028868 13502038016 156759 18446744073709551615 4194304 4196468 140722366094080 140645305293168 140646289652354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16843] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16843/stat : 16843 (java) S 16828 16828 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 108028868 13502038016 156759 18446744073709551615 4194304 4196468 140722366094080 140645304240608 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16844] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16844/stat : 16844 (java) S 16828 16828 2911 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 108028872 13502038016 156759 18446744073709551615 4194304 4196468 140722366094080 140645303188400 140646289652354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16861] ppid=16828 vsize=13185584 CPUtime=2.41 cores=1,3,5,7
/proc/16830/task/16861/stat : 16861 (java) R 16828 16828 2911 0 -1 4202560 340 0 0 0 241 0 0 0 20 0 19 0 108029176 13502038016 156759 18446744073709551615 4194304 4196468 140722366094080 140645295175032 140645907757894 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16862] ppid=16828 vsize=13185584 CPUtime=2.63 cores=1,3,5,7
/proc/16830/task/16862/stat : 16862 (java) R 16828 16828 2911 0 -1 4202560 600 0 0 0 259 4 0 0 20 0 19 0 108029176 13502038016 156759 18446744073709551615 4194304 4196468 140722366094080 140645292018488 140645908391221 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16863] ppid=16828 vsize=13185584 CPUtime=2.71 cores=1,3,5,7
/proc/16830/task/16863/stat : 16863 (java) R 16828 16828 2911 0 -1 4202560 95 0 0 0 271 0 0 0 20 0 19 0 108029176 13502038016 156759 18446744073709551615 4194304 4196468 140722366094080 140645293068504 140645909826606 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16864] ppid=16828 vsize=13185584 CPUtime=2.72 cores=1,3,5,7
/proc/16830/task/16864/stat : 16864 (java) R 16828 16828 2911 0 -1 4202560 241 0 0 0 272 0 0 0 20 0 19 0 108029176 13502038016 156759 18446744073709551615 4194304 4196468 140722366094080 140645294120056 140645908737576 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
Current children cumulated CPU time (s) 19.75
Current children cumulated vsize (KiB) 13195096

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

/proc/16830/task/16838/stat : 16838 (java) S 16828 16828 2911 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 108028865 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645309503104 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16839] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16839/stat : 16839 (java) S 16828 16828 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 108028868 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645308451408 140646289659803 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16840] ppid=16828 vsize=13185584 CPUtime=2.09 cores=1,3,5,7
/proc/16830/task/16840/stat : 16840 (java) S 16828 16828 2911 0 -1 1077944384 4181 0 0 0 208 1 0 0 20 0 19 0 108028868 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645307398256 140646289652354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16841] ppid=16828 vsize=13185584 CPUtime=1.9 cores=1,3,5,7
/proc/16830/task/16841/stat : 16841 (java) S 16828 16828 2911 0 -1 1077944384 5166 0 0 0 189 1 0 0 20 0 19 0 108028868 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645306345456 140646289652354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16842] ppid=16828 vsize=13185584 CPUtime=0.82 cores=1,3,5,7
/proc/16830/task/16842/stat : 16842 (java) S 16828 16828 2911 0 -1 1077944384 5966 0 0 0 81 1 0 0 20 0 19 0 108028868 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645305293168 140646289652354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16843] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16843/stat : 16843 (java) S 16828 16828 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 108028868 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645304240608 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16844] ppid=16828 vsize=13185584 CPUtime=0.01 cores=1,3,5,7
/proc/16830/task/16844/stat : 16844 (java) S 16828 16828 2911 0 -1 1077944384 179 0 0 0 0 1 0 0 20 0 19 0 108028872 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645303188400 140646289652354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16865] ppid=16828 vsize=13185584 CPUtime=0.03 cores=1,3,5,7
/proc/16830/task/16865/stat : 16865 (java) S 16828 16828 2911 0 -1 1077944384 34 0 0 0 3 0 0 0 20 0 19 0 108030486 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645293071776 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16866] ppid=16828 vsize=13185584 CPUtime=0.03 cores=1,3,5,7
/proc/16830/task/16866/stat : 16866 (java) S 16828 16828 2911 0 -1 1077944384 18 0 0 0 3 0 0 0 20 0 19 0 108030486 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645294126160 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16867] ppid=16828 vsize=13185584 CPUtime=0.45 cores=1,3,5,7
/proc/16830/task/16867/stat : 16867 (java) R 16828 16828 2911 0 -1 4202560 22 0 0 0 45 0 0 0 20 0 19 0 108030486 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645295180640 140645909823310 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16868] ppid=16828 vsize=13185584 CPUtime=0.02 cores=1,3,5,7
/proc/16830/task/16868/stat : 16868 (java) S 16828 16828 2911 0 -1 1077944384 31 0 0 0 2 0 0 0 20 0 19 0 108030486 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645292021072 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
Current children cumulated CPU time (s) 57.23
Current children cumulated vsize (KiB) 13195096

[startup+17.2007 s]
/proc/loadavg: 3.36 4.67 3.92 3/223 16868
/proc/meminfo: memFree=19700704/32770624 swapFree=0/368732
[pid=16828] ppid=16825 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/16828/stat : 16828 (xcsp3-exec) S 16825 16828 2911 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 108028852 9740288 345 18446744073709551615 4194304 5098028 140730143312432 140730143310536 140207886127740 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 10 0 0 7196144 7232144 16052224 140730143314329 140730143314538 140730143314538 140730143317995 0
/proc/16828/statm: 2378 345 289 221 0 87 0
[pid=16830] ppid=16828 vsize=13185584 CPUtime=57.63 cores=1,3,5,7
/proc/16830/stat : 16830 (java) S 16828 16828 2911 0 -1 1077944320 32861 0 0 0 5723 40 0 0 20 0 19 0 108028862 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140722366076624 140646289641207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
/proc/16830/statm: 3296396 288533 3259 1 0 3284688 0
[pid=16830/tid=16831] ppid=16828 vsize=13185584 CPUtime=0.95 cores=1,3,5,7
/proc/16830/task/16831/stat : 16831 (java) S 16828 16828 2911 0 -1 1077944384 8951 0 0 0 90 5 0 0 20 0 19 0 108028862 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140646293881984 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16832] ppid=16828 vsize=13185584 CPUtime=0.15 cores=1,3,5,7
/proc/16830/task/16832/stat : 16832 (java) S 16828 16828 2911 0 -1 1077944384 1003 0 0 0 11 4 0 0 20 0 19 0 108028863 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140646226123152 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16833] ppid=16828 vsize=13185584 CPUtime=0.13 cores=1,3,5,7
/proc/16830/task/16833/stat : 16833 (java) S 16828 16828 2911 0 -1 1077944384 157 0 0 0 9 4 0 0 20 0 19 0 108028863 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140646225070352 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16834] ppid=16828 vsize=13185584 CPUtime=0.14 cores=1,3,5,7
/proc/16830/task/16834/stat : 16834 (java) S 16828 16828 2911 0 -1 1077944384 185 0 0 0 11 3 0 0 20 0 19 0 108028863 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140646224018064 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16835] ppid=16828 vsize=13185584 CPUtime=0.13 cores=1,3,5,7
/proc/16830/task/16835/stat : 16835 (java) S 16828 16828 2911 0 -1 1077944384 231 0 0 0 10 3 0 0 20 0 19 0 108028863 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140646222965264 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16836] ppid=16828 vsize=13185584 CPUtime=0.03 cores=1,3,5,7
/proc/16830/task/16836/stat : 16836 (java) S 16828 16828 2911 0 -1 1077944384 1435 0 0 0 2 1 0 0 20 0 19 0 108028864 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645311609456 140646289652354 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16837] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16837/stat : 16837 (java) S 16828 16828 2911 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 108028865 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645310555488 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16838] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16838/stat : 16838 (java) S 16828 16828 2911 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 108028865 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645309503104 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16839] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16839/stat : 16839 (java) S 16828 16828 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 108028868 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645308451408 140646289659803 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16840] ppid=16828 vsize=13185584 CPUtime=2.09 cores=1,3,5,7
/proc/16830/task/16840/stat : 16840 (java) S 16828 16828 2911 0 -1 1077944384 4181 0 0 0 208 1 0 0 20 0 19 0 108028868 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645307398256 140646289652354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16841] ppid=16828 vsize=13185584 CPUtime=1.9 cores=1,3,5,7
/proc/16830/task/16841/stat : 16841 (java) S 16828 16828 2911 0 -1 1077944384 5166 0 0 0 189 1 0 0 20 0 19 0 108028868 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645306345456 140646289652354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16842] ppid=16828 vsize=13185584 CPUtime=0.82 cores=1,3,5,7
/proc/16830/task/16842/stat : 16842 (java) S 16828 16828 2911 0 -1 1077944384 5966 0 0 0 81 1 0 0 20 0 19 0 108028868 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645305293168 140646289652354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16843] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16843/stat : 16843 (java) S 16828 16828 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 108028868 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645304240608 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16844] ppid=16828 vsize=13185584 CPUtime=0.01 cores=1,3,5,7
/proc/16830/task/16844/stat : 16844 (java) S 16828 16828 2911 0 -1 1077944384 179 0 0 0 0 1 0 0 20 0 19 0 108028872 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645303188400 140646289652354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16865] ppid=16828 vsize=13185584 CPUtime=0.03 cores=1,3,5,7
/proc/16830/task/16865/stat : 16865 (java) S 16828 16828 2911 0 -1 1077944384 34 0 0 0 3 0 0 0 20 0 19 0 108030486 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645293071776 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16866] ppid=16828 vsize=13185584 CPUtime=0.03 cores=1,3,5,7
/proc/16830/task/16866/stat : 16866 (java) S 16828 16828 2911 0 -1 1077944384 18 0 0 0 3 0 0 0 20 0 19 0 108030486 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645294126160 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16867] ppid=16828 vsize=13185584 CPUtime=0.85 cores=1,3,5,7
/proc/16830/task/16867/stat : 16867 (java) R 16828 16828 2911 0 -1 4202560 22 0 0 0 85 0 0 0 20 0 19 0 108030486 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645295180744 140645909588342 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16868] ppid=16828 vsize=13185584 CPUtime=0.02 cores=1,3,5,7
/proc/16830/task/16868/stat : 16868 (java) S 16828 16828 2911 0 -1 1077944384 31 0 0 0 2 0 0 0 20 0 19 0 108030486 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645292021072 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
Current children cumulated CPU time (s) 57.63
Current children cumulated vsize (KiB) 13195096

[startup+17.4006 s]
/proc/loadavg: 3.36 4.67 3.92 3/223 16868
/proc/meminfo: memFree=19700704/32770624 swapFree=0/368732
[pid=16828] ppid=16825 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/16828/stat : 16828 (xcsp3-exec) S 16825 16828 2911 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 108028852 9740288 345 18446744073709551615 4194304 5098028 140730143312432 140730143310536 140207886127740 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 10 0 0 7196144 7232144 16052224 140730143314329 140730143314538 140730143314538 140730143317995 0
/proc/16828/statm: 2378 345 289 221 0 87 0
[pid=16830] ppid=16828 vsize=13185584 CPUtime=57.83 cores=1,3,5,7
/proc/16830/stat : 16830 (java) S 16828 16828 2911 0 -1 1077944320 32862 0 0 0 5743 40 0 0 20 0 19 0 108028862 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140722366076624 140646289641207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
/proc/16830/statm: 3296396 288533 3259 1 0 3284688 0
[pid=16830/tid=16831] ppid=16828 vsize=13185584 CPUtime=0.95 cores=1,3,5,7
/proc/16830/task/16831/stat : 16831 (java) S 16828 16828 2911 0 -1 1077944384 8951 0 0 0 90 5 0 0 20 0 19 0 108028862 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140646293881984 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16832] ppid=16828 vsize=13185584 CPUtime=0.15 cores=1,3,5,7
/proc/16830/task/16832/stat : 16832 (java) S 16828 16828 2911 0 -1 1077944384 1003 0 0 0 11 4 0 0 20 0 19 0 108028863 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140646226123152 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16833] ppid=16828 vsize=13185584 CPUtime=0.13 cores=1,3,5,7
/proc/16830/task/16833/stat : 16833 (java) S 16828 16828 2911 0 -1 1077944384 157 0 0 0 9 4 0 0 20 0 19 0 108028863 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140646225070352 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16834] ppid=16828 vsize=13185584 CPUtime=0.14 cores=1,3,5,7
/proc/16830/task/16834/stat : 16834 (java) S 16828 16828 2911 0 -1 1077944384 185 0 0 0 11 3 0 0 20 0 19 0 108028863 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140646224018064 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16835] ppid=16828 vsize=13185584 CPUtime=0.13 cores=1,3,5,7
/proc/16830/task/16835/stat : 16835 (java) S 16828 16828 2911 0 -1 1077944384 231 0 0 0 10 3 0 0 20 0 19 0 108028863 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140646222965264 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16836] ppid=16828 vsize=13185584 CPUtime=0.03 cores=1,3,5,7
/proc/16830/task/16836/stat : 16836 (java) S 16828 16828 2911 0 -1 1077944384 1435 0 0 0 2 1 0 0 20 0 19 0 108028864 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645311609456 140646289652354 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16837] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16837/stat : 16837 (java) S 16828 16828 2911 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 108028865 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645310555488 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16838] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16838/stat : 16838 (java) S 16828 16828 2911 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 108028865 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645309503104 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16839] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16839/stat : 16839 (java) S 16828 16828 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 108028868 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645308451408 140646289659803 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16840] ppid=16828 vsize=13185584 CPUtime=2.09 cores=1,3,5,7
/proc/16830/task/16840/stat : 16840 (java) S 16828 16828 2911 0 -1 1077944384 4181 0 0 0 208 1 0 0 20 0 19 0 108028868 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645307398256 140646289652354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16841] ppid=16828 vsize=13185584 CPUtime=1.9 cores=1,3,5,7
/proc/16830/task/16841/stat : 16841 (java) S 16828 16828 2911 0 -1 1077944384 5166 0 0 0 189 1 0 0 20 0 19 0 108028868 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645306345456 140646289652354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16842] ppid=16828 vsize=13185584 CPUtime=0.82 cores=1,3,5,7
/proc/16830/task/16842/stat : 16842 (java) S 16828 16828 2911 0 -1 1077944384 5966 0 0 0 81 1 0 0 20 0 19 0 108028868 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645305293168 140646289652354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16843] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16843/stat : 16843 (java) S 16828 16828 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 108028868 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645304240608 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16844] ppid=16828 vsize=13185584 CPUtime=0.01 cores=1,3,5,7
/proc/16830/task/16844/stat : 16844 (java) S 16828 16828 2911 0 -1 1077944384 179 0 0 0 0 1 0 0 20 0 19 0 108028872 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645303188400 140646289652354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16865] ppid=16828 vsize=13185584 CPUtime=0.03 cores=1,3,5,7
/proc/16830/task/16865/stat : 16865 (java) S 16828 16828 2911 0 -1 1077944384 34 0 0 0 3 0 0 0 20 0 19 0 108030486 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645293071776 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16866] ppid=16828 vsize=13185584 CPUtime=0.03 cores=1,3,5,7
/proc/16830/task/16866/stat : 16866 (java) S 16828 16828 2911 0 -1 1077944384 18 0 0 0 3 0 0 0 20 0 19 0 108030486 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645294126160 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16867] ppid=16828 vsize=13185584 CPUtime=1.05 cores=1,3,5,7
/proc/16830/task/16867/stat : 16867 (java) R 16828 16828 2911 0 -1 4202560 23 0 0 0 105 0 0 0 20 0 19 0 108030486 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645295173056 140645906951748 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16868] ppid=16828 vsize=13185584 CPUtime=0.02 cores=1,3,5,7
/proc/16830/task/16868/stat : 16868 (java) S 16828 16828 2911 0 -1 1077944384 31 0 0 0 2 0 0 0 20 0 19 0 108030486 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645292021072 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
Current children cumulated CPU time (s) 57.83
Current children cumulated vsize (KiB) 13195096

[startup+17.5007 s]
/proc/loadavg: 3.36 4.67 3.92 3/223 16868
/proc/meminfo: memFree=19700704/32770624 swapFree=0/368732
[pid=16828] ppid=16825 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/16828/stat : 16828 (xcsp3-exec) S 16825 16828 2911 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 108028852 9740288 345 18446744073709551615 4194304 5098028 140730143312432 140730143310536 140207886127740 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 10 0 0 7196144 7232144 16052224 140730143314329 140730143314538 140730143314538 140730143317995 0
/proc/16828/statm: 2378 345 289 221 0 87 0
[pid=16830] ppid=16828 vsize=13185584 CPUtime=57.93 cores=1,3,5,7
/proc/16830/stat : 16830 (java) S 16828 16828 2911 0 -1 1077944320 32862 0 0 0 5753 40 0 0 20 0 19 0 108028862 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140722366076624 140646289641207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
/proc/16830/statm: 3296396 288533 3259 1 0 3284688 0
[pid=16830/tid=16831] ppid=16828 vsize=13185584 CPUtime=0.95 cores=1,3,5,7
/proc/16830/task/16831/stat : 16831 (java) S 16828 16828 2911 0 -1 1077944384 8951 0 0 0 90 5 0 0 20 0 19 0 108028862 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140646293881984 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16832] ppid=16828 vsize=13185584 CPUtime=0.15 cores=1,3,5,7
/proc/16830/task/16832/stat : 16832 (java) S 16828 16828 2911 0 -1 1077944384 1003 0 0 0 11 4 0 0 20 0 19 0 108028863 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140646226123152 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16833] ppid=16828 vsize=13185584 CPUtime=0.13 cores=1,3,5,7
/proc/16830/task/16833/stat : 16833 (java) S 16828 16828 2911 0 -1 1077944384 157 0 0 0 9 4 0 0 20 0 19 0 108028863 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140646225070352 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16834] ppid=16828 vsize=13185584 CPUtime=0.14 cores=1,3,5,7
/proc/16830/task/16834/stat : 16834 (java) S 16828 16828 2911 0 -1 1077944384 185 0 0 0 11 3 0 0 20 0 19 0 108028863 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140646224018064 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16835] ppid=16828 vsize=13185584 CPUtime=0.13 cores=1,3,5,7
/proc/16830/task/16835/stat : 16835 (java) S 16828 16828 2911 0 -1 1077944384 231 0 0 0 10 3 0 0 20 0 19 0 108028863 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140646222965264 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16836] ppid=16828 vsize=13185584 CPUtime=0.03 cores=1,3,5,7
/proc/16830/task/16836/stat : 16836 (java) S 16828 16828 2911 0 -1 1077944384 1435 0 0 0 2 1 0 0 20 0 19 0 108028864 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645311609456 140646289652354 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16837] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16837/stat : 16837 (java) S 16828 16828 2911 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 108028865 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645310555488 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16838] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16838/stat : 16838 (java) S 16828 16828 2911 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 108028865 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645309503104 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16839] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16839/stat : 16839 (java) S 16828 16828 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 108028868 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645308451408 140646289659803 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16840] ppid=16828 vsize=13185584 CPUtime=2.09 cores=1,3,5,7
/proc/16830/task/16840/stat : 16840 (java) S 16828 16828 2911 0 -1 1077944384 4181 0 0 0 208 1 0 0 20 0 19 0 108028868 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645307398256 140646289652354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16841] ppid=16828 vsize=13185584 CPUtime=1.9 cores=1,3,5,7
/proc/16830/task/16841/stat : 16841 (java) S 16828 16828 2911 0 -1 1077944384 5166 0 0 0 189 1 0 0 20 0 19 0 108028868 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645306345456 140646289652354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16842] ppid=16828 vsize=13185584 CPUtime=0.82 cores=1,3,5,7
/proc/16830/task/16842/stat : 16842 (java) S 16828 16828 2911 0 -1 1077944384 5966 0 0 0 81 1 0 0 20 0 19 0 108028868 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645305293168 140646289652354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16843] ppid=16828 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/16830/task/16843/stat : 16843 (java) S 16828 16828 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 108028868 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645304240608 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16844] ppid=16828 vsize=13185584 CPUtime=0.01 cores=1,3,5,7
/proc/16830/task/16844/stat : 16844 (java) S 16828 16828 2911 0 -1 1077944384 179 0 0 0 0 1 0 0 20 0 19 0 108028872 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645303188400 140646289652354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16865] ppid=16828 vsize=13185584 CPUtime=0.03 cores=1,3,5,7
/proc/16830/task/16865/stat : 16865 (java) S 16828 16828 2911 0 -1 1077944384 34 0 0 0 3 0 0 0 20 0 19 0 108030486 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645293071776 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16866] ppid=16828 vsize=13185584 CPUtime=0.03 cores=1,3,5,7
/proc/16830/task/16866/stat : 16866 (java) S 16828 16828 2911 0 -1 1077944384 18 0 0 0 3 0 0 0 20 0 19 0 108030486 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645294126160 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16867] ppid=16828 vsize=13185584 CPUtime=1.15 cores=1,3,5,7
/proc/16830/task/16867/stat : 16867 (java) R 16828 16828 2911 0 -1 4202560 23 0 0 0 115 0 0 0 20 0 19 0 108030486 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645295173056 140645909823324 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
[pid=16830/tid=16868] ppid=16828 vsize=13185584 CPUtime=0.02 cores=1,3,5,7
/proc/16830/task/16868/stat : 16868 (java) S 16828 16828 2911 0 -1 1077944384 31 0 0 0 2 0 0 0 20 0 19 0 108030486 13502038016 288533 18446744073709551615 4194304 4196468 140722366094080 140645292021072 140646289651413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9408512 140722366095830 140722366096006 140722366096006 140722366099407 0
Current children cumulated CPU time (s) 57.93
Current children cumulated vsize (KiB) 13195096

Child status: 0
Real time (s): 17.591
CPU time (s): 58.0369
CPU user time (s): 57.6182
CPU system time (s): 0.418689
CPU usage (%): 329.924
Max. virtual memory (cumulated for all children) (KiB): 13195096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.6182
system time used= 0.418689
maximum resident set size= 1154388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33640
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= 3276
involuntary context switches= 1074

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.099878 second user time and 0.123768 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-07 07:14:56
IDJOB=4249287
IDBENCH=139744
IDSOLVER=2626
FILE ID=node132/4249287-1502083757
RUNJOBID= node132-1502078046-15622
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-07-09.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249287-1502083757/watcher-4249287-1502083757 -o /tmp/evaluation-result-4249287-1502083757/solver-4249287-1502083757 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502078046-15622 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 10000 -tdir HOME -seed 337272234 HOME/instance-4249287-1502083757.xml

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

MD5SUM BENCH= a3ba3cad77540d9164e30b3f583ccc44
RANDOM SEED=337272234

node132.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.74
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.74
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.74
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.74
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:        20845612 kB
MemAvailable:   21421068 kB
Buffers:          227540 kB
Cached:           645996 kB
SwapCached:            0 kB
Active:         11078112 kB
Inactive:         401332 kB
Active(anon):   10606352 kB
Inactive(anon):    32628 kB
Active(file):     471760 kB
Inactive(file):   368704 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7896 kB
Writeback:             0 kB
AnonPages:      10626136 kB
Mapped:            61576 kB
Shmem:             33468 kB
Slab:             128268 kB
SReclaimable:     101656 kB
SUnreclaim:        26612 kB
KernelStack:        3856 kB
PageTables:        25696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   10946668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10442752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61996 MiB
End job on node132 at 2017-08-07 07:15:13