Trace number 4394227

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-06-14OPT75 139.893 35.4862

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-46-08.xml
MD5SUM1a36b9c979418634ede1d2fbb3d1d330
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark75
Best CPU time to get the best result obtained on this benchmark84.9466
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints135
Number of domains2
Minimum domain size1
Maximum domain size347
Distribution of domain sizes[{"size":1,"count":1},{"size":347,"count":61}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":7,"count":5},{"degree":8,"count":40},{"degree":9,"count":9},{"degree":10,"count":6}]
Minimum constraint arity2
Maximum constraint arity60
Distribution of constraint arities[{"arity":2,"count":131},{"arity":60,"count":4}]
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-4394227-1568331684.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4394227-1568331684.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.65/0.72	c solve instance...
2.01/0.90	o 90 
2.40/0.91	o 85 
2.40/0.96	o 84 
2.40/0.98	o 82 
2.78/1.03	o 81 
2.78/1.07	o 80 
10.25/2.99	o 79 
11.42/3.21	o 78 
24.53/6.59	o 77 
75.87/19.44	o 76 
134.02/34.09	o 75 
139.57/35.47	s OPTIMUM FOUND
139.57/35.47	v <instantiation>
139.57/35.47	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>
139.57/35.47	v 	<values>0 0 0 0 7 5 6 7 15 10 5 13 12 15 14 12 11 26 22 32 22 26 14 29 17 17 26 29 22 33 43 42 24 25 39 25 39 42 48 34 43 47 39 34 53 55 47 56 60 64 61 61 53 55 56 66 63 63 64 73 66 75 </values>
139.57/35.47	v </instantiation>

Verifier Data

OK	75

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394227-1568331684/watcher-4394227-1568331684 -o /tmp/evaluation-result-4394227-1568331684/solver-4394227-1568331684 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568323682-25332 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 678688739 HOME/instance-4394227-1568331684.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
solver pid=4297, runsolver pid=4294
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 8.05 7.77 7.45 7/234 4313
/proc/meminfo: memFree=30809716/32770624 swapFree=66933688/67108860
[pid=4297] ppid=4294 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4297/stat : 4297 (xcsp3-exec) S 4294 4297 25300 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409439889 115843072 363 33554432000 4194304 5098028 140729690581680 140729690579784 140047412519548 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17383424 140729690583931 140729690584173 140729690584173 140729690587082 0
/proc/4297/statm: 28282 363 304 221 0 87 0
[pid=4299] ppid=4297 vsize=15144768 memory=29644 CPUtime=0.13 cores=1,3,5,7
/proc/4299/stat : 4299 (java) S 4297 4297 25300 0 -1 1077944320 5805 0 0 0 12 1 0 0 20 0 15 0 409439889 15508242432 7411 33554432000 4194304 4196468 140723412146272 140723412128816 140166576434935 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
/proc/4299/statm: 3786192 7411 3146 1 0 3748377 0
[pid=4299/tid=4300] ppid=4297 vsize=15144768 memory=-6664436420846797971 CPUtime=0.08 cores=1,3,5,7
/proc/4299/task/4300/stat : 4300 (java) R 4297 4297 25300 0 -1 4202560 3736 0 0 0 8 0 0 0 20 0 15 0 409439889 15508242432 7411 33554432000 4194304 4196468 140723412146272 140166580656448 140166568672062 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4301] ppid=4297 vsize=15144768 memory=7378697629483820645 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4301/stat : 4301 (java) S 4297 4297 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409439890 15508242432 7411 33554432000 4194304 4196468 140723412146272 140166529055504 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4302] ppid=4297 vsize=15144768 memory=140510763579008 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4302/stat : 4302 (java) S 4297 4297 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409439890 15508242432 7411 33554432000 4194304 4196468 140723412146272 140166528002960 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4303] ppid=4297 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4303/stat : 4303 (java) S 4297 4297 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409439890 15508242432 7411 33554432000 4194304 4196468 140723412146272 140166166404112 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4304] ppid=4297 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4304/stat : 4304 (java) S 4297 4297 25300 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409439890 15508242432 7411 33554432000 4194304 4196468 140723412146272 140166165351568 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4305] ppid=4297 vsize=15144768 memory=140510763579008 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4305/stat : 4305 (java) S 4297 4297 25300 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409439891 15508242432 7411 33554432000 4194304 4196468 140723412146272 140166044792816 140166576446082 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4306] ppid=4297 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4306/stat : 4306 (java) S 4297 4297 25300 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409439892 15508242432 7411 33554432000 4194304 4196468 140723412146272 140166043739040 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4307] ppid=4297 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4307/stat : 4307 (java) S 4297 4297 25300 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409439892 15508242432 7411 33554432000 4194304 4196468 140723412146272 140166042686448 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4308] ppid=4297 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4308/stat : 4308 (java) S 4297 4297 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409439894 15508242432 7411 33554432000 4194304 4196468 140723412146272 140166041635024 140166576453531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4309] ppid=4297 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4309/stat : 4309 (java) S 4297 4297 25300 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 409439894 15508242432 7411 33554432000 4194304 4196468 140723412146272 140166040582640 140166576446082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4310] ppid=4297 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4310/stat : 4310 (java) S 4297 4297 25300 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 409439894 15508242432 7411 33554432000 4194304 4196468 140723412146272 140166039530096 140166576446082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4311] ppid=4297 vsize=15144768 memory=140510763579008 CPUtime=0.02 cores=1,3,5,7
/proc/4299/task/4311/stat : 4311 (java) R 4297 4297 25300 0 -1 4202560 352 0 0 0 2 0 0 0 20 0 15 0 409439894 15508242432 7411 33554432000 4194304 4196468 140723412146272 140166038477552 140166576446870 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4312] ppid=4297 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4312/stat : 4312 (java) S 4297 4297 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409439895 15508242432 7411 33554432000 4194304 4196468 140723412146272 140166037425248 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4313] ppid=4297 vsize=15144768 memory=140510763579008 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4313/stat : 4313 (java) S 4297 4297 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409439895 15508242432 7411 33554432000 4194304 4196468 140723412146272 140166036371760 140166576446082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31096 KiB

[startup+0.211009 s]*
/proc/loadavg: 8.05 7.77 7.45 8/234 4313
/proc/meminfo: memFree=30797208/32770624 swapFree=66933688/67108860
[pid=4297] ppid=4294 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4297/stat : 4297 (xcsp3-exec) S 4294 4297 25300 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409439889 115843072 363 33554432000 4194304 5098028 140729690581680 140729690579784 140047412519548 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17383424 140729690583931 140729690584173 140729690584173 140729690587082 0
/proc/4297/statm: 28282 363 304 221 0 87 0
[pid=4299] ppid=4297 vsize=15144768 memory=40824 CPUtime=0.34 cores=1,3,5,7
/proc/4299/stat : 4299 (java) S 4297 4297 25300 0 -1 1077944320 9424 0 0 0 31 3 0 0 20 0 15 0 409439889 15508242432 10206 33554432000 4194304 4196468 140723412146272 140723412128816 140166576434935 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
/proc/4299/statm: 3786192 10206 3275 1 0 3748377 0
[pid=4299/tid=4300] ppid=4297 vsize=15144768 memory=7022364632946311227 CPUtime=0.2 cores=1,3,5,7
/proc/4299/task/4300/stat : 4300 (java) R 4297 4297 25300 0 -1 4202560 6637 0 0 0 18 2 0 0 20 0 15 0 409439889 15508242432 10206 33554432000 4194304 4196468 140723412146272 140166580671632 140166560515452 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4301] ppid=4297 vsize=15144768 memory=364 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4301/stat : 4301 (java) S 4297 4297 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409439890 15508242432 10206 33554432000 4194304 4196468 140723412146272 140166529055504 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4302] ppid=4297 vsize=15144768 memory=140510766751966 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4302/stat : 4302 (java) S 4297 4297 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409439890 15508242432 10206 33554432000 4194304 4196468 140723412146272 140166528002960 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4303] ppid=4297 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4303/stat : 4303 (java) S 4297 4297 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409439890 15508242432 10206 33554432000 4194304 4196468 140723412146272 140166166404112 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4304] ppid=4297 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4304/stat : 4304 (java) S 4297 4297 25300 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409439890 15508242432 10206 33554432000 4194304 4196468 140723412146272 140166165351568 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4305] ppid=4297 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4305/stat : 4305 (java) S 4297 4297 25300 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 409439891 15508242432 10206 33554432000 4194304 4196468 140723412146272 140166044792816 140166576446082 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4306] ppid=4297 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4306/stat : 4306 (java) S 4297 4297 25300 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409439892 15508242432 10206 33554432000 4194304 4196468 140723412146272 140166043739040 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4307] ppid=4297 vsize=15144768 memory=140510763579008 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4307/stat : 4307 (java) S 4297 4297 25300 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409439892 15508242432 10206 33554432000 4194304 4196468 140723412146272 140166042686448 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4308] ppid=4297 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4308/stat : 4308 (java) S 4297 4297 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409439894 15508242432 10206 33554432000 4194304 4196468 140723412146272 140166041635024 140166576453531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4309] ppid=4297 vsize=15144768 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/4299/task/4309/stat : 4309 (java) S 4297 4297 25300 0 -1 1077944384 437 0 0 0 1 0 0 0 20 0 15 0 409439894 15508242432 10206 33554432000 4194304 4196468 140723412146272 140166040582640 140166576446082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4310] ppid=4297 vsize=15144768 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/4299/task/4310/stat : 4310 (java) S 4297 4297 25300 0 -1 1077944384 299 0 0 0 3 0 0 0 20 0 15 0 409439894 15508242432 10206 33554432000 4194304 4196468 140723412146272 140166039530096 140166576446082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4311] ppid=4297 vsize=15144768 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4299/task/4311/stat : 4311 (java) S 4297 4297 25300 0 -1 1077944384 750 0 0 0 8 0 0 0 20 0 15 0 409439894 15508242432 10206 33554432000 4194304 4196468 140723412146272 140166038477552 140166576446082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4312] ppid=4297 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4312/stat : 4312 (java) S 4297 4297 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409439895 15508242432 10206 33554432000 4194304 4196468 140723412146272 140166037425248 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4313] ppid=4297 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4313/stat : 4313 (java) S 4297 4297 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409439895 15508242432 10206 33554432000 4194304 4196468 140723412146272 140166036371760 140166576446082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42276 KiB

[startup+0.320805 s]*
/proc/loadavg: 8.05 7.77 7.45 7/234 4314
/proc/meminfo: memFree=30789416/32770624 swapFree=66933688/67108860
[pid=4297] ppid=4294 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4297/stat : 4297 (xcsp3-exec) S 4294 4297 25300 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409439889 115843072 363 33554432000 4194304 5098028 140729690581680 140729690579784 140047412519548 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17383424 140729690583931 140729690584173 140729690584173 140729690587082 0
/proc/4297/statm: 28282 363 304 221 0 87 0
[pid=4299] ppid=4297 vsize=15149024 memory=50448 CPUtime=0.54 cores=1,3,5,7
/proc/4299/stat : 4299 (java) S 4297 4297 25300 0 -1 1077944320 11018 0 0 0 51 3 0 0 20 0 15 0 409439889 15512600576 12612 33554432000 4194304 4196468 140723412146272 140723412128816 140166576434935 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
/proc/4299/statm: 3787256 12612 3356 1 0 3748377 0
[pid=4299/tid=4300] ppid=4297 vsize=15149024 memory=288363917221298210 CPUtime=0.3 cores=1,3,5,7
/proc/4299/task/4300/stat : 4300 (java) R 4297 4297 25300 0 -1 4202560 7958 0 0 0 28 2 0 0 20 0 15 0 409439889 15512600576 12612 33554432000 4194304 4196468 140723412146272 140166580664896 140166207450248 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4301] ppid=4297 vsize=15149024 memory=288230621820748097 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4301/stat : 4301 (java) S 4297 4297 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409439890 15512600576 12612 33554432000 4194304 4196468 140723412146272 140166529055504 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4302] ppid=4297 vsize=15149024 memory=14696283709377090 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4302/stat : 4302 (java) S 4297 4297 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409439890 15512600576 12612 33554432000 4194304 4196468 140723412146272 140166528002960 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4303] ppid=4297 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4303/stat : 4303 (java) S 4297 4297 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409439890 15512600576 12612 33554432000 4194304 4196468 140723412146272 140166166404112 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4304] ppid=4297 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4304/stat : 4304 (java) S 4297 4297 25300 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409439890 15512600576 12612 33554432000 4194304 4196468 140723412146272 140166165351568 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4305] ppid=4297 vsize=15149024 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4305/stat : 4305 (java) S 4297 4297 25300 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 409439891 15512600576 12612 33554432000 4194304 4196468 140723412146272 140166044792816 140166576446082 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4306] ppid=4297 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4306/stat : 4306 (java) S 4297 4297 25300 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409439892 15512600576 12612 33554432000 4194304 4196468 140723412146272 140166043739040 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4307] ppid=4297 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4307/stat : 4307 (java) S 4297 4297 25300 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409439892 15512600576 12612 33554432000 4194304 4196468 140723412146272 140166042686448 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4308] ppid=4297 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4308/stat : 4308 (java) S 4297 4297 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409439894 15512600576 12612 33554432000 4194304 4196468 140723412146272 140166041635024 140166576453531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4309] ppid=4297 vsize=15149024 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/4299/task/4309/stat : 4309 (java) S 4297 4297 25300 0 -1 1077944384 589 0 0 0 4 0 0 0 20 0 15 0 409439894 15512600576 12612 33554432000 4194304 4196468 140723412146272 140166040582640 140166576446082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4310] ppid=4297 vsize=15149024 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/4299/task/4310/stat : 4310 (java) R 4297 4297 25300 0 -1 4202560 335 0 0 0 4 0 0 0 20 0 15 0 409439894 15512600576 12612 33554432000 4194304 4196468 140723412146272 140166039530096 140166576446870 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4311] ppid=4297 vsize=15149024 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/4299/task/4311/stat : 4311 (java) R 4297 4297 25300 0 -1 4202560 843 0 0 0 13 0 0 0 20 0 15 0 409439894 15512600576 12612 33554432000 4194304 4196468 140723412146272 140166038477552 140166555812352 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4312] ppid=4297 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4312/stat : 4312 (java) S 4297 4297 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409439895 15512600576 12612 33554432000 4194304 4196468 140723412146272 140166037425248 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4313] ppid=4297 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4313/stat : 4313 (java) S 4297 4297 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409439895 15512600576 12612 33554432000 4194304 4196468 140723412146272 140166036371760 140166576446082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51900 KiB

[startup+0.707114 s]
/proc/loadavg: 8.05 7.77 7.45 9/234 4314
/proc/meminfo: memFree=30772240/32770624 swapFree=66933688/67108860
[pid=4297] ppid=4294 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4297/stat : 4297 (xcsp3-exec) S 4294 4297 25300 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409439889 115843072 363 33554432000 4194304 5098028 140729690581680 140729690579784 140047412519548 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17383424 140729690583931 140729690584173 140729690584173 140729690587082 0
/proc/4297/statm: 28282 363 304 221 0 87 0
[pid=4299] ppid=4297 vsize=15151148 memory=88360 CPUtime=1.65 cores=1,3,5,7
/proc/4299/stat : 4299 (java) S 4297 4297 25300 0 -1 1077944320 15250 0 0 0 160 5 0 0 20 0 15 0 409439889 15514775552 22090 33554432000 4194304 4196468 140723412146272 140723412128816 140166576434935 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
/proc/4299/statm: 3787787 22090 3454 1 0 3748889 0
[pid=4299/tid=4300] ppid=4297 vsize=15151148 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/4299/task/4300/stat : 4300 (java) R 4297 4297 25300 0 -1 4202560 9318 0 0 0 64 4 0 0 20 0 15 0 409439889 15514775552 22090 33554432000 4194304 4196468 140723412146272 140166580672720 140166210934908 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4301] ppid=4297 vsize=15151148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4301/stat : 4301 (java) S 4297 4297 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409439890 15514775552 22090 33554432000 4194304 4196468 140723412146272 140166529055504 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4302] ppid=4297 vsize=15151148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4302/stat : 4302 (java) S 4297 4297 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409439890 15514775552 22090 33554432000 4194304 4196468 140723412146272 140166528002960 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4303] ppid=4297 vsize=15151148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4303/stat : 4303 (java) S 4297 4297 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409439890 15514775552 22090 33554432000 4194304 4196468 140723412146272 140166166404112 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4304] ppid=4297 vsize=15151148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4304/stat : 4304 (java) S 4297 4297 25300 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409439890 15514775552 22090 33554432000 4194304 4196468 140723412146272 140166165351568 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4305] ppid=4297 vsize=15151148 memory=70 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4305/stat : 4305 (java) S 4297 4297 25300 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 409439891 15514775552 22090 33554432000 4194304 4196468 140723412146272 140166044792816 140166576446082 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4306] ppid=4297 vsize=15151148 memory=1 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4306/stat : 4306 (java) S 4297 4297 25300 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409439892 15514775552 22090 33554432000 4194304 4196468 140723412146272 140166043739040 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4307] ppid=4297 vsize=15151148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4307/stat : 4307 (java) S 4297 4297 25300 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409439892 15514775552 22090 33554432000 4194304 4196468 140723412146272 140166042686448 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4308] ppid=4297 vsize=15151148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4308/stat : 4308 (java) S 4297 4297 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409439894 15514775552 22090 33554432000 4194304 4196468 140723412146272 140166041635024 140166576453531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4309] ppid=4297 vsize=15151148 memory=14323715934760 CPUtime=0.25 cores=1,3,5,7
/proc/4299/task/4309/stat : 4309 (java) R 4297 4297 25300 0 -1 1077944384 1229 0 0 0 25 0 0 0 20 0 15 0 409439894 15514775552 22090 33554432000 4194304 4196468 140723412146272 140166040562240 140166576445141 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4310] ppid=4297 vsize=15151148 memory=2958624 CPUtime=0.26 cores=1,3,5,7
/proc/4299/task/4310/stat : 4310 (java) R 4297 4297 25300 0 -1 4202560 1197 0 0 0 26 0 0 0 20 0 15 0 409439894 15514775552 22090 33554432000 4194304 4196468 140723412146272 140166039511664 140166557978652 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4311] ppid=4297 vsize=15151148 memory=2966641 CPUtime=0.43 cores=1,3,5,7
/proc/4299/task/4311/stat : 4311 (java) R 4297 4297 25300 0 -1 4202560 2199 0 0 0 43 0 0 0 20 0 15 0 409439894 15514775552 22090 33554432000 4194304 4196468 140723412146272 140166038477680 140166576446870 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4312] ppid=4297 vsize=15151148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4312/stat : 4312 (java) S 4297 4297 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409439895 15514775552 22090 33554432000 4194304 4196468 140723412146272 140166037425248 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4313] ppid=4297 vsize=15151148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4313/stat : 4313 (java) S 4297 4297 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409439895 15514775552 22090 33554432000 4194304 4196468 140723412146272 140166036371760 140166576446082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 89812 KiB

[startup+1.50177 s]
/proc/loadavg: 8.05 7.77 7.45 10/238 4334
/proc/meminfo: memFree=30690176/32770624 swapFree=66933688/67108860
[pid=4297] ppid=4294 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4297/stat : 4297 (xcsp3-exec) S 4294 4297 25300 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409439889 115843072 363 33554432000 4194304 5098028 140729690581680 140729690579784 140047412519548 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17383424 140729690583931 140729690584173 140729690584173 140729690587082 0
/proc/4297/statm: 28282 363 304 221 0 87 0

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

/proc/4299/task/4309/stat : 4309 (java) S 4297 4297 25300 0 -1 1077944384 15977 0 0 0 310 2 0 0 20 0 19 0 409439894 15857680384 58408 33554432000 4194304 4196468 140723412146272 140166040582640 140166576446082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4310] ppid=4297 vsize=15486016 memory=772 CPUtime=3.32 cores=1,3,5,7
/proc/4299/task/4310/stat : 4310 (java) S 4297 4297 25300 0 -1 1077944384 13273 0 0 0 331 1 0 0 20 0 19 0 409439894 15857680384 58408 33554432000 4194304 4196468 140723412146272 140166039530096 140166576446082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4311] ppid=4297 vsize=15486016 memory=3932 CPUtime=0.83 cores=1,3,5,7
/proc/4299/task/4311/stat : 4311 (java) S 4297 4297 25300 0 -1 1077944384 8947 0 0 0 82 1 0 0 20 0 19 0 409439894 15857680384 58408 33554432000 4194304 4196468 140723412146272 140166038477552 140166576446082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4312] ppid=4297 vsize=15486016 memory=233632 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4312/stat : 4312 (java) S 4297 4297 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409439895 15857680384 58408 33554432000 4194304 4196468 140723412146272 140166037425248 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4313] ppid=4297 vsize=15486016 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4313/stat : 4313 (java) S 4297 4297 25300 0 -1 1077944384 951 0 0 0 0 0 0 0 20 0 19 0 409439895 15857680384 58408 33554432000 4194304 4196468 140723412146272 140166036371760 140166576446082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4357] ppid=4297 vsize=15486016 memory=233632 CPUtime=14.1 cores=1,3,5,7
/proc/4299/task/4357/stat : 4357 (java) R 4297 4297 25300 0 -1 4202560 280 0 0 0 1410 0 0 0 20 0 19 0 409441833 15857680384 58408 33554432000 4194304 4196468 140723412146272 140166024239760 140166214620732 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4358] ppid=4297 vsize=15486016 memory=8112282956445269571 CPUtime=13.93 cores=1,3,5,7
/proc/4299/task/4358/stat : 4358 (java) R 4297 4297 25300 0 -1 4202560 571 0 0 0 1393 0 0 0 20 0 19 0 409441833 15857680384 58408 33554432000 4194304 4196468 140723412146272 140166025293448 140166214619102 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4359] ppid=4297 vsize=15486016 memory=1440 CPUtime=14.03 cores=1,3,5,7
/proc/4299/task/4359/stat : 4359 (java) R 4297 4297 25300 0 -1 4202560 561 0 0 0 1403 0 0 0 20 0 19 0 409441833 15857680384 58408 33554432000 4194304 4196468 140723412146272 140166026347000 140166216035847 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4360] ppid=4297 vsize=15486016 memory=808 CPUtime=14.13 cores=1,3,5,7
/proc/4299/task/4360/stat : 4360 (java) R 4297 4297 25300 0 -1 4202560 338 0 0 0 1413 0 0 0 20 0 19 0 409441833 15857680384 58408 33554432000 4194304 4196468 140723412146272 140166021091240 140166214619240 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
Current children cumulated CPU time: 132.4 s
Current children cumulated vsize: 15599144 KiB
Current children cumulated memory: 235084 KiB

[startup+34.4008 s]
/proc/loadavg: 8.52 7.91 7.52 9/238 4360
/proc/meminfo: memFree=30605584/32770624 swapFree=66933688/67108860
[pid=4297] ppid=4294 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4297/stat : 4297 (xcsp3-exec) S 4294 4297 25300 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409439889 115843072 363 33554432000 4194304 5098028 140729690581680 140729690579784 140047412519548 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17383424 140729690583931 140729690584173 140729690584173 140729690587082 0
/proc/4297/statm: 28282 363 304 221 0 87 0
[pid=4299] ppid=4297 vsize=15486016 memory=233472 CPUtime=135.59 cores=1,3,5,7
/proc/4299/stat : 4299 (java) S 4297 4297 25300 0 -1 1077944320 65033 0 0 0 13544 15 0 0 20 0 19 0 409439889 15857680384 58368 33554432000 4194304 4196468 140723412146272 140723412128816 140166576434935 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
/proc/4299/statm: 3871504 58368 3531 1 0 3832606 0
[pid=4299/tid=4300] ppid=4297 vsize=15486016 memory=3620 CPUtime=0.71 cores=1,3,5,7
/proc/4299/task/4300/stat : 4300 (java) S 4297 4297 25300 0 -1 1077944384 10114 0 0 0 67 4 0 0 20 0 19 0 409439889 15857680384 58368 33554432000 4194304 4196468 140723412146272 140166580675712 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4301] ppid=4297 vsize=15486016 memory=2372 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4301/stat : 4301 (java) S 4297 4297 25300 0 -1 1077944384 328 0 0 0 0 0 0 0 20 0 19 0 409439890 15857680384 58368 33554432000 4194304 4196468 140723412146272 140166529055504 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4302] ppid=4297 vsize=15486016 memory=4580 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4302/stat : 4302 (java) S 4297 4297 25300 0 -1 1077944384 1164 0 0 0 0 0 0 0 20 0 19 0 409439890 15857680384 58368 33554432000 4194304 4196468 140723412146272 140166528002960 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4303] ppid=4297 vsize=15486016 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4303/stat : 4303 (java) S 4297 4297 25300 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 19 0 409439890 15857680384 58368 33554432000 4194304 4196468 140723412146272 140166166404112 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4304] ppid=4297 vsize=15486016 memory=984 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4304/stat : 4304 (java) S 4297 4297 25300 0 -1 1077944384 1073 0 0 0 0 0 0 0 20 0 19 0 409439890 15857680384 58368 33554432000 4194304 4196468 140723412146272 140166165351568 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4305] ppid=4297 vsize=15486016 memory=2032 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4305/stat : 4305 (java) S 4297 4297 25300 0 -1 1077944384 738 0 0 0 0 0 0 0 20 0 19 0 409439891 15857680384 58368 33554432000 4194304 4196468 140723412146272 140166044792816 140166576446082 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4306] ppid=4297 vsize=15486016 memory=1332 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4306/stat : 4306 (java) S 4297 4297 25300 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 19 0 409439892 15857680384 58368 33554432000 4194304 4196468 140723412146272 140166043739104 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4307] ppid=4297 vsize=15486016 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4307/stat : 4307 (java) S 4297 4297 25300 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 19 0 409439892 15857680384 58368 33554432000 4194304 4196468 140723412146272 140166042686464 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4308] ppid=4297 vsize=15486016 memory=976 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4308/stat : 4308 (java) S 4297 4297 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409439894 15857680384 58368 33554432000 4194304 4196468 140723412146272 140166041635024 140166576453531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4309] ppid=4297 vsize=15486016 memory=772 CPUtime=3.12 cores=1,3,5,7
/proc/4299/task/4309/stat : 4309 (java) S 4297 4297 25300 0 -1 1077944384 15979 0 0 0 310 2 0 0 20 0 19 0 409439894 15857680384 58368 33554432000 4194304 4196468 140723412146272 140166040582640 140166576446082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4310] ppid=4297 vsize=15486016 memory=3932 CPUtime=3.42 cores=1,3,5,7
/proc/4299/task/4310/stat : 4310 (java) S 4297 4297 25300 0 -1 1077944384 16158 0 0 0 341 1 0 0 20 0 19 0 409439894 15857680384 58368 33554432000 4194304 4196468 140723412146272 140166039530096 140166576446082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4311] ppid=4297 vsize=15486016 memory=2832 CPUtime=0.83 cores=1,3,5,7
/proc/4299/task/4311/stat : 4311 (java) S 4297 4297 25300 0 -1 1077944384 9416 0 0 0 82 1 0 0 20 0 19 0 409439894 15857680384 58368 33554432000 4194304 4196468 140723412146272 140166038477552 140166576446082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4312] ppid=4297 vsize=15486016 memory=1548 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4312/stat : 4312 (java) S 4297 4297 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409439895 15857680384 58368 33554432000 4194304 4196468 140723412146272 140166037425248 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4313] ppid=4297 vsize=15486016 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4313/stat : 4313 (java) S 4297 4297 25300 0 -1 1077944384 951 0 0 0 0 0 0 0 20 0 19 0 409439895 15857680384 58368 33554432000 4194304 4196468 140723412146272 140166036371760 140166576446082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
Current children cumulated CPU time: 135.59 s
Current children cumulated vsize: 15599144 KiB
Current children cumulated memory: 234924 KiB

[startup+35.2008 s]
/proc/loadavg: 8.48 7.91 7.52 9/238 4364
/proc/meminfo: memFree=30605460/32770624 swapFree=66933688/67108860
[pid=4297] ppid=4294 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4297/stat : 4297 (xcsp3-exec) S 4294 4297 25300 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409439889 115843072 363 33554432000 4194304 5098028 140729690581680 140729690579784 140047412519548 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17383424 140729690583931 140729690584173 140729690584173 140729690587082 0
/proc/4297/statm: 28282 363 304 221 0 87 0
[pid=4299] ppid=4297 vsize=15486016 memory=233696 CPUtime=138.77 cores=1,3,5,7
/proc/4299/stat : 4299 (java) S 4297 4297 25300 0 -1 1077944320 65852 0 0 0 13862 15 0 0 20 0 19 0 409439889 15857680384 58424 33554432000 4194304 4196468 140723412146272 140723412128816 140166576434935 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
/proc/4299/statm: 3871504 58424 3531 1 0 3832606 0
[pid=4299/tid=4300] ppid=4297 vsize=15486016 memory=8112282956445269571 CPUtime=0.71 cores=1,3,5,7
/proc/4299/task/4300/stat : 4300 (java) S 4297 4297 25300 0 -1 1077944384 10114 0 0 0 67 4 0 0 20 0 19 0 409439889 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166580675712 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4301] ppid=4297 vsize=15486016 memory=3620 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4301/stat : 4301 (java) S 4297 4297 25300 0 -1 1077944384 328 0 0 0 0 0 0 0 20 0 19 0 409439890 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166529055504 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4302] ppid=4297 vsize=15486016 memory=20364 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4302/stat : 4302 (java) S 4297 4297 25300 0 -1 1077944384 1164 0 0 0 0 0 0 0 20 0 19 0 409439890 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166528002960 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4303] ppid=4297 vsize=15486016 memory=984 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4303/stat : 4303 (java) S 4297 4297 25300 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 19 0 409439890 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166166404112 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4304] ppid=4297 vsize=15486016 memory=2032 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4304/stat : 4304 (java) S 4297 4297 25300 0 -1 1077944384 1073 0 0 0 0 0 0 0 20 0 19 0 409439890 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166165351568 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4305] ppid=4297 vsize=15486016 memory=1332 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4305/stat : 4305 (java) S 4297 4297 25300 0 -1 1077944384 852 0 0 0 0 0 0 0 20 0 19 0 409439891 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166044792816 140166576446082 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4306] ppid=4297 vsize=15486016 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4306/stat : 4306 (java) S 4297 4297 25300 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 19 0 409439892 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166043739104 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4307] ppid=4297 vsize=15486016 memory=744 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4307/stat : 4307 (java) S 4297 4297 25300 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 19 0 409439892 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166042686464 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4308] ppid=4297 vsize=15486016 memory=8296 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4308/stat : 4308 (java) S 4297 4297 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409439894 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166041635024 140166576453531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4309] ppid=4297 vsize=15486016 memory=5952 CPUtime=3.12 cores=1,3,5,7
/proc/4299/task/4309/stat : 4309 (java) S 4297 4297 25300 0 -1 1077944384 16079 0 0 0 310 2 0 0 20 0 19 0 409439894 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166040582640 140166576446082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4310] ppid=4297 vsize=15486016 memory=1124 CPUtime=3.42 cores=1,3,5,7
/proc/4299/task/4310/stat : 4310 (java) S 4297 4297 25300 0 -1 1077944384 16158 0 0 0 341 1 0 0 20 0 19 0 409439894 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166039530096 140166576446082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4311] ppid=4297 vsize=15486016 memory=14008 CPUtime=0.83 cores=1,3,5,7
/proc/4299/task/4311/stat : 4311 (java) S 4297 4297 25300 0 -1 1077944384 9687 0 0 0 82 1 0 0 20 0 19 0 409439894 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166038477552 140166576446082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4312] ppid=4297 vsize=15486016 memory=11928 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4312/stat : 4312 (java) S 4297 4297 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409439895 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166037425248 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4313] ppid=4297 vsize=15486016 memory=2124 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4313/stat : 4313 (java) S 4297 4297 25300 0 -1 1077944384 958 0 0 0 0 0 0 0 20 0 19 0 409439895 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166036371760 140166576446082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4361] ppid=4297 vsize=15486016 memory=6352 CPUtime=1.05 cores=1,3,5,7
/proc/4299/task/4361/stat : 4361 (java) R 4297 4297 25300 0 -1 4202560 70 0 0 0 105 0 0 0 20 0 19 0 409443298 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166025292224 140166214619305 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4362] ppid=4297 vsize=15486016 memory=504 CPUtime=1.1 cores=1,3,5,7
/proc/4299/task/4362/stat : 4362 (java) R 4297 4297 25300 0 -1 4202560 90 0 0 0 110 0 0 0 20 0 19 0 409443298 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166026346776 140166214687067 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4363] ppid=4297 vsize=15486016 memory=233492 CPUtime=1.09 cores=1,3,5,7
/proc/4299/task/4363/stat : 4363 (java) R 4297 4297 25300 0 -1 4202560 233 0 0 0 109 0 0 0 20 0 19 0 409443298 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166021091576 140166214688378 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4364] ppid=4297 vsize=15486016 memory=1452 CPUtime=1.06 cores=1,3,5,7
/proc/4299/task/4364/stat : 4364 (java) R 4297 4297 25300 0 -1 4202560 116 0 0 0 106 0 0 0 20 0 19 0 409443298 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166024240336 140166214688574 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
Current children cumulated CPU time: 138.77 s
Current children cumulated vsize: 15599144 KiB
Current children cumulated memory: 235148 KiB

[startup+35.4008 s]
/proc/loadavg: 8.48 7.91 7.52 9/238 4364
/proc/meminfo: memFree=30605460/32770624 swapFree=66933688/67108860
[pid=4297] ppid=4294 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4297/stat : 4297 (xcsp3-exec) S 4294 4297 25300 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409439889 115843072 363 33554432000 4194304 5098028 140729690581680 140729690579784 140047412519548 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17383424 140729690583931 140729690584173 140729690584173 140729690587082 0
/proc/4297/statm: 28282 363 304 221 0 87 0
[pid=4299] ppid=4297 vsize=15486016 memory=233696 CPUtime=139.57 cores=1,3,5,7
/proc/4299/stat : 4299 (java) S 4297 4297 25300 0 -1 1077944320 66495 0 0 0 13942 15 0 0 20 0 19 0 409439889 15857680384 58424 33554432000 4194304 4196468 140723412146272 140723412128816 140166576434935 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
/proc/4299/statm: 3871504 58424 3531 1 0 3832606 0
[pid=4299/tid=4300] ppid=4297 vsize=15486016 memory=3280 CPUtime=0.71 cores=1,3,5,7
/proc/4299/task/4300/stat : 4300 (java) S 4297 4297 25300 0 -1 1077944384 10114 0 0 0 67 4 0 0 20 0 19 0 409439889 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166580675712 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4301] ppid=4297 vsize=15486016 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4301/stat : 4301 (java) S 4297 4297 25300 0 -1 1077944384 328 0 0 0 0 0 0 0 20 0 19 0 409439890 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166529055504 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4302] ppid=4297 vsize=15486016 memory=450048 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4302/stat : 4302 (java) S 4297 4297 25300 0 -1 1077944384 1164 0 0 0 0 0 0 0 20 0 19 0 409439890 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166528002960 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4303] ppid=4297 vsize=15486016 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4303/stat : 4303 (java) S 4297 4297 25300 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 19 0 409439890 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166166404112 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4304] ppid=4297 vsize=15486016 memory=233632 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4304/stat : 4304 (java) S 4297 4297 25300 0 -1 1077944384 1073 0 0 0 0 0 0 0 20 0 19 0 409439890 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166165351568 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4305] ppid=4297 vsize=15486016 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4305/stat : 4305 (java) S 4297 4297 25300 0 -1 1077944384 852 0 0 0 0 0 0 0 20 0 19 0 409439891 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166044792816 140166576446082 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4306] ppid=4297 vsize=15486016 memory=233592 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4306/stat : 4306 (java) S 4297 4297 25300 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 19 0 409439892 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166043739104 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4307] ppid=4297 vsize=15486016 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4307/stat : 4307 (java) S 4297 4297 25300 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 19 0 409439892 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166042686464 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4308] ppid=4297 vsize=15486016 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4308/stat : 4308 (java) S 4297 4297 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409439894 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166041635024 140166576453531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4309] ppid=4297 vsize=15486016 memory=15260333157648136 CPUtime=3.14 cores=1,3,5,7
/proc/4299/task/4309/stat : 4309 (java) S 4297 4297 25300 0 -1 1077944384 16708 0 0 0 312 2 0 0 20 0 19 0 409439894 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166040582640 140166576446082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4310] ppid=4297 vsize=15486016 memory=1398720917958146503 CPUtime=3.42 cores=1,3,5,7
/proc/4299/task/4310/stat : 4310 (java) S 4297 4297 25300 0 -1 1077944384 16158 0 0 0 341 1 0 0 20 0 19 0 409439894 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166039530096 140166576446082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4311] ppid=4297 vsize=15486016 memory=4126316290023845779 CPUtime=0.83 cores=1,3,5,7
/proc/4299/task/4311/stat : 4311 (java) S 4297 4297 25300 0 -1 1077944384 9688 0 0 0 82 1 0 0 20 0 19 0 409439894 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166038477552 140166576446082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4312] ppid=4297 vsize=15486016 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4312/stat : 4312 (java) S 4297 4297 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409439895 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166037425248 140166576445141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4313] ppid=4297 vsize=15486016 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4299/task/4313/stat : 4313 (java) S 4297 4297 25300 0 -1 1077944384 958 0 0 0 0 0 0 0 20 0 19 0 409439895 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166036371760 140166576446082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4361] ppid=4297 vsize=15486016 memory=0 CPUtime=1.25 cores=1,3,5,7
/proc/4299/task/4361/stat : 4361 (java) R 4297 4297 25300 0 -1 4202560 70 0 0 0 125 0 0 0 20 0 19 0 409443298 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166025292224 140166214689180 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4362] ppid=4297 vsize=15486016 memory=0 CPUtime=1.3 cores=1,3,5,7
/proc/4299/task/4362/stat : 4362 (java) R 4297 4297 25300 0 -1 4202560 96 0 0 0 130 0 0 0 20 0 19 0 409443298 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166026346776 140166214283126 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4363] ppid=4297 vsize=15486016 memory=0 CPUtime=1.29 cores=1,3,5,7
/proc/4299/task/4363/stat : 4363 (java) R 4297 4297 25300 0 -1 4202560 238 0 0 0 129 0 0 0 20 0 19 0 409443298 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166021092232 140166216035407 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
[pid=4299/tid=4364] ppid=4297 vsize=15486016 memory=8046693785091297153 CPUtime=1.24 cores=1,3,5,7
/proc/4299/task/4364/stat : 4364 (java) R 4297 4297 25300 0 -1 4202560 118 0 0 0 124 0 0 0 20 0 19 0 409443298 15857680384 58424 33554432000 4194304 4196468 140723412146272 140166024240472 140166214282997 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140723412149231 140723412149402 140723412149402 140723412152271 0
Current children cumulated CPU time: 139.57 s
Current children cumulated vsize: 15599144 KiB
Current children cumulated memory: 235148 KiB

Child status: 0
Real time (s): 35.4862
CPU time (s): 139.893
CPU user time (s): 139.732
CPU system time (s): 0.160914
CPU usage (%): 394.219
Max. virtual memory (cumulated for all children) (KiB): 15599144
Max. memory (cumulated for all children) (KiB): 235148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 139.732
system time used= 0.160914
maximum resident set size= 233696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67728
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4508
involuntary context switches= 3437


# summary of solver processes directly reported to runsolver:
#   pid: 4297
#   total CPU time (s): 139.893
#   total CPU user time (s): 139.732
#   total CPU system time (s): 0.160914

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.250938 second user time and 0.42327 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-13 01:40:45
IDJOB=4394227
IDBENCH=128523
IDSOLVER=2842
FILE ID=node151/4394227-1568331684
RUNJOBID= node151-1568323682-25332
PBS_JOBID= 21701147
Free space on /tmp= 56972 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-46-08.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-4394227-1568331684/watcher-4394227-1568331684 -o /tmp/evaluation-result-4394227-1568331684/solver-4394227-1568331684 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568323682-25332 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 678688739 HOME/instance-4394227-1568331684.xml

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

MD5SUM BENCH= 1a36b9c979418634ede1d2fbb3d1d330
RANDOM SEED=678688739

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30826920 kB
MemAvailable:   31419588 kB
Buffers:          134148 kB
Cached:           749432 kB
SwapCached:        72496 kB
Active:           913376 kB
Inactive:         482436 kB
Active(anon):     447228 kB
Inactive(anon):    96432 kB
Active(file):     466148 kB
Inactive(file):   386004 kB
Unevictable:      111232 kB
Mlocked:          111232 kB
SwapTotal:      67108860 kB
SwapFree:       66933688 kB
Dirty:             26104 kB
Writeback:            12 kB
AnonPages:        550684 kB
Mapped:            47736 kB
Shmem:             22940 kB
Slab:             141432 kB
SReclaimable:     112700 kB
SUnreclaim:        28732 kB
KernelStack:        3808 kB
PageTables:         6644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1901012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    454656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 56948 MiB
End job on node151 at 2019-09-13 01:41:21