Trace number 4394641

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-14 parallelSAT (TO)130 18673.1 2520.13

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n25/
TravellingSalesman-25-30-03.xml
MD5SUM08a8e4115660d732ba32388826654d85
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark130
Best CPU time to get the best result obtained on this benchmark1888.66
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints26
Number of domains2
Minimum domain size25
Maximum domain size33
Distribution of domain sizes[{"size":25,"count":25},{"size":33,"count":25}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":25},{"degree":3,"count":25}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":25,"count":1}]
Number of extensional constraints25
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":25},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

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 -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4394641-1568439359.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394641-1568439359.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.53/0.62	c solve instance...
2.03/0.72	o 334 
2.03/0.73	o 320 
2.03/0.73	o 318 
2.03/0.75	o 167 
2.03/0.77	o 147 
2.03/0.77	o 145 
2.03/0.79	o 142 
2.03/0.80	o 140 
4.25/1.06	o 138 
4.25/1.07	o 136 
126.42/16.47	o 135 
126.42/16.47	o 134 
821.34/115.65	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (113/115)
821.34/115.65		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
821.34/115.65		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
821.34/115.65		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
821.34/115.65		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
821.34/115.65		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
821.34/115.65	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (113/115)
821.34/115.65		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
821.34/115.65		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
821.34/115.65		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
821.34/115.65		at org.chocosolver.solver.Solver.repair(Solver.java:443)
821.34/115.65		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
821.34/115.65		at org.chocosolver.solver.Solver.solve(Solver.java:262)
821.34/115.65		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
821.34/115.65		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
821.34/115.65		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
821.34/115.65		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
821.34/115.65		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
821.34/115.65		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
821.34/115.65		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
821.34/115.65		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
821.34/115.65		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
821.34/115.65		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
821.34/115.65	o 133 
822.84/115.85	o 132 
7393.79/1028.51	o 131 
7789.53/1151.46	o 130 
18672.21/2520.09	s SATISFIABLE
18672.21/2520.09	v <instantiation>
18672.21/2520.09	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] </list>
18672.21/2520.09	v 	<values>8 6 1 11 14 13 16 21 22 23 19 18 24 20 17 15 12 9 2 0 3 5 4 7 10 6 6 14 2 3 6 4 3 2 12 4 9 6 4 3 5 2 10 6 4 4 2 4 4 5 </values>
18672.21/2520.09	v </instantiation>
18672.21/2520.09	c Unexpected resolution interruption!

Verifier Data

OK	130

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394641-1568439359/watcher-4394641-1568439359 -o /tmp/evaluation-result-4394641-1568439359/solver-4394641-1568439359 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1568434335-18593 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 2082215035 HOME/instance-4394641-1568439359.xml 

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

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


[startup+0.100177 s]*
/proc/loadavg: 8.71 7.90 7.65 2/211 19873
/proc/meminfo: memFree=26666908/32770624 swapFree=66977616/67108860
[pid=19852] ppid=19849 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19852/stat : 19852 (xcsp3-exec) S 19849 19852 18566 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 420193161 115843072 363 33554432000 4194304 5098028 140736070487840 140736070485944 140716714414716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38825984 140736070488949 140736070489193 140736070489193 140736070492106 0
/proc/19852/statm: 28282 363 305 221 0 87 0
[pid=19854] ppid=19852 vsize=28227388 memory=29264 CPUtime=0.12 cores=0-7
/proc/19854/stat : 19854 (java) S 19852 19852 18566 0 -1 1077944320 5724 0 0 0 10 2 0 0 20 0 20 0 420193162 28904845312 7316 33554432000 4194304 4196468 140729222822272 140729222804816 139787904311031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
/proc/19854/statm: 7056847 7316 3144 1 0 7019032 0
[pid=19854/tid=19855] ppid=19852 vsize=28227388 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/19854/task/19855/stat : 19855 (java) R 19852 19852 18566 0 -1 4202560 3632 0 0 0 8 1 0 0 20 0 20 0 420193162 28904845312 7316 33554432000 4194304 4196468 140729222822272 139787908541184 139787904322966 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19856] ppid=19852 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19856/stat : 19856 (java) S 19852 19852 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193163 28904845312 7316 33554432000 4194304 4196468 140729222822272 139787856931216 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19857] ppid=19852 vsize=28227388 memory=3762676331505649312 CPUtime=0 cores=0-7
/proc/19854/task/19857/stat : 19857 (java) S 19852 19852 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193163 28904845312 7316 33554432000 4194304 4196468 140729222822272 139787855878416 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19858] ppid=19852 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19858/stat : 19858 (java) S 19852 19852 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193163 28904845312 7316 33554432000 4194304 4196468 140729222822272 139787854826128 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19859] ppid=19852 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19859/stat : 19859 (java) S 19852 19852 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193163 28904845312 7316 33554432000 4194304 4196468 140729222822272 139787853773328 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19860] ppid=19852 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19860/stat : 19860 (java) S 19852 19852 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193163 28904845312 7316 33554432000 4194304 4196468 140729222822272 139787852721040 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19861] ppid=19852 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19854/task/19861/stat : 19861 (java) S 19852 19852 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193163 28904845312 7316 33554432000 4194304 4196468 140729222822272 139787851668240 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19862] ppid=19852 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19862/stat : 19862 (java) S 19852 19852 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193163 28904845312 7316 33554432000 4194304 4196468 140729222822272 139787850615952 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19863] ppid=19852 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19863/stat : 19863 (java) S 19852 19852 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420193163 28904845312 7316 33554432000 4194304 4196468 140729222822272 139787849563152 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19864] ppid=19852 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19864/stat : 19864 (java) S 19852 19852 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193164 28904845312 7316 33554432000 4194304 4196468 140729222822272 139786953136240 139787904322178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19865] ppid=19852 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19865/stat : 19865 (java) S 19852 19852 18566 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420193165 28904845312 7316 33554432000 4194304 4196468 140729222822272 139786952082208 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19866] ppid=19852 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19866/stat : 19866 (java) S 19852 19852 18566 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420193165 28904845312 7316 33554432000 4194304 4196468 140729222822272 139786951029872 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19867] ppid=19852 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19867/stat : 19867 (java) S 19852 19852 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193167 28904845312 7316 33554432000 4194304 4196468 140729222822272 139786949978192 139787904329627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19868] ppid=19852 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19868/stat : 19868 (java) S 19852 19852 18566 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 20 0 420193167 28904845312 7316 33554432000 4194304 4196468 140729222822272 139786948926064 139787904322178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19869] ppid=19852 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19869/stat : 19869 (java) S 19852 19852 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420193167 28904845312 7316 33554432000 4194304 4196468 140729222822272 139786947873264 139787904322178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19870] ppid=19852 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19870/stat : 19870 (java) S 19852 19852 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193168 28904845312 7316 33554432000 4194304 4196468 140729222822272 139786946820976 139787904322178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19871] ppid=19852 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/19854/task/19871/stat : 19871 (java) S 19852 19852 18566 0 -1 1077944384 351 0 0 0 1 0 0 0 20 0 20 0 420193168 28904845312 7316 33554432000 4194304 4196468 140729222822272 139786945768176 139787904322178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19872] ppid=19852 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19872/stat : 19872 (java) S 19852 19852 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420193168 28904845312 7316 33554432000 4194304 4196468 140729222822272 139786944715104 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19873] ppid=19852 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19854/task/19873/stat : 19873 (java) S 19852 19852 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193168 28904845312 7316 33554432000 4194304 4196468 140729222822272 139786943662384 139787904322178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30716 KiB

[startup+0.210336 s]*
/proc/loadavg: 8.71 7.90 7.65 3/211 19873
/proc/meminfo: memFree=26653076/32770624 swapFree=66977616/67108860
[pid=19852] ppid=19849 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19852/stat : 19852 (xcsp3-exec) S 19849 19852 18566 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 420193161 115843072 363 33554432000 4194304 5098028 140736070487840 140736070485944 140716714414716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38825984 140736070488949 140736070489193 140736070489193 140736070492106 0
/proc/19852/statm: 28282 363 305 221 0 87 0
[pid=19854] ppid=19852 vsize=28227388 memory=40984 CPUtime=0.33 cores=0-7
/proc/19854/stat : 19854 (java) S 19852 19852 18566 0 -1 1077944320 9517 0 0 0 30 3 0 0 20 0 20 0 420193162 28904845312 10246 33554432000 4194304 4196468 140729222822272 140729222804816 139787904311031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
/proc/19854/statm: 7056847 10246 3297 1 0 7019032 0
[pid=19854/tid=19855] ppid=19852 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/19854/task/19855/stat : 19855 (java) R 19852 19852 18566 0 -1 4202560 6637 0 0 0 18 2 0 0 20 0 20 0 420193162 28904845312 10246 33554432000 4194304 4196468 140729222822272 139787908540752 139787904322966 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19856] ppid=19852 vsize=28227388 memory=288230604707987820 CPUtime=0 cores=0-7
/proc/19854/task/19856/stat : 19856 (java) S 19852 19852 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193163 28904845312 10246 33554432000 4194304 4196468 140729222822272 139787856931216 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19857] ppid=19852 vsize=28227388 memory=140707143844474 CPUtime=0 cores=0-7
/proc/19854/task/19857/stat : 19857 (java) S 19852 19852 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193163 28904845312 10246 33554432000 4194304 4196468 140729222822272 139787855878416 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19858] ppid=19852 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19854/task/19858/stat : 19858 (java) S 19852 19852 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193163 28904845312 10246 33554432000 4194304 4196468 140729222822272 139787854826128 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19859] ppid=19852 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19859/stat : 19859 (java) S 19852 19852 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193163 28904845312 10246 33554432000 4194304 4196468 140729222822272 139787853773328 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19860] ppid=19852 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19860/stat : 19860 (java) S 19852 19852 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193163 28904845312 10246 33554432000 4194304 4196468 140729222822272 139787852721040 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19861] ppid=19852 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19854/task/19861/stat : 19861 (java) S 19852 19852 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193163 28904845312 10246 33554432000 4194304 4196468 140729222822272 139787851668240 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19862] ppid=19852 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19862/stat : 19862 (java) S 19852 19852 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193163 28904845312 10246 33554432000 4194304 4196468 140729222822272 139787850615952 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19863] ppid=19852 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19863/stat : 19863 (java) S 19852 19852 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420193163 28904845312 10246 33554432000 4194304 4196468 140729222822272 139787849563152 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19864] ppid=19852 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19864/stat : 19864 (java) S 19852 19852 18566 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420193164 28904845312 10246 33554432000 4194304 4196468 140729222822272 139786953136240 139787904322178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19865] ppid=19852 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19865/stat : 19865 (java) S 19852 19852 18566 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420193165 28904845312 10246 33554432000 4194304 4196468 140729222822272 139786952082208 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19866] ppid=19852 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19866/stat : 19866 (java) S 19852 19852 18566 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420193165 28904845312 10246 33554432000 4194304 4196468 140729222822272 139786951029872 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19867] ppid=19852 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19867/stat : 19867 (java) S 19852 19852 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193167 28904845312 10246 33554432000 4194304 4196468 140729222822272 139786949978192 139787904329627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19868] ppid=19852 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/19854/task/19868/stat : 19868 (java) S 19852 19852 18566 0 -1 1077944384 519 0 0 0 1 0 0 0 20 0 20 0 420193167 28904845312 10246 33554432000 4194304 4196468 140729222822272 139786948926064 139787904322178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19869] ppid=19852 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/19854/task/19869/stat : 19869 (java) S 19852 19852 18566 0 -1 1077944384 55 0 0 0 1 0 0 0 20 0 20 0 420193167 28904845312 10246 33554432000 4194304 4196468 140729222822272 139786947873264 139787904322178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19870] ppid=19852 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/19854/task/19870/stat : 19870 (java) R 19852 19852 18566 0 -1 1077944384 238 0 0 0 1 0 0 0 20 0 20 0 420193168 28904845312 10246 33554432000 4194304 4196468 140729222822272 139786946820976 139787904322178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19871] ppid=19852 vsize=28227388 memory=0 CPUtime=0.07 cores=0-7
/proc/19854/task/19871/stat : 19871 (java) R 19852 19852 18566 0 -1 4202560 754 0 0 0 7 0 0 0 20 0 20 0 420193168 28904845312 10246 33554432000 4194304 4196468 140729222822272 139786945768176 139787885874606 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19872] ppid=19852 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19872/stat : 19872 (java) S 19852 19852 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420193168 28904845312 10246 33554432000 4194304 4196468 140729222822272 139786944715104 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19873] ppid=19852 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19854/task/19873/stat : 19873 (java) S 19852 19852 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193168 28904845312 10246 33554432000 4194304 4196468 140729222822272 139786943662384 139787904322178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42436 KiB

[startup+0.309709 s]*
/proc/loadavg: 8.71 7.90 7.65 5/211 19873
/proc/meminfo: memFree=26645132/32770624 swapFree=66977616/67108860
[pid=19852] ppid=19849 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19852/stat : 19852 (xcsp3-exec) S 19849 19852 18566 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 420193161 115843072 363 33554432000 4194304 5098028 140736070487840 140736070485944 140716714414716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38825984 140736070488949 140736070489193 140736070489193 140736070492106 0
/proc/19852/statm: 28282 363 305 221 0 87 0
[pid=19854] ppid=19852 vsize=28231644 memory=50048 CPUtime=0.52 cores=0-7
/proc/19854/stat : 19854 (java) S 19852 19852 18566 0 -1 1077944320 10917 0 0 0 48 4 0 0 20 0 20 0 420193162 28909203456 12512 33554432000 4194304 4196468 140729222822272 140729222804816 139787904311031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
/proc/19854/statm: 7057911 12512 3350 1 0 7019032 0
[pid=19854/tid=19855] ppid=19852 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/19854/task/19855/stat : 19855 (java) R 19852 19852 18566 0 -1 4202560 7809 0 0 0 27 2 0 0 20 0 20 0 420193162 28909203456 12512 33554432000 4194304 4196468 140729222822272 139787908545120 139787888391518 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19856] ppid=19852 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19856/stat : 19856 (java) S 19852 19852 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193163 28909203456 12512 33554432000 4194304 4196468 140729222822272 139787856931216 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19857] ppid=19852 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19857/stat : 19857 (java) S 19852 19852 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193163 28909203456 12512 33554432000 4194304 4196468 140729222822272 139787855878416 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19858] ppid=19852 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19858/stat : 19858 (java) S 19852 19852 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193163 28909203456 12512 33554432000 4194304 4196468 140729222822272 139787854826128 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19859] ppid=19852 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19859/stat : 19859 (java) S 19852 19852 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193163 28909203456 12512 33554432000 4194304 4196468 140729222822272 139787853773328 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19860] ppid=19852 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19860/stat : 19860 (java) S 19852 19852 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193163 28909203456 12512 33554432000 4194304 4196468 140729222822272 139787852721040 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19861] ppid=19852 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19861/stat : 19861 (java) S 19852 19852 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193163 28909203456 12512 33554432000 4194304 4196468 140729222822272 139787851668240 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19862] ppid=19852 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19862/stat : 19862 (java) S 19852 19852 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193163 28909203456 12512 33554432000 4194304 4196468 140729222822272 139787850615952 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19863] ppid=19852 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19863/stat : 19863 (java) S 19852 19852 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420193163 28909203456 12512 33554432000 4194304 4196468 140729222822272 139787849563152 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19864] ppid=19852 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19864/stat : 19864 (java) S 19852 19852 18566 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420193164 28909203456 12512 33554432000 4194304 4196468 140729222822272 139786953136240 139787904322178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19865] ppid=19852 vsize=28231644 memory=281414042066304 CPUtime=0 cores=0-7
/proc/19854/task/19865/stat : 19865 (java) S 19852 19852 18566 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420193165 28909203456 12512 33554432000 4194304 4196468 140729222822272 139786952082208 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19866] ppid=19852 vsize=28231644 memory=281414042070912 CPUtime=0 cores=0-7
/proc/19854/task/19866/stat : 19866 (java) S 19852 19852 18566 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420193165 28909203456 12512 33554432000 4194304 4196468 140729222822272 139786951029872 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19867] ppid=19852 vsize=28231644 memory=281414042075520 CPUtime=0 cores=0-7
/proc/19854/task/19867/stat : 19867 (java) S 19852 19852 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193167 28909203456 12512 33554432000 4194304 4196468 140729222822272 139786949978192 139787904329627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19868] ppid=19852 vsize=28231644 memory=281414042080128 CPUtime=0.02 cores=0-7
/proc/19854/task/19868/stat : 19868 (java) S 19852 19852 18566 0 -1 1077944384 528 0 0 0 2 0 0 0 20 0 20 0 420193167 28909203456 12512 33554432000 4194304 4196468 140729222822272 139786948926064 139787904322178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19869] ppid=19852 vsize=28231644 memory=281414042084736 CPUtime=0.03 cores=0-7
/proc/19854/task/19869/stat : 19869 (java) R 19852 19852 18566 0 -1 4202560 181 0 0 0 3 0 0 0 20 0 20 0 420193167 28909203456 12512 33554432000 4194304 4196468 140729222822272 139786947873264 139787887697784 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19870] ppid=19852 vsize=28231644 memory=281414042089344 CPUtime=0.03 cores=0-7
/proc/19854/task/19870/stat : 19870 (java) S 19852 19852 18566 0 -1 1077944384 255 0 0 0 3 0 0 0 20 0 20 0 420193168 28909203456 12512 33554432000 4194304 4196468 140729222822272 139786946820976 139787904322178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19871] ppid=19852 vsize=28231644 memory=281414042093952 CPUtime=0.12 cores=0-7
/proc/19854/task/19871/stat : 19871 (java) S 19852 19852 18566 0 -1 1077944384 835 0 0 0 12 0 0 0 20 0 20 0 420193168 28909203456 12512 33554432000 4194304 4196468 140729222822272 139786945768176 139787904322178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19872] ppid=19852 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19872/stat : 19872 (java) S 19852 19852 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420193168 28909203456 12512 33554432000 4194304 4196468 140729222822272 139786944715104 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19873] ppid=19852 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/19854/task/19873/stat : 19873 (java) S 19852 19852 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193168 28909203456 12512 33554432000 4194304 4196468 140729222822272 139786943662384 139787904322178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51500 KiB

[startup+0.700924 s]
/proc/loadavg: 8.71 7.90 7.65 5/211 19873
/proc/meminfo: memFree=26628972/32770624 swapFree=66977616/67108860
[pid=19852] ppid=19849 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19852/stat : 19852 (xcsp3-exec) S 19849 19852 18566 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 420193161 115843072 363 33554432000 4194304 5098028 140736070487840 140736070485944 140716714414716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38825984 140736070488949 140736070489193 140736070489193 140736070492106 0
/proc/19852/statm: 28282 363 305 221 0 87 0
[pid=19854] ppid=19852 vsize=28766280 memory=104644 CPUtime=2.03 cores=0-7
/proc/19854/stat : 19854 (java) S 19852 19852 18566 0 -1 1077944320 15160 0 0 0 196 7 0 0 20 0 28 0 420193162 29456670720 26161 33554432000 4194304 4196468 140729222822272 140729222804816 139787904311031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
/proc/19854/statm: 7191570 26161 3457 1 0 7152672 0
[pid=19854/tid=19855] ppid=19852 vsize=28766280 memory=4580 CPUtime=0.61 cores=0-7
/proc/19854/task/19855/stat : 19855 (java) S 19852 19852 18566 0 -1 1077944384 8941 0 0 0 58 3 0 0 20 0 28 0 420193162 29456670720 26161 33554432000 4194304 4196468 140729222822272 139787908551808 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19856] ppid=19852 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19856/stat : 19856 (java) S 19852 19852 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 420193163 29456670720 26161 33554432000 4194304 4196468 140729222822272 139787856931216 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19857] ppid=19852 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/19854/task/19857/stat : 19857 (java) S 19852 19852 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420193163 29456670720 26161 33554432000 4194304 4196468 140729222822272 139787855878416 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19858] ppid=19852 vsize=28766280 memory=1056 CPUtime=0 cores=0-7
/proc/19854/task/19858/stat : 19858 (java) S 19852 19852 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 420193163 29456670720 26161 33554432000 4194304 4196468 140729222822272 139787854826128 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0

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

/proc/meminfo: memFree=25421732/32770624 swapFree=66977616/67108860
[pid=19852] ppid=19849 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19852/stat : 19852 (xcsp3-exec) S 19849 19852 18566 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 420193161 115843072 363 33554432000 4194304 5098028 140736070487840 140736070485944 140716714414716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38825984 140736070488949 140736070489193 140736070489193 140736070492106 0
/proc/19852/statm: 28282 363 305 221 0 87 0
[pid=19854] ppid=19852 vsize=28769356 memory=1274744 CPUtime=18531.5 cores=0-7
/proc/19854/stat : 19854 (java) S 19852 19852 18566 0 -1 1077944320 842933 0 0 0 1851615 1533 0 0 20 0 28 0 420193162 29459820544 318686 33554432000 4194304 4196468 140729222822272 140729222804816 139787904311031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
/proc/19854/statm: 7192339 318686 3548 1 0 7153441 0
[pid=19854/tid=19855] ppid=19852 vsize=28769356 memory=1130236 CPUtime=0.64 cores=0-7
/proc/19854/task/19855/stat : 19855 (java) S 19852 19852 18566 0 -1 1077944384 9981 0 0 0 60 4 0 0 20 0 28 0 420193162 29459820544 318686 33554432000 4194304 4196468 140729222822272 139787908551808 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19856] ppid=19852 vsize=28769356 memory=1201908 CPUtime=12.65 cores=0-7
/proc/19854/task/19856/stat : 19856 (java) S 19852 19852 18566 0 -1 1077944384 20218 0 0 0 1201 64 0 0 20 0 28 0 420193163 29459820544 318686 33554432000 4194304 4196468 140729222822272 139787856931216 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19857] ppid=19852 vsize=28769356 memory=1267604 CPUtime=12.67 cores=0-7
/proc/19854/task/19857/stat : 19857 (java) S 19852 19852 18566 0 -1 1077944384 22946 0 0 0 1207 60 0 0 20 0 28 0 420193163 29459820544 318686 33554432000 4194304 4196468 140729222822272 139787855878416 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19858] ppid=19852 vsize=28769356 memory=1452 CPUtime=12.71 cores=0-7
/proc/19854/task/19858/stat : 19858 (java) S 19852 19852 18566 0 -1 1077944384 26065 0 0 0 1211 60 0 0 20 0 28 0 420193163 29459820544 318686 33554432000 4194304 4196468 140729222822272 139787854826128 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19859] ppid=19852 vsize=28769356 memory=1452 CPUtime=12.57 cores=0-7
/proc/19854/task/19859/stat : 19859 (java) S 19852 19852 18566 0 -1 1077944384 25876 0 0 0 1198 59 0 0 20 0 28 0 420193163 29459820544 318686 33554432000 4194304 4196468 140729222822272 139787853773328 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19860] ppid=19852 vsize=28769356 memory=1274744 CPUtime=12.56 cores=0-7
/proc/19854/task/19860/stat : 19860 (java) S 19852 19852 18566 0 -1 1077944384 20950 0 0 0 1196 60 0 0 20 0 28 0 420193163 29459820544 318686 33554432000 4194304 4196468 140729222822272 139787852721040 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19861] ppid=19852 vsize=28769356 memory=704 CPUtime=12.61 cores=0-7
/proc/19854/task/19861/stat : 19861 (java) S 19852 19852 18566 0 -1 1077944384 24827 0 0 0 1199 62 0 0 20 0 28 0 420193163 29459820544 318686 33554432000 4194304 4196468 140729222822272 139787851668240 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19862] ppid=19852 vsize=28769356 memory=1056 CPUtime=12.61 cores=0-7
/proc/19854/task/19862/stat : 19862 (java) S 19852 19852 18566 0 -1 1077944384 21739 0 0 0 1196 65 0 0 20 0 28 0 420193163 29459820544 318686 33554432000 4194304 4196468 140729222822272 139787850615952 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19863] ppid=19852 vsize=28769356 memory=0 CPUtime=12.58 cores=0-7
/proc/19854/task/19863/stat : 19863 (java) S 19852 19852 18566 0 -1 1077944384 20114 0 0 0 1198 60 0 0 20 0 28 0 420193163 29459820544 318686 33554432000 4194304 4196468 140729222822272 139787849563152 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19864] ppid=19852 vsize=28769356 memory=6944613755328037015 CPUtime=6.5 cores=0-7
/proc/19854/task/19864/stat : 19864 (java) S 19852 19852 18566 0 -1 1077944384 76146 0 0 0 335 315 0 0 20 0 28 0 420193164 29459820544 318686 33554432000 4194304 4196468 140729222822272 139786953136240 139787904322178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19865] ppid=19852 vsize=28769356 memory=2120 CPUtime=0 cores=0-7
/proc/19854/task/19865/stat : 19865 (java) S 19852 19852 18566 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 420193165 29459820544 318686 33554432000 4194304 4196468 140729222822272 139786952082272 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19866] ppid=19852 vsize=28769356 memory=532 CPUtime=0 cores=0-7
/proc/19854/task/19866/stat : 19866 (java) S 19852 19852 18566 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 420193165 29459820544 318686 33554432000 4194304 4196468 140729222822272 139786951029888 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19867] ppid=19852 vsize=28769356 memory=4140 CPUtime=0 cores=0-7
/proc/19854/task/19867/stat : 19867 (java) S 19852 19852 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420193167 29459820544 318686 33554432000 4194304 4196468 140729222822272 139786949978192 139787904329627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19868] ppid=19852 vsize=28769356 memory=1412 CPUtime=4.98 cores=0-7
/proc/19854/task/19868/stat : 19868 (java) S 19852 19852 18566 0 -1 1077944384 32565 0 0 0 491 7 0 0 20 0 28 0 420193167 29459820544 318686 33554432000 4194304 4196468 140729222822272 139786948926064 139787904322178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19869] ppid=19852 vsize=28769356 memory=1984 CPUtime=4.79 cores=0-7
/proc/19854/task/19869/stat : 19869 (java) S 19852 19852 18566 0 -1 1077944384 35418 0 0 0 473 6 0 0 20 0 28 0 420193167 29459820544 318686 33554432000 4194304 4196468 140729222822272 139786947873264 139787904322178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19870] ppid=19852 vsize=28769356 memory=2480 CPUtime=4.63 cores=0-7
/proc/19854/task/19870/stat : 19870 (java) S 19852 19852 18566 0 -1 1077944384 25028 0 0 0 458 5 0 0 20 0 28 0 420193168 29459820544 318686 33554432000 4194304 4196468 140729222822272 139786946820976 139787904322178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19871] ppid=19852 vsize=28769356 memory=1274744 CPUtime=1.2 cores=0-7
/proc/19854/task/19871/stat : 19871 (java) S 19852 19852 18566 0 -1 1077944384 20287 0 0 0 116 4 0 0 20 0 28 0 420193168 29459820544 318686 33554432000 4194304 4196468 140729222822272 139786945768176 139787904322178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19872] ppid=19852 vsize=28769356 memory=1452 CPUtime=0 cores=0-7
/proc/19854/task/19872/stat : 19872 (java) S 19852 19852 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420193168 29459820544 318686 33554432000 4194304 4196468 140729222822272 139786944715104 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19873] ppid=19852 vsize=28769356 memory=1756 CPUtime=0.85 cores=0-7
/proc/19854/task/19873/stat : 19873 (java) S 19852 19852 18566 0 -1 1077944384 5799 0 0 0 31 54 0 0 20 0 28 0 420193168 29459820544 318686 33554432000 4194304 4196468 140729222822272 139786943662384 139787904322178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=20087] ppid=19852 vsize=28769356 memory=1440 CPUtime=1336.66 cores=0-7
/proc/19854/task/20087/stat : 20087 (java) R 19852 19852 18566 0 -1 4202560 11922 0 0 0 133651 15 0 0 20 0 28 0 420308308 29459820544 318686 33554432000 4194304 4196468 140729222822272 139786929425432 139787517961242 0 4 0 16800975 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=20088] ppid=19852 vsize=28769356 memory=6791534058613427641 CPUtime=1336.47 cores=0-7
/proc/19854/task/20088/stat : 20088 (java) R 19852 19852 18566 0 -1 4202560 10975 0 0 0 133633 14 0 0 20 0 28 0 420308308 29459820544 318686 33554432000 4194304 4196468 140729222822272 139786926268424 139787517628121 0 4 0 16800975 0 0 0 -1 6 0 0 8 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=20089] ppid=19852 vsize=28769356 memory=1756 CPUtime=1332.48 cores=0-7
/proc/19854/task/20089/stat : 20089 (java) R 19852 19852 18566 0 -1 4202560 8679 0 0 0 133223 25 0 0 20 0 28 0 420308308 29459820544 318686 33554432000 4194304 4196468 140729222822272 139786928373616 139787522850345 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=20090] ppid=19852 vsize=28769356 memory=0 CPUtime=1332.88 cores=0-7
/proc/19854/task/20090/stat : 20090 (java) R 19852 19852 18566 0 -1 4202560 57337 0 0 0 133204 84 0 0 20 0 28 0 420308308 29459820544 318686 33554432000 4194304 4196468 140729222822272 139786927321480 139787512391542 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=20091] ppid=19852 vsize=28769356 memory=7580194112874574187 CPUtime=1336.79 cores=0-7
/proc/19854/task/20091/stat : 20091 (java) R 19852 19852 18566 0 -1 4202560 98557 0 0 0 133546 133 0 0 20 0 28 0 420308308 29459820544 318686 33554432000 4194304 4196468 140729222822272 139786931532296 139787517628060 0 4 0 16800975 0 0 0 -1 3 0 0 12 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=20092] ppid=19852 vsize=28769356 memory=1267604 CPUtime=1334.78 cores=0-7
/proc/19854/task/20092/stat : 20092 (java) R 19852 19852 18566 0 -1 4202560 8320 0 0 0 133442 36 0 0 20 0 28 0 420308308 29459820544 318686 33554432000 4194304 4196468 140729222822272 139786934690024 139787522850009 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=20093] ppid=19852 vsize=28769356 memory=1452 CPUtime=1333.43 cores=0-7
/proc/19854/task/20093/stat : 20093 (java) R 19852 19852 18566 0 -1 4202560 110143 0 0 0 133169 174 0 0 20 0 28 0 420308308 29459820544 318686 33554432000 4194304 4196468 140729222822272 139786930481488 139787522850032 0 4 0 16800975 0 0 0 -1 7 0 0 10 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=20094] ppid=19852 vsize=28769356 memory=3616 CPUtime=1335.35 cores=0-7
/proc/19854/task/20094/stat : 20094 (java) R 19852 19852 18566 0 -1 4202560 19120 0 0 0 133520 15 0 0 20 0 28 0 420308308 29459820544 318686 33554432000 4194304 4196468 140729222822272 139786933636408 139787516938589 0 4 0 16800975 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
Current children cumulated CPU time: 18531.5 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 1276196 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 8.30 8.27 7.93 9/219 20220
/proc/meminfo: memFree=25370080/32770624 swapFree=66977616/67108860
[pid=19852] ppid=19849 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19852/stat : 19852 (xcsp3-exec) S 19849 19852 18566 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 420193161 115843072 363 33554432000 4194304 5098028 140736070487840 140736070485944 140716714414716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38825984 140736070488949 140736070489193 140736070489193 140736070492106 0
/proc/19852/statm: 28282 363 305 221 0 87 0
[pid=19854] ppid=19852 vsize=28769356 memory=1326340 CPUtime=18672.2 cores=0-7
/proc/19854/stat : 19854 (java) S 19852 19852 18566 0 -1 1077944320 858971 0 0 0 1865665 1556 0 0 20 0 28 0 420193162 29459820544 331585 33554432000 4194304 4196468 140729222822272 140729222804816 139787904311031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
/proc/19854/statm: 7192339 331585 3548 1 0 7153441 0
[pid=19854/tid=19855] ppid=19852 vsize=28769356 memory=1326340 CPUtime=0.64 cores=0-7
/proc/19854/task/19855/stat : 19855 (java) S 19852 19852 18566 0 -1 1077944384 9981 0 0 0 60 4 0 0 20 0 28 0 420193162 29459820544 331585 33554432000 4194304 4196468 140729222822272 139787908551808 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19856] ppid=19852 vsize=28769356 memory=4108 CPUtime=12.9 cores=0-7
/proc/19854/task/19856/stat : 19856 (java) S 19852 19852 18566 0 -1 1077944384 20415 0 0 0 1226 64 0 0 20 0 28 0 420193163 29459820544 331585 33554432000 4194304 4196468 140729222822272 139787856931216 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19857] ppid=19852 vsize=28769356 memory=1164 CPUtime=12.93 cores=0-7
/proc/19854/task/19857/stat : 19857 (java) S 19852 19852 18566 0 -1 1077944384 23485 0 0 0 1232 61 0 0 20 0 28 0 420193163 29459820544 331585 33554432000 4194304 4196468 140729222822272 139787855878416 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19858] ppid=19852 vsize=28769356 memory=4063769040583404576 CPUtime=12.97 cores=0-7
/proc/19854/task/19858/stat : 19858 (java) S 19852 19852 18566 0 -1 1077944384 26968 0 0 0 1236 61 0 0 20 0 28 0 420193163 29459820544 331585 33554432000 4194304 4196468 140729222822272 139787854826128 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19859] ppid=19852 vsize=28769356 memory=8546823402028195750 CPUtime=12.83 cores=0-7
/proc/19854/task/19859/stat : 19859 (java) S 19852 19852 18566 0 -1 1077944384 26222 0 0 0 1223 60 0 0 20 0 28 0 420193163 29459820544 331585 33554432000 4194304 4196468 140729222822272 139787853773328 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19860] ppid=19852 vsize=28769356 memory=7896284001824100945 CPUtime=12.82 cores=0-7
/proc/19854/task/19860/stat : 19860 (java) S 19852 19852 18566 0 -1 1077944384 21166 0 0 0 1221 61 0 0 20 0 28 0 420193163 29459820544 331585 33554432000 4194304 4196468 140729222822272 139787852721040 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19861] ppid=19852 vsize=28769356 memory=1084 CPUtime=12.87 cores=0-7
/proc/19854/task/19861/stat : 19861 (java) S 19852 19852 18566 0 -1 1077944384 25046 0 0 0 1224 63 0 0 20 0 28 0 420193163 29459820544 331585 33554432000 4194304 4196468 140729222822272 139787851668240 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19862] ppid=19852 vsize=28769356 memory=14012 CPUtime=12.88 cores=0-7
/proc/19854/task/19862/stat : 19862 (java) S 19852 19852 18566 0 -1 1077944384 22222 0 0 0 1222 66 0 0 20 0 28 0 420193163 29459820544 331585 33554432000 4194304 4196468 140729222822272 139787850615952 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19863] ppid=19852 vsize=28769356 memory=14048 CPUtime=12.84 cores=0-7
/proc/19854/task/19863/stat : 19863 (java) S 19852 19852 18566 0 -1 1077944384 20263 0 0 0 1223 61 0 0 20 0 28 0 420193163 29459820544 331585 33554432000 4194304 4196468 140729222822272 139787849563152 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19864] ppid=19852 vsize=28769356 memory=22040 CPUtime=6.55 cores=0-7
/proc/19854/task/19864/stat : 19864 (java) S 19852 19852 18566 0 -1 1077944384 78153 0 0 0 338 317 0 0 20 0 28 0 420193164 29459820544 331585 33554432000 4194304 4196468 140729222822272 139786953136240 139787904322178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19865] ppid=19852 vsize=28769356 memory=2120 CPUtime=0 cores=0-7
/proc/19854/task/19865/stat : 19865 (java) S 19852 19852 18566 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 420193165 29459820544 331585 33554432000 4194304 4196468 140729222822272 139786952082272 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19866] ppid=19852 vsize=28769356 memory=532 CPUtime=0 cores=0-7
/proc/19854/task/19866/stat : 19866 (java) S 19852 19852 18566 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 420193165 29459820544 331585 33554432000 4194304 4196468 140729222822272 139786951029888 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19867] ppid=19852 vsize=28769356 memory=1564 CPUtime=0 cores=0-7
/proc/19854/task/19867/stat : 19867 (java) S 19852 19852 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420193167 29459820544 331585 33554432000 4194304 4196468 140729222822272 139786949978192 139787904329627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19868] ppid=19852 vsize=28769356 memory=924 CPUtime=4.98 cores=0-7
/proc/19854/task/19868/stat : 19868 (java) S 19852 19852 18566 0 -1 1077944384 32571 0 0 0 491 7 0 0 20 0 28 0 420193167 29459820544 331585 33554432000 4194304 4196468 140729222822272 139786948926064 139787904322178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19869] ppid=19852 vsize=28769356 memory=1756 CPUtime=4.79 cores=0-7
/proc/19854/task/19869/stat : 19869 (java) S 19852 19852 18566 0 -1 1077944384 35424 0 0 0 473 6 0 0 20 0 28 0 420193167 29459820544 331585 33554432000 4194304 4196468 140729222822272 139786947873264 139787904322178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19870] ppid=19852 vsize=28769356 memory=1440 CPUtime=4.63 cores=0-7
/proc/19854/task/19870/stat : 19870 (java) S 19852 19852 18566 0 -1 1077944384 25034 0 0 0 458 5 0 0 20 0 28 0 420193168 29459820544 331585 33554432000 4194304 4196468 140729222822272 139786946820976 139787904322178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19871] ppid=19852 vsize=28769356 memory=916 CPUtime=1.2 cores=0-7
/proc/19854/task/19871/stat : 19871 (java) S 19852 19852 18566 0 -1 1077944384 20293 0 0 0 116 4 0 0 20 0 28 0 420193168 29459820544 331585 33554432000 4194304 4196468 140729222822272 139786945768176 139787904322178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19872] ppid=19852 vsize=28769356 memory=1984 CPUtime=0 cores=0-7
/proc/19854/task/19872/stat : 19872 (java) S 19852 19852 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420193168 29459820544 331585 33554432000 4194304 4196468 140729222822272 139786944715104 139787904321237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=19873] ppid=19852 vsize=28769356 memory=2480 CPUtime=0.85 cores=0-7
/proc/19854/task/19873/stat : 19873 (java) S 19852 19852 18566 0 -1 1077944384 5902 0 0 0 31 54 0 0 20 0 28 0 420193168 29459820544 331585 33554432000 4194304 4196468 140729222822272 139786943662384 139787904322178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=20087] ppid=19852 vsize=28769356 memory=1768 CPUtime=1353.95 cores=0-7
/proc/19854/task/20087/stat : 20087 (java) R 19852 19852 18566 0 -1 4202560 12469 0 0 0 135379 16 0 0 20 0 28 0 420308308 29459820544 331585 33554432000 4194304 4196468 140729222822272 139786929425432 139787517628330 0 4 0 16800975 0 0 0 -1 7 0 0 9 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=20088] ppid=19852 vsize=28769356 memory=8317482817917895235 CPUtime=1353.83 cores=0-7
/proc/19854/task/20088/stat : 20088 (java) R 19852 19852 18566 0 -1 4202560 11494 0 0 0 135369 14 0 0 20 0 28 0 420308308 29459820544 331585 33554432000 4194304 4196468 140729222822272 139786926268440 139787519578546 0 4 0 16800975 0 0 0 -1 6 0 0 8 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=20089] ppid=19852 vsize=28769356 memory=916 CPUtime=1349.86 cores=0-7
/proc/19854/task/20089/stat : 20089 (java) R 19852 19852 18566 0 -1 4202560 8888 0 0 0 134961 25 0 0 20 0 28 0 420308308 29459820544 331585 33554432000 4194304 4196468 140729222822272 139786928373616 139787522850327 0 4 0 16800975 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=20090] ppid=19852 vsize=28769356 memory=4140 CPUtime=1350.23 cores=0-7
/proc/19854/task/20090/stat : 20090 (java) R 19852 19852 18566 0 -1 4202560 59237 0 0 0 134937 86 0 0 20 0 28 0 420308308 29459820544 331585 33554432000 4194304 4196468 140729222822272 139786927321480 139787521174789 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=20091] ppid=19852 vsize=28769356 memory=1412 CPUtime=1354.16 cores=0-7
/proc/19854/task/20091/stat : 20091 (java) R 19852 19852 18566 0 -1 4202560 100113 0 0 0 135282 134 0 0 20 0 28 0 420308308 29459820544 331585 33554432000 4194304 4196468 140729222822272 139786931532920 139787517974719 0 4 0 16800975 0 0 0 -1 3 0 0 12 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=20092] ppid=19852 vsize=28769356 memory=3928 CPUtime=1352.13 cores=0-7
/proc/19854/task/20092/stat : 20092 (java) R 19852 19852 18566 0 -1 4202560 8646 0 0 0 135175 38 0 0 20 0 28 0 420308308 29459820544 331585 33554432000 4194304 4196468 140729222822272 139786934690024 139787522849917 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=20093] ppid=19852 vsize=28769356 memory=704 CPUtime=1350.54 cores=0-7
/proc/19854/task/20093/stat : 20093 (java) R 19852 19852 18566 0 -1 4202560 115013 0 0 0 134874 180 0 0 20 0 28 0 420308308 29459820544 331585 33554432000 4194304 4196468 140729222822272 139786930481488 139787522850032 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
[pid=19854/tid=20094] ppid=19852 vsize=28769356 memory=1056 CPUtime=1352.72 cores=0-7
/proc/19854/task/20094/stat : 20094 (java) R 19852 19852 18566 0 -1 4202560 20045 0 0 0 135256 16 0 0 20 0 28 0 420308308 29459820544 331585 33554432000 4194304 4196468 140729222822272 139786933637016 139787897131899 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 12759040 140729222824938 140729222825110 140729222825110 140729222827983 0
Current children cumulated CPU time: 18672.2 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 1327792 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.04 s]
# the end of solver process 19852 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001598 s, system=0.000799 s

[startup+2520.13 s]
# the end of solver process 19854 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=18657.4 s, system=15.6339 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+2520.12 s]*
/proc/loadavg: 8.30 8.27 7.93 2/192 20222
/proc/meminfo: memFree=25545136/32770624 swapFree=66977616/67108860
Current cumulated CPU time of completed processes: 0.002397 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2520.13
CPU time (s): 18673.1
CPU user time (s): 18657.4
CPU system time (s): 15.6339
CPU usage (%): 740.956
Max. virtual memory (cumulated for all children) (KiB): 28884144
Max. memory (cumulated for all children) (KiB): 2620200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18657.4
system time used= 15.6339
maximum resident set size= 2618748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 860991
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113157
involuntary context switches= 197396


# summary of solver processes directly reported to runsolver:
#   pid: 19852,19854
#   total CPU time (s): 18673.1
#   total CPU user time (s): 18657.4
#   total CPU system time (s): 15.6339

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.0865 second user time and 30.1064 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-14 06:25:42
IDJOB=4394641
IDBENCH=135841
IDSOLVER=2843
FILE ID=node104/4394641-1568439359
RUNJOBID= node104-1568434335-18593
PBS_JOBID= 21702325
Free space on /tmp= 59012 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n25/TravellingSalesman-25-30-03.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394641-1568439359/watcher-4394641-1568439359 -o /tmp/evaluation-result-4394641-1568439359/solver-4394641-1568439359 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1568434335-18593 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 2082215035 HOME/instance-4394641-1568439359.xml

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

MD5SUM BENCH= 08a8e4115660d732ba32388826654d85
RANDOM SEED=2082215035

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        26684980 kB
MemAvailable:   31835048 kB
Buffers:          185984 kB
Cached:          5217432 kB
SwapCached:        31688 kB
Active:          1777160 kB
Inactive:        3663200 kB
Active(anon):       4076 kB
Inactive(anon):    74136 kB
Active(file):    1773084 kB
Inactive(file):  3589064 kB
Unevictable:      107792 kB
Mlocked:          107792 kB
SwapTotal:      67108860 kB
SwapFree:       66977616 kB
Dirty:             26136 kB
Writeback:             0 kB
AnonPages:        114424 kB
Mapped:            44148 kB
Shmem:             32780 kB
Slab:             237816 kB
SReclaimable:     207512 kB
SUnreclaim:        30304 kB
KernelStack:        3424 kB
PageTables:         5920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     489184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 58988 MiB
End job on node104 at 2019-09-14 07:07:42