Trace number 4249385

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
R1: choco-solver 5a (2017-07-05)SAT (TO)5 2400.3 793.63501

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-13-13.xml
MD5SUM35fa3ccff61e9a72252c43058d5bc461
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark2400.1201
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints6085
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree146
Maximum variable degree146
Distribution of variable degrees[{"degree":146,"count":169}]
Minimum constraint arity4
Maximum constraint arity169
Distribution of constraint arities[{"arity":4,"count":6084},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints6084
Distribution of constraint types[{"type":"intension","count":6084},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

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.09	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4249385-1502079548.xml"  -tl '2400s' -p 4 -x 3
0.00/0.28	c [HOME/instance-4249385-1502079548.xml, -tl, 2400s, -p, 4, -x, 3]
0.00/0.34	c 4 solvers in parallel
0.00/0.41	c parse instance...
7.21/2.55	c solve instance...
8.75/2.93	o 12 
9.11/3.00	o 11 
9.11/3.08	o 10 
10.70/3.74	o 9 
110.83/94.45	o 8 
313.44/195.94	o 7 
318.10/197.13	o 6 
1903.06/668.81	java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException
1903.06/668.81		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1903.06/668.81		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:201)
1903.06/668.81		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:184)
1903.06/668.81		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:134)
1903.06/668.81		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:25)
1903.06/668.81	Caused by: java.lang.ArrayIndexOutOfBoundsException
1903.06/668.81		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
1903.06/668.81		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
1903.06/668.81		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
1903.06/668.81		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
1903.06/668.81		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
1903.06/668.81		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
1903.06/668.81		... 4 more
1903.06/668.81	Caused by: java.lang.ArrayIndexOutOfBoundsException
1903.06/668.81		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
1903.06/668.81		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
1903.06/668.81		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
1903.06/668.81		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
1903.06/668.81		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
1903.06/668.81		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
1903.06/668.81		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
1903.06/668.81		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
1903.06/668.81		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
1903.06/668.81		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
1903.06/668.81		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
1903.06/668.81		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
1903.06/668.81		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$52(ParallelPortfolio.java:193)
1903.06/668.81		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
1903.06/668.81		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1903.06/668.81		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1903.06/668.81		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1903.06/668.81		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1903.06/668.81	Caused by: java.lang.ArrayIndexOutOfBoundsException: 2488
1903.06/668.81		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.extractNogoodFromPath(NogoodFromRestarts.java:80)
1903.06/668.81		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.beforeRestart(NogoodFromRestarts.java:64)
1903.06/668.81		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.beforeRestart(SearchMonitorList.java:140)
1903.06/668.81		at org.chocosolver.solver.Solver.restart(Solver.java:588)
1903.06/668.81		at org.chocosolver.solver.search.loop.move.MoveRestart.restart(MoveRestart.java:129)
1903.06/668.81		at org.chocosolver.solver.search.loop.move.MoveRestart.repair(MoveRestart.java:95)
1903.06/668.81		at org.chocosolver.solver.search.loop.move.MoveLNS.repair(MoveLNS.java:191)
1903.06/668.81		at org.chocosolver.solver.Solver.repair(Solver.java:446)
1903.06/668.81		at org.chocosolver.solver.Solver.searchLoop(Solver.java:302)
1903.06/668.81		at org.chocosolver.solver.Solver.solve(Solver.java:264)
1903.06/668.81		at org.chocosolver.solver.ParallelPortfolio.lambda$null$51(ParallelPortfolio.java:195)
1903.06/668.81		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1903.06/668.81		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1903.06/668.81		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1903.06/668.81		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1903.06/668.81		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1903.06/668.81		... 4 more
1903.06/668.82	o 5 
2400.30/793.66	s SATISFIABLE
2400.30/793.66	v <instantiation>
2400.30/793.66	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[8][11] x[8][12] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[9][11] x[9][12] x[10][0] x[10][1] x[10][2] x[10][3] x[10][4] x[10][5] x[10][6] x[10][7] x[10][8] x[10][9] x[10][10] x[10][11] x[10][12] x[11][0] x[11][1] x[11][2] x[11][3] x[11][4] x[11][5] x[11][6] x[11][7] x[11][8] x[11][9] x[11][10] x[11][11] x[11][12] x[12][0] x[12][1] x[12][2] x[12][3] x[12][4] x[12][5] x[12][6] x[12][7] x[12][8] x[12][9] x[12][10] x[12][11] x[12][12] </list>
2400.30/793.66	v 	<values>0 0 0 1 1 1 1 1 2 2 3 3 3 0 1 1 1 2 2 3 3 0 3 2 2 3 0 1 2 2 3 4 2 3 4 1 2 3 0 0 1 2 3 0 3 4 0 1 2 1 4 3 0 1 2 3 3 2 5 1 4 4 3 4 5 0 1 2 3 4 5 0 3 2 0 0 0 2 0 1 2 3 5 1 4 2 5 3 4 2 4 0 1 3 0 4 2 2 3 4 2 3 5 2 0 1 3 3 1 4 2 4 2 4 4 1 5 0 1 3 4 4 4 1 2 3 3 2 3 2 0 1 4 2 3 3 4 4 4 3 5 2 2 0 1 4 2 3 4 3 2 3 2 5 4 1 0 1 4 3 2 0 2 2 5 4 5 3 4 </values>
2400.30/793.66	v </instantiation>
2400.30/793.66	c Unexpected resolution interruption!

Verifier Data

OK	5

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4249385-1502079548/watcher-4249385-1502079548 -o /tmp/evaluation-result-4249385-1502079548/solver-4249385-1502079548 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502078046-15621 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 10000 -tdir HOME -seed 1839821619 HOME/instance-4249385-1502079548.xml 

pid=15874
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 8.40 7.28 4.51 6/203 15877
/proc/meminfo: memFree=28652460/32770624 swapFree=0/366732
[pid=15877] ppid=15874 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/15877/stat : 15877 (runsolver) D 15874 15877 2911 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 107607980 24240128 107 18446744073709551615 4194304 4338465 140736063664672 140736063662312 139848832041687 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 35196928 140736063672406 140736063672905 140736063672905 140736063676362 0
/proc/15877/statm: 5918 107 54 36 0 2156 0

[startup+0.10006 s]
/proc/loadavg: 8.40 7.28 4.51 6/203 15877
/proc/meminfo: memFree=28652460/32770624 swapFree=0/366732
[pid=15877] ppid=15874 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15877/stat : 15877 (xcsp3-exec) S 15874 15877 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 107607980 9740288 345 18446744073709551615 4194304 5098028 140721788548496 140721788546600 140025751622268 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 31076352 140721788555672 140721788555882 140721788555882 140721788559339 0
/proc/15877/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.20022 s]
/proc/loadavg: 8.40 7.28 4.51 6/203 15877
/proc/meminfo: memFree=28652460/32770624 swapFree=0/366732
[pid=15877] ppid=15874 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15877/stat : 15877 (xcsp3-exec) S 15874 15877 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 107607980 9740288 345 18446744073709551615 4194304 5098028 140721788548496 140721788546600 140025751622268 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 31076352 140721788555672 140721788555882 140721788555882 140721788559339 0
/proc/15877/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300288 s]
/proc/loadavg: 8.40 7.28 4.51 6/203 15877
/proc/meminfo: memFree=28652460/32770624 swapFree=0/366732
[pid=15877] ppid=15874 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15877/stat : 15877 (xcsp3-exec) S 15874 15877 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 107607980 9740288 345 18446744073709551615 4194304 5098028 140721788548496 140721788546600 140025751622268 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 31076352 140721788555672 140721788555882 140721788555882 140721788559339 0
/proc/15877/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700216 s]
/proc/loadavg: 8.40 7.28 4.51 6/203 15877
/proc/meminfo: memFree=28652460/32770624 swapFree=0/366732
[pid=15877] ppid=15874 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15877/stat : 15877 (xcsp3-exec) S 15874 15877 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 107607980 9740288 345 18446744073709551615 4194304 5098028 140721788548496 140721788546600 140025751622268 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 31076352 140721788555672 140721788555882 140721788555882 140721788559339 0
/proc/15877/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50068 s]
/proc/loadavg: 8.12 7.24 4.51 9/219 15893
/proc/meminfo: memFree=28475352/32770624 swapFree=0/366760
[pid=15877] ppid=15874 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15877/stat : 15877 (xcsp3-exec) S 15874 15877 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 107607980 9740288 345 18446744073709551615 4194304 5098028 140721788548496 140721788546600 140025751622268 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 31076352 140721788555672 140721788555882 140721788555882 140721788559339 0
/proc/15877/statm: 2378 345 289 221 0 87 0
[pid=15879] ppid=15877 vsize=12919328 CPUtime=4.02 cores=0,2,4,6
/proc/15879/stat : 15879 (java) S 15877 15877 2911 0 -1 1077944320 16444 0 0 0 391 11 0 0 20 0 15 0 107607990 13229391872 58970 18446744073709551615 4194304 4196468 140730379427840 140730379410384 139894029356791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
/proc/15879/statm: 3229832 58970 3212 1 0 3218124 0
[pid=15879/tid=15880] ppid=15877 vsize=12919328 CPUtime=1.27 cores=0,2,4,6
/proc/15879/task/15880/stat : 15880 (java) R 15877 15877 2911 0 -1 4202560 8907 0 0 0 123 4 0 0 20 0 15 0 107607990 13229391872 58970 18446744073709551615 4194304 4196468 140730379427840 139894033593456 139893673943353 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15881] ppid=15877 vsize=12919328 CPUtime=0.04 cores=0,2,4,6
/proc/15879/task/15881/stat : 15881 (java) S 15877 15877 2911 0 -1 1077944384 33 0 0 0 3 1 0 0 20 0 15 0 107607991 13229391872 58970 18446744073709551615 4194304 4196468 140730379427840 139893999069456 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15882] ppid=15877 vsize=12919328 CPUtime=0.04 cores=0,2,4,6
/proc/15879/task/15882/stat : 15882 (java) S 15877 15877 2911 0 -1 1077944384 34 0 0 0 3 1 0 0 20 0 15 0 107607991 13229391872 58970 18446744073709551615 4194304 4196468 140730379427840 139893631383952 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15883] ppid=15877 vsize=12919328 CPUtime=0.04 cores=0,2,4,6
/proc/15879/task/15883/stat : 15883 (java) S 15877 15877 2911 0 -1 1077944384 36 0 0 0 3 1 0 0 20 0 15 0 107607991 13229391872 58970 18446744073709551615 4194304 4196468 140730379427840 139893630331408 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15884] ppid=15877 vsize=12919328 CPUtime=0.03 cores=0,2,4,6
/proc/15879/task/15884/stat : 15884 (java) S 15877 15877 2911 0 -1 1077944384 29 0 0 0 2 1 0 0 20 0 15 0 107607991 13229391872 58970 18446744073709551615 4194304 4196468 140730379427840 139893629278864 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15885] ppid=15877 vsize=12919328 CPUtime=0 cores=0,2,4,6
/proc/15879/task/15885/stat : 15885 (java) S 15877 15877 2911 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 107607992 13229391872 58970 18446744073709551615 4194304 4196468 140730379427840 139893513320944 139894029367938 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15886] ppid=15877 vsize=12919328 CPUtime=0 cores=0,2,4,6
/proc/15879/task/15886/stat : 15886 (java) S 15877 15877 2911 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 107607993 13229391872 58970 18446744073709551615 4194304 4196468 140730379427840 139893512267232 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15887] ppid=15877 vsize=12919328 CPUtime=0 cores=0,2,4,6
/proc/15879/task/15887/stat : 15887 (java) S 15877 15877 2911 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 107607993 13229391872 58970 18446744073709551615 4194304 4196468 140730379427840 139893511214592 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15888] ppid=15877 vsize=12919328 CPUtime=0 cores=0,2,4,6
/proc/15879/task/15888/stat : 15888 (java) S 15877 15877 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107607995 13229391872 58970 18446744073709551615 4194304 4196468 140730379427840 139893510163152 139894029375387 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15889] ppid=15877 vsize=12919328 CPUtime=0.98 cores=0,2,4,6
/proc/15879/task/15889/stat : 15889 (java) R 15877 15877 2911 0 -1 4202560 2033 0 0 0 98 0 0 0 20 0 15 0 107607995 13229391872 58970 18446744073709551615 4194304 4196468 140730379427840 139893509094736 139894014278573 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15890] ppid=15877 vsize=12919328 CPUtime=0.98 cores=0,2,4,6
/proc/15879/task/15890/stat : 15890 (java) R 15877 15877 2911 0 -1 4202560 1817 0 0 0 98 0 0 0 20 0 15 0 107607995 13229391872 58970 18446744073709551615 4194304 4196468 140730379427840 139893508043744 139894008574638 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15891] ppid=15877 vsize=12919328 CPUtime=0.57 cores=0,2,4,6
/proc/15879/task/15891/stat : 15891 (java) S 15877 15877 2911 0 -1 1077944384 2173 0 0 0 57 0 0 0 20 0 15 0 107607995 13229391872 58970 18446744073709551615 4194304 4196468 140730379427840 139893507004656 139894029367938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15892] ppid=15877 vsize=12919328 CPUtime=0 cores=0,2,4,6
/proc/15879/task/15892/stat : 15892 (java) S 15877 15877 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107607996 13229391872 58970 18446744073709551615 4194304 4196468 140730379427840 139893505952352 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15893] ppid=15877 vsize=12919328 CPUtime=0 cores=0,2,4,6
/proc/15879/task/15893/stat : 15893 (java) S 15877 15877 2911 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107608000 13229391872 58970 18446744073709551615 4194304 4196468 140730379427840 139893504899888 139894029367938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 12928840

[startup+3.10791 s]
/proc/loadavg: 8.12 7.24 4.51 8/219 15893
/proc/meminfo: memFree=28258304/32770624 swapFree=0/366760
[pid=15877] ppid=15874 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15877/stat : 15877 (xcsp3-exec) S 15874 15877 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 107607980 9740288 345 18446744073709551615 4194304 5098028 140721788548496 140721788546600 140025751622268 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 31076352 140721788555672 140721788555882 140721788555882 140721788559339 0
/proc/15877/statm: 2378 345 289 221 0 87 0
[pid=15879] ppid=15877 vsize=13185584 CPUtime=9.52 cores=0,2,4,6
/proc/15879/stat : 15879 (java) S 15877 15877 2911 0 -1 1077944320 22396 0 0 0 930 22 0 0 20 0 19 0 107607990 13502038016 116937 18446744073709551615 4194304 4196468 140730379427840 140730379410384 139894029356791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
/proc/15879/statm: 3296396 116937 3239 1 0 3284688 0
[pid=15879/tid=15880] ppid=15877 vsize=13185584 CPUtime=2.25 cores=0,2,4,6
/proc/15879/task/15880/stat : 15880 (java) S 15877 15877 2911 0 -1 1077944384 9257 0 0 0 218 7 0 0 20 0 19 0 107607990 13502038016 116937 18446744073709551615 4194304 4196468 140730379427840 139894033597568 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15881] ppid=15877 vsize=13185584 CPUtime=0.1 cores=0,2,4,6
/proc/15879/task/15881/stat : 15881 (java) S 15877 15877 2911 0 -1 1077944384 55 0 0 0 8 2 0 0 20 0 19 0 107607991 13502038016 116937 18446744073709551615 4194304 4196468 140730379427840 139893999069456 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15882] ppid=15877 vsize=13185584 CPUtime=0.16 cores=0,2,4,6
/proc/15879/task/15882/stat : 15882 (java) S 15877 15877 2911 0 -1 1077944384 84 0 0 0 13 3 0 0 20 0 19 0 107607991 13502038016 116937 18446744073709551615 4194304 4196468 140730379427840 139893631383952 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15883] ppid=15877 vsize=13185584 CPUtime=0.14 cores=0,2,4,6
/proc/15879/task/15883/stat : 15883 (java) S 15877 15877 2911 0 -1 1077944384 78 0 0 0 11 3 0 0 20 0 19 0 107607991 13502038016 116937 18446744073709551615 4194304 4196468 140730379427840 139893630331408 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15884] ppid=15877 vsize=13185584 CPUtime=0.12 cores=0,2,4,6
/proc/15879/task/15884/stat : 15884 (java) S 15877 15877 2911 0 -1 1077944384 70 0 0 0 10 2 0 0 20 0 19 0 107607991 13502038016 116937 18446744073709551615 4194304 4196468 140730379427840 139893629278864 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15885] ppid=15877 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/15879/task/15885/stat : 15885 (java) S 15877 15877 2911 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 19 0 107607992 13502038016 116937 18446744073709551615 4194304 4196468 140730379427840 139893513320944 139894029367938 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15886] ppid=15877 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/15879/task/15886/stat : 15886 (java) S 15877 15877 2911 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 107607993 13502038016 116937 18446744073709551615 4194304 4196468 140730379427840 139893512267232 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15887] ppid=15877 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/15879/task/15887/stat : 15887 (java) S 15877 15877 2911 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 107607993 13502038016 116937 18446744073709551615 4194304 4196468 140730379427840 139893511214592 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15888] ppid=15877 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/15879/task/15888/stat : 15888 (java) S 15877 15877 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 107607995 13502038016 116937 18446744073709551615 4194304 4196468 140730379427840 139893510163152 139894029375387 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15889] ppid=15877 vsize=13185584 CPUtime=2.34 cores=0,2,4,6
/proc/15879/task/15889/stat : 15889 (java) R 15877 15877 2911 0 -1 4202560 3921 0 0 0 234 0 0 0 20 0 19 0 107607995 13502038016 116937 18446744073709551615 4194304 4196468 140730379427840 139893509098736 139894010877760 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15890] ppid=15877 vsize=13185584 CPUtime=2.37 cores=0,2,4,6
/proc/15879/task/15890/stat : 15890 (java) R 15877 15877 2911 0 -1 4202560 3546 0 0 0 237 0 0 0 20 0 19 0 107607995 13502038016 116937 18446744073709551615 4194304 4196468 140730379427840 139893508044064 139894012741748 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15891] ppid=15877 vsize=13185584 CPUtime=0.8 cores=0,2,4,6
/proc/15879/task/15891/stat : 15891 (java) S 15877 15877 2911 0 -1 1077944384 3460 0 0 0 80 0 0 0 20 0 19 0 107607995 13502038016 116937 18446744073709551615 4194304 4196468 140730379427840 139893507004656 139894029367938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15892] ppid=15877 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/15879/task/15892/stat : 15892 (java) S 15877 15877 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 107607996 13502038016 116937 18446744073709551615 4194304 4196468 140730379427840 139893505952352 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15893] ppid=15877 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/15879/task/15893/stat : 15893 (java) S 15877 15877 2911 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 107608000 13502038016 116937 18446744073709551615 4194304 4196468 140730379427840 139893504899888 139894029367938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
Current children cumulated CPU time (s) 9.52
Current children cumulated vsize (KiB) 13195096

[startup+6.30847 s]
/proc/loadavg: 8.11 7.26 4.53 11/224 15914
/proc/meminfo: memFree=28053468/32770624 swapFree=0/366764
[pid=15877] ppid=15874 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15877/stat : 15877 (xcsp3-exec) S 15874 15877 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 107607980 9740288 345 18446744073709551615 4194304 5098028 140721788548496 140721788546600 140025751622268 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 31076352 140721788555672 140721788555882 140721788555882 140721788559339 0
/proc/15877/statm: 2378 345 289 221 0 87 0
[pid=15879] ppid=15877 vsize=13185584 CPUtime=20.92 cores=0,2,4,6
/proc/15879/stat : 15879 (java) S 15877 15877 2911 0 -1 1077944320 30864 0 0 0 2058 34 0 0 20 0 19 0 107607990 13502038016 187761 18446744073709551615 4194304 4196468 140730379427840 140730379410384 139894029356791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
/proc/15879/statm: 3296396 187761 3267 1 0 3284688 0
[pid=15879/tid=15880] ppid=15877 vsize=13185584 CPUtime=2.25 cores=0,2,4,6
/proc/15879/task/15880/stat : 15880 (java) S 15877 15877 2911 0 -1 1077944384 9257 0 0 0 218 7 0 0 20 0 19 0 107607990 13502038016 187761 18446744073709551615 4194304 4196468 140730379427840 139894033597568 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15881] ppid=15877 vsize=13185584 CPUtime=0.18 cores=0,2,4,6
/proc/15879/task/15881/stat : 15881 (java) S 15877 15877 2911 0 -1 1077944384 174 0 0 0 14 4 0 0 20 0 19 0 107607991 13502038016 187761 18446744073709551615 4194304 4196468 140730379427840 139893999069456 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15882] ppid=15877 vsize=13185584 CPUtime=0.23 cores=0,2,4,6
/proc/15879/task/15882/stat : 15882 (java) S 15877 15877 2911 0 -1 1077944384 1221 0 0 0 19 4 0 0 20 0 19 0 107607991 13502038016 187761 18446744073709551615 4194304 4196468 140730379427840 139893631383952 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15883] ppid=15877 vsize=13185584 CPUtime=0.22 cores=0,2,4,6
/proc/15879/task/15883/stat : 15883 (java) S 15877 15877 2911 0 -1 1077944384 370 0 0 0 17 5 0 0 20 0 19 0 107607991 13502038016 187761 18446744073709551615 4194304 4196468 140730379427840 139893630331408 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15884] ppid=15877 vsize=13185584 CPUtime=0.2 cores=0,2,4,6
/proc/15879/task/15884/stat : 15884 (java) S 15877 15877 2911 0 -1 1077944384 120 0 0 0 16 4 0 0 20 0 19 0 107607991 13502038016 187761 18446744073709551615 4194304 4196468 140730379427840 139893629278864 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15885] ppid=15877 vsize=13185584 CPUtime=0.01 cores=0,2,4,6
/proc/15879/task/15885/stat : 15885 (java) S 15877 15877 2911 0 -1 1077944384 723 0 0 0 1 0 0 0 20 0 19 0 107607992 13502038016 187761 18446744073709551615 4194304 4196468 140730379427840 139893513320944 139894029367938 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15886] ppid=15877 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/15879/task/15886/stat : 15886 (java) S 15877 15877 2911 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 107607993 13502038016 187761 18446744073709551615 4194304 4196468 140730379427840 139893512267232 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15887] ppid=15877 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/15879/task/15887/stat : 15887 (java) S 15877 15877 2911 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 107607993 13502038016 187761 18446744073709551615 4194304 4196468 140730379427840 139893511214592 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15888] ppid=15877 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/15879/task/15888/stat : 15888 (java) S 15877 15877 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 107607995 13502038016 187761 18446744073709551615 4194304 4196468 140730379427840 139893510163152 139894029375387 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15889] ppid=15877 vsize=13185584 CPUtime=3.4 cores=0,2,4,6
/proc/15879/task/15889/stat : 15889 (java) S 15877 15877 2911 0 -1 1077944384 6204 0 0 0 339 1 0 0 20 0 19 0 107607995 13502038016 187761 18446744073709551615 4194304 4196468 140730379427840 139893509109744 139894029367938 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15890] ppid=15877 vsize=13185584 CPUtime=3.25 cores=0,2,4,6
/proc/15879/task/15890/stat : 15890 (java) S 15877 15877 2911 0 -1 1077944384 5505 0 0 0 325 0 0 0 20 0 19 0 107607995 13502038016 187761 18446744073709551615 4194304 4196468 140730379427840 139893508057200 139894029367938 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15891] ppid=15877 vsize=13185584 CPUtime=0.98 cores=0,2,4,6
/proc/15879/task/15891/stat : 15891 (java) S 15877 15877 2911 0 -1 1077944384 3810 0 0 0 98 0 0 0 20 0 19 0 107607995 13502038016 187761 18446744073709551615 4194304 4196468 140730379427840 139893507004656 139894029367938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15892] ppid=15877 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/15879/task/15892/stat : 15892 (java) S 15877 15877 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 107607996 13502038016 187761 18446744073709551615 4194304 4196468 140730379427840 139893505952352 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15893] ppid=15877 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/15879/task/15893/stat : 15893 (java) S 15877 15877 2911 0 -1 1077944384 511 0 0 0 0 0 0 0 20 0 19 0 107608000 13502038016 187761 18446744073709551615 4194304 4196468 140730379427840 139893504899888 139894029367938 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15911] ppid=15877 vsize=13185584 CPUtime=2.12 cores=0,2,4,6
/proc/15879/task/15911/stat : 15911 (java) R 15877 15877 2911 0 -1 4202560 394 0 0 0 212 0 0 0 20 0 19 0 107608355 13502038016 187761 18446744073709551615 4194304 4196468 140730379427840 139893494778912 139893679861834 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15912] ppid=15877 vsize=13185584 CPUtime=1.92 cores=0,2,4,6
/proc/15879/task/15912/stat : 15912 (java) R 15877 15877 2911 0 -1 4202560 290 0 0 0 190 2 0 0 20 0 19 0 107608355 13502038016 187761 18446744073709551615 4194304 4196468 140730379427840 139893495835904 139893679584592 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15913] ppid=15877 vsize=13185584 CPUtime=1.8 cores=0,2,4,6
/proc/15879/task/15913/stat : 15913 (java) R 15877 15877 2911 0 -1 4202560 341 0 0 0 180 0 0 0 20 0 19 0 107608355 13502038016 187761 18446744073709551615 4194304 4196468 140730379427840 139893493727272 139893680295411 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15914] ppid=15877 vsize=13185584 CPUtime=2.34 cores=0,2,4,6
/proc/15879/task/15914/stat : 15914 (java) R 15877 15877 2911 0 -1 4202560 188 0 0 0 232 2 0 0 20 0 19 0 107608355 13502038016 187761 18446744073709551615 4194304 4196468 140730379427840 139893496884800 139893678653226 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
Current children cumulated CPU time (s) 20.92
Current children cumulated vsize (KiB) 13195096

[startup+12.7009 s]
/proc/loadavg: 7.78 7.20 4.53 6/224 15914
/proc/meminfo: memFree=27928472/32770624 swapFree=0/366760
[pid=15877] ppid=15874 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15877/stat : 15877 (xcsp3-exec) S 15874 15877 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 107607980 9740288 345 18446744073709551615 4194304 5098028 140721788548496 140721788546600 140025751622268 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 31076352 140721788555672 140721788555882 140721788555882 140721788559339 0
/proc/15877/statm: 2378 345 289 221 0 87 0
[pid=15879] ppid=15877 vsize=13185584 CPUtime=29.04 cores=0,2,4,6

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

/proc/15877/statm: 2378 345 289 221 0 87 0
[pid=15879] ppid=15877 vsize=13185584 CPUtime=2036.53 cores=0,2,4,6
/proc/15879/stat : 15879 (java) S 15877 15877 2911 0 -1 1077944320 161433 0 0 0 203510 143 0 0 20 0 19 0 107607990 13502038016 805280 18446744073709551615 4194304 4196468 140730379427840 140730379410384 139894029356791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
/proc/15879/statm: 3296396 805280 3269 1 0 3284688 0
[pid=15879/tid=15880] ppid=15877 vsize=13185584 CPUtime=2.25 cores=0,2,4,6
/proc/15879/task/15880/stat : 15880 (java) S 15877 15877 2911 0 -1 1077944384 10255 0 0 0 218 7 0 0 20 0 19 0 107607990 13502038016 805280 18446744073709551615 4194304 4196468 140730379427840 139894033597568 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15881] ppid=15877 vsize=13185584 CPUtime=0.72 cores=0,2,4,6
/proc/15879/task/15881/stat : 15881 (java) S 15877 15877 2911 0 -1 1077944384 5976 0 0 0 59 13 0 0 20 0 19 0 107607991 13502038016 805280 18446744073709551615 4194304 4196468 140730379427840 139893999069456 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15882] ppid=15877 vsize=13185584 CPUtime=0.77 cores=0,2,4,6
/proc/15879/task/15882/stat : 15882 (java) S 15877 15877 2911 0 -1 1077944384 6967 0 0 0 64 13 0 0 20 0 19 0 107607991 13502038016 805280 18446744073709551615 4194304 4196468 140730379427840 139893631383952 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15883] ppid=15877 vsize=13185584 CPUtime=0.76 cores=0,2,4,6
/proc/15879/task/15883/stat : 15883 (java) S 15877 15877 2911 0 -1 1077944384 3962 0 0 0 61 15 0 0 20 0 19 0 107607991 13502038016 805280 18446744073709551615 4194304 4196468 140730379427840 139893630331408 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15884] ppid=15877 vsize=13185584 CPUtime=0.75 cores=0,2,4,6
/proc/15879/task/15884/stat : 15884 (java) S 15877 15877 2911 0 -1 1077944384 3717 0 0 0 61 14 0 0 20 0 19 0 107607991 13502038016 805280 18446744073709551615 4194304 4196468 140730379427840 139893629278864 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15885] ppid=15877 vsize=13185584 CPUtime=0.16 cores=0,2,4,6
/proc/15879/task/15885/stat : 15885 (java) S 15877 15877 2911 0 -1 1077944384 7730 0 0 0 11 5 0 0 20 0 19 0 107607992 13502038016 805280 18446744073709551615 4194304 4196468 140730379427840 139893513320944 139894029367938 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15886] ppid=15877 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/15879/task/15886/stat : 15886 (java) S 15877 15877 2911 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 107607993 13502038016 805280 18446744073709551615 4194304 4196468 140730379427840 139893512267232 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15887] ppid=15877 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/15879/task/15887/stat : 15887 (java) S 15877 15877 2911 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 107607993 13502038016 805280 18446744073709551615 4194304 4196468 140730379427840 139893511214592 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15888] ppid=15877 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/15879/task/15888/stat : 15888 (java) S 15877 15877 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 107607995 13502038016 805280 18446744073709551615 4194304 4196468 140730379427840 139893510163152 139894029375387 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15889] ppid=15877 vsize=13185584 CPUtime=4.45 cores=0,2,4,6
/proc/15879/task/15889/stat : 15889 (java) S 15877 15877 2911 0 -1 1077944384 27621 0 0 0 443 2 0 0 20 0 19 0 107607995 13502038016 805280 18446744073709551615 4194304 4196468 140730379427840 139893509109744 139894029367938 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15890] ppid=15877 vsize=13185584 CPUtime=4.37 cores=0,2,4,6
/proc/15879/task/15890/stat : 15890 (java) S 15877 15877 2911 0 -1 1077944384 21585 0 0 0 436 1 0 0 20 0 19 0 107607995 13502038016 805280 18446744073709551615 4194304 4196468 140730379427840 139893508057200 139894029367938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15891] ppid=15877 vsize=13185584 CPUtime=1.1 cores=0,2,4,6
/proc/15879/task/15891/stat : 15891 (java) S 15877 15877 2911 0 -1 1077944384 14172 0 0 0 109 1 0 0 20 0 19 0 107607995 13502038016 805280 18446744073709551615 4194304 4196468 140730379427840 139893507004656 139894029367938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15892] ppid=15877 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/15879/task/15892/stat : 15892 (java) S 15877 15877 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 107607996 13502038016 805280 18446744073709551615 4194304 4196468 140730379427840 139893505952352 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15893] ppid=15877 vsize=13185584 CPUtime=0.52 cores=0,2,4,6
/proc/15879/task/15893/stat : 15893 (java) S 15877 15877 2911 0 -1 1077944384 2522 0 0 0 27 25 0 0 20 0 19 0 107608000 13502038016 805280 18446744073709551615 4194304 4196468 140730379427840 139893504899888 139894029367938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=16068] ppid=15877 vsize=13185584 CPUtime=33.17 cores=0,2,4,6
/proc/15879/task/16068/stat : 16068 (java) R 15877 15877 2911 0 -1 4202560 2184 0 0 0 3317 0 0 0 20 0 19 0 107674862 13502038016 805280 18446744073709551615 4194304 4196468 140730379427840 139893496884320 139893679584693 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=16069] ppid=15877 vsize=13185584 CPUtime=33.26 cores=0,2,4,6
/proc/15879/task/16069/stat : 16069 (java) R 15877 15877 2911 0 -1 4202560 2640 0 0 0 3326 0 0 0 20 0 19 0 107674862 13502038016 805280 18446744073709551615 4194304 4196468 140730379427840 139893494783152 139893679820613 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=16070] ppid=15877 vsize=13185584 CPUtime=33.41 cores=0,2,4,6
/proc/15879/task/16070/stat : 16070 (java) R 15877 15877 2911 0 -1 4202560 604 0 0 0 3341 0 0 0 20 0 19 0 107674862 13502038016 805280 18446744073709551615 4194304 4196468 140730379427840 139893495833176 139893680295390 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=16071] ppid=15877 vsize=13185584 CPUtime=33.34 cores=0,2,4,6
/proc/15879/task/16071/stat : 16071 (java) R 15877 15877 2911 0 -1 4202560 1288 0 0 0 3334 0 0 0 20 0 19 0 107674862 13502038016 805280 18446744073709551615 4194304 4196468 140730379427840 139893493727288 139893678653364 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
Current children cumulated CPU time (s) 2036.53
Current children cumulated vsize (KiB) 13195096

[startup+762.302 s]
/proc/loadavg: 4.94 4.88 4.54 6/222 16074
/proc/meminfo: memFree=24877584/32770624 swapFree=0/367188
[pid=15877] ppid=15874 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15877/stat : 15877 (xcsp3-exec) S 15874 15877 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 107607980 9740288 345 18446744073709551615 4194304 5098028 140721788548496 140721788546600 140025751622268 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 31076352 140721788555672 140721788555882 140721788555882 140721788559339 0
/proc/15877/statm: 2378 345 289 221 0 87 0
[pid=15879] ppid=15877 vsize=13185584 CPUtime=2275.57 cores=0,2,4,6
/proc/15879/stat : 15879 (java) S 15877 15877 2911 0 -1 1077944320 168905 0 0 0 227410 147 0 0 20 0 19 0 107607990 13502038016 806038 18446744073709551615 4194304 4196468 140730379427840 140730379410384 139894029356791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
/proc/15879/statm: 3296396 806038 3269 1 0 3284688 0
[pid=15879/tid=15880] ppid=15877 vsize=13185584 CPUtime=2.25 cores=0,2,4,6
/proc/15879/task/15880/stat : 15880 (java) S 15877 15877 2911 0 -1 1077944384 10255 0 0 0 218 7 0 0 20 0 19 0 107607990 13502038016 806038 18446744073709551615 4194304 4196468 140730379427840 139894033597568 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15881] ppid=15877 vsize=13185584 CPUtime=0.75 cores=0,2,4,6
/proc/15879/task/15881/stat : 15881 (java) S 15877 15877 2911 0 -1 1077944384 6375 0 0 0 62 13 0 0 20 0 19 0 107607991 13502038016 806038 18446744073709551615 4194304 4196468 140730379427840 139893999069456 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15882] ppid=15877 vsize=13185584 CPUtime=0.82 cores=0,2,4,6
/proc/15879/task/15882/stat : 15882 (java) S 15877 15877 2911 0 -1 1077944384 7397 0 0 0 68 14 0 0 20 0 19 0 107607991 13502038016 806038 18446744073709551615 4194304 4196468 140730379427840 139893631383952 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15883] ppid=15877 vsize=13185584 CPUtime=0.8 cores=0,2,4,6
/proc/15879/task/15883/stat : 15883 (java) S 15877 15877 2911 0 -1 1077944384 4442 0 0 0 65 15 0 0 20 0 19 0 107607991 13502038016 806038 18446744073709551615 4194304 4196468 140730379427840 139893630331408 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15884] ppid=15877 vsize=13185584 CPUtime=0.79 cores=0,2,4,6
/proc/15879/task/15884/stat : 15884 (java) S 15877 15877 2911 0 -1 1077944384 3958 0 0 0 64 15 0 0 20 0 19 0 107607991 13502038016 806038 18446744073709551615 4194304 4196468 140730379427840 139893629278864 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15885] ppid=15877 vsize=13185584 CPUtime=0.17 cores=0,2,4,6
/proc/15879/task/15885/stat : 15885 (java) S 15877 15877 2911 0 -1 1077944384 8307 0 0 0 12 5 0 0 20 0 19 0 107607992 13502038016 806038 18446744073709551615 4194304 4196468 140730379427840 139893513320944 139894029367938 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15886] ppid=15877 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/15879/task/15886/stat : 15886 (java) S 15877 15877 2911 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 107607993 13502038016 806038 18446744073709551615 4194304 4196468 140730379427840 139893512267232 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15887] ppid=15877 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/15879/task/15887/stat : 15887 (java) S 15877 15877 2911 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 107607993 13502038016 806038 18446744073709551615 4194304 4196468 140730379427840 139893511214592 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15888] ppid=15877 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/15879/task/15888/stat : 15888 (java) S 15877 15877 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 107607995 13502038016 806038 18446744073709551615 4194304 4196468 140730379427840 139893510163152 139894029375387 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15889] ppid=15877 vsize=13185584 CPUtime=4.46 cores=0,2,4,6
/proc/15879/task/15889/stat : 15889 (java) S 15877 15877 2911 0 -1 1077944384 28463 0 0 0 444 2 0 0 20 0 19 0 107607995 13502038016 806038 18446744073709551615 4194304 4196468 140730379427840 139893509109744 139894029367938 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15890] ppid=15877 vsize=13185584 CPUtime=4.39 cores=0,2,4,6
/proc/15879/task/15890/stat : 15890 (java) S 15877 15877 2911 0 -1 1077944384 22230 0 0 0 438 1 0 0 20 0 19 0 107607995 13502038016 806038 18446744073709551615 4194304 4196468 140730379427840 139893508057200 139894029367938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15891] ppid=15877 vsize=13185584 CPUtime=1.11 cores=0,2,4,6
/proc/15879/task/15891/stat : 15891 (java) S 15877 15877 2911 0 -1 1077944384 14746 0 0 0 110 1 0 0 20 0 19 0 107607995 13502038016 806038 18446744073709551615 4194304 4196468 140730379427840 139893507004656 139894029367938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15892] ppid=15877 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/15879/task/15892/stat : 15892 (java) S 15877 15877 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 107607996 13502038016 806038 18446744073709551615 4194304 4196468 140730379427840 139893505952352 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15893] ppid=15877 vsize=13185584 CPUtime=0.58 cores=0,2,4,6
/proc/15879/task/15893/stat : 15893 (java) S 15877 15877 2911 0 -1 1077944384 2696 0 0 0 30 28 0 0 20 0 19 0 107608000 13502038016 806038 18446744073709551615 4194304 4196468 140730379427840 139893504899888 139894029367938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=16068] ppid=15877 vsize=13185584 CPUtime=92.77 cores=0,2,4,6
/proc/15879/task/16068/stat : 16068 (java) R 15877 15877 2911 0 -1 4202560 3167 0 0 0 9276 1 0 0 20 0 19 0 107674862 13502038016 806038 18446744073709551615 4194304 4196468 140730379427840 139893496884320 139893678326114 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=16069] ppid=15877 vsize=13185584 CPUtime=93.09 cores=0,2,4,6
/proc/15879/task/16069/stat : 16069 (java) R 15877 15877 2911 0 -1 4202560 3677 0 0 0 9309 0 0 0 20 0 19 0 107674862 13502038016 806038 18446744073709551615 4194304 4196468 140730379427840 139893494780568 139893679820613 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=16070] ppid=15877 vsize=13185584 CPUtime=92.87 cores=0,2,4,6
/proc/15879/task/16070/stat : 16070 (java) R 15877 15877 2911 0 -1 4202560 1086 0 0 0 9287 0 0 0 20 0 19 0 107674862 13502038016 806038 18446744073709551615 4194304 4196468 140730379427840 139893495835568 139893680297823 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=16071] ppid=15877 vsize=13185584 CPUtime=93.21 cores=0,2,4,6
/proc/15879/task/16071/stat : 16071 (java) R 15877 15877 2911 0 -1 4202560 1896 0 0 0 9321 0 0 0 20 0 19 0 107674862 13502038016 806038 18446744073709551615 4194304 4196468 140730379427840 139893493726952 139893678693485 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
Current children cumulated CPU time (s) 2275.57
Current children cumulated vsize (KiB) 13195096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+793.602 s]
/proc/loadavg: 5.02 4.91 4.56 6/223 16076
/proc/meminfo: memFree=24871040/32770624 swapFree=0/367236
[pid=15877] ppid=15874 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15877/stat : 15877 (xcsp3-exec) S 15874 15877 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 107607980 9740288 345 18446744073709551615 4194304 5098028 140721788548496 140721788546600 140025751622268 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 31076352 140721788555672 140721788555882 140721788555882 140721788559339 0
/proc/15877/statm: 2378 345 289 221 0 87 0
[pid=15879] ppid=15877 vsize=13185584 CPUtime=2400.3 cores=0,2,4,6
/proc/15879/stat : 15879 (java) S 15877 15877 2911 0 -1 1077944320 172853 0 0 0 239880 150 0 0 20 0 19 0 107607990 13502038016 806671 18446744073709551615 4194304 4196468 140730379427840 140730379410384 139894029356791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
/proc/15879/statm: 3296396 806671 3269 1 0 3284688 0
[pid=15879/tid=15880] ppid=15877 vsize=13185584 CPUtime=2.25 cores=0,2,4,6
/proc/15879/task/15880/stat : 15880 (java) S 15877 15877 2911 0 -1 1077944384 10255 0 0 0 218 7 0 0 20 0 19 0 107607990 13502038016 806671 18446744073709551615 4194304 4196468 140730379427840 139894033597568 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15881] ppid=15877 vsize=13185584 CPUtime=0.79 cores=0,2,4,6
/proc/15879/task/15881/stat : 15881 (java) S 15877 15877 2911 0 -1 1077944384 6659 0 0 0 65 14 0 0 20 0 19 0 107607991 13502038016 806671 18446744073709551615 4194304 4196468 140730379427840 139893999069456 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15882] ppid=15877 vsize=13185584 CPUtime=0.84 cores=0,2,4,6
/proc/15879/task/15882/stat : 15882 (java) S 15877 15877 2911 0 -1 1077944384 7702 0 0 0 70 14 0 0 20 0 19 0 107607991 13502038016 806671 18446744073709551615 4194304 4196468 140730379427840 139893631383952 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15883] ppid=15877 vsize=13185584 CPUtime=0.83 cores=0,2,4,6
/proc/15879/task/15883/stat : 15883 (java) S 15877 15877 2911 0 -1 1077944384 4496 0 0 0 68 15 0 0 20 0 19 0 107607991 13502038016 806671 18446744073709551615 4194304 4196468 140730379427840 139893630331408 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15884] ppid=15877 vsize=13185584 CPUtime=0.81 cores=0,2,4,6
/proc/15879/task/15884/stat : 15884 (java) S 15877 15877 2911 0 -1 1077944384 4093 0 0 0 66 15 0 0 20 0 19 0 107607991 13502038016 806671 18446744073709551615 4194304 4196468 140730379427840 139893629278864 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15885] ppid=15877 vsize=13185584 CPUtime=0.18 cores=0,2,4,6
/proc/15879/task/15885/stat : 15885 (java) S 15877 15877 2911 0 -1 1077944384 8600 0 0 0 13 5 0 0 20 0 19 0 107607992 13502038016 806671 18446744073709551615 4194304 4196468 140730379427840 139893513320944 139894029367938 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15886] ppid=15877 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/15879/task/15886/stat : 15886 (java) S 15877 15877 2911 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 107607993 13502038016 806671 18446744073709551615 4194304 4196468 140730379427840 139893512267232 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15887] ppid=15877 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/15879/task/15887/stat : 15887 (java) S 15877 15877 2911 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 107607993 13502038016 806671 18446744073709551615 4194304 4196468 140730379427840 139893511214592 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15888] ppid=15877 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/15879/task/15888/stat : 15888 (java) S 15877 15877 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 107607995 13502038016 806671 18446744073709551615 4194304 4196468 140730379427840 139893510163152 139894029375387 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15889] ppid=15877 vsize=13185584 CPUtime=4.48 cores=0,2,4,6
/proc/15879/task/15889/stat : 15889 (java) S 15877 15877 2911 0 -1 1077944384 29182 0 0 0 446 2 0 0 20 0 19 0 107607995 13502038016 806671 18446744073709551615 4194304 4196468 140730379427840 139893509109744 139894029367938 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15890] ppid=15877 vsize=13185584 CPUtime=4.39 cores=0,2,4,6
/proc/15879/task/15890/stat : 15890 (java) S 15877 15877 2911 0 -1 1077944384 22232 0 0 0 438 1 0 0 20 0 19 0 107607995 13502038016 806671 18446744073709551615 4194304 4196468 140730379427840 139893508057200 139894029367938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15891] ppid=15877 vsize=13185584 CPUtime=1.11 cores=0,2,4,6
/proc/15879/task/15891/stat : 15891 (java) S 15877 15877 2911 0 -1 1077944384 15560 0 0 0 110 1 0 0 20 0 19 0 107607995 13502038016 806671 18446744073709551615 4194304 4196468 140730379427840 139893507004656 139894029367938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15892] ppid=15877 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/15879/task/15892/stat : 15892 (java) S 15877 15877 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 107607996 13502038016 806671 18446744073709551615 4194304 4196468 140730379427840 139893505952352 139894029366997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=15893] ppid=15877 vsize=13185584 CPUtime=0.6 cores=0,2,4,6
/proc/15879/task/15893/stat : 15893 (java) S 15877 15877 2911 0 -1 1077944384 2723 0 0 0 31 29 0 0 20 0 19 0 107608000 13502038016 806671 18446744073709551615 4194304 4196468 140730379427840 139893504899888 139894029367938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=16068] ppid=15877 vsize=13185584 CPUtime=123.87 cores=0,2,4,6
/proc/15879/task/16068/stat : 16068 (java) R 15877 15877 2911 0 -1 4202560 3440 0 0 0 12386 1 0 0 20 0 19 0 107674862 13502038016 806671 18446744073709551615 4194304 4196468 140730379427840 139893496884320 139893678895433 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=16069] ppid=15877 vsize=13185584 CPUtime=124.33 cores=0,2,4,6
/proc/15879/task/16069/stat : 16069 (java) R 15877 15877 2911 0 -1 4202560 4200 0 0 0 12433 0 0 0 20 0 19 0 107674862 13502038016 806671 18446744073709551615 4194304 4196468 140730379427840 139893494780344 139893678267922 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=16070] ppid=15877 vsize=13185584 CPUtime=124.02 cores=0,2,4,6
/proc/15879/task/16070/stat : 16070 (java) R 15877 15877 2911 0 -1 4202560 1368 0 0 0 12402 0 0 0 20 0 19 0 107674862 13502038016 806671 18446744073709551615 4194304 4196468 140730379427840 139893495835904 139893680295503 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
[pid=15879/tid=16071] ppid=15877 vsize=13185584 CPUtime=124.28 cores=0,2,4,6
/proc/15879/task/16071/stat : 16071 (java) R 15877 15877 2911 0 -1 4202560 2133 0 0 0 12428 0 0 0 20 0 19 0 107674862 13502038016 806671 18446744073709551615 4194304 4196468 140730379427840 139893493727000 139893678653846 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24174592 140730379436502 140730379436678 140730379436678 140730379440079 0
Current children cumulated CPU time (s) 2400.3
Current children cumulated vsize (KiB) 13195096

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 15879 sig 9
??? kill 15877 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15877 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1927
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=121
# CPU time returned by wait4() is 0.002048
# while last known CPU time is 2400.3
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 793.635
CPU time (s): 2400.3
CPU user time (s): 2398.8
CPU system time (s): 1.5
CPU usage (%): 302.444
Max. virtual memory (cumulated for all children) (KiB): 13195096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001927
system time used= 0.000121
maximum resident set size= 1384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 509
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.72289 second user time and 5.62766 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-07 06:04:47
IDJOB=4249385
IDBENCH=139728
IDSOLVER=2626
FILE ID=node132/4249385-1502079548
RUNJOBID= node132-1502078046-15621
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-13-13.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249385-1502079548/watcher-4249385-1502079548 -o /tmp/evaluation-result-4249385-1502079548/solver-4249385-1502079548 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502078046-15621 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 10000 -tdir HOME -seed 1839821619 HOME/instance-4249385-1502079548.xml

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

MD5SUM BENCH= 35fa3ccff61e9a72252c43058d5bc461
RANDOM SEED=1839821619

node132.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.74
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.74
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.74
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.74
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:        28652460 kB
MemAvailable:   29203824 kB
Buffers:          225596 kB
Cached:           625028 kB
SwapCached:            0 kB
Active:          3287348 kB
Inactive:         399360 kB
Active(anon):    2837456 kB
Inactive(anon):    32628 kB
Active(file):     449892 kB
Inactive(file):   366732 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8384 kB
Writeback:             0 kB
AnonPages:       2836368 kB
Mapped:            61380 kB
Shmem:             33468 kB
Slab:             127588 kB
SReclaimable:     101152 kB
SUnreclaim:        26436 kB
KernelStack:        3568 kB
PageTables:        11404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3529900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2719744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62016 MiB
End job on node132 at 2017-08-07 06:18:01