Trace number 4297468

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7b par (e747e1e)OPT68 3.78077 1.08897

General information on the benchmark

NameRcpsp/
Rcpsp-j60-01-02_c18.xml
MD5SUM2a7801ec96cf67d89ec484abe9bad078
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark68
Best CPU time to get the best result obtained on this benchmark3.78077
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints97
Number of domains2
Minimum domain size1
Maximum domain size344
Distribution of domain sizes[{"size":1,"count":1},{"size":344,"count":61}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":24},{"degree":4,"count":16},{"degree":5,"count":21},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity21
Distribution of constraint arities[{"arity":2,"count":93},{"arity":11,"count":1},{"arity":12,"count":1},{"arity":16,"count":1},{"arity":21,"count":1}]
Number of extensional constraints0
Number of intensional constraints93
Distribution of constraint types[{"type":"intension","count":93},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297468-1532722226.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4297468-1532722226.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.61/0.75	c solve instance...
2.13/0.83	o 332 
2.13/0.83	o 85 
2.13/0.84	o 81 
2.13/0.86	o 80 
2.13/0.88	o 79 
2.73/0.92	o 78 
2.73/0.92	o 77 
2.73/0.94	o 76 
2.73/0.95	o 75 
2.73/0.96	o 74 
2.73/0.97	o 73 
3.47/1.01	o 72 
3.47/1.02	o 70 
3.47/1.03	o 68 
3.47/1.04	s OPTIMUM FOUND
3.47/1.04	v <instantiation>
3.47/1.04	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] </list>
3.47/1.04	v 	<values>0 28 0 0 7 7 37 16 21 24 14 16 14 21 22 22 33 23 24 29 24 24 22 33 28 30 33 16 37 33 51 36 35 28 44 33 29 43 38 45 45 44 39 45 59 21 42 27 37 48 51 54 49 56 60 38 64 49 60 61 67 68 </values>
3.47/1.04	v </instantiation>

Verifier Data

OK	68

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297468-1532722226/watcher-4297468-1532722226 -o /tmp/evaluation-result-4297468-1532722226/solver-4297468-1532722226 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node138-1532713877-19577 --watchdog 2580 HOME/xcsp3-exec -seed 589838633 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297468-1532722226.xml 

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

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


[startup+0.100116 s]*
/proc/loadavg: 8.07 7.99 7.66 3/199 21895
/proc/meminfo: memFree=22349296/32770624 swapFree=67108796/67108860
[pid=21874] ppid=21871 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21874/stat : 21874 (xcsp3-exec) S 21871 21874 19550 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89785761 115843072 364 33554432000 4194304 5098028 140730625074336 140730625072440 140600723145340 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24936448 140730625078326 140730625078528 140730625078528 140730625081290 0
/proc/21874/statm: 28282 364 306 221 0 87 0
[pid=21876] ppid=21874 vsize=26104152 memory=29196 CPUtime=0.11 cores=0-7
/proc/21876/stat : 21876 (java) S 21874 21874 19550 0 -1 1077944320 5625 0 0 0 10 1 0 0 20 0 20 0 89785762 26730651648 7299 33554432000 4194304 4196468 140722160379376 140722160361920 140258064854775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
/proc/21876/statm: 6526038 7299 3028 1 0 6488315 0
[pid=21876/tid=21877] ppid=21874 vsize=26104152 memory=8256676399481266078 CPUtime=0.09 cores=0-7
/proc/21876/task/21877/stat : 21877 (java) R 21874 21874 19550 0 -1 4202560 3658 0 0 0 8 1 0 0 20 0 20 0 89785762 26730651648 7299 33554432000 4194304 4196468 140722160379376 140258069088048 140258064866710 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21878] ppid=21874 vsize=26104152 memory=732369895891250149 CPUtime=0 cores=0-7
/proc/21876/task/21878/stat : 21878 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89785763 26730651648 7299 33554432000 4194304 4196468 140722160379376 140258017475216 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21879] ppid=21874 vsize=26104152 memory=139757553796736 CPUtime=0 cores=0-7
/proc/21876/task/21879/stat : 21879 (java) S 21874 21874 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89785763 26730651648 7299 33554432000 4194304 4196468 140722160379376 140258016422416 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21880] ppid=21874 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21880/stat : 21880 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89785763 26730651648 7299 33554432000 4194304 4196468 140722160379376 140258015369616 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21881] ppid=21874 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21881/stat : 21881 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89785763 26730651648 7299 33554432000 4194304 4196468 140722160379376 140258014316816 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21882] ppid=21874 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21882/stat : 21882 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89785763 26730651648 7299 33554432000 4194304 4196468 140722160379376 140258013265040 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21883] ppid=21874 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/21876/task/21883/stat : 21883 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89785763 26730651648 7299 33554432000 4194304 4196468 140722160379376 140258012212240 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21884] ppid=21874 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21884/stat : 21884 (java) S 21874 21874 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89785763 26730651648 7299 33554432000 4194304 4196468 140722160379376 140258011159440 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21885] ppid=21874 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21885/stat : 21885 (java) S 21874 21874 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89785763 26730651648 7299 33554432000 4194304 4196468 140722160379376 140258010106640 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21886] ppid=21874 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21886/stat : 21886 (java) S 21874 21874 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89785764 26730651648 7299 33554432000 4194304 4196468 140722160379376 140257058044272 140258064865922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21887] ppid=21874 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21887/stat : 21887 (java) S 21874 21874 19550 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 89785765 26730651648 7299 33554432000 4194304 4196468 140722160379376 140256267985952 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21888] ppid=21874 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21888/stat : 21888 (java) S 21874 21874 19550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89785765 26730651648 7299 33554432000 4194304 4196468 140722160379376 140256266933104 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21889] ppid=21874 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21889/stat : 21889 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89785767 26730651648 7299 33554432000 4194304 4196468 140722160379376 140256265881424 140258064873371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21890] ppid=21874 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21890/stat : 21890 (java) R 21874 21874 19550 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 20 0 89785767 26730651648 7299 33554432000 4194304 4196468 140722160379376 140256264829808 140258064865922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21891] ppid=21874 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21891/stat : 21891 (java) S 21874 21874 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89785767 26730651648 7299 33554432000 4194304 4196468 140722160379376 140256263777008 140258064865922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21892] ppid=21874 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21892/stat : 21892 (java) S 21874 21874 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89785767 26730651648 7299 33554432000 4194304 4196468 140722160379376 140256262724208 140258064865922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21893] ppid=21874 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/21876/task/21893/stat : 21893 (java) R 21874 21874 19550 0 -1 4202560 258 0 0 0 1 0 0 0 20 0 20 0 89785767 26730651648 7299 33554432000 4194304 4196468 140722160379376 140256261671408 140258043554976 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21894] ppid=21874 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21894/stat : 21894 (java) S 21874 21874 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89785767 26730651648 7299 33554432000 4194304 4196468 140722160379376 140256260618848 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21895] ppid=21874 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/21876/task/21895/stat : 21895 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89785768 26730651648 7299 33554432000 4194304 4196468 140722160379376 140256259566128 140258064865922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 30652 KiB

[startup+0.210441 s]*
/proc/loadavg: 8.07 7.99 7.66 3/199 21895
/proc/meminfo: memFree=22338132/32770624 swapFree=67108796/67108860
[pid=21874] ppid=21871 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21874/stat : 21874 (xcsp3-exec) S 21871 21874 19550 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89785761 115843072 364 33554432000 4194304 5098028 140730625074336 140730625072440 140600723145340 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24936448 140730625078326 140730625078528 140730625078528 140730625081290 0
/proc/21874/statm: 28282 364 306 221 0 87 0
[pid=21876] ppid=21874 vsize=26104152 memory=41988 CPUtime=0.33 cores=0-7
/proc/21876/stat : 21876 (java) S 21874 21874 19550 0 -1 1077944320 8483 0 0 0 31 2 0 0 20 0 20 0 89785762 26730651648 10497 33554432000 4194304 4196468 140722160379376 140722160361920 140258064854775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
/proc/21876/statm: 6526038 10497 3208 1 0 6488315 0
[pid=21876/tid=21877] ppid=21874 vsize=26104152 memory=0 CPUtime=0.19 cores=0-7
/proc/21876/task/21877/stat : 21877 (java) R 21874 21874 19550 0 -1 4202560 5548 0 0 0 18 1 0 0 20 0 20 0 89785762 26730651648 10497 33554432000 4194304 4196468 140722160379376 140258069091472 140258048935262 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21878] ppid=21874 vsize=26104152 memory=279514984302328 CPUtime=0 cores=0-7
/proc/21876/task/21878/stat : 21878 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89785763 26730651648 10497 33554432000 4194304 4196468 140722160379376 140258017475216 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21879] ppid=21874 vsize=26104152 memory=139757553796736 CPUtime=0 cores=0-7
/proc/21876/task/21879/stat : 21879 (java) S 21874 21874 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89785763 26730651648 10497 33554432000 4194304 4196468 140722160379376 140258016422416 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21880] ppid=21874 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21880/stat : 21880 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89785763 26730651648 10497 33554432000 4194304 4196468 140722160379376 140258015369616 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21881] ppid=21874 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21881/stat : 21881 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89785763 26730651648 10497 33554432000 4194304 4196468 140722160379376 140258014316816 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21882] ppid=21874 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21882/stat : 21882 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89785763 26730651648 10497 33554432000 4194304 4196468 140722160379376 140258013265040 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21883] ppid=21874 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/21876/task/21883/stat : 21883 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89785763 26730651648 10497 33554432000 4194304 4196468 140722160379376 140258012212240 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21884] ppid=21874 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21884/stat : 21884 (java) S 21874 21874 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89785763 26730651648 10497 33554432000 4194304 4196468 140722160379376 140258011159440 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21885] ppid=21874 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21885/stat : 21885 (java) S 21874 21874 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89785763 26730651648 10497 33554432000 4194304 4196468 140722160379376 140258010106640 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21886] ppid=21874 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21886/stat : 21886 (java) S 21874 21874 19550 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89785764 26730651648 10497 33554432000 4194304 4196468 140722160379376 140257058044272 140258064865922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21887] ppid=21874 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21887/stat : 21887 (java) S 21874 21874 19550 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 89785765 26730651648 10497 33554432000 4194304 4196468 140722160379376 140256267985952 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21888] ppid=21874 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21888/stat : 21888 (java) S 21874 21874 19550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89785765 26730651648 10497 33554432000 4194304 4196468 140722160379376 140256266933104 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21889] ppid=21874 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21889/stat : 21889 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89785767 26730651648 10497 33554432000 4194304 4196468 140722160379376 140256265881424 140258064873371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21890] ppid=21874 vsize=26104152 memory=0 CPUtime=0.02 cores=0-7
/proc/21876/task/21890/stat : 21890 (java) S 21874 21874 19550 0 -1 1077944384 539 0 0 0 2 0 0 0 20 0 20 0 89785767 26730651648 10497 33554432000 4194304 4196468 140722160379376 140256264829808 140258064865922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21891] ppid=21874 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/21876/task/21891/stat : 21891 (java) S 21874 21874 19550 0 -1 1077944384 95 0 0 0 1 0 0 0 20 0 20 0 89785767 26730651648 10497 33554432000 4194304 4196468 140722160379376 140256263777008 140258064865922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21892] ppid=21874 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/21876/task/21892/stat : 21892 (java) S 21874 21874 19550 0 -1 1077944384 265 0 0 0 1 0 0 0 20 0 20 0 89785767 26730651648 10497 33554432000 4194304 4196468 140722160379376 140256262724208 140258064865922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21893] ppid=21874 vsize=26104152 memory=0 CPUtime=0.07 cores=0-7
/proc/21876/task/21893/stat : 21893 (java) S 21874 21874 19550 0 -1 1077944384 747 0 0 0 7 0 0 0 20 0 20 0 89785767 26730651648 10497 33554432000 4194304 4196468 140722160379376 140256261671408 140258064865922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21894] ppid=21874 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21894/stat : 21894 (java) S 21874 21874 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89785767 26730651648 10497 33554432000 4194304 4196468 140722160379376 140256260618848 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21895] ppid=21874 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/21876/task/21895/stat : 21895 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89785768 26730651648 10497 33554432000 4194304 4196468 140722160379376 140256259566128 140258064865922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 43444 KiB

[startup+0.310525 s]*
/proc/loadavg: 8.07 7.99 7.66 4/199 21895
/proc/meminfo: memFree=22331928/32770624 swapFree=67108796/67108860
[pid=21874] ppid=21871 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21874/stat : 21874 (xcsp3-exec) S 21871 21874 19550 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89785761 115843072 364 33554432000 4194304 5098028 140730625074336 140730625072440 140600723145340 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24936448 140730625078326 140730625078528 140730625078528 140730625081290 0
/proc/21874/statm: 28282 364 306 221 0 87 0
[pid=21876] ppid=21874 vsize=26108408 memory=48516 CPUtime=0.52 cores=0-7
/proc/21876/stat : 21876 (java) S 21874 21874 19550 0 -1 1077944320 9323 0 0 0 49 3 0 0 20 0 20 0 89785762 26735009792 12129 33554432000 4194304 4196468 140722160379376 140722160361920 140258064854775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
/proc/21876/statm: 6527102 12129 3258 1 0 6488315 0
[pid=21876/tid=21877] ppid=21874 vsize=26108408 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/21876/task/21877/stat : 21877 (java) R 21874 21874 19550 0 -1 4202560 6224 0 0 0 27 2 0 0 20 0 20 0 89785762 26735009792 12185 33554432000 4194304 4196468 140722160379376 140258069088560 140258048935262 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21878] ppid=21874 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21878/stat : 21878 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89785763 26735009792 12185 33554432000 4194304 4196468 140722160379376 140258017475216 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21879] ppid=21874 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21879/stat : 21879 (java) S 21874 21874 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89785763 26735009792 12185 33554432000 4194304 4196468 140722160379376 140258016422416 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21880] ppid=21874 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21880/stat : 21880 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89785763 26735009792 12185 33554432000 4194304 4196468 140722160379376 140258015369616 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21881] ppid=21874 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21881/stat : 21881 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89785763 26735009792 12185 33554432000 4194304 4196468 140722160379376 140258014316816 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21882] ppid=21874 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/21876/task/21882/stat : 21882 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89785763 26735009792 12185 33554432000 4194304 4196468 140722160379376 140258013265040 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21883] ppid=21874 vsize=26108408 memory=139757430600623 CPUtime=0 cores=0-7
/proc/21876/task/21883/stat : 21883 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89785763 26735009792 12185 33554432000 4194304 4196468 140722160379376 140258012212240 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21884] ppid=21874 vsize=26108408 memory=139757430602928 CPUtime=0 cores=0-7
/proc/21876/task/21884/stat : 21884 (java) S 21874 21874 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89785763 26735009792 12185 33554432000 4194304 4196468 140722160379376 140258011159440 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21885] ppid=21874 vsize=26108408 memory=139757430605232 CPUtime=0 cores=0-7
/proc/21876/task/21885/stat : 21885 (java) S 21874 21874 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89785763 26735009792 12185 33554432000 4194304 4196468 140722160379376 140258010106640 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21886] ppid=21874 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21886/stat : 21886 (java) S 21874 21874 19550 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89785764 26735009792 12185 33554432000 4194304 4196468 140722160379376 140257058044272 140258064865922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21887] ppid=21874 vsize=26108408 memory=279514861217424 CPUtime=0 cores=0-7
/proc/21876/task/21887/stat : 21887 (java) S 21874 21874 19550 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 89785765 26735009792 12185 33554432000 4194304 4196468 140722160379376 140256267985952 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21888] ppid=21874 vsize=26108408 memory=279514861224336 CPUtime=0 cores=0-7
/proc/21876/task/21888/stat : 21888 (java) S 21874 21874 19550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89785765 26735009792 12185 33554432000 4194304 4196468 140722160379376 140256266933104 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21889] ppid=21874 vsize=26108408 memory=279514861165616 CPUtime=0 cores=0-7
/proc/21876/task/21889/stat : 21889 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89785767 26735009792 12185 33554432000 4194304 4196468 140722160379376 140256265881424 140258064873371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21890] ppid=21874 vsize=26108408 memory=279514861238160 CPUtime=0.03 cores=0-7
/proc/21876/task/21890/stat : 21890 (java) R 21874 21874 19550 0 -1 4202560 619 0 0 0 3 0 0 0 20 0 20 0 89785767 26735009792 12185 33554432000 4194304 4196468 140722160379376 140256264828992 140258044101282 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21891] ppid=21874 vsize=26108408 memory=279514861245072 CPUtime=0.02 cores=0-7
/proc/21876/task/21891/stat : 21891 (java) S 21874 21874 19550 0 -1 1077944384 102 0 0 0 2 0 0 0 20 0 20 0 89785767 26735009792 12185 33554432000 4194304 4196468 140722160379376 140256263777008 140258064865922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21892] ppid=21874 vsize=26108408 memory=279514861242768 CPUtime=0.02 cores=0-7
/proc/21876/task/21892/stat : 21892 (java) S 21874 21874 19550 0 -1 1077944384 276 0 0 0 2 0 0 0 20 0 20 0 89785767 26735009792 12185 33554432000 4194304 4196468 140722160379376 140256262724208 140258064865922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21893] ppid=21874 vsize=26108408 memory=279514861258928 CPUtime=0.12 cores=0-7
/proc/21876/task/21893/stat : 21893 (java) S 21874 21874 19550 0 -1 1077944384 815 0 0 0 12 0 0 0 20 0 20 0 89785767 26735009792 12185 33554432000 4194304 4196468 140722160379376 140256261671408 140258064865922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21894] ppid=21874 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21894/stat : 21894 (java) S 21874 21874 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89785767 26735009792 12185 33554432000 4194304 4196468 140722160379376 140256260618848 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21895] ppid=21874 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/21876/task/21895/stat : 21895 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89785768 26735009792 12185 33554432000 4194304 4196468 140722160379376 140256259566128 140258064865922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 49972 KiB

[startup+0.700967 s]
/proc/loadavg: 8.07 7.99 7.66 3/199 21895
/proc/meminfo: memFree=22314136/32770624 swapFree=67108796/67108860
[pid=21874] ppid=21871 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21874/stat : 21874 (xcsp3-exec) S 21871 21874 19550 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89785761 115843072 364 33554432000 4194304 5098028 140730625074336 140730625072440 140600723145340 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24936448 140730625078326 140730625078528 140730625078528 140730625081290 0
/proc/21874/statm: 28282 364 306 221 0 87 0
[pid=21876] ppid=21874 vsize=26110532 memory=88160 CPUtime=1.61 cores=0-7
/proc/21876/stat : 21876 (java) S 21874 21874 19550 0 -1 1077944320 13175 0 0 0 156 5 0 0 20 0 20 0 89785762 26737184768 22040 33554432000 4194304 4196468 140722160379376 140722160361920 140258064854775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
/proc/21876/statm: 6527633 22040 3357 1 0 6488827 0
[pid=21876/tid=21877] ppid=21874 vsize=26110532 memory=279514861553792 CPUtime=0.66 cores=0-7
/proc/21876/task/21877/stat : 21877 (java) R 21874 21874 19550 0 -1 4202560 7238 0 0 0 64 2 0 0 20 0 20 0 89785762 26737184768 22040 33554432000 4194304 4196468 140722160379376 140258069092576 140257677091712 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21878] ppid=21874 vsize=26110532 memory=8800 CPUtime=0 cores=0-7
/proc/21876/task/21878/stat : 21878 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89785763 26737184768 22040 33554432000 4194304 4196468 140722160379376 140258017475216 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21879] ppid=21874 vsize=26110532 memory=1120 CPUtime=0 cores=0-7
/proc/21876/task/21879/stat : 21879 (java) S 21874 21874 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89785763 26737184768 22040 33554432000 4194304 4196468 140722160379376 140258016422416 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21880] ppid=21874 vsize=26110532 memory=792 CPUtime=0 cores=0-7
/proc/21876/task/21880/stat : 21880 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89785763 26737184768 22040 33554432000 4194304 4196468 140722160379376 140258015369616 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21881] ppid=21874 vsize=26110532 memory=832 CPUtime=0 cores=0-7
/proc/21876/task/21881/stat : 21881 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89785763 26737184768 22040 33554432000 4194304 4196468 140722160379376 140258014316816 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21882] ppid=21874 vsize=26110532 memory=1608 CPUtime=0 cores=0-7
/proc/21876/task/21882/stat : 21882 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89785763 26737184768 22040 33554432000 4194304 4196468 140722160379376 140258013265040 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21883] ppid=21874 vsize=26110532 memory=5012 CPUtime=0 cores=0-7
/proc/21876/task/21883/stat : 21883 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89785763 26737184768 22040 33554432000 4194304 4196468 140722160379376 140258012212240 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21884] ppid=21874 vsize=26110532 memory=4032 CPUtime=0 cores=0-7
/proc/21876/task/21884/stat : 21884 (java) S 21874 21874 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89785763 26737184768 22040 33554432000 4194304 4196468 140722160379376 140258011159440 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21885] ppid=21874 vsize=26110532 memory=1284 CPUtime=0 cores=0-7
/proc/21876/task/21885/stat : 21885 (java) S 21874 21874 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89785763 26737184768 22040 33554432000 4194304 4196468 140722160379376 140258010106640 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21886] ppid=21874 vsize=26110532 memory=1088 CPUtime=0 cores=0-7
/proc/21876/task/21886/stat : 21886 (java) S 21874 21874 19550 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89785764 26737184768 22040 33554432000 4194304 4196468 140722160379376 140257058044272 140258064865922 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21887] ppid=21874 vsize=26110532 memory=1800 CPUtime=0 cores=0-7
/proc/21876/task/21887/stat : 21887 (java) S 21874 21874 19550 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 89785765 26737184768 22040 33554432000 4194304 4196468 140722160379376 140256267985952 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21888] ppid=21874 vsize=26110532 memory=7024 CPUtime=0 cores=0-7
/proc/21876/task/21888/stat : 21888 (java) S 21874 21874 19550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89785765 26737184768 22040 33554432000 4194304 4196468 140722160379376 140256266933104 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21889] ppid=21874 vsize=26110532 memory=15044 CPUtime=0 cores=0-7
/proc/21876/task/21889/stat : 21889 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89785767 26737184768 22040 33554432000 4194304 4196468 140722160379376 140256265881424 140258064873371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21890] ppid=21874 vsize=26110532 memory=19804 CPUtime=0.17 cores=0-7
/proc/21876/task/21890/stat : 21890 (java) R 21874 21874 19550 0 -1 4202560 1230 0 0 0 17 0 0 0 20 0 20 0 89785767 26737184768 22040 33554432000 4194304 4196468 140722160379376 140256264829808 140258043005315 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21891] ppid=21874 vsize=26110532 memory=17604 CPUtime=0.12 cores=0-7
/proc/21876/task/21891/stat : 21891 (java) R 21874 21874 19550 0 -1 4202560 397 0 0 0 12 0 0 0 20 0 20 0 89785767 26737184768 22040 33554432000 4194304 4196468 140722160379376 140256263767392 140258046377262 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21892] ppid=21874 vsize=26110532 memory=4016 CPUtime=0.19 cores=0-7
/proc/21876/task/21892/stat : 21892 (java) R 21874 21874 19550 0 -1 4202560 939 0 0 0 19 0 0 0 20 0 20 0 89785767 26737184768 22040 33554432000 4194304 4196468 140722160379376 140256262704928 140258044102432 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21893] ppid=21874 vsize=26110532 memory=644 CPUtime=0.42 cores=0-7
/proc/21876/task/21893/stat : 21893 (java) R 21874 21874 19550 0 -1 4202560 2081 0 0 0 42 0 0 0 20 0 20 0 89785767 26737184768 22040 33554432000 4194304 4196468 140722160379376 140256261671536 140258043536222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21894] ppid=21874 vsize=26110532 memory=1676 CPUtime=0 cores=0-7
/proc/21876/task/21894/stat : 21894 (java) S 21874 21874 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89785767 26737184768 22040 33554432000 4194304 4196468 140722160379376 140256260618848 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21895] ppid=21874 vsize=26110532 memory=960 CPUtime=0 cores=0-7
/proc/21876/task/21895/stat : 21895 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89785768 26737184768 22040 33554432000 4194304 4196468 140722160379376 140256259566128 140258064865922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 26223660 KiB
Current children cumulated memory: 89616 KiB

[startup+1.08892 s]
# the end of solver process 21874 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.67048 s, system=0.110291 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+0.803619 s]
/proc/loadavg: 8.07 7.99 7.66 3/199 21895
/proc/meminfo: memFree=22314136/32770624 swapFree=67108796/67108860
[pid=21874] ppid=21871 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21874/stat : 21874 (xcsp3-exec) S 21871 21874 19550 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89785761 115843072 364 33554432000 4194304 5098028 140730625074336 140730625072440 140600723145340 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24936448 140730625078326 140730625078528 140730625078528 140730625081290 0
/proc/21874/statm: 28282 364 306 221 0 87 0
[pid=21876] ppid=21874 vsize=26645092 memory=118112 CPUtime=2.13 cores=0-7
/proc/21876/stat : 21876 (java) S 21874 21874 19550 0 -1 1077944320 14913 0 0 0 207 6 0 0 20 0 28 0 89785762 27284574208 29515 33554432000 4194304 4196468 140722160379376 140722160361920 140258064854775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
/proc/21876/statm: 6661273 29528 3359 1 0 6622467 0
[pid=21876/tid=21877] ppid=21874 vsize=26645092 memory=6791534058613427641 CPUtime=0.73 cores=0-7
/proc/21876/task/21877/stat : 21877 (java) S 21874 21874 19550 0 -1 1077944384 7352 0 0 0 70 3 0 0 20 0 28 0 89785762 27284574208 29528 33554432000 4194304 4196468 140722160379376 140258069095552 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21878] ppid=21874 vsize=26645092 memory=4068 CPUtime=0 cores=0-7
/proc/21876/task/21878/stat : 21878 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89785763 27284574208 29528 33554432000 4194304 4196468 140722160379376 140258017475216 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21879] ppid=21874 vsize=26645092 memory=2244 CPUtime=0 cores=0-7
/proc/21876/task/21879/stat : 21879 (java) S 21874 21874 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 89785763 27284574208 29528 33554432000 4194304 4196468 140722160379376 140258016422416 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21880] ppid=21874 vsize=26645092 memory=4124 CPUtime=0 cores=0-7
/proc/21876/task/21880/stat : 21880 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89785763 27284574208 29528 33554432000 4194304 4196468 140722160379376 140258015369616 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21881] ppid=21874 vsize=26645092 memory=924 CPUtime=0 cores=0-7
/proc/21876/task/21881/stat : 21881 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89785763 27284574208 29528 33554432000 4194304 4196468 140722160379376 140258014316816 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21882] ppid=21874 vsize=26645092 memory=1572 CPUtime=0 cores=0-7
/proc/21876/task/21882/stat : 21882 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89785763 27284574208 29528 33554432000 4194304 4196468 140722160379376 140258013265040 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21883] ppid=21874 vsize=26645092 memory=2092 CPUtime=0 cores=0-7
/proc/21876/task/21883/stat : 21883 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89785763 27284574208 29528 33554432000 4194304 4196468 140722160379376 140258012212240 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21884] ppid=21874 vsize=26645092 memory=7524 CPUtime=0 cores=0-7
/proc/21876/task/21884/stat : 21884 (java) S 21874 21874 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 89785763 27284574208 29528 33554432000 4194304 4196468 140722160379376 140258011159440 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21885] ppid=21874 vsize=26645092 memory=836 CPUtime=0 cores=0-7
/proc/21876/task/21885/stat : 21885 (java) S 21874 21874 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 89785763 27284574208 29528 33554432000 4194304 4196468 140722160379376 140258010106640 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21886] ppid=21874 vsize=26645092 memory=1692 CPUtime=0 cores=0-7
/proc/21876/task/21886/stat : 21886 (java) S 21874 21874 19550 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 89785764 27284574208 29528 33554432000 4194304 4196468 140722160379376 140257058044272 140258064865922 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21887] ppid=21874 vsize=26645092 memory=22244 CPUtime=0 cores=0-7
/proc/21876/task/21887/stat : 21887 (java) S 21874 21874 19550 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 89785765 27284574208 29528 33554432000 4194304 4196468 140722160379376 140256267985952 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21888] ppid=21874 vsize=26645092 memory=-7749696028082845524 CPUtime=0 cores=0-7
/proc/21876/task/21888/stat : 21888 (java) S 21874 21874 19550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 89785765 27284574208 29528 33554432000 4194304 4196468 140722160379376 140256266933104 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21889] ppid=21874 vsize=26645092 memory=6933690279252828305 CPUtime=0 cores=0-7
/proc/21876/task/21889/stat : 21889 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89785767 27284574208 29528 33554432000 4194304 4196468 140722160379376 140256265881424 140258064873371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21890] ppid=21874 vsize=26645092 memory=-7384994778349280928 CPUtime=0.23 cores=0-7
/proc/21876/task/21890/stat : 21890 (java) R 21874 21874 19550 0 -1 4202560 1321 0 0 0 23 0 0 0 20 0 28 0 89785767 27284574208 29528 33554432000 4194304 4196468 140722160379376 140256264815832 140258046375860 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21891] ppid=21874 vsize=26645092 memory=0 CPUtime=0.21 cores=0-7
/proc/21876/task/21891/stat : 21891 (java) R 21874 21874 19550 0 -1 4202560 757 0 0 0 21 0 0 0 20 0 28 0 89785767 27284574208 29528 33554432000 4194304 4196468 140722160379376 140256263758024 140258048354945 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21892] ppid=21874 vsize=26645092 memory=0 CPUtime=0.29 cores=0-7
/proc/21876/task/21892/stat : 21892 (java) R 21874 21874 19550 0 -1 4202560 1349 0 0 0 29 0 0 0 20 0 28 0 89785767 27284574208 29528 33554432000 4194304 4196468 140722160379376 140256262710232 140258049981035 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21893] ppid=21874 vsize=26645092 memory=0 CPUtime=0.51 cores=0-7
/proc/21876/task/21893/stat : 21893 (java) R 21874 21874 19550 0 -1 4202560 2465 0 0 0 50 1 0 0 20 0 28 0 89785767 27284574208 29528 33554432000 4194304 4196468 140722160379376 140256261667776 140258064866710 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21894] ppid=21874 vsize=26645092 memory=56 CPUtime=0 cores=0-7
/proc/21876/task/21894/stat : 21894 (java) S 21874 21874 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 89785767 27284574208 29528 33554432000 4194304 4196468 140722160379376 140256260618848 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21895] ppid=21874 vsize=26645092 memory=9205 CPUtime=0 cores=0-7
/proc/21876/task/21895/stat : 21895 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89785768 27284574208 29528 33554432000 4194304 4196468 140722160379376 140256259566128 140258064865922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
Current children cumulated CPU time: 2.13 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 119568 KiB

[startup+1.00087 s]*
/proc/loadavg: 8.07 7.99 7.66 10/207 21991
/proc/meminfo: memFree=22178860/32770624 swapFree=67108796/67108860
[pid=21874] ppid=21871 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21874/stat : 21874 (xcsp3-exec) S 21871 21874 19550 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89785761 115843072 364 33554432000 4194304 5098028 140730625074336 140730625072440 140600723145340 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24936448 140730625078326 140730625078528 140730625078528 140730625081290 0
/proc/21874/statm: 28282 364 306 221 0 87 0
[pid=21876] ppid=21874 vsize=26711656 memory=200368 CPUtime=3.47 cores=0-7
/proc/21876/stat : 21876 (java) S 21874 21874 19550 0 -1 1077944320 19669 0 0 0 338 9 0 0 20 0 28 0 89785762 27352735744 50092 33554432000 4194304 4196468 140722160379376 140722160361920 140258064854775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
/proc/21876/statm: 6677914 50092 3366 1 0 6639108 0
[pid=21876/tid=21877] ppid=21874 vsize=26711656 memory=279514861011184 CPUtime=0.74 cores=0-7
/proc/21876/task/21877/stat : 21877 (java) S 21874 21874 19550 0 -1 1077944384 7355 0 0 0 71 3 0 0 20 0 28 0 89785762 27352735744 50092 33554432000 4194304 4196468 140722160379376 140258069095552 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21878] ppid=21874 vsize=26711656 memory=732369895891250149 CPUtime=0 cores=0-7
/proc/21876/task/21878/stat : 21878 (java) S 21874 21874 19550 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 89785763 27352735744 50092 33554432000 4194304 4196468 140722160379376 140258017475216 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21879] ppid=21874 vsize=26711656 memory=2308580249041810390 CPUtime=0 cores=0-7
/proc/21876/task/21879/stat : 21879 (java) S 21874 21874 19550 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 89785763 27352735744 50092 33554432000 4194304 4196468 140722160379376 140258016422416 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21880] ppid=21874 vsize=26711656 memory=-7737605721172012177 CPUtime=0 cores=0-7
/proc/21876/task/21880/stat : 21880 (java) S 21874 21874 19550 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 89785763 27352735744 50092 33554432000 4194304 4196468 140722160379376 140258015369616 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21881] ppid=21874 vsize=26711656 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/21876/task/21881/stat : 21881 (java) S 21874 21874 19550 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 89785763 27352735744 50092 33554432000 4194304 4196468 140722160379376 140258014316816 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21882] ppid=21874 vsize=26711656 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21882/stat : 21882 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89785763 27352735744 50092 33554432000 4194304 4196468 140722160379376 140258013265040 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21883] ppid=21874 vsize=26711656 memory=-1 CPUtime=0 cores=0-7
/proc/21876/task/21883/stat : 21883 (java) S 21874 21874 19550 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 89785763 27352735744 50092 33554432000 4194304 4196468 140722160379376 140258012212240 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21884] ppid=21874 vsize=26711656 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21884/stat : 21884 (java) S 21874 21874 19550 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 89785763 27352735744 50092 33554432000 4194304 4196468 140722160379376 140258011159440 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21885] ppid=21874 vsize=26711656 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21885/stat : 21885 (java) S 21874 21874 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 89785763 27352735744 50092 33554432000 4194304 4196468 140722160379376 140258010106640 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21886] ppid=21874 vsize=26711656 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21886/stat : 21886 (java) S 21874 21874 19550 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 89785764 27352735744 50092 33554432000 4194304 4196468 140722160379376 140257058044272 140258064865922 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21887] ppid=21874 vsize=26711656 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21887/stat : 21887 (java) S 21874 21874 19550 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 89785765 27352735744 50158 33554432000 4194304 4196468 140722160379376 140256267986016 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21888] ppid=21874 vsize=26711656 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21888/stat : 21888 (java) S 21874 21874 19550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 89785765 27352735744 50158 33554432000 4194304 4196468 140722160379376 140256266933120 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21889] ppid=21874 vsize=26711656 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21889/stat : 21889 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89785767 27352735744 50158 33554432000 4194304 4196468 140722160379376 140256265881424 140258064873371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21890] ppid=21874 vsize=26711656 memory=0 CPUtime=0.39 cores=0-7
/proc/21876/task/21890/stat : 21890 (java) R 21874 21874 19550 0 -1 4202560 2495 0 0 0 39 0 0 0 20 0 28 0 89785767 27352735744 50158 33554432000 4194304 4196468 140722160379376 140256264815544 140258046399009 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21891] ppid=21874 vsize=26711656 memory=0 CPUtime=0.41 cores=0-7
/proc/21876/task/21891/stat : 21891 (java) R 21874 21874 19550 0 -1 4202560 1234 0 0 0 41 0 0 0 20 0 28 0 89785767 27352735744 50158 33554432000 4194304 4196468 140722160379376 140256263762472 140258057144157 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21892] ppid=21874 vsize=26711656 memory=0 CPUtime=0.48 cores=0-7
/proc/21876/task/21892/stat : 21892 (java) R 21874 21874 19550 0 -1 4202560 2088 0 0 0 48 0 0 0 20 0 28 0 89785767 27352735744 50158 33554432000 4194304 4196468 140722160379376 140256262708776 140258049961792 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21893] ppid=21874 vsize=26711656 memory=0 CPUtime=0.61 cores=0-7
/proc/21876/task/21893/stat : 21893 (java) S 21874 21874 19550 0 -1 1077944384 3187 0 0 0 60 1 0 0 20 0 28 0 89785767 27352735744 50158 33554432000 4194304 4196468 140722160379376 140256261671408 140258064865922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21894] ppid=21874 vsize=26711656 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21894/stat : 21894 (java) S 21874 21874 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 89785767 27352735744 50158 33554432000 4194304 4196468 140722160379376 140256260618848 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21895] ppid=21874 vsize=26711656 memory=-1 CPUtime=0 cores=0-7
/proc/21876/task/21895/stat : 21895 (java) S 21874 21874 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89785768 27352735744 50158 33554432000 4194304 4196468 140722160379376 140256259566128 140258064865922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21984] ppid=21874 vsize=26711656 memory=-1 CPUtime=0.01 cores=0-7
/proc/21876/task/21984/stat : 21984 (java) S 21874 21874 19550 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 28 0 89785859 27352735744 50158 33554432000 4194304 4196468 140722160379376 140255940132288 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21985] ppid=21874 vsize=26711656 memory=0 CPUtime=0.01 cores=0-7
/proc/21876/task/21985/stat : 21985 (java) S 21874 21874 19550 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 28 0 89785859 27352735744 50158 33554432000 4194304 4196468 140722160379376 140255935922896 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21986] ppid=21874 vsize=26711656 memory=139761848764031 CPUtime=0.01 cores=0-7
/proc/21876/task/21986/stat : 21986 (java) R 21874 21874 19550 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 28 0 89785859 27352735744 50158 33554432000 4194304 4196468 140722160379376 140255943280464 140257682821311 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21987] ppid=21874 vsize=26711656 memory=0 CPUtime=0 cores=0-7
/proc/21876/task/21987/stat : 21987 (java) S 21874 21874 19550 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 89785859 27352735744 50158 33554432000 4194304 4196468 140722160379376 140255936976336 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21988] ppid=21874 vsize=26711656 memory=0 CPUtime=0.01 cores=0-7
/proc/21876/task/21988/stat : 21988 (java) S 21874 21874 19550 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 28 0 89785859 27352735744 50158 33554432000 4194304 4196468 140722160379376 140255934870864 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21989] ppid=21874 vsize=26711656 memory=0 CPUtime=0.02 cores=0-7
/proc/21876/task/21989/stat : 21989 (java) S 21874 21874 19550 0 -1 1077944384 17 0 0 0 2 0 0 0 20 0 28 0 89785859 27352735744 50158 33554432000 4194304 4196468 140722160379376 140255933818064 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21990] ppid=21874 vsize=26711656 memory=0 CPUtime=0.01 cores=0-7
/proc/21876/task/21990/stat : 21990 (java) S 21874 21874 19550 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 28 0 89785859 27352735744 50158 33554432000 4194304 4196468 140722160379376 140255932765264 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
[pid=21876/tid=21991] ppid=21874 vsize=26711656 memory=0 CPUtime=0.02 cores=0-7
/proc/21876/task/21991/stat : 21991 (java) S 21874 21874 19550 0 -1 1077944384 17 0 0 0 2 0 0 0 20 0 28 0 89785859 27352735744 50158 33554432000 4194304 4196468 140722160379376 140255939081168 140258064864981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21614592 140722160387201 140722160387373 140722160387373 140722160390095 0
Current children cumulated CPU time: 3.47 s
Current children cumulated vsize: 26824784 KiB
Current children cumulated memory: 201824 KiB

Child status: 0
Real time (s): 1.08897
CPU time (s): 3.78077
CPU user time (s): 3.67048
CPU system time (s): 0.110291
CPU usage (%): 347.187
Max. virtual memory (cumulated for all children) (KiB): 26824784
Max. memory (cumulated for all children) (KiB): 201824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.67048
system time used= 0.110291
maximum resident set size= 213080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21412
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4399
involuntary context switches= 33


# summary of solver processes directly reported to runsolver:
#   pid: 21874
#   total CPU time (s): 3.78077
#   total CPU user time (s): 3.67048
#   total CPU system time (s): 0.110291

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.027268 second user time and 0.060647 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-27 22:10:26
IDJOB=4297468
IDBENCH=141478
IDSOLVER=2760
FILE ID=node138/4297468-1532722226
RUNJOBID= node138-1532713877-19577
PBS_JOBID= 21022322
Free space on /tmp= 53804 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j60-01-02_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 22000 -p NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297468-1532722226/watcher-4297468-1532722226 -o /tmp/evaluation-result-4297468-1532722226/solver-4297468-1532722226 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node138-1532713877-19577 --watchdog 2580  HOME/xcsp3-exec -seed 589838633 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297468-1532722226.xml

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

MD5SUM BENCH= 2a7801ec96cf67d89ec484abe9bad078
RANDOM SEED=589838633

node138.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.71
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.71
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.71
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.71
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:        22367860 kB
MemAvailable:   31922344 kB
Buffers:          192296 kB
Cached:          9573156 kB
SwapCached:           44 kB
Active:          2478344 kB
Inactive:        7347772 kB
Active(anon):       3868 kB
Inactive(anon):    84528 kB
Active(file):    2474476 kB
Inactive(file):  7263244 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             21872 kB
Writeback:             0 kB
AnonPages:         66544 kB
Mapped:            36728 kB
Shmem:             25164 kB
Slab:             273468 kB
SReclaimable:     245224 kB
SUnreclaim:        28244 kB
KernelStack:        3216 kB
PageTables:         5156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53780 MiB
End job on node138 at 2018-07-27 22:10:27