Trace number 4249384

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 4.0.5 (2017-07-05)Wrong Opt.5 1745.01 611.276

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-4249384-1502047313.xml"  -tl '2400s' -p 4 -x 0
0.00/0.27	c [HOME/instance-4249384-1502047313.xml, -tl, 2400s, -p, 4, -x, 0]
0.00/0.33	c 4 solvers in parallel
0.00/0.39	c parse instance...
7.24/2.58	c solve instance...
8.76/2.98	o 12 
10.54/3.66	o 11 
10.76/3.74	o 10 
94.89/87.27	o 9 
104.33/89.74	o 8 
308.31/193.14	o 7 
312.96/194.35	o 6 
1744.83/611.23	java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException
1744.83/611.23		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1744.83/611.23		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:201)
1744.83/611.23		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:184)
1744.83/611.23		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:134)
1744.83/611.23		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:25)
1744.83/611.23	Caused by: java.lang.ArrayIndexOutOfBoundsException
1744.83/611.23		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
1744.83/611.23		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
1744.83/611.23		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
1744.83/611.23		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
1744.83/611.23		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
1744.83/611.23		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
1744.83/611.23		... 4 more
1744.83/611.23	Caused by: java.lang.ArrayIndexOutOfBoundsException
1744.83/611.23		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
1744.83/611.23		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
1744.83/611.23		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
1744.83/611.23		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
1744.83/611.23		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
1744.83/611.23		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
1744.83/611.23		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
1744.83/611.23		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
1744.83/611.23		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
1744.83/611.23		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
1744.83/611.23		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
1744.83/611.23		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
1744.83/611.23		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$52(ParallelPortfolio.java:193)
1744.83/611.23		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
1744.83/611.23		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1744.83/611.23		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1744.83/611.23		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1744.83/611.23		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1744.83/611.23	Caused by: java.lang.ArrayIndexOutOfBoundsException: 2573
1744.83/611.23		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.extractNogoodFromPath(NogoodFromRestarts.java:80)
1744.83/611.23		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.beforeRestart(NogoodFromRestarts.java:64)
1744.83/611.23		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.beforeRestart(SearchMonitorList.java:140)
1744.83/611.23		at org.chocosolver.solver.Solver.restart(Solver.java:588)
1744.83/611.23		at org.chocosolver.solver.search.loop.move.MoveRestart.restart(MoveRestart.java:129)
1744.83/611.23		at org.chocosolver.solver.search.loop.move.MoveRestart.repair(MoveRestart.java:95)
1744.83/611.23		at org.chocosolver.solver.search.loop.move.MoveLNS.repair(MoveLNS.java:191)
1744.83/611.23		at org.chocosolver.solver.Solver.repair(Solver.java:446)
1744.83/611.23		at org.chocosolver.solver.Solver.searchLoop(Solver.java:302)
1744.83/611.23		at org.chocosolver.solver.Solver.solve(Solver.java:264)
1744.83/611.23		at org.chocosolver.solver.ParallelPortfolio.lambda$null$51(ParallelPortfolio.java:195)
1744.83/611.23		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1744.83/611.23		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1744.83/611.23		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1744.83/611.23		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1744.83/611.23		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1744.83/611.23		... 4 more
1744.83/611.23	o 5 
1744.83/611.24	s OPTIMUM FOUND
1744.83/611.24	v <instantiation>
1744.83/611.24	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>
1744.83/611.24	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>
1744.83/611.24	v </instantiation>

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-4249384-1502047313/watcher-4249384-1502047313 -o /tmp/evaluation-result-4249384-1502047313/solver-4249384-1502047313 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502042263-31899 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 10000 -tdir HOME -seed 2115497275 HOME/instance-4249384-1502047313.xml 

pid=4466
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.39 7.44 7.70 6/204 4469
/proc/meminfo: memFree=28314484/32770624 swapFree=0/320928
[pid=4469] ppid=4466 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/4469/stat : 4469 (runsolver) D 4466 4469 25100 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 52546603 24240128 106 18446744073709551615 4194304 4338465 140730220513712 140730220511352 139657562137303 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 31117312 140730220515414 140730220515913 140730220515913 140730220519370 0
/proc/4469/statm: 5918 106 53 36 0 2156 0

[startup+0.100087 s]
/proc/loadavg: 7.39 7.44 7.70 6/204 4469
/proc/meminfo: memFree=28314484/32770624 swapFree=0/320928
[pid=4469] ppid=4466 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/4469/stat : 4469 (xcsp3-exec) S 4466 4469 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 52546603 9740288 345 18446744073709551615 4194304 5098028 140734079863504 140734079861608 140522946908796 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 9920512 140734079865240 140734079865450 140734079865450 140734079868907 0
/proc/4469/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200287 s]
/proc/loadavg: 7.39 7.44 7.70 6/204 4469
/proc/meminfo: memFree=28314484/32770624 swapFree=0/320928
[pid=4469] ppid=4466 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/4469/stat : 4469 (xcsp3-exec) S 4466 4469 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 52546603 9740288 345 18446744073709551615 4194304 5098028 140734079863504 140734079861608 140522946908796 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 9920512 140734079865240 140734079865450 140734079865450 140734079868907 0
/proc/4469/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300291 s]
/proc/loadavg: 7.39 7.44 7.70 6/204 4469
/proc/meminfo: memFree=28314484/32770624 swapFree=0/320928
[pid=4469] ppid=4466 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/4469/stat : 4469 (xcsp3-exec) S 4466 4469 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 52546603 9740288 345 18446744073709551615 4194304 5098028 140734079863504 140734079861608 140522946908796 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 9920512 140734079865240 140734079865450 140734079865450 140734079868907 0
/proc/4469/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700451 s]
/proc/loadavg: 7.39 7.44 7.70 6/204 4469
/proc/meminfo: memFree=28314484/32770624 swapFree=0/320928
[pid=4469] ppid=4466 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/4469/stat : 4469 (xcsp3-exec) S 4466 4469 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 52546603 9740288 345 18446744073709551615 4194304 5098028 140734079863504 140734079861608 140522946908796 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 9920512 140734079865240 140734079865450 140734079865450 140734079868907 0
/proc/4469/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: 7.39 7.44 7.70 8/220 4485
/proc/meminfo: memFree=28128116/32770624 swapFree=0/320956
[pid=4469] ppid=4466 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/4469/stat : 4469 (xcsp3-exec) S 4466 4469 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 52546603 9740288 345 18446744073709551615 4194304 5098028 140734079863504 140734079861608 140522946908796 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 9920512 140734079865240 140734079865450 140734079865450 140734079868907 0
/proc/4469/statm: 2378 345 289 221 0 87 0
[pid=4471] ppid=4469 vsize=12919328 CPUtime=4.05 cores=1,3,5,7
/proc/4471/stat : 4471 (java) S 4469 4469 25100 0 -1 1077944320 16907 0 0 0 393 12 0 0 20 0 15 0 52546612 13229391872 59917 18446744073709551615 4194304 4196468 140729032444608 140729032427152 139870011735799 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
/proc/4471/statm: 3229832 59917 3210 1 0 3218124 0
[pid=4471/tid=4472] ppid=4469 vsize=12919328 CPUtime=1.3 cores=1,3,5,7
/proc/4471/task/4472/stat : 4472 (java) R 4469 4469 25100 0 -1 4202560 8835 0 0 0 124 6 0 0 20 0 15 0 52546612 13229391872 59917 18446744073709551615 4194304 4196468 140729032444608 139870015972672 139869659505287 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4473] ppid=4469 vsize=12919328 CPUtime=0.03 cores=1,3,5,7
/proc/4471/task/4473/stat : 4473 (java) S 4469 4469 25100 0 -1 1077944384 27 0 0 0 3 0 0 0 20 0 15 0 52546613 13229391872 59917 18446744073709551615 4194304 4196468 140729032444608 139869615225104 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4474] ppid=4469 vsize=12919328 CPUtime=0.04 cores=1,3,5,7
/proc/4471/task/4474/stat : 4474 (java) S 4469 4469 25100 0 -1 1077944384 32 0 0 0 3 1 0 0 20 0 15 0 52546613 13229391872 59917 18446744073709551615 4194304 4196468 140729032444608 139869614172560 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4475] ppid=4469 vsize=12919328 CPUtime=0.03 cores=1,3,5,7
/proc/4471/task/4475/stat : 4475 (java) S 4469 4469 25100 0 -1 1077944384 45 0 0 0 2 1 0 0 20 0 15 0 52546613 13229391872 59917 18446744073709551615 4194304 4196468 140729032444608 139869613120016 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4476] ppid=4469 vsize=12919328 CPUtime=0.02 cores=1,3,5,7
/proc/4471/task/4476/stat : 4476 (java) S 4469 4469 25100 0 -1 1077944384 39 0 0 0 2 0 0 0 20 0 15 0 52546613 13229391872 59917 18446744073709551615 4194304 4196468 140729032444608 139869612067472 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4477] ppid=4469 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4477/stat : 4477 (java) S 4469 4469 25100 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 52546614 13229391872 59917 18446744073709551615 4194304 4196468 140729032444608 139869495716336 139870011746946 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4478] ppid=4469 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4478/stat : 4478 (java) S 4469 4469 25100 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 52546614 13229391872 59917 18446744073709551615 4194304 4196468 140729032444608 139869494662624 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4479] ppid=4469 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4479/stat : 4479 (java) S 4469 4469 25100 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 52546615 13229391872 59917 18446744073709551615 4194304 4196468 140729032444608 139869493609984 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4480] ppid=4469 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4480/stat : 4480 (java) S 4469 4469 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52546617 13229391872 59917 18446744073709551615 4194304 4196468 140729032444608 139869492558544 139870011754395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4481] ppid=4469 vsize=12919328 CPUtime=1.01 cores=1,3,5,7
/proc/4471/task/4481/stat : 4481 (java) R 4469 4469 25100 0 -1 4202560 2323 0 0 0 101 0 0 0 20 0 15 0 52546617 13229391872 59917 18446744073709551615 4194304 4196468 140729032444608 139869491484880 139869996862113 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4482] ppid=4469 vsize=12919328 CPUtime=0.99 cores=1,3,5,7
/proc/4471/task/4482/stat : 4482 (java) R 4469 4469 25100 0 -1 4202560 2204 0 0 0 99 0 0 0 20 0 15 0 52546617 13229391872 59917 18446744073709551615 4194304 4196468 140729032444608 139869490443872 139869995122967 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4483] ppid=4469 vsize=12919328 CPUtime=0.55 cores=1,3,5,7
/proc/4471/task/4483/stat : 4483 (java) S 4469 4469 25100 0 -1 1077944384 2021 0 0 0 54 1 0 0 20 0 15 0 52546617 13229391872 59917 18446744073709551615 4194304 4196468 140729032444608 139869489400048 139870011746946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4484] ppid=4469 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4484/stat : 4484 (java) S 4469 4469 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52546617 13229391872 59917 18446744073709551615 4194304 4196468 140729032444608 139869488347744 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4485] ppid=4469 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4485/stat : 4485 (java) S 4469 4469 25100 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52546622 13229391872 59917 18446744073709551615 4194304 4196468 140729032444608 139869487295280 139870011746946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 12928840

[startup+3.10099 s]
/proc/loadavg: 7.39 7.44 7.70 8/220 4485
/proc/meminfo: memFree=27911996/32770624 swapFree=0/320956
[pid=4469] ppid=4466 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/4469/stat : 4469 (xcsp3-exec) S 4466 4469 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 52546603 9740288 345 18446744073709551615 4194304 5098028 140734079863504 140734079861608 140522946908796 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 9920512 140734079865240 140734079865450 140734079865450 140734079868907 0
/proc/4469/statm: 2378 345 289 221 0 87 0
[pid=4471] ppid=4469 vsize=13185584 CPUtime=9.55 cores=1,3,5,7
/proc/4471/stat : 4471 (java) S 4469 4469 25100 0 -1 1077944320 23257 0 0 0 934 21 0 0 20 0 19 0 52546612 13502038016 119427 18446744073709551615 4194304 4196468 140729032444608 140729032427152 139870011735799 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
/proc/4471/statm: 3296396 119427 3248 1 0 3284688 0
[pid=4471/tid=4472] ppid=4469 vsize=13185584 CPUtime=2.25 cores=1,3,5,7
/proc/4471/task/4472/stat : 4472 (java) S 4469 4469 25100 0 -1 1077944384 9180 0 0 0 218 7 0 0 20 0 19 0 52546612 13502038016 119427 18446744073709551615 4194304 4196468 140729032444608 139870015976576 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4473] ppid=4469 vsize=13185584 CPUtime=0.11 cores=1,3,5,7
/proc/4471/task/4473/stat : 4473 (java) S 4469 4469 25100 0 -1 1077944384 74 0 0 0 9 2 0 0 20 0 19 0 52546613 13502038016 119427 18446744073709551615 4194304 4196468 140729032444608 139869615225104 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4474] ppid=4469 vsize=13185584 CPUtime=0.12 cores=1,3,5,7
/proc/4471/task/4474/stat : 4474 (java) S 4469 4469 25100 0 -1 1077944384 67 0 0 0 10 2 0 0 20 0 19 0 52546613 13502038016 119427 18446744073709551615 4194304 4196468 140729032444608 139869614172560 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4475] ppid=4469 vsize=13185584 CPUtime=0.15 cores=1,3,5,7
/proc/4471/task/4475/stat : 4475 (java) S 4469 4469 25100 0 -1 1077944384 85 0 0 0 13 2 0 0 20 0 19 0 52546613 13502038016 119427 18446744073709551615 4194304 4196468 140729032444608 139869613120016 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4476] ppid=4469 vsize=13185584 CPUtime=0.16 cores=1,3,5,7
/proc/4471/task/4476/stat : 4476 (java) S 4469 4469 25100 0 -1 1077944384 85 0 0 0 13 3 0 0 20 0 19 0 52546613 13502038016 119427 18446744073709551615 4194304 4196468 140729032444608 139869612067472 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4477] ppid=4469 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4477/stat : 4477 (java) S 4469 4469 25100 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 19 0 52546614 13502038016 119427 18446744073709551615 4194304 4196468 140729032444608 139869495716336 139870011746946 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4478] ppid=4469 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4478/stat : 4478 (java) S 4469 4469 25100 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 52546614 13502038016 119427 18446744073709551615 4194304 4196468 140729032444608 139869494662624 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4479] ppid=4469 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4479/stat : 4479 (java) S 4469 4469 25100 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 52546615 13502038016 119427 18446744073709551615 4194304 4196468 140729032444608 139869493609984 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4480] ppid=4469 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4480/stat : 4480 (java) S 4469 4469 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 52546617 13502038016 119427 18446744073709551615 4194304 4196468 140729032444608 139869492558544 139870011754395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4481] ppid=4469 vsize=13185584 CPUtime=2.43 cores=1,3,5,7
/proc/4471/task/4481/stat : 4481 (java) R 4469 4469 25100 0 -1 4202560 4554 0 0 0 242 1 0 0 20 0 19 0 52546617 13502038016 119427 18446744073709551615 4194304 4196468 140729032444608 139869491503536 139869991163260 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4482] ppid=4469 vsize=13185584 CPUtime=2.4 cores=1,3,5,7
/proc/4471/task/4482/stat : 4482 (java) R 4469 4469 25100 0 -1 4202560 3623 0 0 0 240 0 0 0 20 0 19 0 52546617 13502038016 119427 18446744073709551615 4194304 4196468 140729032444608 139869490438688 139869993280026 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4483] ppid=4469 vsize=13185584 CPUtime=0.75 cores=1,3,5,7
/proc/4471/task/4483/stat : 4483 (java) S 4469 4469 25100 0 -1 1077944384 3784 0 0 0 74 1 0 0 20 0 19 0 52546617 13502038016 119427 18446744073709551615 4194304 4196468 140729032444608 139869489400048 139870011746946 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4484] ppid=4469 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4484/stat : 4484 (java) S 4469 4469 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 52546617 13502038016 119427 18446744073709551615 4194304 4196468 140729032444608 139869488347744 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4485] ppid=4469 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4485/stat : 4485 (java) S 4469 4469 25100 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 52546622 13502038016 119427 18446744073709551615 4194304 4196468 140729032444608 139869487295280 139870011746946 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
Current children cumulated CPU time (s) 9.55
Current children cumulated vsize (KiB) 13195096

[startup+6.30075 s]
/proc/loadavg: 7.20 7.40 7.68 6/224 4501
/proc/meminfo: memFree=27850340/32770624 swapFree=0/320964
[pid=4469] ppid=4466 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/4469/stat : 4469 (xcsp3-exec) S 4466 4469 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 52546603 9740288 345 18446744073709551615 4194304 5098028 140734079863504 140734079861608 140522946908796 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 9920512 140734079865240 140734079865450 140734079865450 140734079868907 0
/proc/4469/statm: 2378 345 289 221 0 87 0
[pid=4471] ppid=4469 vsize=13185584 CPUtime=13.88 cores=1,3,5,7
/proc/4471/stat : 4471 (java) S 4469 4469 25100 0 -1 1077944320 23975 0 0 0 1366 22 0 0 20 0 19 0 52546612 13502038016 119086 18446744073709551615 4194304 4196468 140729032444608 140729032427152 139870011735799 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
/proc/4471/statm: 3296396 119086 3252 1 0 3284688 0
[pid=4471/tid=4472] ppid=4469 vsize=13185584 CPUtime=2.26 cores=1,3,5,7
/proc/4471/task/4472/stat : 4472 (java) S 4469 4469 25100 0 -1 1077944384 9180 0 0 0 219 7 0 0 20 0 19 0 52546612 13502038016 119086 18446744073709551615 4194304 4196468 140729032444608 139870015976576 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4473] ppid=4469 vsize=13185584 CPUtime=0.11 cores=1,3,5,7
/proc/4471/task/4473/stat : 4473 (java) S 4469 4469 25100 0 -1 1077944384 74 0 0 0 9 2 0 0 20 0 19 0 52546613 13502038016 119086 18446744073709551615 4194304 4196468 140729032444608 139869615225104 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4474] ppid=4469 vsize=13185584 CPUtime=0.12 cores=1,3,5,7
/proc/4471/task/4474/stat : 4474 (java) S 4469 4469 25100 0 -1 1077944384 67 0 0 0 10 2 0 0 20 0 19 0 52546613 13502038016 119086 18446744073709551615 4194304 4196468 140729032444608 139869614172560 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4475] ppid=4469 vsize=13185584 CPUtime=0.15 cores=1,3,5,7
/proc/4471/task/4475/stat : 4475 (java) S 4469 4469 25100 0 -1 1077944384 85 0 0 0 13 2 0 0 20 0 19 0 52546613 13502038016 119086 18446744073709551615 4194304 4196468 140729032444608 139869613120016 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4476] ppid=4469 vsize=13185584 CPUtime=0.16 cores=1,3,5,7
/proc/4471/task/4476/stat : 4476 (java) S 4469 4469 25100 0 -1 1077944384 85 0 0 0 13 3 0 0 20 0 19 0 52546613 13502038016 119086 18446744073709551615 4194304 4196468 140729032444608 139869612067472 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4477] ppid=4469 vsize=13185584 CPUtime=0.01 cores=1,3,5,7
/proc/4471/task/4477/stat : 4477 (java) S 4469 4469 25100 0 -1 1077944384 216 0 0 0 1 0 0 0 20 0 19 0 52546614 13502038016 119086 18446744073709551615 4194304 4196468 140729032444608 139869495716336 139870011746946 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4478] ppid=4469 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4478/stat : 4478 (java) S 4469 4469 25100 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 52546614 13502038016 119086 18446744073709551615 4194304 4196468 140729032444608 139869494662624 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4479] ppid=4469 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4479/stat : 4479 (java) S 4469 4469 25100 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 52546615 13502038016 119086 18446744073709551615 4194304 4196468 140729032444608 139869493609984 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4480] ppid=4469 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4480/stat : 4480 (java) S 4469 4469 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 52546617 13502038016 119086 18446744073709551615 4194304 4196468 140729032444608 139869492558544 139870011754395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4481] ppid=4469 vsize=13185584 CPUtime=2.79 cores=1,3,5,7
/proc/4471/task/4481/stat : 4481 (java) S 4469 4469 25100 0 -1 1077944384 4628 0 0 0 278 1 0 0 20 0 19 0 52546617 13502038016 119086 18446744073709551615 4194304 4196468 140729032444608 139869491505136 139870011746946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4482] ppid=4469 vsize=13185584 CPUtime=2.82 cores=1,3,5,7
/proc/4471/task/4482/stat : 4482 (java) S 4469 4469 25100 0 -1 1077944384 3718 0 0 0 281 1 0 0 20 0 19 0 52546617 13502038016 119086 18446744073709551615 4194304 4196468 140729032444608 139869490452592 139870011746946 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4483] ppid=4469 vsize=13185584 CPUtime=0.85 cores=1,3,5,7
/proc/4471/task/4483/stat : 4483 (java) S 4469 4469 25100 0 -1 1077944384 3934 0 0 0 84 1 0 0 20 0 19 0 52546617 13502038016 119086 18446744073709551615 4194304 4196468 140729032444608 139869489400048 139870011746946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4484] ppid=4469 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4484/stat : 4484 (java) S 4469 4469 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 52546617 13502038016 119086 18446744073709551615 4194304 4196468 140729032444608 139869488347744 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4485] ppid=4469 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4485/stat : 4485 (java) S 4469 4469 25100 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 19 0 52546622 13502038016 119086 18446744073709551615 4194304 4196468 140729032444608 139869487295280 139870011746946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4498] ppid=4469 vsize=13185584 CPUtime=0.06 cores=1,3,5,7
/proc/4471/task/4498/stat : 4498 (java) S 4469 4469 25100 0 -1 1077944384 18 0 0 0 6 0 0 0 20 0 19 0 52546977 13502038016 119086 18446744073709551615 4194304 4196468 140729032444608 139869477178864 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4499] ppid=4469 vsize=13185584 CPUtime=0.08 cores=1,3,5,7
/proc/4471/task/4499/stat : 4499 (java) S 4469 4469 25100 0 -1 1077944384 18 0 0 0 8 0 0 0 20 0 19 0 52546977 13502038016 119086 18446744073709551615 4194304 4196468 140729032444608 139869478233040 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4500] ppid=4469 vsize=13185584 CPUtime=2.51 cores=1,3,5,7
/proc/4471/task/4500/stat : 4500 (java) R 4469 4469 25100 0 -1 4202560 209 0 0 0 251 0 0 0 20 0 19 0 52546977 13502038016 119086 18446744073709551615 4194304 4196468 140729032444608 139869479280256 139869662775826 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4501] ppid=4469 vsize=13185584 CPUtime=0.05 cores=1,3,5,7
/proc/4471/task/4501/stat : 4501 (java) S 4469 4469 25100 0 -1 1077944384 19 0 0 0 5 0 0 0 20 0 19 0 52546977 13502038016 119086 18446744073709551615 4194304 4196468 140729032444608 139869476127952 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
Current children cumulated CPU time (s) 13.88
Current children cumulated vsize (KiB) 13195096

[startup+12.7007 s]
/proc/loadavg: 7.02 7.36 7.67 6/224 4501
/proc/meminfo: memFree=27875620/32770624 swapFree=0/320964
[pid=4469] ppid=4466 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/4469/stat : 4469 (xcsp3-exec) S 4466 4469 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 52546603 9740288 345 18446744073709551615 4194304 5098028 140734079863504 140734079861608 140522946908796 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 9920512 140734079865240 140734079865450 140734079865450 140734079868907 0
/proc/4469/statm: 2378 345 289 221 0 87 0
[pid=4471] ppid=4469 vsize=13185584 CPUtime=20.29 cores=1,3,5,7

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

/proc/4471/task/4479/stat : 4479 (java) S 4469 4469 25100 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 52546615 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869493609984 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4480] ppid=4469 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4480/stat : 4480 (java) S 4469 4469 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 52546617 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869492558544 139870011754395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4481] ppid=4469 vsize=13185584 CPUtime=4.68 cores=1,3,5,7
/proc/4471/task/4481/stat : 4481 (java) S 4469 4469 25100 0 -1 1077944384 26973 0 0 0 465 3 0 0 20 0 19 0 52546617 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869491505136 139870011746946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4482] ppid=4469 vsize=13185584 CPUtime=4.48 cores=1,3,5,7
/proc/4471/task/4482/stat : 4482 (java) S 4469 4469 25100 0 -1 1077944384 20481 0 0 0 446 2 0 0 20 0 19 0 52546617 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869490452592 139870011746946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4483] ppid=4469 vsize=13185584 CPUtime=1.02 cores=1,3,5,7
/proc/4471/task/4483/stat : 4483 (java) S 4469 4469 25100 0 -1 1077944384 19056 0 0 0 100 2 0 0 20 0 19 0 52546617 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869489400048 139870011746946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4484] ppid=4469 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4484/stat : 4484 (java) S 4469 4469 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 52546617 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869488347744 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4485] ppid=4469 vsize=13185584 CPUtime=0.31 cores=1,3,5,7
/proc/4471/task/4485/stat : 4485 (java) S 4469 4469 25100 0 -1 1077944384 2133 0 0 0 14 17 0 0 20 0 19 0 52546622 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869487295280 139870011746946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4534] ppid=4469 vsize=13185584 CPUtime=414.37 cores=1,3,5,7
/proc/4471/task/4534/stat : 4534 (java) R 4469 4469 25100 0 -1 4202560 4891 0 0 0 41434 3 0 0 20 0 19 0 52566038 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869478229136 139869662175058 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4535] ppid=4469 vsize=13185584 CPUtime=413.47 cores=1,3,5,7
/proc/4471/task/4535/stat : 4535 (java) R 4469 4469 25100 0 -1 4202560 17744 0 0 0 41321 26 0 0 20 0 19 0 52566038 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869479280464 139869661795369 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4536] ppid=4469 vsize=13185584 CPUtime=182.77 cores=1,3,5,7
/proc/4471/task/4536/stat : 4536 (java) S 4469 4469 25100 0 -1 1077944384 1232 0 0 0 18277 0 0 0 20 0 19 0 52566038 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869477180496 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4537] ppid=4469 vsize=13185584 CPUtime=413.7 cores=1,3,5,7
/proc/4471/task/4537/stat : 4537 (java) R 4469 4469 25100 0 -1 4202560 7216 0 0 0 41364 6 0 0 20 0 19 0 52566038 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869476122720 139869663461730 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
Current children cumulated CPU time (s) 1740.03
Current children cumulated vsize (KiB) 13195096

[startup+610.401 s]
/proc/loadavg: 4.05 5.72 6.82 5/223 4651
/proc/meminfo: memFree=27397316/32770624 swapFree=0/321112
[pid=4469] ppid=4466 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/4469/stat : 4469 (xcsp3-exec) S 4466 4469 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 52546603 9740288 345 18446744073709551615 4194304 5098028 140734079863504 140734079861608 140522946908796 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 9920512 140734079865240 140734079865450 140734079865450 140734079868907 0
/proc/4469/statm: 2378 345 289 221 0 87 0
[pid=4471] ppid=4469 vsize=13185584 CPUtime=1742.43 cores=1,3,5,7
/proc/4471/stat : 4471 (java) S 4469 4469 25100 0 -1 1077944320 146720 0 0 0 174103 140 0 0 20 0 19 0 52546612 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 140729032427152 139870011735799 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
/proc/4471/statm: 3296396 750816 3266 1 0 3284688 0
[pid=4471/tid=4472] ppid=4469 vsize=13185584 CPUtime=2.26 cores=1,3,5,7
/proc/4471/task/4472/stat : 4472 (java) S 4469 4469 25100 0 -1 1077944384 9701 0 0 0 219 7 0 0 20 0 19 0 52546612 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139870015976576 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4473] ppid=4469 vsize=13185584 CPUtime=0.59 cores=1,3,5,7
/proc/4471/task/4473/stat : 4473 (java) S 4469 4469 25100 0 -1 1077944384 3886 0 0 0 50 9 0 0 20 0 19 0 52546613 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869615225104 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4474] ppid=4469 vsize=13185584 CPUtime=0.61 cores=1,3,5,7
/proc/4471/task/4474/stat : 4474 (java) S 4469 4469 25100 0 -1 1077944384 4175 0 0 0 51 10 0 0 20 0 19 0 52546613 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869614172560 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4475] ppid=4469 vsize=13185584 CPUtime=0.64 cores=1,3,5,7
/proc/4471/task/4475/stat : 4475 (java) S 4469 4469 25100 0 -1 1077944384 4960 0 0 0 54 10 0 0 20 0 19 0 52546613 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869613120016 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4476] ppid=4469 vsize=13185584 CPUtime=0.65 cores=1,3,5,7
/proc/4471/task/4476/stat : 4476 (java) S 4469 4469 25100 0 -1 1077944384 4280 0 0 0 54 11 0 0 20 0 19 0 52546613 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869612067472 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4477] ppid=4469 vsize=13185584 CPUtime=0.13 cores=1,3,5,7
/proc/4471/task/4477/stat : 4477 (java) S 4469 4469 25100 0 -1 1077944384 5592 0 0 0 8 5 0 0 20 0 19 0 52546614 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869495716336 139870011746946 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4478] ppid=4469 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4478/stat : 4478 (java) S 4469 4469 25100 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 19 0 52546614 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869494662624 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4479] ppid=4469 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4479/stat : 4479 (java) S 4469 4469 25100 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 52546615 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869493609984 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4480] ppid=4469 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4480/stat : 4480 (java) S 4469 4469 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 52546617 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869492558544 139870011754395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4481] ppid=4469 vsize=13185584 CPUtime=4.68 cores=1,3,5,7
/proc/4471/task/4481/stat : 4481 (java) S 4469 4469 25100 0 -1 1077944384 26973 0 0 0 465 3 0 0 20 0 19 0 52546617 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869491505136 139870011746946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4482] ppid=4469 vsize=13185584 CPUtime=4.48 cores=1,3,5,7
/proc/4471/task/4482/stat : 4482 (java) S 4469 4469 25100 0 -1 1077944384 20481 0 0 0 446 2 0 0 20 0 19 0 52546617 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869490452592 139870011746946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4483] ppid=4469 vsize=13185584 CPUtime=1.02 cores=1,3,5,7
/proc/4471/task/4483/stat : 4483 (java) S 4469 4469 25100 0 -1 1077944384 19056 0 0 0 100 2 0 0 20 0 19 0 52546617 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869489400048 139870011746946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4484] ppid=4469 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4484/stat : 4484 (java) S 4469 4469 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 52546617 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869488347744 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4485] ppid=4469 vsize=13185584 CPUtime=0.31 cores=1,3,5,7
/proc/4471/task/4485/stat : 4485 (java) S 4469 4469 25100 0 -1 1077944384 2140 0 0 0 14 17 0 0 20 0 19 0 52546622 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869487295280 139870011746946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4534] ppid=4469 vsize=13185584 CPUtime=415.17 cores=1,3,5,7
/proc/4471/task/4534/stat : 4534 (java) R 4469 4469 25100 0 -1 4202560 4892 0 0 0 41514 3 0 0 20 0 19 0 52566038 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869478229136 139869662175077 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4535] ppid=4469 vsize=13185584 CPUtime=414.27 cores=1,3,5,7
/proc/4471/task/4535/stat : 4535 (java) R 4469 4469 25100 0 -1 4202560 17746 0 0 0 41401 26 0 0 20 0 19 0 52566038 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869479280600 139869663502197 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4536] ppid=4469 vsize=13185584 CPUtime=182.77 cores=1,3,5,7
/proc/4471/task/4536/stat : 4536 (java) S 4469 4469 25100 0 -1 1077944384 1232 0 0 0 18277 0 0 0 20 0 19 0 52566038 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869477180496 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4537] ppid=4469 vsize=13185584 CPUtime=414.5 cores=1,3,5,7
/proc/4471/task/4537/stat : 4537 (java) R 4469 4469 25100 0 -1 4202560 7218 0 0 0 41444 6 0 0 20 0 19 0 52566038 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869476122720 139869662379246 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
Current children cumulated CPU time (s) 1742.43
Current children cumulated vsize (KiB) 13195096

[startup+610.801 s]
/proc/loadavg: 4.05 5.72 6.82 5/223 4651
/proc/meminfo: memFree=27397440/32770624 swapFree=0/321112
[pid=4469] ppid=4466 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/4469/stat : 4469 (xcsp3-exec) S 4466 4469 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 52546603 9740288 345 18446744073709551615 4194304 5098028 140734079863504 140734079861608 140522946908796 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 9920512 140734079865240 140734079865450 140734079865450 140734079868907 0
/proc/4469/statm: 2378 345 289 221 0 87 0
[pid=4471] ppid=4469 vsize=13185584 CPUtime=1743.63 cores=1,3,5,7
/proc/4471/stat : 4471 (java) S 4469 4469 25100 0 -1 1077944320 146721 0 0 0 174223 140 0 0 20 0 19 0 52546612 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 140729032427152 139870011735799 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
/proc/4471/statm: 3296396 750816 3266 1 0 3284688 0
[pid=4471/tid=4472] ppid=4469 vsize=13185584 CPUtime=2.26 cores=1,3,5,7
/proc/4471/task/4472/stat : 4472 (java) S 4469 4469 25100 0 -1 1077944384 9701 0 0 0 219 7 0 0 20 0 19 0 52546612 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139870015976576 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4473] ppid=4469 vsize=13185584 CPUtime=0.59 cores=1,3,5,7
/proc/4471/task/4473/stat : 4473 (java) S 4469 4469 25100 0 -1 1077944384 3886 0 0 0 50 9 0 0 20 0 19 0 52546613 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869615225104 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4474] ppid=4469 vsize=13185584 CPUtime=0.61 cores=1,3,5,7
/proc/4471/task/4474/stat : 4474 (java) S 4469 4469 25100 0 -1 1077944384 4175 0 0 0 51 10 0 0 20 0 19 0 52546613 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869614172560 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4475] ppid=4469 vsize=13185584 CPUtime=0.64 cores=1,3,5,7
/proc/4471/task/4475/stat : 4475 (java) S 4469 4469 25100 0 -1 1077944384 4960 0 0 0 54 10 0 0 20 0 19 0 52546613 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869613120016 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4476] ppid=4469 vsize=13185584 CPUtime=0.65 cores=1,3,5,7
/proc/4471/task/4476/stat : 4476 (java) S 4469 4469 25100 0 -1 1077944384 4280 0 0 0 54 11 0 0 20 0 19 0 52546613 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869612067472 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4477] ppid=4469 vsize=13185584 CPUtime=0.13 cores=1,3,5,7
/proc/4471/task/4477/stat : 4477 (java) S 4469 4469 25100 0 -1 1077944384 5592 0 0 0 8 5 0 0 20 0 19 0 52546614 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869495716336 139870011746946 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4478] ppid=4469 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4478/stat : 4478 (java) S 4469 4469 25100 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 19 0 52546614 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869494662624 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4479] ppid=4469 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4479/stat : 4479 (java) S 4469 4469 25100 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 52546615 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869493609984 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4480] ppid=4469 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4480/stat : 4480 (java) S 4469 4469 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 52546617 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869492558544 139870011754395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4481] ppid=4469 vsize=13185584 CPUtime=4.68 cores=1,3,5,7
/proc/4471/task/4481/stat : 4481 (java) S 4469 4469 25100 0 -1 1077944384 26973 0 0 0 465 3 0 0 20 0 19 0 52546617 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869491505136 139870011746946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4482] ppid=4469 vsize=13185584 CPUtime=4.48 cores=1,3,5,7
/proc/4471/task/4482/stat : 4482 (java) S 4469 4469 25100 0 -1 1077944384 20481 0 0 0 446 2 0 0 20 0 19 0 52546617 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869490452592 139870011746946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4483] ppid=4469 vsize=13185584 CPUtime=1.02 cores=1,3,5,7
/proc/4471/task/4483/stat : 4483 (java) S 4469 4469 25100 0 -1 1077944384 19056 0 0 0 100 2 0 0 20 0 19 0 52546617 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869489400048 139870011746946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4484] ppid=4469 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4484/stat : 4484 (java) S 4469 4469 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 52546617 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869488347744 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4485] ppid=4469 vsize=13185584 CPUtime=0.31 cores=1,3,5,7
/proc/4471/task/4485/stat : 4485 (java) S 4469 4469 25100 0 -1 1077944384 2140 0 0 0 14 17 0 0 20 0 19 0 52546622 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869487295280 139870011746946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4534] ppid=4469 vsize=13185584 CPUtime=415.57 cores=1,3,5,7
/proc/4471/task/4534/stat : 4534 (java) R 4469 4469 25100 0 -1 4202560 4892 0 0 0 41554 3 0 0 20 0 19 0 52566038 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869478229136 139869663042445 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4535] ppid=4469 vsize=13185584 CPUtime=414.68 cores=1,3,5,7
/proc/4471/task/4535/stat : 4535 (java) R 4469 4469 25100 0 -1 4202560 17746 0 0 0 41442 26 0 0 20 0 19 0 52566038 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869479280600 139869661795348 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4536] ppid=4469 vsize=13185584 CPUtime=182.77 cores=1,3,5,7
/proc/4471/task/4536/stat : 4536 (java) S 4469 4469 25100 0 -1 1077944384 1232 0 0 0 18277 0 0 0 20 0 19 0 52566038 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869477180496 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4537] ppid=4469 vsize=13185584 CPUtime=414.9 cores=1,3,5,7
/proc/4471/task/4537/stat : 4537 (java) R 4469 4469 25100 0 -1 4202560 7219 0 0 0 41484 6 0 0 20 0 19 0 52566038 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869476122720 139869661293599 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
Current children cumulated CPU time (s) 1743.63
Current children cumulated vsize (KiB) 13195096

[startup+611.201 s]
/proc/loadavg: 4.05 5.72 6.82 5/223 4651
/proc/meminfo: memFree=27397440/32770624 swapFree=0/321112
[pid=4469] ppid=4466 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/4469/stat : 4469 (xcsp3-exec) S 4466 4469 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 52546603 9740288 345 18446744073709551615 4194304 5098028 140734079863504 140734079861608 140522946908796 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 9920512 140734079865240 140734079865450 140734079865450 140734079868907 0
/proc/4469/statm: 2378 345 289 221 0 87 0
[pid=4471] ppid=4469 vsize=13185584 CPUtime=1744.83 cores=1,3,5,7
/proc/4471/stat : 4471 (java) S 4469 4469 25100 0 -1 1077944320 146722 0 0 0 174343 140 0 0 20 0 19 0 52546612 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 140729032427152 139870011735799 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
/proc/4471/statm: 3296396 750816 3266 1 0 3284688 0
[pid=4471/tid=4472] ppid=4469 vsize=13185584 CPUtime=2.26 cores=1,3,5,7
/proc/4471/task/4472/stat : 4472 (java) S 4469 4469 25100 0 -1 1077944384 9701 0 0 0 219 7 0 0 20 0 19 0 52546612 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139870015976576 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4473] ppid=4469 vsize=13185584 CPUtime=0.59 cores=1,3,5,7
/proc/4471/task/4473/stat : 4473 (java) S 4469 4469 25100 0 -1 1077944384 3886 0 0 0 50 9 0 0 20 0 19 0 52546613 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869615225104 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4474] ppid=4469 vsize=13185584 CPUtime=0.61 cores=1,3,5,7
/proc/4471/task/4474/stat : 4474 (java) S 4469 4469 25100 0 -1 1077944384 4175 0 0 0 51 10 0 0 20 0 19 0 52546613 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869614172560 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4475] ppid=4469 vsize=13185584 CPUtime=0.64 cores=1,3,5,7
/proc/4471/task/4475/stat : 4475 (java) S 4469 4469 25100 0 -1 1077944384 4960 0 0 0 54 10 0 0 20 0 19 0 52546613 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869613120016 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4476] ppid=4469 vsize=13185584 CPUtime=0.65 cores=1,3,5,7
/proc/4471/task/4476/stat : 4476 (java) S 4469 4469 25100 0 -1 1077944384 4280 0 0 0 54 11 0 0 20 0 19 0 52546613 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869612067472 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4477] ppid=4469 vsize=13185584 CPUtime=0.13 cores=1,3,5,7
/proc/4471/task/4477/stat : 4477 (java) S 4469 4469 25100 0 -1 1077944384 5592 0 0 0 8 5 0 0 20 0 19 0 52546614 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869495716336 139870011746946 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4478] ppid=4469 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4478/stat : 4478 (java) S 4469 4469 25100 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 19 0 52546614 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869494662624 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4479] ppid=4469 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4479/stat : 4479 (java) S 4469 4469 25100 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 52546615 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869493609984 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4480] ppid=4469 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4480/stat : 4480 (java) S 4469 4469 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 52546617 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869492558544 139870011754395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4481] ppid=4469 vsize=13185584 CPUtime=4.68 cores=1,3,5,7
/proc/4471/task/4481/stat : 4481 (java) S 4469 4469 25100 0 -1 1077944384 26973 0 0 0 465 3 0 0 20 0 19 0 52546617 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869491505136 139870011746946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4482] ppid=4469 vsize=13185584 CPUtime=4.48 cores=1,3,5,7
/proc/4471/task/4482/stat : 4482 (java) S 4469 4469 25100 0 -1 1077944384 20481 0 0 0 446 2 0 0 20 0 19 0 52546617 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869490452592 139870011746946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4483] ppid=4469 vsize=13185584 CPUtime=1.02 cores=1,3,5,7
/proc/4471/task/4483/stat : 4483 (java) S 4469 4469 25100 0 -1 1077944384 19056 0 0 0 100 2 0 0 20 0 19 0 52546617 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869489400048 139870011746946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4484] ppid=4469 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/4471/task/4484/stat : 4484 (java) S 4469 4469 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 52546617 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869488347744 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4485] ppid=4469 vsize=13185584 CPUtime=0.31 cores=1,3,5,7
/proc/4471/task/4485/stat : 4485 (java) S 4469 4469 25100 0 -1 1077944384 2140 0 0 0 14 17 0 0 20 0 19 0 52546622 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869487295280 139870011746946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4534] ppid=4469 vsize=13185584 CPUtime=415.97 cores=1,3,5,7
/proc/4471/task/4534/stat : 4534 (java) R 4469 4469 25100 0 -1 4202560 4892 0 0 0 41594 3 0 0 20 0 19 0 52566038 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869478229136 139869662175934 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4535] ppid=4469 vsize=13185584 CPUtime=415.08 cores=1,3,5,7
/proc/4471/task/4535/stat : 4535 (java) R 4469 4469 25100 0 -1 4202560 17746 0 0 0 41482 26 0 0 20 0 19 0 52566038 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869479280600 139869661795348 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4536] ppid=4469 vsize=13185584 CPUtime=182.77 cores=1,3,5,7
/proc/4471/task/4536/stat : 4536 (java) S 4469 4469 25100 0 -1 1077944384 1232 0 0 0 18277 0 0 0 20 0 19 0 52566038 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869477180496 139870011746005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
[pid=4471/tid=4537] ppid=4469 vsize=13185584 CPUtime=415.3 cores=1,3,5,7
/proc/4471/task/4537/stat : 4537 (java) R 4469 4469 25100 0 -1 4202560 7220 0 0 0 41524 6 0 0 20 0 19 0 52566038 13502038016 750816 18446744073709551615 4194304 4196468 140729032444608 139869476122720 139869663042574 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37593088 140729032446422 140729032446598 140729032446598 140729032449999 0
Current children cumulated CPU time (s) 1744.83
Current children cumulated vsize (KiB) 13195096

Child status: 0
Real time (s): 611.276
CPU time (s): 1745.01
CPU user time (s): 1743.58
CPU system time (s): 1.42967
CPU usage (%): 285.471
Max. virtual memory (cumulated for all children) (KiB): 13195096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1743.58
system time used= 1.42967
maximum resident set size= 3517248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149685
page faults= 0
swaps= 0
block input operations= 0
block output operations= 848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18885
involuntary context switches= 14922

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.28204 second user time and 4.80398 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-06 21:07:46
IDJOB=4249384
IDBENCH=139728
IDSOLVER=2625
FILE ID=node133/4249384-1502047313
RUNJOBID= node133-1502042263-31899
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5
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-4249384-1502047313/watcher-4249384-1502047313 -o /tmp/evaluation-result-4249384-1502047313/solver-4249384-1502047313 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502042263-31899 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 10000 -tdir HOME -seed 2115497275 HOME/instance-4249384-1502047313.xml

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

MD5SUM BENCH= 35fa3ccff61e9a72252c43058d5bc461
RANDOM SEED=2115497275

node133.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.17
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.17
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.17
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.17
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:        28314748 kB
MemAvailable:   28797068 kB
Buffers:          199744 kB
Cached:           574296 kB
SwapCached:            0 kB
Active:          3681436 kB
Inactive:         345848 kB
Active(anon):    3253684 kB
Inactive(anon):    24920 kB
Active(file):     427752 kB
Inactive(file):   320928 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8260 kB
Writeback:             0 kB
AnonPages:       3253116 kB
Mapped:            51920 kB
Shmem:             25276 kB
Slab:             125664 kB
SReclaimable:      98948 kB
SUnreclaim:        26716 kB
KernelStack:        3584 kB
PageTables:        11320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4049856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3137536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62016 MiB
End job on node133 at 2017-08-06 21:17:58