Trace number 4272806

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 NameAnswerCPU timeWall clock time
choco-solver 5a (2017-07-26)SAT 15.0806 8.89923

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-xcsp2-s20a4/
TravellingSalesman-4-20-727-a4_X2.xml
MD5SUMfeda79726080e93715556435cff6944b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.4597402
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints228
Number of domains5
Minimum domain size1
Maximum domain size1001
Distribution of domain sizes[{"size":1,"count":2},{"size":20,"count":20},{"size":216,"count":19},{"size":1001,"count":20}]
Minimum variable degree1
Maximum variable degree208
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":37},{"degree":19,"count":1},{"degree":20,"count":18},{"degree":37,"count":1},{"degree":190,"count":1},{"degree":208,"count":1}]
Minimum constraint arity2
Maximum constraint arity4
Distribution of constraint arities[{"arity":2,"count":1},{"arity":3,"count":20},{"arity":4,"count":207}]
Number of extensional constraints228
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":228}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.06	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272806-1502826143.xml"  -tl '2520s' -p 1 -x 3
0.08/0.28	c [HOME/instance-4272806-1502826143.xml, -tl, 2520s, -p, 1, -x, 3]
0.26/0.34	c simple solver
0.26/0.40	c parse instance...
5.19/3.64	c solve instance...
14.96/8.88	s SATISFIABLE
14.96/8.88	v <instantiation>
14.96/8.88	v 	<list>w3 w4 x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] z[0] z[1] z[2] z[3] z[4] z[5] z[6] z[7] z[8] z[9] z[10] z[11] z[12] z[13] z[14] z[15] z[16] z[17] z[18] </list>
14.96/8.88	v 	<values>215 0 19 13 6 9 10 2 8 1 7 14 18 20 11 12 3 5 15 16 17 4 21 3 24 1 23 4 28 12 27 4 12 10 4 13 5 8 3 5 4 4 24 48 49 72 76 104 116 143 147 159 169 173 186 191 199 202 207 211 215 </values>
14.96/8.88	v </instantiation>

Verifier Data

OK	

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

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

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

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

solver pid=5064, runsolver pid=5061

[startup+0.100153 s]*
/proc/loadavg: 1.47 1.39 1.46 4/207 5074
/proc/meminfo: memFree=30653820/32770624 swapFree=67108860/67108860
[pid=5064] ppid=5061 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5064/stat : 5064 (xcsp3-exec) S 5061 5064 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 36496858 9740288 345 18446744073709551615 4194304 5098028 140736897372752 140736897370856 140678250095228 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 32350208 140736897376633 140736897376838 140736897376838 140736897380331 0
/proc/5064/statm: 2378 345 289 221 0 87 0
[pid=5066] ppid=5064 vsize=13574484 memory=18272 CPUtime=0.03 cores=1,3,5,7
/proc/5066/stat : 5066 (java) S 5064 5064 7968 0 -1 1077944320 3920 0 0 0 3 0 0 0 20 0 9 0 36496865 13900271616 4568 18446744073709551615 4194304 4196468 140737011806064 140737011788608 140185801486071 0 0 1 16800970 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
/proc/5066/statm: 3393621 4568 2104 1 0 3383118 0
[pid=5066/tid=5067] ppid=5064 vsize=13574484 memory=8508281356422317474 CPUtime=0.03 cores=1,3,5,7
/proc/5066/task/5067/stat : 5067 (java) R 5064 5064 7968 0 -1 4202560 2631 0 0 0 3 0 0 0 20 0 9 0 36496865 13900271616 4568 18446744073709551615 4194304 4196468 140737011806064 140185805721168 140185801507997 0 4 1 16800970 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5068] ppid=5064 vsize=13574484 memory=3691042058319900680 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5068/stat : 5068 (java) S 5064 5064 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 36496866 13900271616 4568 18446744073709551615 4194304 4196468 140737011806064 140185720900496 140185801496277 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5069] ppid=5064 vsize=13574484 memory=139889109206656 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5069/stat : 5069 (java) S 5064 5064 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 36496866 13900271616 4568 18446744073709551615 4194304 4196468 140737011806064 140185400503056 140185801496277 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5070] ppid=5064 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5070/stat : 5070 (java) S 5064 5064 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 36496866 13900271616 4568 18446744073709551615 4194304 4196468 140737011806064 140185399450768 140185801496277 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5071] ppid=5064 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5071/stat : 5071 (java) S 5064 5064 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 36496866 13900271616 4568 18446744073709551615 4194304 4196468 140737011806064 140185398397968 140185801496277 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5072] ppid=5064 vsize=13574484 memory=139889109206656 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5072/stat : 5072 (java) S 5064 5064 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 36496867 13900271616 4568 18446744073709551615 4194304 4196468 140737011806064 140184986769520 140185801497218 0 0 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5073] ppid=5064 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5073/stat : 5073 (java) S 5064 5064 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 36496868 13900271616 4568 18446744073709551615 4194304 4196468 140737011806064 140184985715488 140185801496277 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5074] ppid=5064 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5074/stat : 5074 (java) S 5064 5064 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 36496868 13900271616 4568 18446744073709551615 4194304 4196468 140737011806064 140184984663152 140185801496277 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 19652 KiB

[startup+0.210203 s]*
/proc/loadavg: 1.47 1.39 1.46 3/213 5080
/proc/meminfo: memFree=30651892/32770624 swapFree=67108860/67108860
[pid=5064] ppid=5061 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5064/stat : 5064 (xcsp3-exec) S 5061 5064 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 36496858 9740288 345 18446744073709551615 4194304 5098028 140736897372752 140736897370856 140678250095228 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 32350208 140736897376633 140736897376838 140736897376838 140736897380331 0
/proc/5064/statm: 2378 345 289 221 0 87 0
[pid=5066] ppid=5064 vsize=13974352 memory=26428 CPUtime=0.08 cores=1,3,5,7
/proc/5066/stat : 5066 (java) S 5064 5064 7968 0 -1 1077944320 5021 0 0 0 7 1 0 0 20 0 15 0 36496865 14309736448 6607 18446744073709551615 4194304 4196468 140737011806064 140737011788608 140185801486071 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
/proc/5066/statm: 3493588 6607 2724 1 0 3482964 0
[pid=5066/tid=5067] ppid=5064 vsize=13974352 memory=7022364594140610616 CPUtime=0.06 cores=1,3,5,7
/proc/5066/task/5067/stat : 5067 (java) R 5064 5064 7968 0 -1 4202560 3182 0 0 0 5 1 0 0 20 0 15 0 36496865 14309736448 6607 18446744073709551615 4194304 4196468 140737011806064 140185805711760 140185785566558 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5068] ppid=5064 vsize=13974352 memory=4294978898 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5068/stat : 5068 (java) S 5064 5064 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 36496866 14309736448 6607 18446744073709551615 4194304 4196468 140737011806064 140185720900496 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5069] ppid=5064 vsize=13974352 memory=139889109625139 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5069/stat : 5069 (java) S 5064 5064 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 36496866 14309736448 6607 18446744073709551615 4194304 4196468 140737011806064 140185400503056 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5070] ppid=5064 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5070/stat : 5070 (java) S 5064 5064 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 36496866 14309736448 6607 18446744073709551615 4194304 4196468 140737011806064 140185399450768 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5071] ppid=5064 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5071/stat : 5071 (java) S 5064 5064 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 36496866 14309736448 6607 18446744073709551615 4194304 4196468 140737011806064 140185398397968 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5072] ppid=5064 vsize=13974352 memory=139889109206656 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5072/stat : 5072 (java) S 5064 5064 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 36496867 14309736448 6607 18446744073709551615 4194304 4196468 140737011806064 140184986769520 140185801497218 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5073] ppid=5064 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5073/stat : 5073 (java) S 5064 5064 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 36496868 14309736448 6607 18446744073709551615 4194304 4196468 140737011806064 140184985715488 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5074] ppid=5064 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5074/stat : 5074 (java) S 5064 5064 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 36496868 14309736448 6607 18446744073709551615 4194304 4196468 140737011806064 140184984663152 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5075] ppid=5064 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5075/stat : 5075 (java) S 5064 5064 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 36496870 14309736448 6607 18446744073709551615 4194304 4196468 140737011806064 140184983611472 140185801504667 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5076] ppid=5064 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5076/stat : 5076 (java) S 5064 5064 7968 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 15 0 36496870 14309736448 6607 18446744073709551615 4194304 4196468 140737011806064 140184982559344 140185801497218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5077] ppid=5064 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5077/stat : 5077 (java) S 5064 5064 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 36496870 14309736448 6607 18446744073709551615 4194304 4196468 140737011806064 140184779745776 140185801497218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5078] ppid=5064 vsize=13974352 memory=139889109206656 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5078/stat : 5078 (java) R 5064 5064 7968 0 -1 4202560 233 0 0 0 0 0 0 0 20 0 15 0 36496870 14309736448 6607 18446744073709551615 4194304 4196468 140737011806064 140184778693488 140185801498006 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5079] ppid=5064 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5079/stat : 5079 (java) S 5064 5064 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 36496870 14309736448 6607 18446744073709551615 4194304 4196468 140737011806064 140184777640928 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5080] ppid=5064 vsize=13974352 memory=139889109206656 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5080/stat : 5080 (java) S 5064 5064 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 36496878 14309736448 6607 18446744073709551615 4194304 4196468 140737011806064 140184776587696 140185801497218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 27808 KiB

[startup+0.310181 s]*
/proc/loadavg: 1.47 1.39 1.46 3/213 5080
/proc/meminfo: memFree=30636856/32770624 swapFree=67108860/67108860
[pid=5064] ppid=5061 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5064/stat : 5064 (xcsp3-exec) S 5061 5064 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 36496858 9740288 345 18446744073709551615 4194304 5098028 140736897372752 140736897370856 140678250095228 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 32350208 140736897376633 140736897376838 140736897376838 140736897380331 0
/proc/5064/statm: 2378 345 289 221 0 87 0
[pid=5066] ppid=5064 vsize=13974352 memory=36844 CPUtime=0.26 cores=1,3,5,7
/proc/5066/stat : 5066 (java) S 5064 5064 7968 0 -1 1077944320 8842 0 0 0 24 2 0 0 20 0 15 0 36496865 14309736448 9211 18446744073709551615 4194304 4196468 140737011806064 140737011788608 140185801486071 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
/proc/5066/statm: 3493588 9211 2943 1 0 3482964 0
[pid=5066/tid=5067] ppid=5064 vsize=13974352 memory=4278483708103473607 CPUtime=0.16 cores=1,3,5,7
/proc/5066/task/5067/stat : 5067 (java) R 5064 5064 7968 0 -1 4202560 6064 0 0 0 14 2 0 0 20 0 15 0 36496865 14309736448 9277 18446744073709551615 4194304 4196468 140737011806064 140185805719568 140185801498006 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5068] ppid=5064 vsize=13974352 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5068/stat : 5068 (java) S 5064 5064 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 36496866 14309736448 9277 18446744073709551615 4194304 4196468 140737011806064 140185720900496 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5069] ppid=5064 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5069/stat : 5069 (java) S 5064 5064 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 36496866 14309736448 9277 18446744073709551615 4194304 4196468 140737011806064 140185400503056 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5070] ppid=5064 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5070/stat : 5070 (java) S 5064 5064 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 36496866 14309736448 9277 18446744073709551615 4194304 4196468 140737011806064 140185399450768 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5071] ppid=5064 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5071/stat : 5071 (java) S 5064 5064 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 36496866 14309736448 9277 18446744073709551615 4194304 4196468 140737011806064 140185398397968 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5072] ppid=5064 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5072/stat : 5072 (java) S 5064 5064 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 36496867 14309736448 9277 18446744073709551615 4194304 4196468 140737011806064 140184986769520 140185801497218 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5073] ppid=5064 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5073/stat : 5073 (java) S 5064 5064 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 36496868 14309736448 9277 18446744073709551615 4194304 4196468 140737011806064 140184985715488 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5074] ppid=5064 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5074/stat : 5074 (java) S 5064 5064 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 36496868 14309736448 9277 18446744073709551615 4194304 4196468 140737011806064 140184984663152 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5075] ppid=5064 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5075/stat : 5075 (java) S 5064 5064 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 36496870 14309736448 9277 18446744073709551615 4194304 4196468 140737011806064 140184983611472 140185801504667 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5076] ppid=5064 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5066/task/5076/stat : 5076 (java) S 5064 5064 7968 0 -1 1077944384 462 0 0 0 1 0 0 0 20 0 15 0 36496870 14309736448 9277 18446744073709551615 4194304 4196468 140737011806064 140184982559344 140185801497218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5077] ppid=5064 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5066/task/5077/stat : 5077 (java) S 5064 5064 7968 0 -1 1077944384 269 0 0 0 2 0 0 0 20 0 15 0 36496870 14309736448 9277 18446744073709551615 4194304 4196468 140737011806064 140184779745776 140185801497218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5078] ppid=5064 vsize=13974352 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/5066/task/5078/stat : 5078 (java) R 5064 5064 7968 0 -1 4202560 750 0 0 0 5 0 0 0 20 0 15 0 36496870 14309736448 9277 18446744073709551615 4194304 4196468 140737011806064 140184778693488 140185785566558 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5079] ppid=5064 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5079/stat : 5079 (java) S 5064 5064 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 36496870 14309736448 9277 18446744073709551615 4194304 4196468 140737011806064 140184777640928 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5080] ppid=5064 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5080/stat : 5080 (java) S 5064 5064 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 36496878 14309736448 9277 18446744073709551615 4194304 4196468 140737011806064 140184776587696 140185801497218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38224 KiB

[startup+0.701235 s]
/proc/loadavg: 1.47 1.39 1.46 4/213 5080
/proc/meminfo: memFree=30623420/32770624 swapFree=67108860/67108860
[pid=5064] ppid=5061 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5064/stat : 5064 (xcsp3-exec) S 5061 5064 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 36496858 9740288 345 18446744073709551615 4194304 5098028 140736897372752 140736897370856 140678250095228 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 32350208 140736897376633 140736897376838 140736897376838 140736897380331 0
/proc/5064/statm: 2378 345 289 221 0 87 0
[pid=5066] ppid=5064 vsize=13978684 memory=95828 CPUtime=1.25 cores=1,3,5,7
/proc/5066/stat : 5066 (java) S 5064 5064 7968 0 -1 1077944320 13094 0 0 0 121 4 0 0 20 0 15 0 36496865 14314172416 23957 18446744073709551615 4194304 4196468 140737011806064 140737011788608 140185801486071 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
/proc/5066/statm: 3494671 23957 3164 1 0 3482964 0
[pid=5066/tid=5067] ppid=5064 vsize=13978684 memory=279777927758064 CPUtime=0.54 cores=1,3,5,7
/proc/5066/task/5067/stat : 5067 (java) R 5064 5064 7968 0 -1 4202560 7840 0 0 0 51 3 0 0 20 0 15 0 36496865 14314172416 23957 18446744073709551615 4194304 4196468 140737011806064 140185805722576 140185403184191 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5068] ppid=5064 vsize=13978684 memory=279777927758064 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5068/stat : 5068 (java) S 5064 5064 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 36496866 14314172416 23957 18446744073709551615 4194304 4196468 140737011806064 140185720900496 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5069] ppid=5064 vsize=13978684 memory=279777927758064 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5069/stat : 5069 (java) S 5064 5064 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 36496866 14314172416 23957 18446744073709551615 4194304 4196468 140737011806064 140185400503056 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5070] ppid=5064 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5070/stat : 5070 (java) S 5064 5064 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 36496866 14314172416 23957 18446744073709551615 4194304 4196468 140737011806064 140185399450768 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5071] ppid=5064 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5071/stat : 5071 (java) S 5064 5064 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 36496866 14314172416 23957 18446744073709551615 4194304 4196468 140737011806064 140185398397968 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5072] ppid=5064 vsize=13978684 memory=2 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5072/stat : 5072 (java) S 5064 5064 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 36496867 14314172416 23957 18446744073709551615 4194304 4196468 140737011806064 140184986769520 140185801497218 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5073] ppid=5064 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5073/stat : 5073 (java) S 5064 5064 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 36496868 14314172416 23957 18446744073709551615 4194304 4196468 140737011806064 140184985715488 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5074] ppid=5064 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5074/stat : 5074 (java) S 5064 5064 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 36496868 14314172416 23957 18446744073709551615 4194304 4196468 140737011806064 140184984663152 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5075] ppid=5064 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5075/stat : 5075 (java) S 5064 5064 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 36496870 14314172416 23957 18446744073709551615 4194304 4196468 140737011806064 140184983611472 140185801504667 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5076] ppid=5064 vsize=13978684 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/5066/task/5076/stat : 5076 (java) R 5064 5064 7968 0 -1 4202560 1319 0 0 0 21 0 0 0 20 0 15 0 36496870 14314172416 23957 18446744073709551615 4194304 4196468 140737011806064 140184982540880 140185801507418 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5077] ppid=5064 vsize=13978684 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/5066/task/5077/stat : 5077 (java) R 5064 5064 7968 0 -1 4202560 1134 0 0 0 23 0 0 0 20 0 15 0 36496870 14314172416 23957 18446744073709551615 4194304 4196468 140737011806064 140184779732592 140185786594239 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5078] ppid=5064 vsize=13978684 memory=8 CPUtime=0.24 cores=1,3,5,7
/proc/5066/task/5078/stat : 5078 (java) S 5064 5064 7968 0 -1 1077944384 1494 0 0 0 24 0 0 0 20 0 15 0 36496870 14314172416 23957 18446744073709551615 4194304 4196468 140737011806064 140184778693488 140185801497218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5079] ppid=5064 vsize=13978684 memory=36 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5079/stat : 5079 (java) S 5064 5064 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 36496870 14314172416 23957 18446744073709551615 4194304 4196468 140737011806064 140184777640928 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5080] ppid=5064 vsize=13978684 memory=2 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5080/stat : 5080 (java) S 5064 5064 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 36496878 14314172416 23957 18446744073709551615 4194304 4196468 140737011806064 140184776587696 140185801497218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 97208 KiB

[startup+1.50086 s]
/proc/loadavg: 1.47 1.39 1.46 5/213 5080
/proc/meminfo: memFree=30537872/32770624 swapFree=67108860/67108860
[pid=5064] ppid=5061 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5064/stat : 5064 (xcsp3-exec) S 5061 5064 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 36496858 9740288 345 18446744073709551615 4194304 5098028 140736897372752 140736897370856 140678250095228 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 32350208 140736897376633 140736897376838 140736897376838 140736897380331 0
/proc/5064/statm: 2378 345 289 221 0 87 0
[pid=5066] ppid=5064 vsize=13980732 memory=142764 CPUtime=2.65 cores=1,3,5,7
/proc/5066/stat : 5066 (java) S 5064 5064 7968 0 -1 1077944320 15312 0 0 0 259 6 0 0 20 0 15 0 36496865 14316269568 35691 18446744073709551615 4194304 4196468 140737011806064 140737011788608 140185801486071 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
/proc/5066/statm: 3495183 35691 3178 1 0 3483476 0
[pid=5066/tid=5067] ppid=5064 vsize=13980732 memory=1380 CPUtime=1.34 cores=1,3,5,7
/proc/5066/task/5067/stat : 5067 (java) R 5064 5064 7968 0 -1 4202560 8511 0 0 0 130 4 0 0 20 0 15 0 36496865 14316269568 35691 18446744073709551615 4194304 4196468 140737011806064 140185805723608 140185404406559 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5068] ppid=5064 vsize=13980732 memory=136540 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5068/stat : 5068 (java) S 5064 5064 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 36496866 14316269568 35691 18446744073709551615 4194304 4196468 140737011806064 140185720900496 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5069] ppid=5064 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5069/stat : 5069 (java) S 5064 5064 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 36496866 14316269568 35691 18446744073709551615 4194304 4196468 140737011806064 140185400503056 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5070] ppid=5064 vsize=13980732 memory=-7175204567652784766 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5070/stat : 5070 (java) S 5064 5064 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 36496866 14316269568 35691 18446744073709551615 4194304 4196468 140737011806064 140185399450768 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5071] ppid=5064 vsize=13980732 memory=7100839861465685612 CPUtime=0 cores=1,3,5,7

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

/proc/5064/stat : 5064 (xcsp3-exec) S 5061 5064 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 36496858 9740288 345 18446744073709551615 4194304 5098028 140736897372752 140736897370856 140678250095228 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 32350208 140736897376633 140736897376838 140736897376838 140736897380331 0
/proc/5064/statm: 2378 345 289 221 0 87 0
[pid=5066] ppid=5064 vsize=13980732 memory=350396 CPUtime=11.46 cores=1,3,5,7
/proc/5066/stat : 5066 (java) S 5064 5064 7968 0 -1 1077944320 28008 0 0 0 1116 30 0 0 20 0 15 0 36496865 14316269568 87599 18446744073709551615 4194304 4196468 140737011806064 140737011788608 140185801486071 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
/proc/5066/statm: 3495183 87599 3231 1 0 3483476 0
[pid=5066/tid=5067] ppid=5064 vsize=13980732 memory=0 CPUtime=6.14 cores=1,3,5,7
/proc/5066/task/5067/stat : 5067 (java) R 5064 5064 7968 0 -1 4202560 10135 0 0 0 608 6 0 0 20 0 15 0 36496865 14316269568 87599 18446744073709551615 4194304 4196468 140737011806064 140185805722344 140185406488901 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5068] ppid=5064 vsize=13980732 memory=279777927805392 CPUtime=0.09 cores=1,3,5,7
/proc/5066/task/5068/stat : 5068 (java) S 5064 5064 7968 0 -1 1077944384 350 0 0 0 4 5 0 0 20 0 15 0 36496866 14316269568 87599 18446744073709551615 4194304 4196468 140737011806064 140185720900496 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5069] ppid=5064 vsize=13980732 memory=37 CPUtime=0.08 cores=1,3,5,7
/proc/5066/task/5069/stat : 5069 (java) S 5064 5064 7968 0 -1 1077944384 258 0 0 0 3 5 0 0 20 0 15 0 36496866 14316269568 87599 18446744073709551615 4194304 4196468 140737011806064 140185400503056 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5070] ppid=5064 vsize=13980732 memory=39 CPUtime=0.09 cores=1,3,5,7
/proc/5066/task/5070/stat : 5070 (java) S 5064 5064 7968 0 -1 1077944384 369 0 0 0 4 5 0 0 20 0 15 0 36496866 14316269568 87599 18446744073709551615 4194304 4196468 140737011806064 140185399450768 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5071] ppid=5064 vsize=13980732 memory=3472468184383124581 CPUtime=0.08 cores=1,3,5,7
/proc/5066/task/5071/stat : 5071 (java) S 5064 5064 7968 0 -1 1077944384 451 0 0 0 4 4 0 0 20 0 15 0 36496866 14316269568 87599 18446744073709551615 4194304 4196468 140737011806064 140185398397968 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5072] ppid=5064 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5072/stat : 5072 (java) S 5064 5064 7968 0 -1 1077944384 258 0 0 0 0 0 0 0 20 0 15 0 36496867 14316269568 87599 18446744073709551615 4194304 4196468 140737011806064 140184986769520 140185801497218 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5073] ppid=5064 vsize=13980732 memory=12032 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5073/stat : 5073 (java) S 5064 5064 7968 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 36496868 14316269568 87599 18446744073709551615 4194304 4196468 140737011806064 140184985715552 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5074] ppid=5064 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5074/stat : 5074 (java) S 5064 5064 7968 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 36496868 14316269568 87599 18446744073709551615 4194304 4196468 140737011806064 140184984663152 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5075] ppid=5064 vsize=13980732 memory=-2746958450906831424 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5075/stat : 5075 (java) S 5064 5064 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 36496870 14316269568 87599 18446744073709551615 4194304 4196468 140737011806064 140184983611472 140185801504667 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5076] ppid=5064 vsize=13980732 memory=279777927833760 CPUtime=2.04 cores=1,3,5,7
/proc/5066/task/5076/stat : 5076 (java) R 5064 5064 7968 0 -1 4202560 5543 0 0 0 203 1 0 0 20 0 15 0 36496870 14316269568 87599 18446744073709551615 4194304 4196468 140737011806064 140184982549136 140185781321792 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5077] ppid=5064 vsize=13980732 memory=734122130331934768 CPUtime=2.18 cores=1,3,5,7
/proc/5066/task/5077/stat : 5077 (java) S 5064 5064 7968 0 -1 1077944384 5298 0 0 0 217 1 0 0 20 0 15 0 36496870 14316269568 87599 18446744073709551615 4194304 4196468 140737011806064 140184779745776 140185801497218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5078] ppid=5064 vsize=13980732 memory=139888964122376 CPUtime=0.7 cores=1,3,5,7
/proc/5066/task/5078/stat : 5078 (java) S 5064 5064 7968 0 -1 1077944384 3952 0 0 0 69 1 0 0 20 0 15 0 36496870 14316269568 87599 18446744073709551615 4194304 4196468 140737011806064 140184778693488 140185801497218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5079] ppid=5064 vsize=13980732 memory=7380649172344071488 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5079/stat : 5079 (java) S 5064 5064 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 36496870 14316269568 87599 18446744073709551615 4194304 4196468 140737011806064 140184777640928 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5080] ppid=5064 vsize=13980732 memory=7662705889289527641 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5080/stat : 5080 (java) S 5064 5064 7968 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 36496878 14316269568 87599 18446744073709551615 4194304 4196468 140737011806064 140184776587696 140185801497218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
Current children cumulated CPU time: 11.46 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 351776 KiB

[startup+8.00082 s]*
/proc/loadavg: 1.59 1.41 1.47 3/213 5080
/proc/meminfo: memFree=30305480/32770624 swapFree=67108860/67108860
[pid=5064] ppid=5061 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5064/stat : 5064 (xcsp3-exec) S 5061 5064 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 36496858 9740288 345 18446744073709551615 4194304 5098028 140736897372752 140736897370856 140678250095228 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 32350208 140736897376633 140736897376838 140736897376838 140736897380331 0
/proc/5064/statm: 2378 345 289 221 0 87 0
[pid=5066] ppid=5064 vsize=13980732 memory=352516 CPUtime=13.98 cores=1,3,5,7
/proc/5066/stat : 5066 (java) S 5064 5064 7968 0 -1 1077944320 33411 0 0 0 1367 31 0 0 20 0 15 0 36496865 14316269568 88129 18446744073709551615 4194304 4196468 140737011806064 140737011788608 140185801486071 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
/proc/5066/statm: 3495183 88129 3231 1 0 3483476 0
[pid=5066/tid=5067] ppid=5064 vsize=13980732 memory=15872 CPUtime=7.75 cores=1,3,5,7
/proc/5066/task/5067/stat : 5067 (java) R 5064 5064 7968 0 -1 4202560 10389 0 0 0 769 6 0 0 20 0 15 0 36496865 14316269568 88129 18446744073709551615 4194304 4196468 140737011806064 140185805722304 140185405572545 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5068] ppid=5064 vsize=13980732 memory=4126316290023845779 CPUtime=0.09 cores=1,3,5,7
/proc/5066/task/5068/stat : 5068 (java) S 5064 5064 7968 0 -1 1077944384 350 0 0 0 4 5 0 0 20 0 15 0 36496866 14316269568 88129 18446744073709551615 4194304 4196468 140737011806064 140185720900496 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5069] ppid=5064 vsize=13980732 memory=288230617509003574 CPUtime=0.08 cores=1,3,5,7
/proc/5066/task/5069/stat : 5069 (java) S 5064 5064 7968 0 -1 1077944384 258 0 0 0 3 5 0 0 20 0 15 0 36496866 14316269568 88129 18446744073709551615 4194304 4196468 140737011806064 140185400503056 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5070] ppid=5064 vsize=13980732 memory=15254861369313240 CPUtime=0.09 cores=1,3,5,7
/proc/5066/task/5070/stat : 5070 (java) S 5064 5064 7968 0 -1 1077944384 369 0 0 0 4 5 0 0 20 0 15 0 36496866 14316269568 88129 18446744073709551615 4194304 4196468 140737011806064 140185399450768 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5071] ppid=5064 vsize=13980732 memory=2164 CPUtime=0.08 cores=1,3,5,7
/proc/5066/task/5071/stat : 5071 (java) S 5064 5064 7968 0 -1 1077944384 451 0 0 0 4 4 0 0 20 0 15 0 36496866 14316269568 88129 18446744073709551615 4194304 4196468 140737011806064 140185398397968 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5072] ppid=5064 vsize=13980732 memory=840 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5072/stat : 5072 (java) S 5064 5064 7968 0 -1 1077944384 270 0 0 0 0 0 0 0 20 0 15 0 36496867 14316269568 88129 18446744073709551615 4194304 4196468 140737011806064 140184986769520 140185801497218 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5073] ppid=5064 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5073/stat : 5073 (java) S 5064 5064 7968 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 36496868 14316269568 88129 18446744073709551615 4194304 4196468 140737011806064 140184985715552 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5074] ppid=5064 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5074/stat : 5074 (java) S 5064 5064 7968 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 36496868 14316269568 88129 18446744073709551615 4194304 4196468 140737011806064 140184984663152 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5075] ppid=5064 vsize=13980732 memory=279777928223216 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5075/stat : 5075 (java) S 5064 5064 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 36496870 14316269568 88129 18446744073709551615 4194304 4196468 140737011806064 140184983611472 140185801504667 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5076] ppid=5064 vsize=13980732 memory=139888964183984 CPUtime=2.68 cores=1,3,5,7
/proc/5066/task/5076/stat : 5076 (java) S 5064 5064 7968 0 -1 1077944384 8522 0 0 0 267 1 0 0 20 0 15 0 36496870 14316269568 88129 18446744073709551615 4194304 4196468 140737011806064 140184982559344 140185801497218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5077] ppid=5064 vsize=13980732 memory=1732 CPUtime=2.4 cores=1,3,5,7
/proc/5066/task/5077/stat : 5077 (java) S 5064 5064 7968 0 -1 1077944384 7414 0 0 0 239 1 0 0 20 0 15 0 36496870 14316269568 88129 18446744073709551615 4194304 4196468 140737011806064 140184779745776 140185801497218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5078] ppid=5064 vsize=13980732 memory=6656426216303648864 CPUtime=0.73 cores=1,3,5,7
/proc/5066/task/5078/stat : 5078 (java) S 5064 5064 7968 0 -1 1077944384 3992 0 0 0 72 1 0 0 20 0 15 0 36496870 14316269568 88129 18446744073709551615 4194304 4196468 140737011806064 140184778693488 140185801497218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5079] ppid=5064 vsize=13980732 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5079/stat : 5079 (java) S 5064 5064 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 36496870 14316269568 88129 18446744073709551615 4194304 4196468 140737011806064 140184777640928 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5080] ppid=5064 vsize=13980732 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5080/stat : 5080 (java) S 5064 5064 7968 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 36496878 14316269568 88129 18446744073709551615 4194304 4196468 140737011806064 140184776587696 140185801497218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
Current children cumulated CPU time: 13.98 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 353896 KiB

[startup+8.40081 s]
/proc/loadavg: 1.59 1.41 1.47 3/213 5080
/proc/meminfo: memFree=30305480/32770624 swapFree=67108860/67108860
[pid=5064] ppid=5061 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5064/stat : 5064 (xcsp3-exec) S 5061 5064 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 36496858 9740288 345 18446744073709551615 4194304 5098028 140736897372752 140736897370856 140678250095228 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 32350208 140736897376633 140736897376838 140736897376838 140736897380331 0
/proc/5064/statm: 2378 345 289 221 0 87 0
[pid=5066] ppid=5064 vsize=13980732 memory=352516 CPUtime=14.43 cores=1,3,5,7
/proc/5066/stat : 5066 (java) S 5064 5064 7968 0 -1 1077944320 33468 0 0 0 1412 31 0 0 20 0 15 0 36496865 14316269568 88129 18446744073709551615 4194304 4196468 140737011806064 140737011788608 140185801486071 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
/proc/5066/statm: 3495183 88129 3231 1 0 3483476 0
[pid=5066/tid=5067] ppid=5064 vsize=13980732 memory=7680170660397595203 CPUtime=8.14 cores=1,3,5,7
/proc/5066/task/5067/stat : 5067 (java) R 5064 5064 7968 0 -1 4202560 10423 0 0 0 808 6 0 0 20 0 15 0 36496865 14316269568 88129 18446744073709551615 4194304 4196468 140737011806064 140185805722304 140185405572338 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5068] ppid=5064 vsize=13980732 memory=214 CPUtime=0.09 cores=1,3,5,7
/proc/5066/task/5068/stat : 5068 (java) S 5064 5064 7968 0 -1 1077944384 350 0 0 0 4 5 0 0 20 0 15 0 36496866 14316269568 88129 18446744073709551615 4194304 4196468 140737011806064 140185720900496 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5069] ppid=5064 vsize=13980732 memory=69 CPUtime=0.08 cores=1,3,5,7
/proc/5066/task/5069/stat : 5069 (java) S 5064 5064 7968 0 -1 1077944384 258 0 0 0 3 5 0 0 20 0 15 0 36496866 14316269568 88129 18446744073709551615 4194304 4196468 140737011806064 140185400503056 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5070] ppid=5064 vsize=13980732 memory=1380 CPUtime=0.09 cores=1,3,5,7
/proc/5066/task/5070/stat : 5070 (java) S 5064 5064 7968 0 -1 1077944384 369 0 0 0 4 5 0 0 20 0 15 0 36496866 14316269568 88129 18446744073709551615 4194304 4196468 140737011806064 140185399450768 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5071] ppid=5064 vsize=13980732 memory=350784 CPUtime=0.08 cores=1,3,5,7
/proc/5066/task/5071/stat : 5071 (java) S 5064 5064 7968 0 -1 1077944384 451 0 0 0 4 4 0 0 20 0 15 0 36496866 14316269568 88129 18446744073709551615 4194304 4196468 140737011806064 140185398397968 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5072] ppid=5064 vsize=13980732 memory=279777927935376 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5072/stat : 5072 (java) S 5064 5064 7968 0 -1 1077944384 270 0 0 0 0 0 0 0 20 0 15 0 36496867 14316269568 88129 18446744073709551615 4194304 4196468 140737011806064 140184986769520 140185801497218 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5073] ppid=5064 vsize=13980732 memory=4206468019014099040 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5073/stat : 5073 (java) S 5064 5064 7968 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 36496868 14316269568 88129 18446744073709551615 4194304 4196468 140737011806064 140184985715552 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5074] ppid=5064 vsize=13980732 memory=7897517683652307531 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5074/stat : 5074 (java) S 5064 5064 7968 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 36496868 14316269568 88129 18446744073709551615 4194304 4196468 140737011806064 140184984663152 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5075] ppid=5064 vsize=13980732 memory=-2915660008097895838 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5075/stat : 5075 (java) S 5064 5064 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 36496870 14316269568 88129 18446744073709551615 4194304 4196468 140737011806064 140184983611472 140185801504667 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5076] ppid=5064 vsize=13980732 memory=-8171376296011865461 CPUtime=2.69 cores=1,3,5,7
/proc/5066/task/5076/stat : 5076 (java) S 5064 5064 7968 0 -1 1077944384 8528 0 0 0 268 1 0 0 20 0 15 0 36496870 14316269568 88129 18446744073709551615 4194304 4196468 140737011806064 140184982559344 140185801497218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5077] ppid=5064 vsize=13980732 memory=-7750001083477550754 CPUtime=2.45 cores=1,3,5,7
/proc/5066/task/5077/stat : 5077 (java) S 5064 5064 7968 0 -1 1077944384 7429 0 0 0 244 1 0 0 20 0 15 0 36496870 14316269568 88129 18446744073709551615 4194304 4196468 140737011806064 140184779745776 140185801497218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5078] ppid=5064 vsize=13980732 memory=139889109213537 CPUtime=0.73 cores=1,3,5,7
/proc/5066/task/5078/stat : 5078 (java) S 5064 5064 7968 0 -1 1077944384 3994 0 0 0 72 1 0 0 20 0 15 0 36496870 14316269568 88129 18446744073709551615 4194304 4196468 140737011806064 140184778693488 140185801497218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5079] ppid=5064 vsize=13980732 memory=279777927909776 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5079/stat : 5079 (java) S 5064 5064 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 36496870 14316269568 88129 18446744073709551615 4194304 4196468 140737011806064 140184777640928 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5080] ppid=5064 vsize=13980732 memory=7084848774768386920 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5080/stat : 5080 (java) S 5064 5064 7968 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 36496878 14316269568 88129 18446744073709551615 4194304 4196468 140737011806064 140184776587696 140185801497218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
Current children cumulated CPU time: 14.43 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 353896 KiB

[startup+8.80083 s]
/proc/loadavg: 1.59 1.41 1.47 3/213 5080
/proc/meminfo: memFree=30305480/32770624 swapFree=67108860/67108860
[pid=5064] ppid=5061 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5064/stat : 5064 (xcsp3-exec) S 5061 5064 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 36496858 9740288 345 18446744073709551615 4194304 5098028 140736897372752 140736897370856 140678250095228 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 32350208 140736897376633 140736897376838 140736897376838 140736897380331 0
/proc/5064/statm: 2378 345 289 221 0 87 0
[pid=5066] ppid=5064 vsize=13980732 memory=352568 CPUtime=14.96 cores=1,3,5,7
/proc/5066/stat : 5066 (java) S 5064 5064 7968 0 -1 1077944320 33489 0 0 0 1465 31 0 0 20 0 15 0 36496865 14316269568 88142 18446744073709551615 4194304 4196468 140737011806064 140737011788608 140185801486071 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
/proc/5066/statm: 3495183 88142 3233 1 0 3483476 0
[pid=5066/tid=5067] ppid=5064 vsize=13980732 memory=16444 CPUtime=8.54 cores=1,3,5,7
/proc/5066/task/5067/stat : 5067 (java) R 5064 5064 7968 0 -1 4202560 10423 0 0 0 848 6 0 0 20 0 15 0 36496865 14316269568 88142 18446744073709551615 4194304 4196468 140737011806064 140185805722304 140185405571887 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5068] ppid=5064 vsize=13980732 memory=13524 CPUtime=0.09 cores=1,3,5,7
/proc/5066/task/5068/stat : 5068 (java) S 5064 5064 7968 0 -1 1077944384 350 0 0 0 4 5 0 0 20 0 15 0 36496866 14316269568 88142 18446744073709551615 4194304 4196468 140737011806064 140185720900496 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5069] ppid=5064 vsize=13980732 memory=1236 CPUtime=0.08 cores=1,3,5,7
/proc/5066/task/5069/stat : 5069 (java) S 5064 5064 7968 0 -1 1077944384 258 0 0 0 3 5 0 0 20 0 15 0 36496866 14316269568 88142 18446744073709551615 4194304 4196468 140737011806064 140185400503056 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5070] ppid=5064 vsize=13980732 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5066/task/5070/stat : 5070 (java) S 5064 5064 7968 0 -1 1077944384 369 0 0 0 4 5 0 0 20 0 15 0 36496866 14316269568 88142 18446744073709551615 4194304 4196468 140737011806064 140185399450768 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5071] ppid=5064 vsize=13980732 memory=8694891403225061329 CPUtime=0.08 cores=1,3,5,7
/proc/5066/task/5071/stat : 5071 (java) S 5064 5064 7968 0 -1 1077944384 451 0 0 0 4 4 0 0 20 0 15 0 36496866 14316269568 88142 18446744073709551615 4194304 4196468 140737011806064 140185398397968 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5072] ppid=5064 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5072/stat : 5072 (java) S 5064 5064 7968 0 -1 1077944384 270 0 0 0 0 0 0 0 20 0 15 0 36496867 14316269568 88142 18446744073709551615 4194304 4196468 140737011806064 140184986769520 140185801497218 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5073] ppid=5064 vsize=13980732 memory=352516 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5073/stat : 5073 (java) S 5064 5064 7968 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 36496868 14316269568 88142 18446744073709551615 4194304 4196468 140737011806064 140184985715552 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5074] ppid=5064 vsize=13980732 memory=15254861369313240 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5074/stat : 5074 (java) S 5064 5064 7968 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 36496868 14316269568 88142 18446744073709551615 4194304 4196468 140737011806064 140184984663152 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5075] ppid=5064 vsize=13980732 memory=3868 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5075/stat : 5075 (java) S 5064 5064 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 36496870 14316269568 88142 18446744073709551615 4194304 4196468 140737011806064 140184983611472 140185801504667 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5076] ppid=5064 vsize=13980732 memory=3904 CPUtime=2.77 cores=1,3,5,7
/proc/5066/task/5076/stat : 5076 (java) S 5064 5064 7968 0 -1 1077944384 8536 0 0 0 276 1 0 0 20 0 15 0 36496870 14316269568 88142 18446744073709551615 4194304 4196468 140737011806064 140184982559344 140185801497218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5077] ppid=5064 vsize=13980732 memory=2772 CPUtime=2.5 cores=1,3,5,7
/proc/5066/task/5077/stat : 5077 (java) S 5064 5064 7968 0 -1 1077944384 7438 0 0 0 249 1 0 0 20 0 15 0 36496870 14316269568 88142 18446744073709551615 4194304 4196468 140737011806064 140184779745776 140185801497218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5078] ppid=5064 vsize=13980732 memory=2776 CPUtime=0.73 cores=1,3,5,7
/proc/5066/task/5078/stat : 5078 (java) S 5064 5064 7968 0 -1 1077944384 3998 0 0 0 72 1 0 0 20 0 15 0 36496870 14316269568 88142 18446744073709551615 4194304 4196468 140737011806064 140184778693488 140185801497218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5079] ppid=5064 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5079/stat : 5079 (java) S 5064 5064 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 36496870 14316269568 88142 18446744073709551615 4194304 4196468 140737011806064 140184777640928 140185801496277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
[pid=5066/tid=5080] ppid=5064 vsize=13980732 memory=2273 CPUtime=0 cores=1,3,5,7
/proc/5066/task/5080/stat : 5080 (java) S 5064 5064 7968 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 36496878 14316269568 88142 18446744073709551615 4194304 4196468 140737011806064 140184776587696 140185801497218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37539840 140737011810738 140737011810914 140737011810914 140737011814351 0
Current children cumulated CPU time: 14.96 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 353948 KiB

Child status: 0
Real time (s): 8.89923
CPU time (s): 15.0806
CPU user time (s): 14.762
CPU system time (s): 0.318622
CPU usage (%): 169.46
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 353948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.762
system time used= 0.318622
maximum resident set size= 353056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34408
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3074
involuntary context switches= 49


# summary of solver processes directly reported to runsolver:
#   pid: 5064
#   total CPU time (s): 15.0806
#   total CPU user time (s): 14.762
#   total CPU system time (s): 0.318622

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.069271 second user time and 0.135616 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-15 21:28:25
IDJOB=4272806
IDBENCH=135913
IDSOLVER=2664
FILE ID=node128/4272806-1502826143
RUNJOBID= node128-1502649221-29001
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-xcsp2-s20a4/TravellingSalesman-4-20-727-a4_X2.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4272806-1502826143/watcher-4272806-1502826143 -o /tmp/evaluation-result-4272806-1502826143/solver-4272806-1502826143 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1945000492 HOME/instance-4272806-1502826143.xml

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

MD5SUM BENCH= feda79726080e93715556435cff6944b
RANDOM SEED=1945000492

node128.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30663276 kB
MemAvailable:   31600832 kB
Buffers:          234600 kB
Cached:           994248 kB
SwapCached:            0 kB
Active:           793576 kB
Inactive:         892904 kB
Active(anon):     457720 kB
Inactive(anon):    24956 kB
Active(file):     335856 kB
Inactive(file):   867948 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8216 kB
Writeback:             0 kB
AnonPages:        457232 kB
Mapped:            50852 kB
Shmem:             25308 kB
Slab:             124828 kB
SReclaimable:      99176 kB
SUnreclaim:        25652 kB
KernelStack:        3504 kB
PageTables:         5832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1060984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    374784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62016 MiB
End job on node128 at 2017-08-15 21:28:34