Trace number 4400489

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-16OPT97 395.932 99.8185

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-37-01.xml
MD5SUMcc0e4d4fb1187992b98efb1fb4f076c6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark97
Best CPU time to get the best result obtained on this benchmark201.766
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints135
Number of domains2
Minimum domain size1
Maximum domain size300
Distribution of domain sizes[{"size":1,"count":1},{"size":300,"count":61}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":4},{"degree":5,"count":10},{"degree":6,"count":23},{"degree":7,"count":17},{"degree":8,"count":6},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":131},{"arity":26,"count":1},{"arity":27,"count":1},{"arity":32,"count":1},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints131
Distribution of constraint types[{"type":"intension","count":131},{"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-4400489-1568694393.xml"  -tl '2400s' -p 4
0.14/0.17	c Choco e747e1e
0.14/0.18	c [HOME/instance-4400489-1568694393.xml, -tl, 2400s, -p, 4]
0.14/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.64/0.71	c solve instance...
1.97/0.81	o 120 
1.97/0.85	o 118 
3.47/1.25	o 108 
4.65/1.51	o 107 
4.65/1.60	o 105 
6.24/1.93	o 104 
7.02/2.18	o 103 
11.72/3.30	o 101 
11.72/3.37	o 100 
20.84/5.63	o 99 
29.99/7.98	o 98 
137.88/35.09	o 97 
395.88/99.81	s OPTIMUM FOUND
395.88/99.81	v <instantiation>
395.88/99.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>
395.88/99.81	v 	<values>0 5 2 0 17 7 13 8 8 22 15 27 28 31 14 34 51 26 33 32 19 32 57 57 34 32 46 18 40 41 40 47 56 62 78 43 43 74 42 38 46 69 66 64 51 52 63 55 68 81 62 63 83 74 66 86 65 76 90 83 90 97 </values>
395.88/99.81	v </instantiation>

Verifier Data

OK	97

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400489-1568694393/watcher-4400489-1568694393 -o /tmp/evaluation-result-4400489-1568694393/solver-4400489-1568694393 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568694194-22971 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1948455457 HOME/instance-4400489-1568694393.xml 

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

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


[startup+0.100058 s]*
/proc/loadavg: 8.44 4.44 2.61 8/234 24378
/proc/meminfo: memFree=28108092/32770624 swapFree=66959728/67108860
[pid=24362] ppid=24359 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24362/stat : 24362 (xcsp3-exec) S 24359 24362 22939 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445379496 115843072 363 33554432000 4194304 5098028 140724588533536 140724588531640 140429745914492 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36089856 140724588540794 140724588541037 140724588541037 140724588543946 0
/proc/24362/statm: 28282 363 304 221 0 87 0
[pid=24364] ppid=24362 vsize=15144776 memory=29004 CPUtime=0.14 cores=1,3,5,7
/proc/24364/stat : 24364 (java) S 24362 24362 22939 0 -1 1077944320 5713 0 0 0 13 1 0 0 20 0 15 0 445379497 15508250624 7251 33554432000 4194304 4196468 140730102959408 140730102941952 140705591582455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
/proc/24364/statm: 3786194 7251 3152 1 0 3748377 0
[pid=24364/tid=24365] ppid=24362 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/24364/task/24365/stat : 24365 (java) R 24362 24362 22939 0 -1 4202560 3575 0 0 0 9 0 0 0 20 0 15 0 445379497 15508250624 7251 33554432000 4194304 4196468 140730102959408 140705595813456 140705591603802 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24366] ppid=24362 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24366/stat : 24366 (java) S 24362 24362 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379498 15508250624 7251 33554432000 4194304 4196468 140730102959408 140705548135056 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24367] ppid=24362 vsize=15144776 memory=139788523193984 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24367/stat : 24367 (java) S 24362 24362 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379498 15508250624 7251 33554432000 4194304 4196468 140730102959408 140705547082256 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24368] ppid=24362 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24368/stat : 24368 (java) S 24362 24362 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379498 15508250624 7251 33554432000 4194304 4196468 140730102959408 140705546029456 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24369] ppid=24362 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24369/stat : 24369 (java) S 24362 24362 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445379498 15508250624 7251 33554432000 4194304 4196468 140730102959408 140705180866832 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24370] ppid=24362 vsize=15144776 memory=139788523193984 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24370/stat : 24370 (java) S 24362 24362 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445379499 15508250624 7251 33554432000 4194304 4196468 140730102959408 140705060031344 140705591593602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24371] ppid=24362 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24371/stat : 24371 (java) S 24362 24362 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445379499 15508250624 7251 33554432000 4194304 4196468 140730102959408 140705058977312 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24372] ppid=24362 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24372/stat : 24372 (java) S 24362 24362 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445379500 15508250624 7251 33554432000 4194304 4196468 140730102959408 140705057924464 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24373] ppid=24362 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24373/stat : 24373 (java) S 24362 24362 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445379502 15508250624 7251 33554432000 4194304 4196468 140730102959408 140705056872784 140705591601051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24374] ppid=24362 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24374/stat : 24374 (java) R 24362 24362 22939 0 -1 4202560 337 0 0 0 0 0 0 0 20 0 15 0 445379502 15508250624 7251 33554432000 4194304 4196468 140730102959408 140705055820144 140705591593602 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24375] ppid=24362 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24375/stat : 24375 (java) R 24362 24362 22939 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 445379502 15508250624 7251 33554432000 4194304 4196468 140730102959408 140705054767344 140705591593602 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24376] ppid=24362 vsize=15144776 memory=139788523193984 CPUtime=0.02 cores=1,3,5,7
/proc/24364/task/24376/stat : 24376 (java) R 24362 24362 22939 0 -1 4202560 374 0 0 0 2 0 0 0 20 0 15 0 445379502 15508250624 7251 33554432000 4194304 4196468 140730102959408 140705053714544 140705591594390 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24377] ppid=24362 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24377/stat : 24377 (java) S 24362 24362 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445379502 15508250624 7251 33554432000 4194304 4196468 140730102959408 140705052661984 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24378] ppid=24362 vsize=15144776 memory=139788523193984 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24378/stat : 24378 (java) S 24362 24362 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379502 15508250624 7251 33554432000 4194304 4196468 140730102959408 140705051610288 140705591593602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30456 KiB

[startup+0.210827 s]*
/proc/loadavg: 8.44 4.44 2.61 6/234 24378
/proc/meminfo: memFree=28094960/32770624 swapFree=66959728/67108860
[pid=24362] ppid=24359 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24362/stat : 24362 (xcsp3-exec) S 24359 24362 22939 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445379496 115843072 363 33554432000 4194304 5098028 140724588533536 140724588531640 140429745914492 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36089856 140724588540794 140724588541037 140724588541037 140724588543946 0
/proc/24362/statm: 28282 363 304 221 0 87 0
[pid=24364] ppid=24362 vsize=15144776 memory=41156 CPUtime=0.34 cores=1,3,5,7
/proc/24364/stat : 24364 (java) S 24362 24362 22939 0 -1 1077944320 9489 0 0 0 32 2 0 0 20 0 15 0 445379497 15508250624 10289 33554432000 4194304 4196468 140730102959408 140730102941952 140705591582455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
/proc/24364/statm: 3786194 10289 3322 1 0 3748377 0
[pid=24364/tid=24365] ppid=24362 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/24364/task/24365/stat : 24365 (java) R 24362 24362 22939 0 -1 4202560 6623 0 0 0 19 1 0 0 20 0 15 0 445379497 15508250624 10353 33554432000 4194304 4196468 140730102959408 140705595819680 140705575662942 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24366] ppid=24362 vsize=15144776 memory=1965946 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24366/stat : 24366 (java) S 24362 24362 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379498 15508250624 10353 33554432000 4194304 4196468 140730102959408 140705548135056 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24367] ppid=24362 vsize=15144776 memory=139788526546803 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24367/stat : 24367 (java) S 24362 24362 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379498 15508250624 10353 33554432000 4194304 4196468 140730102959408 140705547082256 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24368] ppid=24362 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24368/stat : 24368 (java) S 24362 24362 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379498 15508250624 10353 33554432000 4194304 4196468 140730102959408 140705546029456 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24369] ppid=24362 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24369/stat : 24369 (java) S 24362 24362 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445379498 15508250624 10353 33554432000 4194304 4196468 140730102959408 140705180866832 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24370] ppid=24362 vsize=15144776 memory=139788523193984 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24370/stat : 24370 (java) S 24362 24362 22939 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445379499 15508250624 10353 33554432000 4194304 4196468 140730102959408 140705060031344 140705591593602 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24371] ppid=24362 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24371/stat : 24371 (java) S 24362 24362 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445379499 15508250624 10353 33554432000 4194304 4196468 140730102959408 140705058977312 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24372] ppid=24362 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24372/stat : 24372 (java) S 24362 24362 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445379500 15508250624 10353 33554432000 4194304 4196468 140730102959408 140705057924464 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24373] ppid=24362 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24373/stat : 24373 (java) S 24362 24362 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445379502 15508250624 10353 33554432000 4194304 4196468 140730102959408 140705056872784 140705591601051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24374] ppid=24362 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/24364/task/24374/stat : 24374 (java) S 24362 24362 22939 0 -1 1077944384 529 0 0 0 2 0 0 0 20 0 15 0 445379502 15508250624 10353 33554432000 4194304 4196468 140730102959408 140705055820144 140705591593602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24375] ppid=24362 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/24364/task/24375/stat : 24375 (java) S 24362 24362 22939 0 -1 1077944384 224 0 0 0 2 0 0 0 20 0 15 0 445379502 15508250624 10353 33554432000 4194304 4196468 140730102959408 140705054767344 140705591593602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24376] ppid=24362 vsize=15144776 memory=139788523193984 CPUtime=0.08 cores=1,3,5,7
/proc/24364/task/24376/stat : 24376 (java) S 24362 24362 22939 0 -1 1077944384 809 0 0 0 8 0 0 0 20 0 15 0 445379502 15508250624 10353 33554432000 4194304 4196468 140730102959408 140705053714544 140705591593602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24377] ppid=24362 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24377/stat : 24377 (java) S 24362 24362 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445379502 15508250624 10353 33554432000 4194304 4196468 140730102959408 140705052661984 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24378] ppid=24362 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24378/stat : 24378 (java) S 24362 24362 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379502 15508250624 10353 33554432000 4194304 4196468 140730102959408 140705051610288 140705591593602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42608 KiB

[startup+0.310615 s]*
/proc/loadavg: 8.44 4.44 2.61 7/234 24378
/proc/meminfo: memFree=28087564/32770624 swapFree=66959728/67108860
[pid=24362] ppid=24359 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24362/stat : 24362 (xcsp3-exec) S 24359 24362 22939 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445379496 115843072 363 33554432000 4194304 5098028 140724588533536 140724588531640 140429745914492 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36089856 140724588540794 140724588541037 140724588541037 140724588543946 0
/proc/24362/statm: 28282 363 304 221 0 87 0
[pid=24364] ppid=24362 vsize=15149032 memory=50488 CPUtime=0.54 cores=1,3,5,7
/proc/24364/stat : 24364 (java) S 24362 24362 22939 0 -1 1077944320 10972 0 0 0 51 3 0 0 20 0 15 0 445379497 15512608768 12622 33554432000 4194304 4196468 140730102959408 140730102941952 140705591582455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
/proc/24364/statm: 3787258 12622 3358 1 0 3748377 0
[pid=24364/tid=24365] ppid=24362 vsize=15149032 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/24364/task/24365/stat : 24365 (java) R 24362 24362 22939 0 -1 4202560 7836 0 0 0 28 2 0 0 20 0 15 0 445379497 15512608768 12622 33554432000 4194304 4196468 140730102959408 140705595813568 140705575662942 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24366] ppid=24362 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24366/stat : 24366 (java) S 24362 24362 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379498 15512608768 12622 33554432000 4194304 4196468 140730102959408 140705548135056 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24367] ppid=24362 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24367/stat : 24367 (java) S 24362 24362 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379498 15512608768 12622 33554432000 4194304 4196468 140730102959408 140705547082256 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24368] ppid=24362 vsize=15149032 memory=-3040564339105353098 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24368/stat : 24368 (java) S 24362 24362 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379498 15512608768 12622 33554432000 4194304 4196468 140730102959408 140705546029456 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24369] ppid=24362 vsize=15149032 memory=7161331908245094050 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24369/stat : 24369 (java) S 24362 24362 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445379498 15512608768 12622 33554432000 4194304 4196468 140730102959408 140705180866832 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24370] ppid=24362 vsize=15149032 memory=6944656591801720471 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24370/stat : 24370 (java) S 24362 24362 22939 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445379499 15512608768 12622 33554432000 4194304 4196468 140730102959408 140705060031344 140705591593602 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24371] ppid=24362 vsize=15149032 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24371/stat : 24371 (java) S 24362 24362 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445379499 15512608768 12622 33554432000 4194304 4196468 140730102959408 140705058977312 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24372] ppid=24362 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24372/stat : 24372 (java) S 24362 24362 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445379500 15512608768 12622 33554432000 4194304 4196468 140730102959408 140705057924464 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24373] ppid=24362 vsize=15149032 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24373/stat : 24373 (java) S 24362 24362 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445379502 15512608768 12622 33554432000 4194304 4196468 140730102959408 140705056872784 140705591601051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24374] ppid=24362 vsize=15149032 memory=4426078206164241782 CPUtime=0.05 cores=1,3,5,7
/proc/24364/task/24374/stat : 24374 (java) R 24362 24362 22939 0 -1 1077944384 670 0 0 0 5 0 0 0 20 0 15 0 445379502 15512608768 12622 33554432000 4194304 4196468 140730102959408 140705055820144 140705591593602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24375] ppid=24362 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/24364/task/24375/stat : 24375 (java) S 24362 24362 22939 0 -1 1077944384 247 0 0 0 4 0 0 0 20 0 15 0 445379502 15512608768 12622 33554432000 4194304 4196468 140730102959408 140705054767344 140705591593602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24376] ppid=24362 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/24364/task/24376/stat : 24376 (java) R 24362 24362 22939 0 -1 4202560 915 0 0 0 12 0 0 0 20 0 15 0 445379502 15512608768 12622 33554432000 4194304 4196468 140730102959408 140705053714544 140705591594390 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24377] ppid=24362 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24377/stat : 24377 (java) S 24362 24362 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445379502 15512608768 12622 33554432000 4194304 4196468 140730102959408 140705052661984 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24378] ppid=24362 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24378/stat : 24378 (java) S 24362 24362 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379502 15512608768 12622 33554432000 4194304 4196468 140730102959408 140705051610288 140705591593602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51940 KiB

[startup+0.705952 s]
/proc/loadavg: 8.44 4.44 2.61 6/212 24381
/proc/meminfo: memFree=28428776/32770624 swapFree=66959728/67108860
[pid=24362] ppid=24359 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24362/stat : 24362 (xcsp3-exec) S 24359 24362 22939 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445379496 115843072 363 33554432000 4194304 5098028 140724588533536 140724588531640 140429745914492 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36089856 140724588540794 140724588541037 140724588541037 140724588543946 0
/proc/24362/statm: 28282 363 304 221 0 87 0
[pid=24364] ppid=24362 vsize=15151156 memory=87764 CPUtime=1.64 cores=1,3,5,7
/proc/24364/stat : 24364 (java) S 24362 24362 22939 0 -1 1077944320 15103 0 0 0 159 5 0 0 20 0 15 0 445379497 15514783744 21941 33554432000 4194304 4196468 140730102959408 140730102941952 140705591582455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
/proc/24364/statm: 3787789 21941 3453 1 0 3748889 0
[pid=24364/tid=24365] ppid=24362 vsize=15151156 memory=33 CPUtime=0.68 cores=1,3,5,7
/proc/24364/task/24365/stat : 24365 (java) R 24362 24362 22939 0 -1 4202560 9301 0 0 0 65 3 0 0 20 0 15 0 445379497 15514783744 21941 33554432000 4194304 4196468 140730102959408 140705595819680 140705577263759 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24366] ppid=24362 vsize=15151156 memory=-7082918048272507482 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24366/stat : 24366 (java) S 24362 24362 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379498 15514783744 21941 33554432000 4194304 4196468 140730102959408 140705548135056 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24367] ppid=24362 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24367/stat : 24367 (java) S 24362 24362 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379498 15514783744 21941 33554432000 4194304 4196468 140730102959408 140705547082256 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24368] ppid=24362 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24368/stat : 24368 (java) S 24362 24362 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379498 15514783744 21941 33554432000 4194304 4196468 140730102959408 140705546029456 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24369] ppid=24362 vsize=15151156 memory=1660 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24369/stat : 24369 (java) S 24362 24362 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445379498 15514783744 21941 33554432000 4194304 4196468 140730102959408 140705180866832 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24370] ppid=24362 vsize=15151156 memory=48260 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24370/stat : 24370 (java) S 24362 24362 22939 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445379499 15514783744 21941 33554432000 4194304 4196468 140730102959408 140705060031344 140705591593602 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24371] ppid=24362 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24371/stat : 24371 (java) S 24362 24362 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445379499 15514783744 21941 33554432000 4194304 4196468 140730102959408 140705058977312 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24372] ppid=24362 vsize=15151156 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24372/stat : 24372 (java) S 24362 24362 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445379500 15514783744 21941 33554432000 4194304 4196468 140730102959408 140705057924464 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24373] ppid=24362 vsize=15151156 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24373/stat : 24373 (java) S 24362 24362 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445379502 15514783744 21941 33554432000 4194304 4196468 140730102959408 140705056872784 140705591601051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24374] ppid=24362 vsize=15151156 memory=580 CPUtime=0.26 cores=1,3,5,7
/proc/24364/task/24374/stat : 24374 (java) R 24362 24362 22939 0 -1 4202560 1331 0 0 0 26 0 0 0 20 0 15 0 445379502 15514783744 21941 33554432000 4194304 4196468 140730102959408 140705055807696 140705574794116 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24375] ppid=24362 vsize=15151156 memory=1720 CPUtime=0.24 cores=1,3,5,7
/proc/24364/task/24375/stat : 24375 (java) R 24362 24362 22939 0 -1 4202560 915 0 0 0 24 0 0 0 20 0 15 0 445379502 15514783744 21941 33554432000 4194304 4196468 140730102959408 140705054767344 140705576708396 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24376] ppid=24362 vsize=15151156 memory=10604 CPUtime=0.43 cores=1,3,5,7
/proc/24364/task/24376/stat : 24376 (java) R 24362 24362 22939 0 -1 4202560 2248 0 0 0 43 0 0 0 20 0 15 0 445379502 15514783744 21941 33554432000 4194304 4196468 140730102959408 140705053711520 140705570262656 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24377] ppid=24362 vsize=15151156 memory=4160 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24377/stat : 24377 (java) S 24362 24362 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445379502 15514783744 21941 33554432000 4194304 4196468 140730102959408 140705052661984 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24378] ppid=24362 vsize=15151156 memory=776 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24378/stat : 24378 (java) S 24362 24362 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379502 15514783744 21941 33554432000 4194304 4196468 140730102959408 140705051610288 140705591593602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 89216 KiB

[startup+1.50095 s]
/proc/loadavg: 8.25 4.46 2.62 9/231 24419
/proc/meminfo: memFree=28303476/32770624 swapFree=66959728/67108860
[pid=24362] ppid=24359 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24362/stat : 24362 (xcsp3-exec) S 24359 24362 22939 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445379496 115843072 363 33554432000 4194304 5098028 140724588533536 140724588531640 140429745914492 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36089856 140724588540794 140724588541037 140724588541037 140724588543946 0
/proc/24362/statm: 28282 363 304 221 0 87 0

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

/proc/24364/task/24378/stat : 24378 (java) S 24362 24362 22939 0 -1 1077944384 1191 0 0 0 0 1 0 0 20 0 19 0 445379502 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705051610288 140705591593602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24698] ppid=24362 vsize=15552588 memory=2580 CPUtime=62.24 cores=1,3,5,7
/proc/24364/task/24698/stat : 24698 (java) R 24362 24362 22939 0 -1 4202560 545 0 0 0 6224 0 0 0 20 0 19 0 445383006 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705042630784 140705233234908 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24699] ppid=24362 vsize=15552588 memory=1760 CPUtime=61.96 cores=1,3,5,7
/proc/24364/task/24699/stat : 24699 (java) R 24362 24362 22939 0 -1 4202560 1454 0 0 0 6196 0 0 0 20 0 19 0 445383006 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705041576744 140705234523636 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24700] ppid=24362 vsize=15552588 memory=1452 CPUtime=62.09 cores=1,3,5,7
/proc/24364/task/24700/stat : 24700 (java) R 24362 24362 22939 0 -1 4202560 1215 0 0 0 6209 0 0 0 20 0 19 0 445383006 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705039470512 140705232062865 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24701] ppid=24362 vsize=15552588 memory=215796 CPUtime=62.09 cores=1,3,5,7
/proc/24364/task/24701/stat : 24701 (java) R 24362 24362 22939 0 -1 4202560 734 0 0 0 6209 0 0 0 20 0 19 0 445383006 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705040523160 140705233730106 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
Current children cumulated CPU time: 387.12 s
Current children cumulated vsize: 15665716 KiB
Current children cumulated memory: 217248 KiB

[startup+99.201 s]
/proc/loadavg: 8.52 5.65 3.23 9/237 24874
/proc/meminfo: memFree=28064296/32770624 swapFree=66959728/67108860
[pid=24362] ppid=24359 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24362/stat : 24362 (xcsp3-exec) S 24359 24362 22939 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445379496 115843072 363 33554432000 4194304 5098028 140724588533536 140724588531640 140429745914492 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36089856 140724588540794 140724588541037 140724588541037 140724588543946 0
/proc/24362/statm: 28282 363 304 221 0 87 0
[pid=24364] ppid=24362 vsize=15552588 memory=215796 CPUtime=393.49 cores=1,3,5,7
/proc/24364/stat : 24364 (java) S 24362 24362 22939 0 -1 1077944320 93825 0 0 0 39329 20 0 0 20 0 19 0 445379497 15925850112 53949 33554432000 4194304 4196468 140730102959408 140730102941952 140705591582455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
/proc/24364/statm: 3888147 53949 3531 1 0 3849247 0
[pid=24364/tid=24365] ppid=24362 vsize=15552588 memory=1452 CPUtime=0.69 cores=1,3,5,7
/proc/24364/task/24365/stat : 24365 (java) S 24362 24362 22939 0 -1 1077944384 9686 0 0 0 66 3 0 0 20 0 19 0 445379497 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705595823232 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24366] ppid=24362 vsize=15552588 memory=215796 CPUtime=0.03 cores=1,3,5,7
/proc/24364/task/24366/stat : 24366 (java) S 24362 24362 22939 0 -1 1077944384 1208 0 0 0 3 0 0 0 20 0 19 0 445379498 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705548135056 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24367] ppid=24362 vsize=15552588 memory=1564 CPUtime=0.03 cores=1,3,5,7
/proc/24364/task/24367/stat : 24367 (java) S 24362 24362 22939 0 -1 1077944384 2006 0 0 0 3 0 0 0 20 0 19 0 445379498 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705547082256 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24368] ppid=24362 vsize=15552588 memory=6060 CPUtime=0.02 cores=1,3,5,7
/proc/24364/task/24368/stat : 24368 (java) S 24362 24362 22939 0 -1 1077944384 1838 0 0 0 2 0 0 0 20 0 19 0 445379498 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705546029456 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24369] ppid=24362 vsize=15552588 memory=580 CPUtime=0.02 cores=1,3,5,7
/proc/24364/task/24369/stat : 24369 (java) S 24362 24362 22939 0 -1 1077944384 3546 0 0 0 2 0 0 0 20 0 19 0 445379498 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705180866832 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24370] ppid=24362 vsize=15552588 memory=1720 CPUtime=0.02 cores=1,3,5,7
/proc/24364/task/24370/stat : 24370 (java) S 24362 24362 22939 0 -1 1077944384 1887 0 0 0 2 0 0 0 20 0 19 0 445379499 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705060031344 140705591593602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24371] ppid=24362 vsize=15552588 memory=10604 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24371/stat : 24371 (java) S 24362 24362 22939 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 19 0 445379499 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705058977376 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24372] ppid=24362 vsize=15552588 memory=4160 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24372/stat : 24372 (java) S 24362 24362 22939 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 19 0 445379500 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705057924480 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24373] ppid=24362 vsize=15552588 memory=776 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24373/stat : 24373 (java) S 24362 24362 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445379502 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705056872784 140705591601051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24374] ppid=24362 vsize=15552588 memory=1452 CPUtime=4.76 cores=1,3,5,7
/proc/24364/task/24374/stat : 24374 (java) S 24362 24362 22939 0 -1 1077944384 26651 0 0 0 474 2 0 0 20 0 19 0 445379502 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705055820144 140705591593602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24375] ppid=24362 vsize=15552588 memory=215796 CPUtime=4.28 cores=1,3,5,7
/proc/24364/task/24375/stat : 24375 (java) S 24362 24362 22939 0 -1 1077944384 21494 0 0 0 424 4 0 0 20 0 19 0 445379502 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705054767344 140705591593602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24376] ppid=24362 vsize=15552588 memory=215796 CPUtime=0.86 cores=1,3,5,7
/proc/24364/task/24376/stat : 24376 (java) S 24362 24362 22939 0 -1 1077944384 12100 0 0 0 85 1 0 0 20 0 19 0 445379502 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705053714544 140705591593602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24377] ppid=24362 vsize=15552588 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24377/stat : 24377 (java) S 24362 24362 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445379502 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705052661984 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24378] ppid=24362 vsize=15552588 memory=1216 CPUtime=0.01 cores=1,3,5,7
/proc/24364/task/24378/stat : 24378 (java) S 24362 24362 22939 0 -1 1077944384 1191 0 0 0 0 1 0 0 20 0 19 0 445379502 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705051610288 140705591593602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24698] ppid=24362 vsize=15552588 memory=984 CPUtime=63.81 cores=1,3,5,7
/proc/24364/task/24698/stat : 24698 (java) R 24362 24362 22939 0 -1 4202560 545 0 0 0 6381 0 0 0 20 0 19 0 445383006 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705042630784 140705233733797 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24699] ppid=24362 vsize=15552588 memory=6060 CPUtime=63.56 cores=1,3,5,7
/proc/24364/task/24699/stat : 24699 (java) R 24362 24362 22939 0 -1 4202560 1454 0 0 0 6356 0 0 0 20 0 19 0 445383006 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705041576744 140705231772188 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24700] ppid=24362 vsize=15552588 memory=1060 CPUtime=63.69 cores=1,3,5,7
/proc/24364/task/24700/stat : 24700 (java) R 24362 24362 22939 0 -1 4202560 1215 0 0 0 6369 0 0 0 20 0 19 0 445383006 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705039470512 140705233255370 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24701] ppid=24362 vsize=15552588 memory=2828 CPUtime=63.69 cores=1,3,5,7
/proc/24364/task/24701/stat : 24701 (java) R 24362 24362 22939 0 -1 4202560 734 0 0 0 6369 0 0 0 20 0 19 0 445383006 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705040523160 140705234048093 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
Current children cumulated CPU time: 393.49 s
Current children cumulated vsize: 15665716 KiB
Current children cumulated memory: 217248 KiB

[startup+99.6009 s]
/proc/loadavg: 8.52 5.65 3.23 9/237 24874
/proc/meminfo: memFree=28064296/32770624 swapFree=66959728/67108860
[pid=24362] ppid=24359 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24362/stat : 24362 (xcsp3-exec) S 24359 24362 22939 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445379496 115843072 363 33554432000 4194304 5098028 140724588533536 140724588531640 140429745914492 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36089856 140724588540794 140724588541037 140724588541037 140724588543946 0
/proc/24362/statm: 28282 363 304 221 0 87 0
[pid=24364] ppid=24362 vsize=15552588 memory=215796 CPUtime=395.08 cores=1,3,5,7
/proc/24364/stat : 24364 (java) S 24362 24362 22939 0 -1 1077944320 93825 0 0 0 39488 20 0 0 20 0 19 0 445379497 15925850112 53949 33554432000 4194304 4196468 140730102959408 140730102941952 140705591582455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
/proc/24364/statm: 3888147 53949 3531 1 0 3849247 0
[pid=24364/tid=24365] ppid=24362 vsize=15552588 memory=6791534058613427641 CPUtime=0.69 cores=1,3,5,7
/proc/24364/task/24365/stat : 24365 (java) S 24362 24362 22939 0 -1 1077944384 9686 0 0 0 66 3 0 0 20 0 19 0 445379497 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705595823232 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24366] ppid=24362 vsize=15552588 memory=988 CPUtime=0.03 cores=1,3,5,7
/proc/24364/task/24366/stat : 24366 (java) S 24362 24362 22939 0 -1 1077944384 1208 0 0 0 3 0 0 0 20 0 19 0 445379498 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705548135056 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24367] ppid=24362 vsize=15552588 memory=2008 CPUtime=0.03 cores=1,3,5,7
/proc/24364/task/24367/stat : 24367 (java) S 24362 24362 22939 0 -1 1077944384 2006 0 0 0 3 0 0 0 20 0 19 0 445379498 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705547082256 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24368] ppid=24362 vsize=15552588 memory=1436 CPUtime=0.02 cores=1,3,5,7
/proc/24364/task/24368/stat : 24368 (java) S 24362 24362 22939 0 -1 1077944384 1838 0 0 0 2 0 0 0 20 0 19 0 445379498 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705546029456 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24369] ppid=24362 vsize=15552588 memory=215796 CPUtime=0.02 cores=1,3,5,7
/proc/24364/task/24369/stat : 24369 (java) S 24362 24362 22939 0 -1 1077944384 3546 0 0 0 2 0 0 0 20 0 19 0 445379498 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705180866832 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24370] ppid=24362 vsize=15552588 memory=14048 CPUtime=0.02 cores=1,3,5,7
/proc/24364/task/24370/stat : 24370 (java) S 24362 24362 22939 0 -1 1077944384 1887 0 0 0 2 0 0 0 20 0 19 0 445379499 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705060031344 140705591593602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24371] ppid=24362 vsize=15552588 memory=2124 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24371/stat : 24371 (java) S 24362 24362 22939 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 19 0 445379499 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705058977376 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24372] ppid=24362 vsize=15552588 memory=215796 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24372/stat : 24372 (java) S 24362 24362 22939 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 19 0 445379500 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705057924480 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24373] ppid=24362 vsize=15552588 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24373/stat : 24373 (java) S 24362 24362 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445379502 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705056872784 140705591601051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24374] ppid=24362 vsize=15552588 memory=928 CPUtime=4.76 cores=1,3,5,7
/proc/24364/task/24374/stat : 24374 (java) S 24362 24362 22939 0 -1 1077944384 26651 0 0 0 474 2 0 0 20 0 19 0 445379502 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705055820144 140705591593602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24375] ppid=24362 vsize=15552588 memory=1772 CPUtime=4.28 cores=1,3,5,7
/proc/24364/task/24375/stat : 24375 (java) S 24362 24362 22939 0 -1 1077944384 21494 0 0 0 424 4 0 0 20 0 19 0 445379502 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705054767344 140705591593602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24376] ppid=24362 vsize=15552588 memory=832 CPUtime=0.86 cores=1,3,5,7
/proc/24364/task/24376/stat : 24376 (java) S 24362 24362 22939 0 -1 1077944384 12100 0 0 0 85 1 0 0 20 0 19 0 445379502 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705053714544 140705591593602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24377] ppid=24362 vsize=15552588 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24377/stat : 24377 (java) S 24362 24362 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445379502 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705052661984 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24378] ppid=24362 vsize=15552588 memory=1984 CPUtime=0.01 cores=1,3,5,7
/proc/24364/task/24378/stat : 24378 (java) S 24362 24362 22939 0 -1 1077944384 1191 0 0 0 0 1 0 0 20 0 19 0 445379502 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705051610288 140705591593602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24698] ppid=24362 vsize=15552588 memory=288230574492221466 CPUtime=64.21 cores=1,3,5,7
/proc/24364/task/24698/stat : 24698 (java) R 24362 24362 22939 0 -1 4202560 545 0 0 0 6421 0 0 0 20 0 19 0 445383006 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705042630784 140705234048636 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24699] ppid=24362 vsize=15552588 memory=288230583166042426 CPUtime=63.96 cores=1,3,5,7
/proc/24364/task/24699/stat : 24699 (java) R 24362 24362 22939 0 -1 4202560 1454 0 0 0 6396 0 0 0 20 0 19 0 445383006 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705041576744 140705234909845 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24700] ppid=24362 vsize=15552588 memory=15261432686053804 CPUtime=64.09 cores=1,3,5,7
/proc/24364/task/24700/stat : 24700 (java) R 24362 24362 22939 0 -1 4202560 1215 0 0 0 6409 0 0 0 20 0 19 0 445383006 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705039470512 140705234050298 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24701] ppid=24362 vsize=15552588 memory=3 CPUtime=64.09 cores=1,3,5,7
/proc/24364/task/24701/stat : 24701 (java) R 24362 24362 22939 0 -1 4202560 734 0 0 0 6409 0 0 0 20 0 19 0 445383006 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705040523160 140705233069038 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
Current children cumulated CPU time: 395.08 s
Current children cumulated vsize: 15665716 KiB
Current children cumulated memory: 217248 KiB

[startup+99.8009 s]
/proc/loadavg: 8.52 5.65 3.23 9/237 24874
/proc/meminfo: memFree=28064296/32770624 swapFree=66959728/67108860
[pid=24362] ppid=24359 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24362/stat : 24362 (xcsp3-exec) S 24359 24362 22939 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445379496 115843072 363 33554432000 4194304 5098028 140724588533536 140724588531640 140429745914492 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36089856 140724588540794 140724588541037 140724588541037 140724588543946 0
/proc/24362/statm: 28282 363 304 221 0 87 0
[pid=24364] ppid=24362 vsize=15552588 memory=215796 CPUtime=395.88 cores=1,3,5,7
/proc/24364/stat : 24364 (java) S 24362 24362 22939 0 -1 1077944320 93825 0 0 0 39568 20 0 0 20 0 19 0 445379497 15925850112 53949 33554432000 4194304 4196468 140730102959408 140730102941952 140705591582455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
/proc/24364/statm: 3888147 53949 3531 1 0 3849247 0
[pid=24364/tid=24365] ppid=24362 vsize=15552588 memory=2 CPUtime=0.69 cores=1,3,5,7
/proc/24364/task/24365/stat : 24365 (java) S 24362 24362 22939 0 -1 1077944384 9686 0 0 0 66 3 0 0 20 0 19 0 445379497 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705595823232 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24366] ppid=24362 vsize=15552588 memory=2 CPUtime=0.03 cores=1,3,5,7
/proc/24364/task/24366/stat : 24366 (java) S 24362 24362 22939 0 -1 1077944384 1208 0 0 0 3 0 0 0 20 0 19 0 445379498 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705548135056 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24367] ppid=24362 vsize=15552588 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/24364/task/24367/stat : 24367 (java) S 24362 24362 22939 0 -1 1077944384 2006 0 0 0 3 0 0 0 20 0 19 0 445379498 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705547082256 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24368] ppid=24362 vsize=15552588 memory=1452 CPUtime=0.02 cores=1,3,5,7
/proc/24364/task/24368/stat : 24368 (java) S 24362 24362 22939 0 -1 1077944384 1838 0 0 0 2 0 0 0 20 0 19 0 445379498 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705546029456 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24369] ppid=24362 vsize=15552588 memory=215796 CPUtime=0.02 cores=1,3,5,7
/proc/24364/task/24369/stat : 24369 (java) S 24362 24362 22939 0 -1 1077944384 3546 0 0 0 2 0 0 0 20 0 19 0 445379498 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705180866832 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24370] ppid=24362 vsize=15552588 memory=476 CPUtime=0.02 cores=1,3,5,7
/proc/24364/task/24370/stat : 24370 (java) S 24362 24362 22939 0 -1 1077944384 1887 0 0 0 2 0 0 0 20 0 19 0 445379499 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705060031344 140705591593602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24371] ppid=24362 vsize=15552588 memory=428 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24371/stat : 24371 (java) S 24362 24362 22939 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 19 0 445379499 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705058977376 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24372] ppid=24362 vsize=15552588 memory=86 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24372/stat : 24372 (java) S 24362 24362 22939 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 19 0 445379500 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705057924480 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24373] ppid=24362 vsize=15552588 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24373/stat : 24373 (java) S 24362 24362 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445379502 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705056872784 140705591601051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24374] ppid=24362 vsize=15552588 memory=6791534058613427641 CPUtime=4.76 cores=1,3,5,7
/proc/24364/task/24374/stat : 24374 (java) S 24362 24362 22939 0 -1 1077944384 26651 0 0 0 474 2 0 0 20 0 19 0 445379502 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705055820144 140705591593602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24375] ppid=24362 vsize=15552588 memory=1452 CPUtime=4.28 cores=1,3,5,7
/proc/24364/task/24375/stat : 24375 (java) S 24362 24362 22939 0 -1 1077944384 21494 0 0 0 424 4 0 0 20 0 19 0 445379502 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705054767344 140705591593602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24376] ppid=24362 vsize=15552588 memory=217848 CPUtime=0.86 cores=1,3,5,7
/proc/24364/task/24376/stat : 24376 (java) S 24362 24362 22939 0 -1 1077944384 12100 0 0 0 85 1 0 0 20 0 19 0 445379502 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705053714544 140705591593602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24377] ppid=24362 vsize=15552588 memory=7236499839294400103 CPUtime=0 cores=1,3,5,7
/proc/24364/task/24377/stat : 24377 (java) S 24362 24362 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445379502 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705052661984 140705591592661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24378] ppid=24362 vsize=15552588 memory=7378976926912570192 CPUtime=0.01 cores=1,3,5,7
/proc/24364/task/24378/stat : 24378 (java) S 24362 24362 22939 0 -1 1077944384 1191 0 0 0 0 1 0 0 20 0 19 0 445379502 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705051610288 140705591593602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24698] ppid=24362 vsize=15552588 memory=7378976926912570192 CPUtime=64.4 cores=1,3,5,7
/proc/24364/task/24698/stat : 24698 (java) R 24362 24362 22939 0 -1 4202560 545 0 0 0 6440 0 0 0 20 0 19 0 445383006 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705042630784 140705231769522 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24699] ppid=24362 vsize=15552588 memory=5793431651654987107 CPUtime=64.16 cores=1,3,5,7
/proc/24364/task/24699/stat : 24699 (java) R 24362 24362 22939 0 -1 4202560 1454 0 0 0 6416 0 0 0 20 0 19 0 445383006 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705041576744 140705234523893 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24700] ppid=24362 vsize=15552588 memory=-8917630549106858393 CPUtime=64.29 cores=1,3,5,7
/proc/24364/task/24700/stat : 24700 (java) R 24362 24362 22939 0 -1 4202560 1215 0 0 0 6429 0 0 0 20 0 19 0 445383006 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705039470512 140705231812882 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
[pid=24364/tid=24701] ppid=24362 vsize=15552588 memory=7593182704182322000 CPUtime=64.29 cores=1,3,5,7
/proc/24364/task/24701/stat : 24701 (java) R 24362 24362 22939 0 -1 4202560 734 0 0 0 6429 0 0 0 20 0 19 0 445383006 15925850112 53949 33554432000 4194304 4196468 140730102959408 140705040523160 140705234123764 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140730102961135 140730102961306 140730102961306 140730102964175 0
Current children cumulated CPU time: 395.88 s
Current children cumulated vsize: 15665716 KiB
Current children cumulated memory: 217248 KiB

Child status: 0
Real time (s): 99.8185
CPU time (s): 395.932
CPU user time (s): 395.719
CPU system time (s): 0.213702
CPU usage (%): 396.652
Max. virtual memory (cumulated for all children) (KiB): 15665716
Max. memory (cumulated for all children) (KiB): 240656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 395.719
system time used= 0.213702
maximum resident set size= 239208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95163
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6183
involuntary context switches= 7422


# summary of solver processes directly reported to runsolver:
#   pid: 24362
#   total CPU time (s): 395.932
#   total CPU user time (s): 395.719
#   total CPU system time (s): 0.213702

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.642442 second user time and 1.05084 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-17 06:25:53
IDJOB=4400489
IDBENCH=128305
IDSOLVER=2856
FILE ID=node124/4400489-1568694393
RUNJOBID= node124-1568694194-22971
PBS_JOBID= 21703802
Free space on /tmp= 61784 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-37-01.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 /tmp/evaluation-result-4400489-1568694393/watcher-4400489-1568694393 -o /tmp/evaluation-result-4400489-1568694393/solver-4400489-1568694393 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568694194-22971 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1948455457 HOME/instance-4400489-1568694393.xml

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

MD5SUM BENCH= cc0e4d4fb1187992b98efb1fb4f076c6
RANDOM SEED=1948455457

node124.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.47
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.47
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.47
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.47
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:        28124788 kB
MemAvailable:   31482788 kB
Buffers:          231920 kB
Cached:          3413572 kB
SwapCached:        46376 kB
Active:          1493520 kB
Inactive:        2562568 kB
Active(anon):     362028 kB
Inactive(anon):    98000 kB
Active(file):    1131492 kB
Inactive(file):  2464568 kB
Unevictable:      107728 kB
Mlocked:          107728 kB
SwapTotal:      67108860 kB
SwapFree:       66959728 kB
Dirty:             26220 kB
Writeback:             0 kB
AnonPages:        473296 kB
Mapped:            61836 kB
Shmem:             40944 kB
Slab:             186092 kB
SReclaimable:     155552 kB
SUnreclaim:        30540 kB
KernelStack:        4080 kB
PageTables:         6320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1912764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    372736 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= 61760 MiB
End job on node124 at 2019-09-17 06:27:33