Trace number 4404090

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 2019-09-20OPT65 57.6323 14.8355

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-26-09.xml
MD5SUM54f28c2036fc278050695a3bd6f2d6a5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark65
Best CPU time to get the best result obtained on this benchmark37.1418
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints116
Number of domains2
Minimum domain size1
Maximum domain size363
Distribution of domain sizes[{"size":1,"count":1},{"size":363,"count":61}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":3},{"degree":5,"count":8},{"degree":6,"count":19},{"degree":7,"count":16},{"degree":8,"count":10},{"degree":9,"count":5}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":112},{"arity":41,"count":1},{"arity":45,"count":2},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints112
Distribution of constraint types[{"type":"intension","count":112},{"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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404090-1568991412.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4404090-1568991412.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.63/0.70	c solve instance...
1.99/0.83	o 83 
1.99/0.86	o 81 
1.99/0.89	o 78 
2.36/0.90	o 77 
2.36/0.91	o 76 
2.36/0.92	o 75 
2.36/0.94	o 74 
2.36/0.98	o 73 
2.36/0.98	o 72 
2.78/1.04	o 71 
2.78/1.05	o 70 
2.78/1.08	o 69 
3.91/1.31	o 68 
3.91/1.39	o 67 
4.64/1.54	o 66 
18.13/4.93	o 65 
57.59/14.81	s OPTIMUM FOUND
57.59/14.81	v <instantiation>
57.59/14.81	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>
57.59/14.81	v 	<values>0 0 0 0 5 10 10 5 4 5 16 7 7 20 9 35 9 16 7 10 10 12 37 45 10 21 20 12 19 34 26 39 25 37 19 31 36 31 26 16 26 35 43 27 44 40 34 53 40 41 49 47 43 54 55 50 54 56 55 56 61 65 </values>
57.59/14.81	v </instantiation>

Verifier Data

OK	65

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404090-1568991412/watcher-4404090-1568991412 -o /var/tmp/evaluation-result-4404090-1568991412/solver-4404090-1568991412 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1568989977-29017 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 180603473 HOME/instance-4404090-1568991412.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=30740, runsolver pid=30737


[startup+0.10008 s]*
/proc/loadavg: 8.50 8.47 6.89 11/233 30764
/proc/meminfo: memFree=11705256/32770624 swapFree=66956680/67108860
[pid=30740] ppid=30737 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30740/stat : 30740 (xcsp3-exec) S 30737 30740 28986 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475379838 115843072 363 33554432000 4194304 5098028 140730845285728 140730845283832 139967604011644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11268096 140730845287255 140730845287513 140730845287513 140730845290438 0
/proc/30740/statm: 28282 363 305 221 0 87 0
[pid=30742] ppid=30740 vsize=15144776 memory=30372 CPUtime=0.13 cores=0,2,4,6
/proc/30742/stat : 30742 (java) S 30740 30740 28986 0 -1 1077944320 5501 0 0 0 12 1 0 0 20 0 15 0 475379838 15508250624 7593 33554432000 4194304 4196468 140733933912832 140733933895376 139667742629623 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
/proc/30742/statm: 3786194 7593 3164 1 0 3748377 0
[pid=30742/tid=30743] ppid=30740 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/30742/task/30743/stat : 30743 (java) R 30740 30740 28986 0 -1 4202560 3384 0 0 0 9 0 0 0 20 0 15 0 475379839 15508250624 7593 33554432000 4194304 4196468 140733933912832 139667746852320 139667742641558 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30744] ppid=30740 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30744/stat : 30744 (java) S 30740 30740 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475379839 15508250624 7593 33554432000 4194304 4196468 140733933912832 139667707910544 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30745] ppid=30740 vsize=15144776 memory=140441608255104 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30745/stat : 30745 (java) S 30740 30740 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475379839 15508250624 7593 33554432000 4194304 4196468 140733933912832 139667333556496 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30746] ppid=30740 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30746/stat : 30746 (java) S 30740 30740 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475379839 15508250624 7593 33554432000 4194304 4196468 140733933912832 139667332504208 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30747] ppid=30740 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30747/stat : 30747 (java) S 30740 30740 28986 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475379839 15508250624 7593 33554432000 4194304 4196468 140733933912832 139667331451408 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30748] ppid=30740 vsize=15144776 memory=140441608255104 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30748/stat : 30748 (java) S 30740 30740 28986 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475379841 15508250624 7593 33554432000 4194304 4196468 140733933912832 139667211123312 139667742640770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30749] ppid=30740 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30749/stat : 30749 (java) S 30740 30740 28986 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475379841 15508250624 7593 33554432000 4194304 4196468 140733933912832 139667210069280 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30750] ppid=30740 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30750/stat : 30750 (java) S 30740 30740 28986 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475379841 15508250624 7593 33554432000 4194304 4196468 140733933912832 139667209016944 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30752] ppid=30740 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30752/stat : 30752 (java) S 30740 30740 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475379844 15508250624 7593 33554432000 4194304 4196468 140733933912832 139667207965264 139667742648219 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30755] ppid=30740 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30755/stat : 30755 (java) S 30740 30740 28986 0 -1 1077944384 459 0 0 0 0 0 0 0 20 0 15 0 475379844 15508250624 7593 33554432000 4194304 4196468 140733933912832 139667206912112 139667742640770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30756] ppid=30740 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30756/stat : 30756 (java) S 30740 30740 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475379844 15508250624 7593 33554432000 4194304 4196468 140733933912832 139667205859312 139667742640770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30757] ppid=30740 vsize=15144776 memory=140441608255104 CPUtime=0.02 cores=0,2,4,6
/proc/30742/task/30757/stat : 30757 (java) R 30740 30740 28986 0 -1 4202560 352 0 0 0 2 0 0 0 20 0 15 0 475379844 15508250624 7593 33554432000 4194304 4196468 140733933912832 139667204807024 139667721256860 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30759] ppid=30740 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30759/stat : 30759 (java) S 30740 30740 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475379844 15508250624 7593 33554432000 4194304 4196468 140733933912832 139667203754464 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30760] ppid=30740 vsize=15144776 memory=140441608255104 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30760/stat : 30760 (java) S 30740 30740 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475379844 15508250624 7593 33554432000 4194304 4196468 140733933912832 139667202702256 139667742640770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31824 KiB

[startup+0.210693 s]*
/proc/loadavg: 8.50 8.47 6.89 9/233 30764
/proc/meminfo: memFree=11683944/32770624 swapFree=66956680/67108860
[pid=30740] ppid=30737 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30740/stat : 30740 (xcsp3-exec) S 30737 30740 28986 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475379838 115843072 363 33554432000 4194304 5098028 140730845285728 140730845283832 139967604011644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11268096 140730845287255 140730845287513 140730845287513 140730845290438 0
/proc/30740/statm: 28282 363 305 221 0 87 0
[pid=30742] ppid=30740 vsize=15144776 memory=41356 CPUtime=0.34 cores=0,2,4,6
/proc/30742/stat : 30742 (java) S 30740 30740 28986 0 -1 1077944320 9074 0 0 0 31 3 0 0 20 0 15 0 475379838 15508250624 10339 33554432000 4194304 4196468 140733933912832 140733933895376 139667742629623 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
/proc/30742/statm: 3786194 10339 3281 1 0 3748377 0
[pid=30742/tid=30743] ppid=30740 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/30742/task/30743/stat : 30743 (java) R 30740 30740 28986 0 -1 4202560 6191 0 0 0 18 2 0 0 20 0 15 0 475379839 15508250624 10339 33554432000 4194304 4196468 140733933912832 139667746867440 139667742651549 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30744] ppid=30740 vsize=15144776 memory=1943324 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30744/stat : 30744 (java) S 30740 30740 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475379839 15508250624 10339 33554432000 4194304 4196468 140733933912832 139667707910544 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30745] ppid=30740 vsize=15144776 memory=140441608283865 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30745/stat : 30745 (java) S 30740 30740 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475379839 15508250624 10339 33554432000 4194304 4196468 140733933912832 139667333556496 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30746] ppid=30740 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30746/stat : 30746 (java) S 30740 30740 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475379839 15508250624 10339 33554432000 4194304 4196468 140733933912832 139667332504208 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30747] ppid=30740 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30747/stat : 30747 (java) S 30740 30740 28986 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475379839 15508250624 10339 33554432000 4194304 4196468 140733933912832 139667331451408 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30748] ppid=30740 vsize=15144776 memory=140441608255104 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30748/stat : 30748 (java) S 30740 30740 28986 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475379841 15508250624 10339 33554432000 4194304 4196468 140733933912832 139667211123312 139667742640770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30749] ppid=30740 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30749/stat : 30749 (java) S 30740 30740 28986 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475379841 15508250624 10339 33554432000 4194304 4196468 140733933912832 139667210069280 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30750] ppid=30740 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30750/stat : 30750 (java) S 30740 30740 28986 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475379841 15508250624 10339 33554432000 4194304 4196468 140733933912832 139667209016944 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30752] ppid=30740 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30752/stat : 30752 (java) S 30740 30740 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475379844 15508250624 10339 33554432000 4194304 4196468 140733933912832 139667207965264 139667742648219 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30755] ppid=30740 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30742/task/30755/stat : 30755 (java) S 30740 30740 28986 0 -1 1077944384 722 0 0 0 2 0 0 0 20 0 15 0 475379844 15508250624 10339 33554432000 4194304 4196468 140733933912832 139667206912112 139667742640770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30756] ppid=30740 vsize=15144776 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/30742/task/30756/stat : 30756 (java) S 30740 30740 28986 0 -1 1077944384 107 0 0 0 1 0 0 0 20 0 15 0 475379844 15508250624 10339 33554432000 4194304 4196468 140733933912832 139667205859312 139667742640770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30757] ppid=30740 vsize=15144776 memory=140441608255104 CPUtime=0.08 cores=0,2,4,6
/proc/30742/task/30757/stat : 30757 (java) S 30740 30740 28986 0 -1 1077944384 746 0 0 0 8 0 0 0 20 0 15 0 475379844 15508250624 10339 33554432000 4194304 4196468 140733933912832 139667204807024 139667742640770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30759] ppid=30740 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30759/stat : 30759 (java) S 30740 30740 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475379844 15508250624 10339 33554432000 4194304 4196468 140733933912832 139667203754464 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30760] ppid=30740 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30760/stat : 30760 (java) S 30740 30740 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475379844 15508250624 10339 33554432000 4194304 4196468 140733933912832 139667202702256 139667742640770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42808 KiB

[startup+0.315844 s]*
/proc/loadavg: 8.50 8.47 6.89 12/233 30764
/proc/meminfo: memFree=11671692/32770624 swapFree=66956680/67108860
[pid=30740] ppid=30737 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30740/stat : 30740 (xcsp3-exec) S 30737 30740 28986 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475379838 115843072 363 33554432000 4194304 5098028 140730845285728 140730845283832 139967604011644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11268096 140730845287255 140730845287513 140730845287513 140730845290438 0
/proc/30740/statm: 28282 363 305 221 0 87 0
[pid=30742] ppid=30740 vsize=15149032 memory=50628 CPUtime=0.53 cores=0,2,4,6
/proc/30742/stat : 30742 (java) S 30740 30740 28986 0 -1 1077944320 10471 0 0 0 49 4 0 0 20 0 15 0 475379838 15512608768 12657 33554432000 4194304 4196468 140733933912832 140733933895376 139667742629623 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
/proc/30742/statm: 3787258 12657 3336 1 0 3748377 0
[pid=30742/tid=30743] ppid=30740 vsize=15149032 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/30742/task/30743/stat : 30743 (java) R 30740 30740 28986 0 -1 4202560 7406 0 0 0 27 3 0 0 20 0 15 0 475379839 15512608768 12657 33554432000 4194304 4196468 140733933912832 139667746862352 139667726710110 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30744] ppid=30740 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30744/stat : 30744 (java) S 30740 30740 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475379839 15512608768 12657 33554432000 4194304 4196468 140733933912832 139667707910544 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30745] ppid=30740 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30745/stat : 30745 (java) S 30740 30740 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475379839 15512608768 12657 33554432000 4194304 4196468 140733933912832 139667333556496 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30746] ppid=30740 vsize=15149032 memory=-3040564339105353098 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30746/stat : 30746 (java) S 30740 30740 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475379839 15512608768 12657 33554432000 4194304 4196468 140733933912832 139667332504208 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30747] ppid=30740 vsize=15149032 memory=7161331908245094050 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30747/stat : 30747 (java) S 30740 30740 28986 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475379839 15512608768 12657 33554432000 4194304 4196468 140733933912832 139667331451408 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30748] ppid=30740 vsize=15149032 memory=6944656591801720471 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30748/stat : 30748 (java) S 30740 30740 28986 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475379841 15512608768 12657 33554432000 4194304 4196468 140733933912832 139667211123312 139667742640770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30749] ppid=30740 vsize=15149032 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30749/stat : 30749 (java) S 30740 30740 28986 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475379841 15512608768 12657 33554432000 4194304 4196468 140733933912832 139667210069280 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30750] ppid=30740 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30750/stat : 30750 (java) S 30740 30740 28986 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475379841 15512608768 12657 33554432000 4194304 4196468 140733933912832 139667209016944 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30752] ppid=30740 vsize=15149032 memory=7031125463459224206 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30752/stat : 30752 (java) S 30740 30740 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475379844 15512608768 12657 33554432000 4194304 4196468 140733933912832 139667207965264 139667742648219 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30755] ppid=30740 vsize=15149032 memory=4426078206164241782 CPUtime=0.05 cores=0,2,4,6
/proc/30742/task/30755/stat : 30755 (java) S 30740 30740 28986 0 -1 1077944384 826 0 0 0 5 0 0 0 20 0 15 0 475379844 15512608768 12657 33554432000 4194304 4196468 140733933912832 139667206912112 139667742640770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30756] ppid=30740 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/30742/task/30756/stat : 30756 (java) S 30740 30740 28986 0 -1 1077944384 120 0 0 0 3 0 0 0 20 0 15 0 475379844 15512608768 12657 33554432000 4194304 4196468 140733933912832 139667205859312 139667742640770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30757] ppid=30740 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/30742/task/30757/stat : 30757 (java) S 30740 30740 28986 0 -1 1077944384 813 0 0 0 13 0 0 0 20 0 15 0 475379844 15512608768 12657 33554432000 4194304 4196468 140733933912832 139667204807024 139667742640770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30759] ppid=30740 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30759/stat : 30759 (java) S 30740 30740 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475379844 15512608768 12657 33554432000 4194304 4196468 140733933912832 139667203754464 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30760] ppid=30740 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30760/stat : 30760 (java) S 30740 30740 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475379844 15512608768 12657 33554432000 4194304 4196468 140733933912832 139667202702256 139667742640770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 52080 KiB

[startup+0.703845 s]
/proc/loadavg: 8.50 8.47 6.89 10/233 30768
/proc/meminfo: memFree=11643632/32770624 swapFree=66956680/67108860
[pid=30740] ppid=30737 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30740/stat : 30740 (xcsp3-exec) S 30737 30740 28986 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475379838 115843072 363 33554432000 4194304 5098028 140730845285728 140730845283832 139967604011644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11268096 140730845287255 140730845287513 140730845287513 140730845290438 0
/proc/30740/statm: 28282 363 305 221 0 87 0
[pid=30742] ppid=30740 vsize=15151156 memory=88556 CPUtime=1.63 cores=0,2,4,6
/proc/30742/stat : 30742 (java) S 30740 30740 28986 0 -1 1077944320 14789 0 0 0 158 5 0 0 20 0 15 0 475379838 15514783744 22139 33554432000 4194304 4196468 140733933912832 140733933895376 139667742629623 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
/proc/30742/statm: 3787789 22139 3455 1 0 3748889 0
[pid=30742/tid=30743] ppid=30740 vsize=15151156 memory=33 CPUtime=0.68 cores=0,2,4,6
/proc/30742/task/30743/stat : 30743 (java) R 30740 30740 28986 0 -1 4202560 8839 0 0 0 64 4 0 0 20 0 15 0 475379839 15514783744 22139 33554432000 4194304 4196468 140733933912832 139667746866592 139667378597625 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30744] ppid=30740 vsize=15151156 memory=288230600314300172 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30744/stat : 30744 (java) S 30740 30740 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475379839 15514783744 22139 33554432000 4194304 4196468 140733933912832 139667707910544 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30745] ppid=30740 vsize=15151156 memory=16106952818009964 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30745/stat : 30745 (java) S 30740 30740 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475379839 15514783744 22139 33554432000 4194304 4196468 140733933912832 139667333556496 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30746] ppid=30740 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30746/stat : 30746 (java) S 30740 30740 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475379839 15514783744 22139 33554432000 4194304 4196468 140733933912832 139667332504208 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30747] ppid=30740 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30747/stat : 30747 (java) S 30740 30740 28986 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475379839 15514783744 22139 33554432000 4194304 4196468 140733933912832 139667331451408 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30748] ppid=30740 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30748/stat : 30748 (java) S 30740 30740 28986 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475379841 15514783744 22139 33554432000 4194304 4196468 140733933912832 139667211123312 139667742640770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30749] ppid=30740 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30749/stat : 30749 (java) S 30740 30740 28986 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475379841 15514783744 22139 33554432000 4194304 4196468 140733933912832 139667210069280 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30750] ppid=30740 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30750/stat : 30750 (java) S 30740 30740 28986 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475379841 15514783744 22139 33554432000 4194304 4196468 140733933912832 139667209016944 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30752] ppid=30740 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30752/stat : 30752 (java) S 30740 30740 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475379844 15514783744 22139 33554432000 4194304 4196468 140733933912832 139667207965264 139667742648219 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30755] ppid=30740 vsize=15151156 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/30742/task/30755/stat : 30755 (java) R 30740 30740 28986 0 -1 4202560 1769 0 0 0 26 0 0 0 20 0 15 0 475379844 15514783744 22139 33554432000 4194304 4196468 140733933912832 139667206893128 139667721806320 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30756] ppid=30740 vsize=15151156 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/30742/task/30756/stat : 30756 (java) R 30740 30740 28986 0 -1 4202560 791 0 0 0 25 0 0 0 20 0 15 0 475379844 15514783744 22139 33554432000 4194304 4196468 140733933912832 139667205845408 139667724174120 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30757] ppid=30740 vsize=15151156 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/30742/task/30757/stat : 30757 (java) R 30740 30740 28986 0 -1 4202560 2084 0 0 0 42 0 0 0 20 0 15 0 475379844 15514783744 22139 33554432000 4194304 4196468 140733933912832 139667204803960 139667735729470 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30759] ppid=30740 vsize=15151156 memory=4639074098508484690 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30759/stat : 30759 (java) S 30740 30740 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475379844 15514783744 22139 33554432000 4194304 4196468 140733933912832 139667203754464 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30760] ppid=30740 vsize=15151156 memory=7668062718780270189 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30760/stat : 30760 (java) S 30740 30740 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475379844 15514783744 22139 33554432000 4194304 4196468 140733933912832 139667202702256 139667742640770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 90008 KiB

[startup+1.50084 s]
/proc/loadavg: 8.50 8.47 6.89 15/237 30816
/proc/meminfo: memFree=11501392/32770624 swapFree=66956680/67108860
[pid=30740] ppid=30737 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30740/stat : 30740 (xcsp3-exec) S 30737 30740 28986 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475379838 115843072 363 33554432000 4194304 5098028 140730845285728 140730845283832 139967604011644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11268096 140730845287255 140730845287513 140730845287513 140730845290438 0

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

/proc/30742/task/30760/stat : 30760 (java) S 30740 30740 28986 0 -1 1077944384 769 0 0 0 0 0 0 0 20 0 19 0 475379844 15857688576 58890 33554432000 4194304 4196468 140733933912832 139667202702256 139667742640770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30857] ppid=30740 vsize=15486024 memory=180 CPUtime=8.35 cores=0,2,4,6
/proc/30742/task/30857/stat : 30857 (java) R 30740 30740 28986 0 -1 4202560 158 0 0 0 835 0 0 0 20 0 19 0 475380332 15857688576 58890 33554432000 4194304 4196468 140733933912832 139667187411664 139667384399870 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30858] ppid=30740 vsize=15486024 memory=1452 CPUtime=8.22 cores=0,2,4,6
/proc/30742/task/30858/stat : 30858 (java) R 30740 30740 28986 0 -1 4202560 612 0 0 0 822 0 0 0 20 0 19 0 475380332 15857688576 58890 33554432000 4194304 4196468 140733933912832 139667190563112 139667384848676 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30859] ppid=30740 vsize=15486024 memory=235560 CPUtime=8.41 cores=0,2,4,6
/proc/30742/task/30859/stat : 30859 (java) R 30740 30740 28986 0 -1 4202560 523 0 0 0 841 0 0 0 20 0 19 0 475380332 15857688576 58890 33554432000 4194304 4196468 140733933912832 139667192668616 139667384400761 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30860] ppid=30740 vsize=15486024 memory=1408 CPUtime=8.33 cores=0,2,4,6
/proc/30742/task/30860/stat : 30860 (java) R 30740 30740 28986 0 -1 4202560 350 0 0 0 833 0 0 0 20 0 19 0 475380332 15857688576 58890 33554432000 4194304 4196468 140733933912832 139667193720392 139667384402044 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
Current children cumulated CPU time: 52.38 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 237012 KiB

[startup+14.3008 s]
/proc/loadavg: 8.66 8.51 6.93 9/237 30862
/proc/meminfo: memFree=11372212/32770624 swapFree=66956680/67108860
[pid=30740] ppid=30737 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30740/stat : 30740 (xcsp3-exec) S 30737 30740 28986 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475379838 115843072 363 33554432000 4194304 5098028 140730845285728 140730845283832 139967604011644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11268096 140730845287255 140730845287513 140730845287513 140730845290438 0
/proc/30740/statm: 28282 363 305 221 0 87 0
[pid=30742] ppid=30740 vsize=15486024 memory=237608 CPUtime=55.56 cores=0,2,4,6
/proc/30742/stat : 30742 (java) S 30740 30740 28986 0 -1 1077944320 46899 0 0 0 5542 14 0 0 20 0 19 0 475379838 15857688576 59402 33554432000 4194304 4196468 140733933912832 140733933895376 139667742629623 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
/proc/30742/statm: 3871506 59402 3522 1 0 3832606 0
[pid=30742/tid=30743] ppid=30740 vsize=15486024 memory=780 CPUtime=0.69 cores=0,2,4,6
/proc/30742/task/30743/stat : 30743 (java) S 30740 30740 28986 0 -1 1077944384 8994 0 0 0 65 4 0 0 20 0 19 0 475379839 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667746870400 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30744] ppid=30740 vsize=15486024 memory=6032 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30744/stat : 30744 (java) S 30740 30740 28986 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 19 0 475379839 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667707910544 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30745] ppid=30740 vsize=15486024 memory=624 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30745/stat : 30745 (java) S 30740 30740 28986 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 19 0 475379839 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667333556496 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30746] ppid=30740 vsize=15486024 memory=3636 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30746/stat : 30746 (java) S 30740 30740 28986 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 19 0 475379839 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667332504208 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30747] ppid=30740 vsize=15486024 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30747/stat : 30747 (java) S 30740 30740 28986 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 19 0 475379839 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667331451408 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30748] ppid=30740 vsize=15486024 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30748/stat : 30748 (java) S 30740 30740 28986 0 -1 1077944384 254 0 0 0 0 0 0 0 20 0 19 0 475379841 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667211123312 139667742640770 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30749] ppid=30740 vsize=15486024 memory=233468 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30749/stat : 30749 (java) S 30740 30740 28986 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475379841 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667210069280 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30750] ppid=30740 vsize=15486024 memory=13847469322668657 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30750/stat : 30750 (java) S 30740 30740 28986 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475379841 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667209016944 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30752] ppid=30740 vsize=15486024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30752/stat : 30752 (java) S 30740 30740 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475379844 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667207965264 139667742648219 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30755] ppid=30740 vsize=15486024 memory=0 CPUtime=3.08 cores=0,2,4,6
/proc/30742/task/30755/stat : 30755 (java) S 30740 30740 28986 0 -1 1077944384 11254 0 0 0 307 1 0 0 20 0 19 0 475379844 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667206912112 139667742640770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30756] ppid=30740 vsize=15486024 memory=1452 CPUtime=2.91 cores=0,2,4,6
/proc/30742/task/30756/stat : 30756 (java) S 30740 30740 28986 0 -1 1077944384 12422 0 0 0 290 1 0 0 20 0 19 0 475379844 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667205859312 139667742640770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30757] ppid=30740 vsize=15486024 memory=235560 CPUtime=0.8 cores=0,2,4,6
/proc/30742/task/30757/stat : 30757 (java) S 30740 30740 28986 0 -1 1077944384 7014 0 0 0 79 1 0 0 20 0 19 0 475379844 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667204807024 139667742640770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30759] ppid=30740 vsize=15486024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30759/stat : 30759 (java) S 30740 30740 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475379844 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667203754464 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30760] ppid=30740 vsize=15486024 memory=7100839861465685612 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30760/stat : 30760 (java) S 30740 30740 28986 0 -1 1077944384 789 0 0 0 0 0 0 0 20 0 19 0 475379844 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667202702256 139667742640770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30857] ppid=30740 vsize=15486024 memory=3054156605268465310 CPUtime=9.15 cores=0,2,4,6
/proc/30742/task/30857/stat : 30857 (java) R 30740 30740 28986 0 -1 4202560 192 0 0 0 915 0 0 0 20 0 19 0 475380332 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667187411664 139667385888081 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30858] ppid=30740 vsize=15486024 memory=5450906554093958698 CPUtime=9.02 cores=0,2,4,6
/proc/30742/task/30858/stat : 30858 (java) R 30740 30740 28986 0 -1 4202560 684 0 0 0 902 0 0 0 20 0 19 0 475380332 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667190563112 139667384848417 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30859] ppid=30740 vsize=15486024 memory=14012 CPUtime=9.19 cores=0,2,4,6
/proc/30742/task/30859/stat : 30859 (java) R 30740 30740 28986 0 -1 4202560 615 0 0 0 919 0 0 0 20 0 19 0 475380332 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667192668616 139667385475299 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30860] ppid=30740 vsize=15486024 memory=2112 CPUtime=9.13 cores=0,2,4,6
/proc/30742/task/30860/stat : 30860 (java) R 30740 30740 28986 0 -1 4202560 398 0 0 0 913 0 0 0 20 0 19 0 475380332 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667193720392 139667385475248 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
Current children cumulated CPU time: 55.56 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 239060 KiB

[startup+14.7008 s]*
/proc/loadavg: 8.66 8.51 6.93 9/237 30862
/proc/meminfo: memFree=11368560/32770624 swapFree=66956680/67108860
[pid=30740] ppid=30737 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30740/stat : 30740 (xcsp3-exec) S 30737 30740 28986 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475379838 115843072 363 33554432000 4194304 5098028 140730845285728 140730845283832 139967604011644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11268096 140730845287255 140730845287513 140730845287513 140730845290438 0
/proc/30740/statm: 28282 363 305 221 0 87 0
[pid=30742] ppid=30740 vsize=15486024 memory=237608 CPUtime=57.19 cores=0,2,4,6
/proc/30742/stat : 30742 (java) S 30740 30740 28986 0 -1 1077944320 46921 0 0 0 5705 14 0 0 20 0 19 0 475379838 15857688576 59402 33554432000 4194304 4196468 140733933912832 140733933895376 139667742629623 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
/proc/30742/statm: 3871506 59402 3522 1 0 3832606 0
[pid=30742/tid=30743] ppid=30740 vsize=15486024 memory=6791534058613427641 CPUtime=0.69 cores=0,2,4,6
/proc/30742/task/30743/stat : 30743 (java) S 30740 30740 28986 0 -1 1077944384 8994 0 0 0 65 4 0 0 20 0 19 0 475379839 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667746870400 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30744] ppid=30740 vsize=15486024 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30744/stat : 30744 (java) S 30740 30740 28986 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 19 0 475379839 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667707910544 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30745] ppid=30740 vsize=15486024 memory=11632 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30745/stat : 30745 (java) S 30740 30740 28986 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 19 0 475379839 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667333556496 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30746] ppid=30740 vsize=15486024 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30746/stat : 30746 (java) S 30740 30740 28986 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 19 0 475379839 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667332504208 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30747] ppid=30740 vsize=15486024 memory=1088 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30747/stat : 30747 (java) S 30740 30740 28986 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 19 0 475379839 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667331451408 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30748] ppid=30740 vsize=15486024 memory=988 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30748/stat : 30748 (java) S 30740 30740 28986 0 -1 1077944384 254 0 0 0 0 0 0 0 20 0 19 0 475379841 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667211123312 139667742640770 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30749] ppid=30740 vsize=15486024 memory=780 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30749/stat : 30749 (java) S 30740 30740 28986 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475379841 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667210069280 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30750] ppid=30740 vsize=15486024 memory=6032 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30750/stat : 30750 (java) S 30740 30740 28986 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475379841 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667209016944 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30752] ppid=30740 vsize=15486024 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30752/stat : 30752 (java) S 30740 30740 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475379844 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667207965264 139667742648219 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30755] ppid=30740 vsize=15486024 memory=235560 CPUtime=3.08 cores=0,2,4,6
/proc/30742/task/30755/stat : 30755 (java) S 30740 30740 28986 0 -1 1077944384 11254 0 0 0 307 1 0 0 20 0 19 0 475379844 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667206912112 139667742640770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30756] ppid=30740 vsize=15486024 memory=33 CPUtime=2.91 cores=0,2,4,6
/proc/30742/task/30756/stat : 30756 (java) S 30740 30740 28986 0 -1 1077944384 12422 0 0 0 290 1 0 0 20 0 19 0 475379844 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667205859312 139667742640770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30757] ppid=30740 vsize=15486024 memory=7954594340274202727 CPUtime=0.8 cores=0,2,4,6
/proc/30742/task/30757/stat : 30757 (java) S 30740 30740 28986 0 -1 1077944384 7014 0 0 0 79 1 0 0 20 0 19 0 475379844 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667204807024 139667742640770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30759] ppid=30740 vsize=15486024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30759/stat : 30759 (java) S 30740 30740 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475379844 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667203754464 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30760] ppid=30740 vsize=15486024 memory=7229241018198549101 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30760/stat : 30760 (java) S 30740 30740 28986 0 -1 1077944384 789 0 0 0 0 0 0 0 20 0 19 0 475379844 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667202702256 139667742640770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30857] ppid=30740 vsize=15486024 memory=7229241018198549101 CPUtime=9.56 cores=0,2,4,6
/proc/30742/task/30857/stat : 30857 (java) R 30740 30740 28986 0 -1 4202560 192 0 0 0 956 0 0 0 20 0 19 0 475380332 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667187411664 139667387212136 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30858] ppid=30740 vsize=15486024 memory=7229241018198549101 CPUtime=9.43 cores=0,2,4,6
/proc/30742/task/30858/stat : 30858 (java) R 30740 30740 28986 0 -1 4202560 701 0 0 0 943 0 0 0 20 0 19 0 475380332 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667190563112 139667385474075 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30859] ppid=30740 vsize=15486024 memory=7681421203011431829 CPUtime=9.59 cores=0,2,4,6
/proc/30742/task/30859/stat : 30859 (java) R 30740 30740 28986 0 -1 4202560 620 0 0 0 959 0 0 0 20 0 19 0 475380332 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667192668616 139667386814094 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30860] ppid=30740 vsize=15486024 memory=-2025810976467231676 CPUtime=9.54 cores=0,2,4,6
/proc/30742/task/30860/stat : 30860 (java) R 30740 30740 28986 0 -1 4202560 398 0 0 0 954 0 0 0 20 0 19 0 475380332 15857688576 59402 33554432000 4194304 4196468 140733933912832 139667193720392 139667385474481 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
Current children cumulated CPU time: 57.19 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 239060 KiB

[startup+14.8108 s]
/proc/loadavg: 8.66 8.51 6.93 9/237 30862
/proc/meminfo: memFree=11368560/32770624 swapFree=66956680/67108860
[pid=30740] ppid=30737 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30740/stat : 30740 (xcsp3-exec) S 30737 30740 28986 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475379838 115843072 363 33554432000 4194304 5098028 140730845285728 140730845283832 139967604011644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11268096 140730845287255 140730845287513 140730845287513 140730845290438 0
/proc/30740/statm: 28282 363 305 221 0 87 0
[pid=30742] ppid=30740 vsize=15486024 memory=237632 CPUtime=57.59 cores=0,2,4,6
/proc/30742/stat : 30742 (java) S 30740 30740 28986 0 -1 1077944320 47871 0 0 0 5745 14 0 0 20 0 19 0 475379838 15857688576 59408 33554432000 4194304 4196468 140733933912832 140733933895376 139667742629623 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
/proc/30742/statm: 3871506 59408 3522 1 0 3832606 0
[pid=30742/tid=30743] ppid=30740 vsize=15486024 memory=237608 CPUtime=0.69 cores=0,2,4,6
/proc/30742/task/30743/stat : 30743 (java) S 30740 30740 28986 0 -1 1077944384 8994 0 0 0 65 4 0 0 20 0 19 0 475379839 15857688576 59408 33554432000 4194304 4196468 140733933912832 139667746870400 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30744] ppid=30740 vsize=15486024 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30744/stat : 30744 (java) S 30740 30740 28986 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 19 0 475379839 15857688576 59408 33554432000 4194304 4196468 140733933912832 139667707910544 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30745] ppid=30740 vsize=15486024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30745/stat : 30745 (java) S 30740 30740 28986 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 19 0 475379839 15857688576 59408 33554432000 4194304 4196468 140733933912832 139667333556496 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30746] ppid=30740 vsize=15486024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30746/stat : 30746 (java) S 30740 30740 28986 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 19 0 475379839 15857688576 59408 33554432000 4194304 4196468 140733933912832 139667332504208 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30747] ppid=30740 vsize=15486024 memory=6011293287873408356 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30747/stat : 30747 (java) S 30740 30740 28986 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 19 0 475379839 15857688576 59408 33554432000 4194304 4196468 140733933912832 139667331451408 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30748] ppid=30740 vsize=15486024 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30748/stat : 30748 (java) S 30740 30740 28986 0 -1 1077944384 254 0 0 0 0 0 0 0 20 0 19 0 475379841 15857688576 59408 33554432000 4194304 4196468 140733933912832 139667211123312 139667742640770 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30749] ppid=30740 vsize=15486024 memory=1720 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30749/stat : 30749 (java) S 30740 30740 28986 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475379841 15857688576 59408 33554432000 4194304 4196468 140733933912832 139667210069280 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30750] ppid=30740 vsize=15486024 memory=280882942964912 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30750/stat : 30750 (java) S 30740 30740 28986 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475379841 15857688576 59408 33554432000 4194304 4196468 140733933912832 139667209016944 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30752] ppid=30740 vsize=15486024 memory=4947159701191829897 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30752/stat : 30752 (java) S 30740 30740 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475379844 15857688576 59408 33554432000 4194304 4196468 140733933912832 139667207965264 139667742648219 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30755] ppid=30740 vsize=15486024 memory=1556 CPUtime=3.08 cores=0,2,4,6
/proc/30742/task/30755/stat : 30755 (java) S 30740 30740 28986 0 -1 1077944384 11255 0 0 0 307 1 0 0 20 0 19 0 475379844 15857688576 59408 33554432000 4194304 4196468 140733933912832 139667206912112 139667742640770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30756] ppid=30740 vsize=15486024 memory=11632 CPUtime=2.91 cores=0,2,4,6
/proc/30742/task/30756/stat : 30756 (java) S 30740 30740 28986 0 -1 1077944384 13173 0 0 0 290 1 0 0 20 0 19 0 475379844 15857688576 59408 33554432000 4194304 4196468 140733933912832 139667205859312 139667742640770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30757] ppid=30740 vsize=15486024 memory=1732 CPUtime=0.8 cores=0,2,4,6
/proc/30742/task/30757/stat : 30757 (java) S 30740 30740 28986 0 -1 1077944384 7132 0 0 0 79 1 0 0 20 0 19 0 475379844 15857688576 59408 33554432000 4194304 4196468 140733933912832 139667204807024 139667742640770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30759] ppid=30740 vsize=15486024 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30759/stat : 30759 (java) S 30740 30740 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475379844 15857688576 59408 33554432000 4194304 4196468 140733933912832 139667203754464 139667742639829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30760] ppid=30740 vsize=15486024 memory=1804 CPUtime=0 cores=0,2,4,6
/proc/30742/task/30760/stat : 30760 (java) S 30740 30740 28986 0 -1 1077944384 789 0 0 0 0 0 0 0 20 0 19 0 475379844 15857688576 59408 33554432000 4194304 4196468 140733933912832 139667202702256 139667742640770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30857] ppid=30740 vsize=15486024 memory=920 CPUtime=9.66 cores=0,2,4,6
/proc/30742/task/30857/stat : 30857 (java) R 30740 30740 28986 0 -1 4202560 192 0 0 0 966 0 0 0 20 0 19 0 475380332 15857688576 59408 33554432000 4194304 4196468 140733933912832 139667187411664 139667384402813 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30858] ppid=30740 vsize=15486024 memory=800 CPUtime=9.53 cores=0,2,4,6
/proc/30742/task/30858/stat : 30858 (java) R 30740 30740 28986 0 -1 4202560 701 0 0 0 953 0 0 0 20 0 19 0 475380332 15857688576 59408 33554432000 4194304 4196468 140733933912832 139667190563112 139667384402813 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30859] ppid=30740 vsize=15486024 memory=4100 CPUtime=9.69 cores=0,2,4,6
/proc/30742/task/30859/stat : 30859 (java) R 30740 30740 28986 0 -1 4202560 622 0 0 0 969 0 0 0 20 0 19 0 475380332 15857688576 59408 33554432000 4194304 4196468 140733933912832 139667192668616 139667384402912 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
[pid=30742/tid=30860] ppid=30740 vsize=15486024 memory=221536 CPUtime=9.63 cores=0,2,4,6
/proc/30742/task/30860/stat : 30860 (java) R 30740 30740 28986 0 -1 4202560 476 0 0 0 963 0 0 0 20 0 19 0 475380332 15857688576 59408 33554432000 4194304 4196468 140733933912832 139667193722776 139667387928928 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7147520 140733933921243 140733933921418 140733933921418 140733933924303 0
Current children cumulated CPU time: 57.59 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 239084 KiB

Child status: 0
Real time (s): 14.8355
CPU time (s): 57.6323
CPU user time (s): 57.4765
CPU system time (s): 0.155878
CPU usage (%): 388.476
Max. virtual memory (cumulated for all children) (KiB): 15601464
Max. memory (cumulated for all children) (KiB): 239084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.4765
system time used= 0.155878
maximum resident set size= 237756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49167
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= 3874
involuntary context switches= 1797


# summary of solver processes directly reported to runsolver:
#   pid: 30740
#   total CPU time (s): 57.6323
#   total CPU user time (s): 57.4765
#   total CPU system time (s): 0.155878

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.114369 second user time and 0.187228 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-20 16:56:14
IDJOB=4404090
IDBENCH=128324
IDSOLVER=2864
FILE ID=node149/4404090-1568991412
RUNJOBID= node149-1568989977-29017
PBS_JOBID= 21704647
Free space on /var/tmp= 13456 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-26-09.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404090-1568991412/watcher-4404090-1568991412 -o /var/tmp/evaluation-result-4404090-1568991412/solver-4404090-1568991412 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1568989977-29017 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 180603473 HOME/instance-4404090-1568991412.xml

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

MD5SUM BENCH= 54f28c2036fc278050695a3bd6f2d6a5
RANDOM SEED=180603473

node149.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.81
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.81
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.81
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.81
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:        11741880 kB
MemAvailable:   31735912 kB
Buffers:          156280 kB
Cached:         19764460 kB
SwapCached:        41576 kB
Active:          9738156 kB
Inactive:       10310316 kB
Active(anon):      88100 kB
Inactive(anon):    83800 kB
Active(file):    9650056 kB
Inactive(file): 10226516 kB
Unevictable:      110232 kB
Mlocked:          110232 kB
SwapTotal:      67108860 kB
SwapFree:       66956680 kB
Dirty:             52348 kB
Writeback:             0 kB
AnonPages:        167600 kB
Mapped:            63908 kB
Shmem:             35648 kB
Slab:             575304 kB
SReclaimable:     545920 kB
SUnreclaim:        29384 kB
KernelStack:        4000 kB
PageTables:         5932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1516092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /var/tmp at the end= 13432 MiB
End job on node149 at 2019-09-20 16:56:29