Trace number 4272819

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 5a (2017-07-26)OPT2 24.587299 15.2744

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.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272819-1502856872.xml"  -tl '2520s' -p 1 -x 3
0.08/0.28	c [HOME/instance-4272819-1502856872.xml, -tl, 2520s, -p, 1, -x, 3]
0.26/0.34	c simple solver
0.26/0.40	c parse instance...
1.55/0.86	c solve instance...
21.76/14.04	o 4 
21.76/14.07	o 3 
23.79/14.83	o 2 
24.51/15.25	s OPTIMUM FOUND
24.51/15.25	v <instantiation>
24.51/15.25	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>
24.51/15.25	v 	<values>0 0 0 0 0 1 1 1 1 0 1 1 2 2 0 0 0 2 1 1 2 0 2 0 2 2 1 1 2 1 2 0 0 1 2 0 2 0 1 2 1 1 2 0 0 2 1 0 1 1 0 1 2 2 2 2 0 1 2 2 0 1 0 </values>
24.51/15.25	v </instantiation>

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272819-1502856872/watcher-4272819-1502856872 -o /tmp/evaluation-result-4272819-1502856872/solver-4272819-1502856872 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1305347544 HOME/instance-4272819-1502856872.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=11830, runsolver pid=11827

[startup+0.100118 s]*
/proc/loadavg: 2.25 2.10 2.03 2/204 11833
/proc/meminfo: memFree=27010520/32770624 swapFree=67108860/67108860
[pid=11830] ppid=11827 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (xcsp3-exec) S 11827 11830 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 39569748 9740288 345 18446744073709551615 4194304 5098028 140735493318960 140735493317064 140427691303548 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 8540160 140735493325177 140735493325382 140735493325382 140735493328875 0
/proc/11830/statm: 2378 345 289 221 0 87 0
[pid=11832] ppid=11830 vsize=13358712 memory=14368 CPUtime=0 cores=1,3,5,7
/proc/11832/stat : 11832 (java) S 11830 11830 7968 0 -1 1077944320 3351 0 0 0 0 0 0 0 20 0 6 0 39569757 13679321088 3592 18446744073709551615 4194304 4196468 140724768572624 140724768555168 140262226292471 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
/proc/11832/statm: 3339678 3592 1903 1 0 3329175 0
[pid=11832/tid=11833] ppid=11830 vsize=13358712 memory=-6871798056557643345 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11833/stat : 11833 (java) R 11830 11830 7968 0 -1 4202560 2125 0 0 0 0 0 0 0 20 0 6 0 39569757 13679321088 3592 18446744073709551615 4194304 4196468 140724768572624 140262230528592 140262226314397 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11834] ppid=11830 vsize=13358712 memory=5118961333147690361 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11834/stat : 11834 (java) S 11830 11830 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 39569758 13679321088 3592 18446744073709551615 4194304 4196468 140724768572624 140262160727184 140262226302677 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11835] ppid=11830 vsize=13358712 memory=140488959751808 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11835/stat : 11835 (java) S 11830 11830 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 39569758 13679321088 3592 18446744073709551615 4194304 4196468 140724768572624 140262159674384 140262226302677 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11836] ppid=11830 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11836/stat : 11836 (java) S 11830 11830 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 39569758 13679321088 3592 18446744073709551615 4194304 4196468 140724768572624 140262158621584 140262226302677 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11837] ppid=11830 vsize=13358712 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11837/stat : 11837 (java) S 11830 11830 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 39569758 13679321088 3592 18446744073709551615 4194304 4196468 140724768572624 140262157568784 140262226302677 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 15748 KiB

[startup+0.210364 s]*
/proc/loadavg: 2.25 2.10 2.03 3/217 11846
/proc/meminfo: memFree=27001708/32770624 swapFree=67108860/67108860
[pid=11830] ppid=11827 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (xcsp3-exec) S 11827 11830 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 39569748 9740288 345 18446744073709551615 4194304 5098028 140735493318960 140735493317064 140427691303548 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 8540160 140735493325177 140735493325382 140735493325382 140735493328875 0
/proc/11830/statm: 2378 345 289 221 0 87 0
[pid=11832] ppid=11830 vsize=13974352 memory=27376 CPUtime=0.08 cores=1,3,5,7
/proc/11832/stat : 11832 (java) S 11830 11830 7968 0 -1 1077944320 5252 0 0 0 8 0 0 0 20 0 15 0 39569757 14309736448 6844 18446744073709551615 4194304 4196468 140724768572624 140724768555168 140262226292471 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
/proc/11832/statm: 3493588 6844 2726 1 0 3482964 0
[pid=11832/tid=11833] ppid=11830 vsize=13974352 memory=7311146985107750967 CPUtime=0.06 cores=1,3,5,7
/proc/11832/task/11833/stat : 11833 (java) R 11830 11830 7968 0 -1 4202560 3407 0 0 0 6 0 0 0 20 0 15 0 39569757 14309736448 6844 18446744073709551615 4194304 4196468 140724768572624 140262230518160 140262226314397 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11834] ppid=11830 vsize=13974352 memory=11602 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11834/stat : 11834 (java) S 11830 11830 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39569758 14309736448 6844 18446744073709551615 4194304 4196468 140724768572624 140262160727184 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11835] ppid=11830 vsize=13974352 memory=288370865111463552 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11835/stat : 11835 (java) S 11830 11830 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39569758 14309736448 6844 18446744073709551615 4194304 4196468 140724768572624 140262159674384 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11836] ppid=11830 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11836/stat : 11836 (java) S 11830 11830 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39569758 14309736448 6844 18446744073709551615 4194304 4196468 140724768572624 140262158621584 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11837] ppid=11830 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11837/stat : 11837 (java) S 11830 11830 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39569758 14309736448 6844 18446744073709551615 4194304 4196468 140724768572624 140262157568784 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11838] ppid=11830 vsize=13974352 memory=140488959751808 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11838/stat : 11838 (java) S 11830 11830 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39569759 14309736448 6844 18446744073709551615 4194304 4196468 140724768572624 140261704833392 140262226303618 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11839] ppid=11830 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11839/stat : 11839 (java) S 11830 11830 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39569760 14309736448 6844 18446744073709551615 4194304 4196468 140724768572624 140261703779360 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11840] ppid=11830 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11840/stat : 11840 (java) S 11830 11830 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39569760 14309736448 6844 18446744073709551615 4194304 4196468 140724768572624 140261702726512 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11841] ppid=11830 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11841/stat : 11841 (java) S 11830 11830 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39569762 14309736448 6844 18446744073709551615 4194304 4196468 140724768572624 140261701674832 140262226311067 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11842] ppid=11830 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11842/stat : 11842 (java) S 11830 11830 7968 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 39569762 14309736448 6844 18446744073709551615 4194304 4196468 140724768572624 140261700623216 140262226303618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11843] ppid=11830 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11843/stat : 11843 (java) S 11830 11830 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39569762 14309736448 6844 18446744073709551615 4194304 4196468 140724768572624 140261699570416 140262226303618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11844] ppid=11830 vsize=13974352 memory=140488959751808 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11844/stat : 11844 (java) S 11830 11830 7968 0 -1 1077944384 241 0 0 0 0 0 0 0 20 0 15 0 39569762 14309736448 6844 18446744073709551615 4194304 4196468 140724768572624 140261698517616 140262226303618 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11845] ppid=11830 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11845/stat : 11845 (java) S 11830 11830 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39569762 14309736448 6844 18446744073709551615 4194304 4196468 140724768572624 140261697465056 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11846] ppid=11830 vsize=13974352 memory=140488959751808 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11846/stat : 11846 (java) S 11830 11830 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39569768 14309736448 6844 18446744073709551615 4194304 4196468 140724768572624 140261696412336 140262226303618 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28756 KiB

[startup+0.310611 s]*
/proc/loadavg: 2.25 2.10 2.03 4/217 11846
/proc/meminfo: memFree=26986704/32770624 swapFree=67108860/67108860
[pid=11830] ppid=11827 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (xcsp3-exec) S 11827 11830 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 39569748 9740288 345 18446744073709551615 4194304 5098028 140735493318960 140735493317064 140427691303548 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 8540160 140735493325177 140735493325382 140735493325382 140735493328875 0
/proc/11830/statm: 2378 345 289 221 0 87 0
[pid=11832] ppid=11830 vsize=13974352 memory=37024 CPUtime=0.26 cores=1,3,5,7
/proc/11832/stat : 11832 (java) S 11830 11830 7968 0 -1 1077944320 8902 0 0 0 25 1 0 0 20 0 15 0 39569757 14309736448 9256 18446744073709551615 4194304 4196468 140724768572624 140724768555168 140262226292471 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
/proc/11832/statm: 3493588 9256 2980 1 0 3482964 0
[pid=11832/tid=11833] ppid=11830 vsize=13974352 memory=7311146985107750967 CPUtime=0.16 cores=1,3,5,7
/proc/11832/task/11833/stat : 11833 (java) R 11830 11830 7968 0 -1 4202560 6096 0 0 0 15 1 0 0 20 0 15 0 39569757 14309736448 9256 18446744073709551615 4194304 4196468 140724768572624 140262230514848 140262226314397 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11834] ppid=11830 vsize=13974352 memory=11602 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11834/stat : 11834 (java) S 11830 11830 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39569758 14309736448 9256 18446744073709551615 4194304 4196468 140724768572624 140262160727184 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11835] ppid=11830 vsize=13974352 memory=301930249472091776 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11835/stat : 11835 (java) S 11830 11830 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39569758 14309736448 9256 18446744073709551615 4194304 4196468 140724768572624 140262159674384 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11836] ppid=11830 vsize=13974352 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11836/stat : 11836 (java) S 11830 11830 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39569758 14309736448 9256 18446744073709551615 4194304 4196468 140724768572624 140262158621584 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11837] ppid=11830 vsize=13974352 memory=3472328296227680299 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11837/stat : 11837 (java) S 11830 11830 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39569758 14309736448 9256 18446744073709551615 4194304 4196468 140724768572624 140262157568784 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11838] ppid=11830 vsize=13974352 memory=4211962064500875255 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11838/stat : 11838 (java) S 11830 11830 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39569759 14309736448 9256 18446744073709551615 4194304 4196468 140724768572624 140261704833392 140262226303618 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11839] ppid=11830 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11839/stat : 11839 (java) S 11830 11830 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39569760 14309736448 9256 18446744073709551615 4194304 4196468 140724768572624 140261703779360 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11840] ppid=11830 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11840/stat : 11840 (java) S 11830 11830 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39569760 14309736448 9256 18446744073709551615 4194304 4196468 140724768572624 140261702726512 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11841] ppid=11830 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11841/stat : 11841 (java) S 11830 11830 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39569762 14309736448 9256 18446744073709551615 4194304 4196468 140724768572624 140261701674832 140262226311067 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11842] ppid=11830 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11832/task/11842/stat : 11842 (java) S 11830 11830 7968 0 -1 1077944384 525 0 0 0 2 0 0 0 20 0 15 0 39569762 14309736448 9256 18446744073709551615 4194304 4196468 140724768572624 140261700623216 140262226303618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11843] ppid=11830 vsize=13974352 memory=3472328279047811119 CPUtime=0.01 cores=1,3,5,7
/proc/11832/task/11843/stat : 11843 (java) S 11830 11830 7968 0 -1 1077944384 285 0 0 0 1 0 0 0 20 0 15 0 39569762 14309736448 9256 18446744073709551615 4194304 4196468 140724768572624 140261699570416 140262226303618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11844] ppid=11830 vsize=13974352 memory=140488959751808 CPUtime=0.05 cores=1,3,5,7
/proc/11832/task/11844/stat : 11844 (java) R 11830 11830 7968 0 -1 4202560 693 0 0 0 5 0 0 0 20 0 15 0 39569762 14309736448 9256 18446744073709551615 4194304 4196468 140724768572624 140261698517616 140262205692656 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11845] ppid=11830 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11845/stat : 11845 (java) S 11830 11830 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39569762 14309736448 9256 18446744073709551615 4194304 4196468 140724768572624 140261697465056 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11846] ppid=11830 vsize=13974352 memory=140488959751808 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11846/stat : 11846 (java) S 11830 11830 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39569768 14309736448 9256 18446744073709551615 4194304 4196468 140724768572624 140261696412336 140262226303618 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38404 KiB

[startup+0.700756 s]
/proc/loadavg: 2.25 2.10 2.03 5/217 11847
/proc/meminfo: memFree=26975592/32770624 swapFree=67108860/67108860
[pid=11830] ppid=11827 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (xcsp3-exec) S 11827 11830 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 39569748 9740288 345 18446744073709551615 4194304 5098028 140735493318960 140735493317064 140427691303548 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 8540160 140735493325177 140735493325382 140735493325382 140735493328875 0
/proc/11830/statm: 2378 345 289 221 0 87 0
[pid=11832] ppid=11830 vsize=13980732 memory=67648 CPUtime=1.18 cores=1,3,5,7
/proc/11832/stat : 11832 (java) S 11830 11830 7968 0 -1 1077944320 12492 0 0 0 114 4 0 0 20 0 15 0 39569757 14316269568 16912 18446744073709551615 4194304 4196468 140724768572624 140724768555168 140262226292471 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
/proc/11832/statm: 3495183 16912 3169 1 0 3483476 0
[pid=11832/tid=11833] ppid=11830 vsize=13980732 memory=2555975304961 CPUtime=0.54 cores=1,3,5,7
/proc/11832/task/11833/stat : 11833 (java) R 11830 11830 7968 0 -1 4202560 8465 0 0 0 51 3 0 0 20 0 15 0 39569757 14316269568 16912 18446744073709551615 4194304 4196468 140724768572624 140262230530736 140262226304406 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11834] ppid=11830 vsize=13980732 memory=2560270272257 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11834/stat : 11834 (java) S 11830 11830 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39569758 14316269568 16912 18446744073709551615 4194304 4196468 140724768572624 140262160727184 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11835] ppid=11830 vsize=13980732 memory=2586040076033 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11835/stat : 11835 (java) S 11830 11830 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39569758 14316269568 16912 18446744073709551615 4194304 4196468 140724768572624 140262159674384 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11836] ppid=11830 vsize=13980732 memory=2633284716033 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11836/stat : 11836 (java) S 11830 11830 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39569758 14316269568 16912 18446744073709551615 4194304 4196468 140724768572624 140262158621584 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11837] ppid=11830 vsize=13980732 memory=2676234388993 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11837/stat : 11837 (java) S 11830 11830 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39569758 14316269568 16912 18446744073709551615 4194304 4196468 140724768572624 140262157568784 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11838] ppid=11830 vsize=13980732 memory=2872 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11838/stat : 11838 (java) S 11830 11830 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39569759 14316269568 16912 18446744073709551615 4194304 4196468 140724768572624 140261704833392 140262226303618 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11839] ppid=11830 vsize=13980732 memory=4278483708103473607 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11839/stat : 11839 (java) S 11830 11830 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39569760 14316269568 16912 18446744073709551615 4194304 4196468 140724768572624 140261703779360 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11840] ppid=11830 vsize=13980732 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11840/stat : 11840 (java) S 11830 11830 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39569760 14316269568 16912 18446744073709551615 4194304 4196468 140724768572624 140261702726512 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11841] ppid=11830 vsize=13980732 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11841/stat : 11841 (java) S 11830 11830 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39569762 14316269568 16912 18446744073709551615 4194304 4196468 140724768572624 140261701674832 140262226311067 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11842] ppid=11830 vsize=13980732 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/11832/task/11842/stat : 11842 (java) S 11830 11830 7968 0 -1 1077944384 928 0 0 0 17 0 0 0 20 0 15 0 39569762 14316269568 16912 18446744073709551615 4194304 4196468 140724768572624 140261700623216 140262226303618 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11843] ppid=11830 vsize=13980732 memory=6656426216303648864 CPUtime=0.13 cores=1,3,5,7
/proc/11832/task/11843/stat : 11843 (java) R 11830 11830 7968 0 -1 4202560 530 0 0 0 13 0 0 0 20 0 15 0 39569762 14316269568 16912 18446744073709551615 4194304 4196468 140724768572624 140261699570416 140262226304406 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11844] ppid=11830 vsize=13980732 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/11832/task/11844/stat : 11844 (java) R 11830 11830 7968 0 -1 4202560 1261 0 0 0 30 0 0 0 20 0 15 0 39569762 14316269568 16912 18446744073709551615 4194304 4196468 140724768572624 140261698512688 140262226313818 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11845] ppid=11830 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11845/stat : 11845 (java) S 11830 11830 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39569762 14316269568 16912 18446744073709551615 4194304 4196468 140724768572624 140261697465056 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11846] ppid=11830 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11846/stat : 11846 (java) S 11830 11830 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39569768 14316269568 16912 18446744073709551615 4194304 4196468 140724768572624 140261696412336 140262226303618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 69028 KiB

[startup+1.5056 s]
/proc/loadavg: 2.25 2.10 2.03 3/217 11847
/proc/meminfo: memFree=26919872/32770624 swapFree=67108860/67108860
[pid=11830] ppid=11827 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (xcsp3-exec) S 11827 11830 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 39569748 9740288 345 18446744073709551615 4194304 5098028 140735493318960 140735493317064 140427691303548 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 8540160 140735493325177 140735493325382 140735493325382 140735493328875 0
/proc/11830/statm: 2378 345 289 221 0 87 0
[pid=11832] ppid=11830 vsize=13980732 memory=187844 CPUtime=2.7 cores=1,3,5,7
/proc/11832/stat : 11832 (java) S 11830 11830 7968 0 -1 1077944320 19416 0 0 0 263 7 0 0 20 0 15 0 39569757 14316269568 46961 18446744073709551615 4194304 4196468 140724768572624 140724768555168 140262226292471 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
/proc/11832/statm: 3495183 46961 3221 1 0 3483476 0
[pid=11832/tid=11833] ppid=11830 vsize=13980732 memory=280977700028656 CPUtime=1.33 cores=1,3,5,7
/proc/11832/task/11833/stat : 11833 (java) R 11830 11830 7968 0 -1 4202560 9208 0 0 0 129 4 0 0 20 0 15 0 39569757 14316269568 46961 18446744073709551615 4194304 4196468 140724768572624 140262230531976 140261842592422 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11834] ppid=11830 vsize=13980732 memory=16724602654207 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11834/stat : 11834 (java) S 11830 11830 7968 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 39569758 14316269568 46961 18446744073709551615 4194304 4196468 140724768572624 140262160727184 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11835] ppid=11830 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11835/stat : 11835 (java) S 11830 11830 7968 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 39569758 14316269568 46961 18446744073709551615 4194304 4196468 140724768572624 140262159674384 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11836] ppid=11830 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11836/stat : 11836 (java) S 11830 11830 7968 0 -1 1077944384 339 0 0 0 0 0 0 0 20 0 15 0 39569758 14316269568 46961 18446744073709551615 4194304 4196468 140724768572624 140262158621584 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11837] ppid=11830 vsize=13980732 memory=280977700028656 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11837/stat : 11837 (java) S 11830 11830 7968 0 -1 1077944384 518 0 0 0 0 0 0 0 20 0 15 0 39569758 14316269568 46961 18446744073709551615 4194304 4196468 140724768572624 140262157568784 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11838] ppid=11830 vsize=13980732 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11838/stat : 11838 (java) S 11830 11830 7968 0 -1 1077944384 238 0 0 0 0 0 0 0 20 0 15 0 39569759 14316269568 46961 18446744073709551615 4194304 4196468 140724768572624 140261704833392 140262226303618 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11839] ppid=11830 vsize=13980732 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11839/stat : 11839 (java) S 11830 11830 7968 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 39569760 14316269568 46961 18446744073709551615 4194304 4196468 140724768572624 140261703779360 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11840] ppid=11830 vsize=13980732 memory=26925 CPUtime=0 cores=1,3,5,7

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

/proc/11830/stat : 11830 (xcsp3-exec) S 11827 11830 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 39569748 9740288 345 18446744073709551615 4194304 5098028 140735493318960 140735493317064 140427691303548 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 8540160 140735493325177 140735493325382 140735493325382 140735493328875 0
/proc/11830/statm: 2378 345 289 221 0 87 0
[pid=11832] ppid=11830 vsize=13980732 memory=236500 CPUtime=20.35 cores=1,3,5,7
/proc/11832/stat : 11832 (java) S 11830 11830 7968 0 -1 1077944320 48396 0 0 0 2023 12 0 0 20 0 15 0 39569757 14316269568 59125 18446744073709551615 4194304 4196468 140724768572624 140724768555168 140262226292471 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
/proc/11832/statm: 3495183 59125 3243 1 0 3483476 0
[pid=11832/tid=11833] ppid=11830 vsize=13980732 memory=88680 CPUtime=12.63 cores=1,3,5,7
/proc/11832/task/11833/stat : 11833 (java) R 11830 11830 7968 0 -1 4202560 10900 0 0 0 1258 5 0 0 20 0 15 0 39569757 14316269568 59125 18446744073709551615 4194304 4196468 140724768572624 140262230528576 140261845658607 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11834] ppid=11830 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11834/stat : 11834 (java) S 11830 11830 7968 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 39569758 14316269568 59125 18446744073709551615 4194304 4196468 140724768572624 140262160727184 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11835] ppid=11830 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11835/stat : 11835 (java) S 11830 11830 7968 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 39569758 14316269568 59125 18446744073709551615 4194304 4196468 140724768572624 140262159674384 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11836] ppid=11830 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11836/stat : 11836 (java) S 11830 11830 7968 0 -1 1077944384 339 0 0 0 0 0 0 0 20 0 15 0 39569758 14316269568 59125 18446744073709551615 4194304 4196468 140724768572624 140262158621584 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11837] ppid=11830 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11837/stat : 11837 (java) S 11830 11830 7968 0 -1 1077944384 518 0 0 0 0 0 0 0 20 0 15 0 39569758 14316269568 59125 18446744073709551615 4194304 4196468 140724768572624 140262157568784 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11838] ppid=11830 vsize=13980732 memory=236480 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11838/stat : 11838 (java) S 11830 11830 7968 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 15 0 39569759 14316269568 59125 18446744073709551615 4194304 4196468 140724768572624 140261704833392 140262226303618 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11839] ppid=11830 vsize=13980732 memory=236416 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11839/stat : 11839 (java) S 11830 11830 7968 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 39569760 14316269568 59125 18446744073709551615 4194304 4196468 140724768572624 140261703779360 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11840] ppid=11830 vsize=13980732 memory=8028676333680759155 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11840/stat : 11840 (java) S 11830 11830 7968 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 39569760 14316269568 59125 18446744073709551615 4194304 4196468 140724768572624 140261702726512 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11841] ppid=11830 vsize=13980732 memory=1414298054980309879 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11841/stat : 11841 (java) S 11830 11830 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39569762 14316269568 59125 18446744073709551615 4194304 4196468 140724768572624 140261701674832 140262226311067 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11842] ppid=11830 vsize=13980732 memory=0 CPUtime=3.41 cores=1,3,5,7
/proc/11832/task/11842/stat : 11842 (java) S 11830 11830 7968 0 -1 1077944384 16319 0 0 0 339 2 0 0 20 0 15 0 39569762 14316269568 59125 18446744073709551615 4194304 4196468 140724768572624 140261700623216 140262226303618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11843] ppid=11830 vsize=13980732 memory=0 CPUtime=3.49 cores=1,3,5,7
/proc/11832/task/11843/stat : 11843 (java) S 11830 11830 7968 0 -1 1077944384 13664 0 0 0 347 2 0 0 20 0 15 0 39569762 14316269568 59125 18446744073709551615 4194304 4196468 140724768572624 140261699570416 140262226303618 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11844] ppid=11830 vsize=13980732 memory=4124 CPUtime=0.76 cores=1,3,5,7
/proc/11832/task/11844/stat : 11844 (java) S 11830 11830 7968 0 -1 1077944384 4640 0 0 0 75 1 0 0 20 0 15 0 39569762 14316269568 59125 18446744073709551615 4194304 4196468 140724768572624 140261698517616 140262226303618 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11845] ppid=11830 vsize=13980732 memory=23520 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11845/stat : 11845 (java) S 11830 11830 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39569762 14316269568 59125 18446744073709551615 4194304 4196468 140724768572624 140261697465056 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11846] ppid=11830 vsize=13980732 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11846/stat : 11846 (java) S 11830 11830 7968 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 15 0 39569768 14316269568 59125 18446744073709551615 4194304 4196468 140724768572624 140261696412336 140262226303618 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
Current children cumulated CPU time: 20.35 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 237880 KiB

[startup+14.4008 s]
/proc/loadavg: 2.20 2.10 2.03 4/217 11847
/proc/meminfo: memFree=26790172/32770624 swapFree=67108860/67108860
[pid=11830] ppid=11827 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (xcsp3-exec) S 11827 11830 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 39569748 9740288 345 18446744073709551615 4194304 5098028 140735493318960 140735493317064 140427691303548 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 8540160 140735493325177 140735493325382 140735493325382 140735493328875 0
/proc/11830/statm: 2378 345 289 221 0 87 0
[pid=11832] ppid=11830 vsize=13980732 memory=249608 CPUtime=22.75 cores=1,3,5,7
/proc/11832/stat : 11832 (java) S 11830 11830 7968 0 -1 1077944320 49687 0 0 0 2262 13 0 0 20 0 15 0 39569757 14316269568 62402 18446744073709551615 4194304 4196468 140724768572624 140724768555168 140262226292471 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
/proc/11832/statm: 3495183 62402 3250 1 0 3483476 0
[pid=11832/tid=11833] ppid=11830 vsize=13980732 memory=-8774313645642428999 CPUtime=14.21 cores=1,3,5,7
/proc/11832/task/11833/stat : 11833 (java) R 11830 11830 7968 0 -1 4202560 11294 0 0 0 1416 5 0 0 20 0 15 0 39569757 14316269568 62402 18446744073709551615 4194304 4196468 140724768572624 140262230530584 140261845764523 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11834] ppid=11830 vsize=13980732 memory=9992 CPUtime=0.01 cores=1,3,5,7
/proc/11832/task/11834/stat : 11834 (java) S 11830 11830 7968 0 -1 1077944384 113 0 0 0 1 0 0 0 20 0 15 0 39569758 14316269568 62402 18446744073709551615 4194304 4196468 140724768572624 140262160727184 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11835] ppid=11830 vsize=13980732 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11835/stat : 11835 (java) S 11830 11830 7968 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 39569758 14316269568 62402 18446744073709551615 4194304 4196468 140724768572624 140262159674384 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11836] ppid=11830 vsize=13980732 memory=15872 CPUtime=0.01 cores=1,3,5,7
/proc/11832/task/11836/stat : 11836 (java) S 11830 11830 7968 0 -1 1077944384 438 0 0 0 1 0 0 0 20 0 15 0 39569758 14316269568 62402 18446744073709551615 4194304 4196468 140724768572624 140262158621584 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11837] ppid=11830 vsize=13980732 memory=4040 CPUtime=0.01 cores=1,3,5,7
/proc/11832/task/11837/stat : 11837 (java) S 11830 11830 7968 0 -1 1077944384 726 0 0 0 1 0 0 0 20 0 15 0 39569758 14316269568 62402 18446744073709551615 4194304 4196468 140724768572624 140262157568784 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11838] ppid=11830 vsize=13980732 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11838/stat : 11838 (java) S 11830 11830 7968 0 -1 1077944384 539 0 0 0 0 0 0 0 20 0 15 0 39569759 14316269568 62402 18446744073709551615 4194304 4196468 140724768572624 140261704833392 140262226303618 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11839] ppid=11830 vsize=13980732 memory=14312 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11839/stat : 11839 (java) S 11830 11830 7968 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 39569760 14316269568 62402 18446744073709551615 4194304 4196468 140724768572624 140261703779424 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11840] ppid=11830 vsize=13980732 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11840/stat : 11840 (java) S 11830 11830 7968 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 39569760 14316269568 62402 18446744073709551615 4194304 4196468 140724768572624 140261702726528 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11841] ppid=11830 vsize=13980732 memory=640 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11841/stat : 11841 (java) S 11830 11830 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39569762 14316269568 62402 18446744073709551615 4194304 4196468 140724768572624 140261701674832 140262226311067 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11842] ppid=11830 vsize=13980732 memory=0 CPUtime=3.76 cores=1,3,5,7
/proc/11832/task/11842/stat : 11842 (java) S 11830 11830 7968 0 -1 1077944384 16469 0 0 0 374 2 0 0 20 0 15 0 39569762 14316269568 62402 18446744073709551615 4194304 4196468 140724768572624 140261700623216 140262226303618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11843] ppid=11830 vsize=13980732 memory=3471342884362549307 CPUtime=3.87 cores=1,3,5,7
/proc/11832/task/11843/stat : 11843 (java) S 11830 11830 7968 0 -1 1077944384 13812 0 0 0 385 2 0 0 20 0 15 0 39569762 14316269568 62402 18446744073709551615 4194304 4196468 140724768572624 140261699570416 140262226303618 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11844] ppid=11830 vsize=13980732 memory=7373352817559363648 CPUtime=0.8 cores=1,3,5,7
/proc/11832/task/11844/stat : 11844 (java) S 11830 11830 7968 0 -1 1077944384 4742 0 0 0 79 1 0 0 20 0 15 0 39569762 14316269568 62402 18446744073709551615 4194304 4196468 140724768572624 140261698517616 140262226303618 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11845] ppid=11830 vsize=13980732 memory=7810473650998633064 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11845/stat : 11845 (java) S 11830 11830 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39569762 14316269568 62402 18446744073709551615 4194304 4196468 140724768572624 140261697465056 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11846] ppid=11830 vsize=13980732 memory=7881696724453321575 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11846/stat : 11846 (java) S 11830 11830 7968 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 15 0 39569768 14316269568 62402 18446744073709551615 4194304 4196468 140724768572624 140261696412336 140262226303618 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
Current children cumulated CPU time: 22.75 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 250988 KiB

[startup+14.8008 s]
/proc/loadavg: 2.20 2.10 2.03 4/217 11847
/proc/meminfo: memFree=26790172/32770624 swapFree=67108860/67108860
[pid=11830] ppid=11827 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (xcsp3-exec) S 11827 11830 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 39569748 9740288 345 18446744073709551615 4194304 5098028 140735493318960 140735493317064 140427691303548 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 8540160 140735493325177 140735493325382 140735493325382 140735493328875 0
/proc/11830/statm: 2378 345 289 221 0 87 0
[pid=11832] ppid=11830 vsize=13980732 memory=249824 CPUtime=23.79 cores=1,3,5,7
/proc/11832/stat : 11832 (java) S 11830 11830 7968 0 -1 1077944320 49807 0 0 0 2366 13 0 0 20 0 15 0 39569757 14316269568 62456 18446744073709551615 4194304 4196468 140724768572624 140724768555168 140262226292471 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
/proc/11832/statm: 3495183 62456 3250 1 0 3483476 0
[pid=11832/tid=11833] ppid=11830 vsize=13980732 memory=7590932991722612587 CPUtime=14.61 cores=1,3,5,7
/proc/11832/task/11833/stat : 11833 (java) R 11830 11830 7968 0 -1 4202560 11300 0 0 0 1456 5 0 0 20 0 15 0 39569757 14316269568 62456 18446744073709551615 4194304 4196468 140724768572624 140262230530760 140261848013589 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11834] ppid=11830 vsize=13980732 memory=-8774313645642428999 CPUtime=0.01 cores=1,3,5,7
/proc/11832/task/11834/stat : 11834 (java) S 11830 11830 7968 0 -1 1077944384 113 0 0 0 1 0 0 0 20 0 15 0 39569758 14316269568 62456 18446744073709551615 4194304 4196468 140724768572624 140262160727184 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11835] ppid=11830 vsize=13980732 memory=14312 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11835/stat : 11835 (java) S 11830 11830 7968 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 39569758 14316269568 62456 18446744073709551615 4194304 4196468 140724768572624 140262159674384 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11836] ppid=11830 vsize=13980732 memory=1236 CPUtime=0.01 cores=1,3,5,7
/proc/11832/task/11836/stat : 11836 (java) S 11830 11830 7968 0 -1 1077944384 438 0 0 0 1 0 0 0 20 0 15 0 39569758 14316269568 62456 18446744073709551615 4194304 4196468 140724768572624 140262158621584 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11837] ppid=11830 vsize=13980732 memory=640 CPUtime=0.01 cores=1,3,5,7
/proc/11832/task/11837/stat : 11837 (java) S 11830 11830 7968 0 -1 1077944384 726 0 0 0 1 0 0 0 20 0 15 0 39569758 14316269568 62456 18446744073709551615 4194304 4196468 140724768572624 140262157568784 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11838] ppid=11830 vsize=13980732 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11838/stat : 11838 (java) S 11830 11830 7968 0 -1 1077944384 539 0 0 0 0 0 0 0 20 0 15 0 39569759 14316269568 62456 18446744073709551615 4194304 4196468 140724768572624 140261704833392 140262226303618 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11839] ppid=11830 vsize=13980732 memory=960 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11839/stat : 11839 (java) S 11830 11830 7968 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 39569760 14316269568 62456 18446744073709551615 4194304 4196468 140724768572624 140261703779424 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11840] ppid=11830 vsize=13980732 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11840/stat : 11840 (java) S 11830 11830 7968 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 39569760 14316269568 62456 18446744073709551615 4194304 4196468 140724768572624 140261702726528 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11841] ppid=11830 vsize=13980732 memory=4304 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11841/stat : 11841 (java) S 11830 11830 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39569762 14316269568 62456 18446744073709551615 4194304 4196468 140724768572624 140261701674832 140262226311067 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11842] ppid=11830 vsize=13980732 memory=1588 CPUtime=4.08 cores=1,3,5,7
/proc/11832/task/11842/stat : 11842 (java) R 11830 11830 7968 0 -1 4202560 16503 0 0 0 406 2 0 0 20 0 15 0 39569762 14316269568 62456 18446744073709551615 4194304 4196468 140724768572624 140261700623216 140262212316256 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11843] ppid=11830 vsize=13980732 memory=928 CPUtime=4.17 cores=1,3,5,7
/proc/11832/task/11843/stat : 11843 (java) R 11830 11830 7968 0 -1 4202560 13860 0 0 0 415 2 0 0 20 0 15 0 39569762 14316269568 62456 18446744073709551615 4194304 4196468 140724768572624 140261699570416 140262209500688 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11844] ppid=11830 vsize=13980732 memory=2164 CPUtime=0.82 cores=1,3,5,7
/proc/11832/task/11844/stat : 11844 (java) S 11830 11830 7968 0 -1 1077944384 4774 0 0 0 81 1 0 0 20 0 15 0 39569762 14316269568 62456 18446744073709551615 4194304 4196468 140724768572624 140261698517616 140262226303618 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11845] ppid=11830 vsize=13980732 memory=840 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11845/stat : 11845 (java) S 11830 11830 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39569762 14316269568 62456 18446744073709551615 4194304 4196468 140724768572624 140261697465056 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11846] ppid=11830 vsize=13980732 memory=3880 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11846/stat : 11846 (java) S 11830 11830 7968 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 15 0 39569768 14316269568 62456 18446744073709551615 4194304 4196468 140724768572624 140261696412336 140262226303618 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
Current children cumulated CPU time: 23.79 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 251204 KiB

[startup+15.2008 s]
/proc/loadavg: 2.20 2.10 2.03 4/217 11847
/proc/meminfo: memFree=26777636/32770624 swapFree=67108860/67108860
[pid=11830] ppid=11827 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (xcsp3-exec) S 11827 11830 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 39569748 9740288 345 18446744073709551615 4194304 5098028 140735493318960 140735493317064 140427691303548 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 8540160 140735493325177 140735493325382 140735493325382 140735493328875 0
/proc/11830/statm: 2378 345 289 221 0 87 0
[pid=11832] ppid=11830 vsize=13980732 memory=249956 CPUtime=24.51 cores=1,3,5,7
/proc/11832/stat : 11832 (java) S 11830 11830 7968 0 -1 1077944320 49847 0 0 0 2438 13 0 0 20 0 15 0 39569757 14316269568 62489 18446744073709551615 4194304 4196468 140724768572624 140724768555168 140262226292471 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
/proc/11832/statm: 3495183 62489 3250 1 0 3483476 0
[pid=11832/tid=11833] ppid=11830 vsize=13980732 memory=4201250483005911043 CPUtime=15.01 cores=1,3,5,7
/proc/11832/task/11833/stat : 11833 (java) R 11830 11830 7968 0 -1 4202560 11305 0 0 0 1496 5 0 0 20 0 15 0 39569757 14316269568 62489 18446744073709551615 4194304 4196468 140724768572624 140262230528864 140261845658448 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11834] ppid=11830 vsize=13980732 memory=-8774313645642428999 CPUtime=0.01 cores=1,3,5,7
/proc/11832/task/11834/stat : 11834 (java) S 11830 11830 7968 0 -1 1077944384 113 0 0 0 1 0 0 0 20 0 15 0 39569758 14316269568 62489 18446744073709551615 4194304 4196468 140724768572624 140262160727184 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11835] ppid=11830 vsize=13980732 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11835/stat : 11835 (java) S 11830 11830 7968 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 39569758 14316269568 62489 18446744073709551615 4194304 4196468 140724768572624 140262159674384 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11836] ppid=11830 vsize=13980732 memory=1000 CPUtime=0.01 cores=1,3,5,7
/proc/11832/task/11836/stat : 11836 (java) S 11830 11830 7968 0 -1 1077944384 438 0 0 0 1 0 0 0 20 0 15 0 39569758 14316269568 62489 18446744073709551615 4194304 4196468 140724768572624 140262158621584 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11837] ppid=11830 vsize=13980732 memory=2012 CPUtime=0.01 cores=1,3,5,7
/proc/11832/task/11837/stat : 11837 (java) S 11830 11830 7968 0 -1 1077944384 726 0 0 0 1 0 0 0 20 0 15 0 39569758 14316269568 62489 18446744073709551615 4194304 4196468 140724768572624 140262157568784 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11838] ppid=11830 vsize=13980732 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11838/stat : 11838 (java) S 11830 11830 7968 0 -1 1077944384 539 0 0 0 0 0 0 0 20 0 15 0 39569759 14316269568 62489 18446744073709551615 4194304 4196468 140724768572624 140261704833392 140262226303618 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11839] ppid=11830 vsize=13980732 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11839/stat : 11839 (java) S 11830 11830 7968 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 39569760 14316269568 62489 18446744073709551615 4194304 4196468 140724768572624 140261703779424 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11840] ppid=11830 vsize=13980732 memory=792 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11840/stat : 11840 (java) S 11830 11830 7968 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 39569760 14316269568 62489 18446744073709551615 4194304 4196468 140724768572624 140261702726528 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11841] ppid=11830 vsize=13980732 memory=8712 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11841/stat : 11841 (java) S 11830 11830 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39569762 14316269568 62489 18446744073709551615 4194304 4196468 140724768572624 140261701674832 140262226311067 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11842] ppid=11830 vsize=13980732 memory=1440 CPUtime=4.23 cores=1,3,5,7
/proc/11832/task/11842/stat : 11842 (java) S 11830 11830 7968 0 -1 1077944384 16513 0 0 0 421 2 0 0 20 0 15 0 39569762 14316269568 62489 18446744073709551615 4194304 4196468 140724768572624 140261700623216 140262226303618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11843] ppid=11830 vsize=13980732 memory=9992 CPUtime=4.34 cores=1,3,5,7
/proc/11832/task/11843/stat : 11843 (java) S 11830 11830 7968 0 -1 1077944384 13881 0 0 0 432 2 0 0 20 0 15 0 39569762 14316269568 62489 18446744073709551615 4194304 4196468 140724768572624 140261699570416 140262226303618 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11844] ppid=11830 vsize=13980732 memory=1200 CPUtime=0.82 cores=1,3,5,7
/proc/11832/task/11844/stat : 11844 (java) S 11830 11830 7968 0 -1 1077944384 4778 0 0 0 81 1 0 0 20 0 15 0 39569762 14316269568 62489 18446744073709551615 4194304 4196468 140724768572624 140261698517616 140262226303618 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11845] ppid=11830 vsize=13980732 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11845/stat : 11845 (java) S 11830 11830 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39569762 14316269568 62489 18446744073709551615 4194304 4196468 140724768572624 140261697465056 140262226302677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
[pid=11832/tid=11846] ppid=11830 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11832/task/11846/stat : 11846 (java) S 11830 11830 7968 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 15 0 39569768 14316269568 62489 18446744073709551615 4194304 4196468 140724768572624 140261696412336 140262226303618 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16416768 140724768580018 140724768580194 140724768580194 140724768583631 0
Current children cumulated CPU time: 24.51 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 251336 KiB

Child status: 0
Real time (s): 15.2744
CPU time (s): 24.5873
CPU user time (s): 24.4408
CPU system time (s): 0.146477
CPU usage (%): 160.97
Max. virtual memory (cumulated for all children) (KiB): 13992564
Max. memory (cumulated for all children) (KiB): 251336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.4408
system time used= 0.146477
maximum resident set size= 249956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50503
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3641
involuntary context switches= 55


# summary of solver processes directly reported to runsolver:
#   pid: 11830
#   total CPU time (s): 24.5873
#   total CPU user time (s): 24.4408
#   total CPU system time (s): 0.146477

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.107344 second user time and 0.204154 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-16 06:00:34
IDJOB=4272819
IDBENCH=139744
IDSOLVER=2664
FILE ID=node128/4272819-1502856872
RUNJOBID= node128-1502649221-29001
PBS_JOBID= 
Free space on /tmp= 62020 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 -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4272819-1502856872/watcher-4272819-1502856872 -o /tmp/evaluation-result-4272819-1502856872/solver-4272819-1502856872 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1305347544 HOME/instance-4272819-1502856872.xml

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

MD5SUM BENCH= a3ba3cad77540d9164e30b3f583ccc44
RANDOM SEED=1305347544

node128.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.94
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.94
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.94
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.94
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:        27014284 kB
MemAvailable:   27990960 kB
Buffers:          242716 kB
Cached:          1025104 kB
SwapCached:            0 kB
Active:          4414528 kB
Inactive:         913720 kB
Active(anon):    4060772 kB
Inactive(anon):    24956 kB
Active(file):     353756 kB
Inactive(file):   888764 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8132 kB
Writeback:             0 kB
AnonPages:       4079468 kB
Mapped:            52888 kB
Shmem:             25308 kB
Slab:             125276 kB
SReclaimable:      99984 kB
SUnreclaim:        25292 kB
KernelStack:        3808 kB
PageTables:        13624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4924964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3942400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62012 MiB
End job on node128 at 2017-08-16 06:00:49