Trace number 4394540

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-06-14 parallelOPT113 136.284 17.958

General information on the benchmark

NameRcpsp/Rcpsp-m1-j120/
Rcpsp-j120-41-06.xml
MD5SUM74fbdfceca74d16a11799a9df32eef16
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark113
Best CPU time to get the best result obtained on this benchmark59.8996
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints261
Number of domains2
Minimum domain size1
Maximum domain size645
Distribution of domain sizes[{"size":1,"count":1},{"size":645,"count":121}]
Minimum variable degree3
Maximum variable degree7
Distribution of variable degrees[{"degree":3,"count":3},{"degree":4,"count":11},{"degree":5,"count":73},{"degree":6,"count":28},{"degree":7,"count":7}]
Minimum constraint arity2
Maximum constraint arity35
Distribution of constraint arities[{"arity":2,"count":257},{"arity":23,"count":1},{"arity":30,"count":1},{"arity":32,"count":1},{"arity":35,"count":1}]
Number of extensional constraints0
Number of intensional constraints257
Distribution of constraint types[{"type":"intension","count":257},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4394540-1568431371.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394540-1568431371.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
2.47/0.91	c solve instance...
3.05/1.07	o 143 
3.68/1.14	o 142 
3.68/1.16	o 140 
4.20/1.21	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (67/114)
4.20/1.21		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
4.20/1.21		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
4.20/1.21		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
4.20/1.21		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
4.20/1.21		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
4.20/1.21	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (67/114)
4.20/1.21		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
4.20/1.21		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
4.20/1.21		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
4.20/1.21		at org.chocosolver.solver.Solver.repair(Solver.java:443)
4.20/1.21		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
4.20/1.21		at org.chocosolver.solver.Solver.solve(Solver.java:262)
4.20/1.21		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
4.20/1.21		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
4.20/1.21		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4.20/1.21		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
4.20/1.21		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
4.20/1.21		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
4.20/1.21		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
4.20/1.21		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
4.20/1.21		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
4.20/1.21		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
4.20/1.21	o 136 
4.20/1.28	o 135 
6.46/1.60	o 134 
7.97/1.72	o 132 
8.69/1.86	o 130 
10.26/2.06	o 119 
18.10/3.06	o 118 
26.82/4.16	o 117 
36.17/5.36	o 116 
45.65/6.51	o 115 
58.30/8.16	o 114 
71.70/9.84	o 113 
136.03/17.93	s OPTIMUM FOUND
136.03/17.93	v <instantiation>
136.03/17.93	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] s[62] s[63] s[64] s[65] s[66] s[67] s[68] s[69] s[70] s[71] s[72] s[73] s[74] s[75] s[76] s[77] s[78] s[79] s[80] s[81] s[82] s[83] s[84] s[85] s[86] s[87] s[88] s[89] s[90] s[91] s[92] s[93] s[94] s[95] s[96] s[97] s[98] s[99] s[100] s[101] s[102] s[103] s[104] s[105] s[106] s[107] s[108] s[109] s[110] s[111] s[112] s[113] s[114] s[115] s[116] s[117] s[118] s[119] s[120] s[121] </list>
136.03/17.93	v 	<values>0 1 0 0 6 10 21 24 1 13 15 37 65 11 18 12 10 6 25 26 43 13 30 40 21 55 33 64 56 17 14 17 70 24 36 92 42 28 45 25 35 38 25 41 34 33 62 54 42 64 50 21 33 49 40 43 41 46 61 17 49 74 53 52 96 64 48 34 52 57 62 66 49 72 53 65 58 71 53 66 70 76 64 42 82 70 78 83 55 82 96 74 63 74 71 78 70 83 89 87 93 78 78 87 76 83 89 100 96 92 100 104 102 86 103 90 102 90 111 106 111 113 </values>
136.03/17.93	v </instantiation>

Verifier Data

OK	113

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (11809 MiB free)
  memory of node 1: 16384 MiB (10777 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394540-1568431371/watcher-4394540-1568431371 -o /tmp/evaluation-result-4394540-1568431371/solver-4394540-1568431371 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node119-1568428810-25211 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 2111893012 HOME/instance-4394540-1568431371.xml 

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

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


[startup+0.100136 s]*
/proc/loadavg: 4.15 4.23 4.57 3/212 25699
/proc/meminfo: memFree=23113604/32770624 swapFree=66939852/67108860
[pid=25678] ppid=25675 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/25678/stat : 25678 (xcsp3-exec) S 25675 25678 25184 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 419052045 115843072 363 33554432000 4194304 5098028 140727751704304 140727751702408 139761172664956 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32976896 140727751705461 140727751705705 140727751705705 140727751708618 0
/proc/25678/statm: 28282 363 305 221 0 87 0
[pid=25680] ppid=25678 vsize=28227388 memory=29164 CPUtime=0.12 cores=0-7
/proc/25680/stat : 25680 (java) S 25678 25678 25184 0 -1 1077944320 5689 0 0 0 10 2 0 0 20 0 20 0 419052045 28904845312 7291 33554432000 4194304 4196468 140731456665488 140731456648032 140011554615031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
/proc/25680/statm: 7056847 7291 3137 1 0 7019032 0
[pid=25680/tid=25681] ppid=25678 vsize=28227388 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/25680/task/25681/stat : 25681 (java) R 25678 25678 25184 0 -1 4202560 3614 0 0 0 8 1 0 0 20 0 20 0 419052045 28904845312 7291 33554432000 4194304 4196468 140731456665488 140011558847296 140011554626966 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25682] ppid=25678 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/25680/task/25682/stat : 25682 (java) S 25678 25678 25184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419052046 28904845312 7291 33554432000 4194304 4196468 140731456665488 140011507235984 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25683] ppid=25678 vsize=28227388 memory=139635729213056 CPUtime=0 cores=0-7
/proc/25680/task/25683/stat : 25683 (java) S 25678 25678 25184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419052046 28904845312 7291 33554432000 4194304 4196468 140731456665488 140011506183184 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25684] ppid=25678 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25684/stat : 25684 (java) S 25678 25678 25184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419052046 28904845312 7291 33554432000 4194304 4196468 140731456665488 140011103968144 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25685] ppid=25678 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25685/stat : 25685 (java) S 25678 25678 25184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419052046 28904845312 7291 33554432000 4194304 4196468 140731456665488 140011102915344 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25686] ppid=25678 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25686/stat : 25686 (java) S 25678 25678 25184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419052046 28904845312 7291 33554432000 4194304 4196468 140731456665488 140011101862544 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25687] ppid=25678 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/25680/task/25687/stat : 25687 (java) S 25678 25678 25184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419052046 28904845312 7291 33554432000 4194304 4196468 140731456665488 140011100809744 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25688] ppid=25678 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25688/stat : 25688 (java) S 25678 25678 25184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419052046 28904845312 7291 33554432000 4194304 4196468 140731456665488 140011099756944 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25689] ppid=25678 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25689/stat : 25689 (java) S 25678 25678 25184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419052046 28904845312 7291 33554432000 4194304 4196468 140731456665488 140011098704144 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25690] ppid=25678 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25690/stat : 25690 (java) S 25678 25678 25184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419052048 28904845312 7291 33554432000 4194304 4196468 140731456665488 140009682193264 140011554626178 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25691] ppid=25678 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25691/stat : 25691 (java) S 25678 25678 25184 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419052048 28904845312 7291 33554432000 4194304 4196468 140731456665488 140009681139232 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25692] ppid=25678 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25692/stat : 25692 (java) S 25678 25678 25184 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419052048 28904845312 7291 33554432000 4194304 4196468 140731456665488 140009680086384 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25693] ppid=25678 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25693/stat : 25693 (java) S 25678 25678 25184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419052051 28904845312 7291 33554432000 4194304 4196468 140731456665488 140009679034704 140011554633627 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25694] ppid=25678 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25694/stat : 25694 (java) S 25678 25678 25184 0 -1 1077944384 433 0 0 0 0 0 0 0 20 0 20 0 419052051 28904845312 7291 33554432000 4194304 4196468 140731456665488 140009677982064 140011554626178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25695] ppid=25678 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25695/stat : 25695 (java) S 25678 25678 25184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419052051 28904845312 7291 33554432000 4194304 4196468 140731456665488 140009676929264 140011554626178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25696] ppid=25678 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25696/stat : 25696 (java) S 25678 25678 25184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419052051 28904845312 7291 33554432000 4194304 4196468 140731456665488 140009675876464 140011554626178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25697] ppid=25678 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/25680/task/25697/stat : 25697 (java) R 25678 25678 25184 0 -1 4202560 331 0 0 0 2 0 0 0 20 0 20 0 419052051 28904845312 7291 33554432000 4194304 4196468 140731456665488 140009674823664 140011539164079 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25698] ppid=25678 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25698/stat : 25698 (java) S 25678 25678 25184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419052051 28904845312 7291 33554432000 4194304 4196468 140731456665488 140009673772128 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25699] ppid=25678 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/25680/task/25699/stat : 25699 (java) S 25678 25678 25184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419052051 28904845312 7291 33554432000 4194304 4196468 140731456665488 140009672719408 140011554626178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30616 KiB

[startup+0.210466 s]*
/proc/loadavg: 4.15 4.23 4.57 2/212 25699
/proc/meminfo: memFree=23100720/32770624 swapFree=66939852/67108860
[pid=25678] ppid=25675 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/25678/stat : 25678 (xcsp3-exec) S 25675 25678 25184 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 419052045 115843072 363 33554432000 4194304 5098028 140727751704304 140727751702408 139761172664956 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32976896 140727751705461 140727751705705 140727751705705 140727751708618 0
/proc/25678/statm: 28282 363 305 221 0 87 0
[pid=25680] ppid=25678 vsize=28227388 memory=41160 CPUtime=0.34 cores=0-7
/proc/25680/stat : 25680 (java) S 25678 25678 25184 0 -1 1077944320 9508 0 0 0 30 4 0 0 20 0 20 0 419052045 28904845312 10290 33554432000 4194304 4196468 140731456665488 140731456648032 140011554615031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
/proc/25680/statm: 7056847 10290 3278 1 0 7019032 0
[pid=25680/tid=25681] ppid=25678 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/25680/task/25681/stat : 25681 (java) R 25678 25678 25184 0 -1 4202560 6631 0 0 0 17 3 0 0 20 0 20 0 419052045 28904845312 10290 33554432000 4194304 4196468 140731456665488 140011558846944 140011538695518 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25682] ppid=25678 vsize=28227388 memory=342 CPUtime=0 cores=0-7
/proc/25680/task/25682/stat : 25682 (java) S 25678 25678 25184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419052046 28904845312 10290 33554432000 4194304 4196468 140731456665488 140011507235984 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25683] ppid=25678 vsize=28227388 memory=139635732317943 CPUtime=0 cores=0-7
/proc/25680/task/25683/stat : 25683 (java) S 25678 25678 25184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419052046 28904845312 10290 33554432000 4194304 4196468 140731456665488 140011506183184 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25684] ppid=25678 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/25680/task/25684/stat : 25684 (java) S 25678 25678 25184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419052046 28904845312 10290 33554432000 4194304 4196468 140731456665488 140011103968144 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25685] ppid=25678 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25685/stat : 25685 (java) S 25678 25678 25184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419052046 28904845312 10290 33554432000 4194304 4196468 140731456665488 140011102915344 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25686] ppid=25678 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25686/stat : 25686 (java) S 25678 25678 25184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419052046 28904845312 10290 33554432000 4194304 4196468 140731456665488 140011101862544 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25687] ppid=25678 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/25680/task/25687/stat : 25687 (java) S 25678 25678 25184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419052046 28904845312 10290 33554432000 4194304 4196468 140731456665488 140011100809744 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25688] ppid=25678 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25688/stat : 25688 (java) S 25678 25678 25184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419052046 28904845312 10290 33554432000 4194304 4196468 140731456665488 140011099756944 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25689] ppid=25678 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25689/stat : 25689 (java) S 25678 25678 25184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419052046 28904845312 10290 33554432000 4194304 4196468 140731456665488 140011098704144 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25690] ppid=25678 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25690/stat : 25690 (java) S 25678 25678 25184 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419052048 28904845312 10290 33554432000 4194304 4196468 140731456665488 140009682193264 140011554626178 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25691] ppid=25678 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25691/stat : 25691 (java) S 25678 25678 25184 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419052048 28904845312 10290 33554432000 4194304 4196468 140731456665488 140009681139232 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25692] ppid=25678 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25692/stat : 25692 (java) S 25678 25678 25184 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419052048 28904845312 10290 33554432000 4194304 4196468 140731456665488 140009680086384 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25693] ppid=25678 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25693/stat : 25693 (java) S 25678 25678 25184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419052051 28904845312 10290 33554432000 4194304 4196468 140731456665488 140009679034704 140011554633627 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25694] ppid=25678 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/25680/task/25694/stat : 25694 (java) S 25678 25678 25184 0 -1 1077944384 446 0 0 0 1 0 0 0 20 0 20 0 419052051 28904845312 10290 33554432000 4194304 4196468 140731456665488 140009677982064 140011554626178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25695] ppid=25678 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/25680/task/25695/stat : 25695 (java) S 25678 25678 25184 0 -1 1077944384 273 0 0 0 1 0 0 0 20 0 20 0 419052051 28904845312 10290 33554432000 4194304 4196468 140731456665488 140009676929264 140011554626178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25696] ppid=25678 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/25680/task/25696/stat : 25696 (java) S 25678 25678 25184 0 -1 1077944384 109 0 0 0 1 0 0 0 20 0 20 0 419052051 28904845312 10290 33554432000 4194304 4196468 140731456665488 140009675876464 140011554626178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25697] ppid=25678 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/25680/task/25697/stat : 25697 (java) R 25678 25678 25184 0 -1 4202560 738 0 0 0 8 0 0 0 20 0 20 0 419052051 28904845312 10290 33554432000 4194304 4196468 140731456665488 140009674823664 140011554636378 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25698] ppid=25678 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25698/stat : 25698 (java) S 25678 25678 25184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419052051 28904845312 10290 33554432000 4194304 4196468 140731456665488 140009673772128 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25699] ppid=25678 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/25680/task/25699/stat : 25699 (java) S 25678 25678 25184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419052051 28904845312 10290 33554432000 4194304 4196468 140731456665488 140009672719408 140011554626178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42612 KiB

[startup+0.310352 s]*
/proc/loadavg: 4.15 4.23 4.57 5/212 25699
/proc/meminfo: memFree=23093820/32770624 swapFree=66939852/67108860
[pid=25678] ppid=25675 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/25678/stat : 25678 (xcsp3-exec) S 25675 25678 25184 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 419052045 115843072 363 33554432000 4194304 5098028 140727751704304 140727751702408 139761172664956 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32976896 140727751705461 140727751705705 140727751705705 140727751708618 0
/proc/25678/statm: 28282 363 305 221 0 87 0
[pid=25680] ppid=25678 vsize=28231644 memory=50124 CPUtime=0.53 cores=0-7
/proc/25680/stat : 25680 (java) S 25678 25678 25184 0 -1 1077944320 10874 0 0 0 48 5 0 0 20 0 20 0 419052045 28909203456 12531 33554432000 4194304 4196468 140731456665488 140731456648032 140011554615031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
/proc/25680/statm: 7057911 12531 3363 1 0 7019032 0
[pid=25680/tid=25681] ppid=25678 vsize=28231644 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/25680/task/25681/stat : 25681 (java) R 25678 25678 25184 0 -1 4202560 7751 0 0 0 26 4 0 0 20 0 20 0 419052045 28909203456 12531 33554432000 4194304 4196468 140731456665488 140011558847360 140011554636957 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25682] ppid=25678 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25682/stat : 25682 (java) S 25678 25678 25184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419052046 28909203456 12531 33554432000 4194304 4196468 140731456665488 140011507235984 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25683] ppid=25678 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25683/stat : 25683 (java) S 25678 25678 25184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419052046 28909203456 12531 33554432000 4194304 4196468 140731456665488 140011506183184 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25684] ppid=25678 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25684/stat : 25684 (java) S 25678 25678 25184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419052046 28909203456 12531 33554432000 4194304 4196468 140731456665488 140011103968144 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25685] ppid=25678 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25685/stat : 25685 (java) S 25678 25678 25184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419052046 28909203456 12531 33554432000 4194304 4196468 140731456665488 140011102915344 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25686] ppid=25678 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25686/stat : 25686 (java) S 25678 25678 25184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419052046 28909203456 12531 33554432000 4194304 4196468 140731456665488 140011101862544 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25687] ppid=25678 vsize=28231644 memory=139635628010159 CPUtime=0 cores=0-7
/proc/25680/task/25687/stat : 25687 (java) S 25678 25678 25184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419052046 28909203456 12562 33554432000 4194304 4196468 140731456665488 140011100809744 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25688] ppid=25678 vsize=28231644 memory=139635628012464 CPUtime=0 cores=0-7
/proc/25680/task/25688/stat : 25688 (java) S 25678 25678 25184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419052046 28909203456 12562 33554432000 4194304 4196468 140731456665488 140011099756944 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25689] ppid=25678 vsize=28231644 memory=139635628014768 CPUtime=0 cores=0-7
/proc/25680/task/25689/stat : 25689 (java) S 25678 25678 25184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419052046 28909203456 12562 33554432000 4194304 4196468 140731456665488 140011098704144 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25690] ppid=25678 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25690/stat : 25690 (java) S 25678 25678 25184 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419052048 28909203456 12562 33554432000 4194304 4196468 140731456665488 140009682193264 140011554626178 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25691] ppid=25678 vsize=28231644 memory=279271256043408 CPUtime=0 cores=0-7
/proc/25680/task/25691/stat : 25691 (java) S 25678 25678 25184 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419052048 28909203456 12562 33554432000 4194304 4196468 140731456665488 140009681139232 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25692] ppid=25678 vsize=28231644 memory=279271256041104 CPUtime=0 cores=0-7
/proc/25680/task/25692/stat : 25692 (java) S 25678 25678 25184 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419052048 28909203456 12562 33554432000 4194304 4196468 140731456665488 140009680086384 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25693] ppid=25678 vsize=28231644 memory=279271256048016 CPUtime=0 cores=0-7
/proc/25680/task/25693/stat : 25693 (java) S 25678 25678 25184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419052051 28909203456 12562 33554432000 4194304 4196468 140731456665488 140009679034704 140011554633627 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25694] ppid=25678 vsize=28231644 memory=279271255989296 CPUtime=0.03 cores=0-7
/proc/25680/task/25694/stat : 25694 (java) R 25678 25678 25184 0 -1 4202560 577 0 0 0 3 0 0 0 20 0 20 0 419052051 28909203456 12562 33554432000 4194304 4196468 140731456665488 140009677963080 140011533861255 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25695] ppid=25678 vsize=28231644 memory=279271256061840 CPUtime=0.02 cores=0-7
/proc/25680/task/25695/stat : 25695 (java) S 25678 25678 25184 0 -1 1077944384 281 0 0 0 2 0 0 0 20 0 20 0 419052051 28909203456 12562 33554432000 4194304 4196468 140731456665488 140009676929264 140011554626178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25696] ppid=25678 vsize=28231644 memory=279271256068752 CPUtime=0.02 cores=0-7
/proc/25680/task/25696/stat : 25696 (java) S 25678 25678 25184 0 -1 1077944384 110 0 0 0 2 0 0 0 20 0 20 0 419052051 28909203456 12562 33554432000 4194304 4196468 140731456665488 140009675876464 140011554626178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25697] ppid=25678 vsize=28231644 memory=279271256066448 CPUtime=0.13 cores=0-7
/proc/25680/task/25697/stat : 25697 (java) S 25678 25678 25184 0 -1 1077944384 849 0 0 0 13 0 0 0 20 0 20 0 419052051 28909203456 12562 33554432000 4194304 4196468 140731456665488 140009674823664 140011554626178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25698] ppid=25678 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25698/stat : 25698 (java) S 25678 25678 25184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419052051 28909203456 12562 33554432000 4194304 4196468 140731456665488 140009673772128 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25699] ppid=25678 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/25680/task/25699/stat : 25699 (java) S 25678 25678 25184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419052051 28909203456 12562 33554432000 4194304 4196468 140731456665488 140009672719408 140011554626178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51576 KiB

[startup+0.700972 s]
/proc/loadavg: 4.15 4.23 4.57 4/212 25699
/proc/meminfo: memFree=23082468/32770624 swapFree=66939852/67108860
[pid=25678] ppid=25675 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/25678/stat : 25678 (xcsp3-exec) S 25675 25678 25184 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 419052045 115843072 363 33554432000 4194304 5098028 140727751704304 140727751702408 139761172664956 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32976896 140727751705461 140727751705705 140727751705705 140727751708618 0
/proc/25678/statm: 28282 363 305 221 0 87 0
[pid=25680] ppid=25678 vsize=28233768 memory=88240 CPUtime=1.59 cores=0-7
/proc/25680/stat : 25680 (java) S 25678 25678 25184 0 -1 1077944320 15322 0 0 0 153 6 0 0 20 0 20 0 419052045 28911378432 22060 33554432000 4194304 4196468 140731456665488 140731456648032 140011554615031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
/proc/25680/statm: 7058442 22060 3451 1 0 7019544 0
[pid=25680/tid=25681] ppid=25678 vsize=28233768 memory=0 CPUtime=0.68 cores=0-7
/proc/25680/task/25681/stat : 25681 (java) R 25678 25678 25184 0 -1 4202560 9311 0 0 0 63 5 0 0 20 0 20 0 419052045 28911378432 22060 33554432000 4194304 4196468 140731456665488 140011558853568 140011188487416 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25682] ppid=25678 vsize=28233768 memory=139635628221296 CPUtime=0 cores=0-7
/proc/25680/task/25682/stat : 25682 (java) S 25678 25678 25184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419052046 28911378432 22060 33554432000 4194304 4196468 140731456665488 140011507235984 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25683] ppid=25678 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25683/stat : 25683 (java) S 25678 25678 25184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419052046 28911378432 22060 33554432000 4194304 4196468 140731456665488 140011506183184 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25684] ppid=25678 vsize=28233768 memory=1256 CPUtime=0 cores=0-7
/proc/25680/task/25684/stat : 25684 (java) S 25678 25678 25184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419052046 28911378432 22060 33554432000 4194304 4196468 140731456665488 140011103968144 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0

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

[pid=25680/tid=25697] ppid=25678 vsize=28769356 memory=2832 CPUtime=1.26 cores=0-7
/proc/25680/task/25697/stat : 25697 (java) S 25678 25678 25184 0 -1 1077944384 8727 0 0 0 124 2 0 0 20 0 28 0 419052051 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009674823664 140011554626178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25698] ppid=25678 vsize=28769356 memory=668 CPUtime=0 cores=0-7
/proc/25680/task/25698/stat : 25698 (java) S 25678 25678 25184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419052051 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009673772128 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25699] ppid=25678 vsize=28769356 memory=1256 CPUtime=0 cores=0-7
/proc/25680/task/25699/stat : 25699 (java) S 25678 25678 25184 0 -1 1077944384 897 0 0 0 0 0 0 0 20 0 28 0 419052051 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009672719408 140011554626178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25822] ppid=25678 vsize=28769356 memory=1076 CPUtime=7.68 cores=0-7
/proc/25680/task/25822/stat : 25822 (java) R 25678 25678 25184 0 -1 4202560 154 0 0 0 768 0 0 0 20 0 28 0 419053029 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009659542208 140011193349892 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25823] ppid=25678 vsize=28769356 memory=14008 CPUtime=7.61 cores=0-7
/proc/25680/task/25823/stat : 25823 (java) R 25678 25678 25184 0 -1 4202560 64 0 0 0 761 0 0 0 20 0 28 0 419053029 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009656386312 140011196312370 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25824] ppid=25678 vsize=28769356 memory=22584 CPUtime=7.59 cores=0-7
/proc/25680/task/25824/stat : 25824 (java) R 25678 25678 25184 0 -1 4202560 989 0 0 0 759 0 0 0 20 0 28 0 419053029 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009655332408 140011195481180 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25825] ppid=25678 vsize=28769356 memory=14056 CPUtime=7.65 cores=0-7
/proc/25680/task/25825/stat : 25825 (java) R 25678 25678 25184 0 -1 4202560 334 0 0 0 765 0 0 0 20 0 28 0 419053029 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009661648808 140011194873732 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25826] ppid=25678 vsize=28769356 memory=2116 CPUtime=7.66 cores=0-7
/proc/25680/task/25826/stat : 25826 (java) R 25678 25678 25184 0 -1 4202560 254 0 0 0 766 0 0 0 20 0 28 0 419053029 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009654279968 140011194877987 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25827] ppid=25678 vsize=28769356 memory=520 CPUtime=7.65 cores=0-7
/proc/25680/task/25827/stat : 25827 (java) R 25678 25678 25184 0 -1 4202560 205 0 0 0 765 0 0 0 20 0 28 0 419053029 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009653226504 140011196323879 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25828] ppid=25678 vsize=28769356 memory=33 CPUtime=7.56 cores=0-7
/proc/25680/task/25828/stat : 25828 (java) R 25678 25678 25184 0 -1 4202560 455 0 0 0 756 0 0 0 20 0 28 0 419053029 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009657438664 140011197223645 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25829] ppid=25678 vsize=28769356 memory=6791534058613427641 CPUtime=7.58 cores=0-7
/proc/25680/task/25829/stat : 25829 (java) R 25678 25678 25184 0 -1 4202560 182 0 0 0 758 0 0 0 20 0 28 0 419053029 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009658493200 140011194257701 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
Current children cumulated CPU time: 133.63 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 299096 KiB

[startup+17.802 s]
/proc/loadavg: 5.22 4.46 4.64 10/221 25830
/proc/meminfo: memFree=22844168/32770624 swapFree=66939852/67108860
[pid=25678] ppid=25675 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/25678/stat : 25678 (xcsp3-exec) S 25675 25678 25184 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 419052045 115843072 363 33554432000 4194304 5098028 140727751704304 140727751702408 139761172664956 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32976896 140727751705461 140727751705705 140727751705705 140727751708618 0
/proc/25678/statm: 28282 363 305 221 0 87 0
[pid=25680] ppid=25678 vsize=28769356 memory=297644 CPUtime=135.23 cores=0-7
/proc/25680/stat : 25680 (java) S 25678 25678 25184 0 -1 1077944320 71420 0 0 0 13468 55 0 0 20 0 28 0 419052045 29459820544 74411 33554432000 4194304 4196468 140731456665488 140731456648032 140011554615031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
/proc/25680/statm: 7192339 74411 3525 1 0 7153441 0
[pid=25680/tid=25681] ppid=25678 vsize=28769356 memory=1452 CPUtime=0.93 cores=0-7
/proc/25680/task/25681/stat : 25681 (java) S 25678 25678 25184 0 -1 1077944384 9756 0 0 0 87 6 0 0 20 0 28 0 419052045 29459820544 74411 33554432000 4194304 4196468 140731456665488 140011558855808 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25682] ppid=25678 vsize=28769356 memory=7992 CPUtime=0.06 cores=0-7
/proc/25680/task/25682/stat : 25682 (java) S 25678 25678 25184 0 -1 1077944384 209 0 0 0 3 3 0 0 20 0 28 0 419052046 29459820544 74411 33554432000 4194304 4196468 140731456665488 140011507235984 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25683] ppid=25678 vsize=28769356 memory=9580 CPUtime=0.05 cores=0-7
/proc/25680/task/25683/stat : 25683 (java) S 25678 25678 25184 0 -1 1077944384 211 0 0 0 3 2 0 0 20 0 28 0 419052046 29459820544 74411 33554432000 4194304 4196468 140731456665488 140011506183184 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25684] ppid=25678 vsize=28769356 memory=1052 CPUtime=0.06 cores=0-7
/proc/25680/task/25684/stat : 25684 (java) S 25678 25678 25184 0 -1 1077944384 159 0 0 0 3 3 0 0 20 0 28 0 419052046 29459820544 74411 33554432000 4194304 4196468 140731456665488 140011103968144 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25685] ppid=25678 vsize=28769356 memory=776 CPUtime=0.07 cores=0-7
/proc/25680/task/25685/stat : 25685 (java) S 25678 25678 25184 0 -1 1077944384 846 0 0 0 4 3 0 0 20 0 28 0 419052046 29459820544 74411 33554432000 4194304 4196468 140731456665488 140011102915344 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25686] ppid=25678 vsize=28769356 memory=2832 CPUtime=0.06 cores=0-7
/proc/25680/task/25686/stat : 25686 (java) S 25678 25678 25184 0 -1 1077944384 295 0 0 0 4 2 0 0 20 0 28 0 419052046 29459820544 74411 33554432000 4194304 4196468 140731456665488 140011101862544 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25687] ppid=25678 vsize=28769356 memory=668 CPUtime=0.06 cores=0-7
/proc/25680/task/25687/stat : 25687 (java) S 25678 25678 25184 0 -1 1077944384 172 0 0 0 3 3 0 0 20 0 28 0 419052046 29459820544 74411 33554432000 4194304 4196468 140731456665488 140011100809744 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25688] ppid=25678 vsize=28769356 memory=1256 CPUtime=0.05 cores=0-7
/proc/25680/task/25688/stat : 25688 (java) S 25678 25678 25184 0 -1 1077944384 193 0 0 0 3 2 0 0 20 0 28 0 419052046 29459820544 74411 33554432000 4194304 4196468 140731456665488 140011099756944 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25689] ppid=25678 vsize=28769356 memory=1076 CPUtime=0.07 cores=0-7
/proc/25680/task/25689/stat : 25689 (java) S 25678 25678 25184 0 -1 1077944384 111 0 0 0 4 3 0 0 20 0 28 0 419052046 29459820544 74411 33554432000 4194304 4196468 140731456665488 140011098704144 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25690] ppid=25678 vsize=28769356 memory=14008 CPUtime=0.03 cores=0-7
/proc/25680/task/25690/stat : 25690 (java) S 25678 25678 25184 0 -1 1077944384 858 0 0 0 3 0 0 0 20 0 28 0 419052048 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009682193264 140011554626178 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25691] ppid=25678 vsize=28769356 memory=22584 CPUtime=0 cores=0-7
/proc/25680/task/25691/stat : 25691 (java) S 25678 25678 25184 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 419052048 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009681139296 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25692] ppid=25678 vsize=28769356 memory=57 CPUtime=0 cores=0-7
/proc/25680/task/25692/stat : 25692 (java) S 25678 25678 25184 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 419052048 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009680086400 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25693] ppid=25678 vsize=28769356 memory=279271255834864 CPUtime=0 cores=0-7
/proc/25680/task/25693/stat : 25693 (java) S 25678 25678 25184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419052051 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009679034704 140011554633627 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25694] ppid=25678 vsize=28769356 memory=0 CPUtime=4.21 cores=0-7
/proc/25680/task/25694/stat : 25694 (java) S 25678 25678 25184 0 -1 1077944384 14259 0 0 0 417 4 0 0 20 0 28 0 419052051 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009677982064 140011554626178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25695] ppid=25678 vsize=28769356 memory=6943526294502006880 CPUtime=4.9 cores=0-7
/proc/25680/task/25695/stat : 25695 (java) S 25678 25678 25184 0 -1 1077944384 12172 0 0 0 487 3 0 0 20 0 28 0 419052051 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009676929264 140011554626178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25696] ppid=25678 vsize=28769356 memory=6944656592455359580 CPUtime=5.33 cores=0-7
/proc/25680/task/25696/stat : 25696 (java) S 25678 25678 25184 0 -1 1077944384 12937 0 0 0 530 3 0 0 20 0 28 0 419052051 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009675876464 140011554626178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25697] ppid=25678 vsize=28769356 memory=6943526294502006880 CPUtime=1.26 cores=0-7
/proc/25680/task/25697/stat : 25697 (java) S 25678 25678 25184 0 -1 1077944384 8727 0 0 0 124 2 0 0 20 0 28 0 419052051 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009674823664 140011554626178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25698] ppid=25678 vsize=28769356 memory=279271255834864 CPUtime=0 cores=0-7
/proc/25680/task/25698/stat : 25698 (java) S 25678 25678 25184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419052051 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009673772128 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25699] ppid=25678 vsize=28769356 memory=279271255834864 CPUtime=0 cores=0-7
/proc/25680/task/25699/stat : 25699 (java) S 25678 25678 25184 0 -1 1077944384 897 0 0 0 0 0 0 0 20 0 28 0 419052051 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009672719408 140011554626178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25822] ppid=25678 vsize=28769356 memory=279271255834864 CPUtime=7.88 cores=0-7
/proc/25680/task/25822/stat : 25822 (java) R 25678 25678 25184 0 -1 4202560 154 0 0 0 788 0 0 0 20 0 28 0 419053029 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009659542344 140011193350948 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25823] ppid=25678 vsize=28769356 memory=279271255834864 CPUtime=7.81 cores=0-7
/proc/25680/task/25823/stat : 25823 (java) R 25678 25678 25184 0 -1 4202560 64 0 0 0 781 0 0 0 20 0 28 0 419053029 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009656386312 140011195184298 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25824] ppid=25678 vsize=28769356 memory=279271255834864 CPUtime=7.79 cores=0-7
/proc/25680/task/25824/stat : 25824 (java) R 25678 25678 25184 0 -1 4202560 994 0 0 0 779 0 0 0 20 0 28 0 419053029 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009655332408 140011197421777 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25825] ppid=25678 vsize=28769356 memory=279271255834864 CPUtime=7.85 cores=0-7
/proc/25680/task/25825/stat : 25825 (java) R 25678 25678 25184 0 -1 4202560 337 0 0 0 785 0 0 0 20 0 28 0 419053029 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009661648808 140011193350127 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25826] ppid=25678 vsize=28769356 memory=279271255834864 CPUtime=7.86 cores=0-7
/proc/25680/task/25826/stat : 25826 (java) R 25678 25678 25184 0 -1 4202560 255 0 0 0 786 0 0 0 20 0 28 0 419053029 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009654279968 140011194662848 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25827] ppid=25678 vsize=28769356 memory=-8253362762724047225 CPUtime=7.85 cores=0-7
/proc/25680/task/25827/stat : 25827 (java) R 25678 25678 25184 0 -1 4202560 228 0 0 0 785 0 0 0 20 0 28 0 419053029 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009653226504 140011195185441 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25828] ppid=25678 vsize=28769356 memory=-8608168169079938421 CPUtime=7.76 cores=0-7
/proc/25680/task/25828/stat : 25828 (java) R 25678 25678 25184 0 -1 4202560 472 0 0 0 776 0 0 0 20 0 28 0 419053029 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009657439080 140011197783180 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25829] ppid=25678 vsize=28769356 memory=1 CPUtime=7.78 cores=0-7
/proc/25680/task/25829/stat : 25829 (java) R 25678 25678 25184 0 -1 4202560 182 0 0 0 778 0 0 0 20 0 28 0 419053029 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009658493200 140011194254598 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
Current children cumulated CPU time: 135.23 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 299096 KiB

[startup+17.902 s]
/proc/loadavg: 5.22 4.46 4.64 10/221 25830
/proc/meminfo: memFree=22844168/32770624 swapFree=66939852/67108860
[pid=25678] ppid=25675 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/25678/stat : 25678 (xcsp3-exec) S 25675 25678 25184 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 419052045 115843072 363 33554432000 4194304 5098028 140727751704304 140727751702408 139761172664956 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32976896 140727751705461 140727751705705 140727751705705 140727751708618 0
/proc/25678/statm: 28282 363 305 221 0 87 0
[pid=25680] ppid=25678 vsize=28769356 memory=297644 CPUtime=136.03 cores=0-7
/proc/25680/stat : 25680 (java) S 25678 25678 25184 0 -1 1077944320 71425 0 0 0 13548 55 0 0 20 0 28 0 419052045 29459820544 74411 33554432000 4194304 4196468 140731456665488 140731456648032 140011554615031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
/proc/25680/statm: 7192339 74411 3525 1 0 7153441 0
[pid=25680/tid=25681] ppid=25678 vsize=28769356 memory=1452 CPUtime=0.93 cores=0-7
/proc/25680/task/25681/stat : 25681 (java) S 25678 25678 25184 0 -1 1077944384 9756 0 0 0 87 6 0 0 20 0 28 0 419052045 29459820544 74411 33554432000 4194304 4196468 140731456665488 140011558855808 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25682] ppid=25678 vsize=28769356 memory=296660 CPUtime=0.06 cores=0-7
/proc/25680/task/25682/stat : 25682 (java) S 25678 25678 25184 0 -1 1077944384 209 0 0 0 3 3 0 0 20 0 28 0 419052046 29459820544 74411 33554432000 4194304 4196468 140731456665488 140011507235984 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25683] ppid=25678 vsize=28769356 memory=221835060890048 CPUtime=0.05 cores=0-7
/proc/25680/task/25683/stat : 25683 (java) S 25678 25678 25184 0 -1 1077944384 211 0 0 0 3 2 0 0 20 0 28 0 419052046 29459820544 74411 33554432000 4194304 4196468 140731456665488 140011506183184 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25684] ppid=25678 vsize=28769356 memory=4134606225630022328 CPUtime=0.06 cores=0-7
/proc/25680/task/25684/stat : 25684 (java) S 25678 25678 25184 0 -1 1077944384 159 0 0 0 3 3 0 0 20 0 28 0 419052046 29459820544 74411 33554432000 4194304 4196468 140731456665488 140011103968144 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25685] ppid=25678 vsize=28769356 memory=129 CPUtime=0.07 cores=0-7
/proc/25680/task/25685/stat : 25685 (java) S 25678 25678 25184 0 -1 1077944384 846 0 0 0 4 3 0 0 20 0 28 0 419052046 29459820544 74411 33554432000 4194304 4196468 140731456665488 140011102915344 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25686] ppid=25678 vsize=28769356 memory=288230587427465466 CPUtime=0.06 cores=0-7
/proc/25680/task/25686/stat : 25686 (java) S 25678 25678 25184 0 -1 1077944384 295 0 0 0 4 2 0 0 20 0 28 0 419052046 29459820544 74411 33554432000 4194304 4196468 140731456665488 140011101862544 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25687] ppid=25678 vsize=28769356 memory=111636 CPUtime=0.06 cores=0-7
/proc/25680/task/25687/stat : 25687 (java) S 25678 25678 25184 0 -1 1077944384 172 0 0 0 3 3 0 0 20 0 28 0 419052046 29459820544 74411 33554432000 4194304 4196468 140731456665488 140011100809744 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25688] ppid=25678 vsize=28769356 memory=808 CPUtime=0.05 cores=0-7
/proc/25680/task/25688/stat : 25688 (java) S 25678 25678 25184 0 -1 1077944384 193 0 0 0 3 2 0 0 20 0 28 0 419052046 29459820544 74411 33554432000 4194304 4196468 140731456665488 140011099756944 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25689] ppid=25678 vsize=28769356 memory=111636 CPUtime=0.07 cores=0-7
/proc/25680/task/25689/stat : 25689 (java) S 25678 25678 25184 0 -1 1077944384 111 0 0 0 4 3 0 0 20 0 28 0 419052046 29459820544 74411 33554432000 4194304 4196468 140731456665488 140011098704144 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25690] ppid=25678 vsize=28769356 memory=808 CPUtime=0.03 cores=0-7
/proc/25680/task/25690/stat : 25690 (java) S 25678 25678 25184 0 -1 1077944384 858 0 0 0 3 0 0 0 20 0 28 0 419052048 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009682193264 140011554626178 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25691] ppid=25678 vsize=28769356 memory=1452 CPUtime=0 cores=0-7
/proc/25680/task/25691/stat : 25691 (java) S 25678 25678 25184 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 419052048 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009681139296 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25692] ppid=25678 vsize=28769356 memory=270260 CPUtime=0 cores=0-7
/proc/25680/task/25692/stat : 25692 (java) S 25678 25678 25184 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 419052048 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009680086400 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25693] ppid=25678 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/25680/task/25693/stat : 25693 (java) S 25678 25678 25184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419052051 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009679034704 140011554633627 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25694] ppid=25678 vsize=28769356 memory=15607911156877 CPUtime=4.21 cores=0-7
/proc/25680/task/25694/stat : 25694 (java) S 25678 25678 25184 0 -1 1077944384 14259 0 0 0 417 4 0 0 20 0 28 0 419052051 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009677982064 140011554626178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25695] ppid=25678 vsize=28769356 memory=7595149682919237991 CPUtime=4.9 cores=0-7
/proc/25680/task/25695/stat : 25695 (java) S 25678 25678 25184 0 -1 1077944384 12172 0 0 0 487 3 0 0 20 0 28 0 419052051 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009676929264 140011554626178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25696] ppid=25678 vsize=28769356 memory=7450191087822006116 CPUtime=5.33 cores=0-7
/proc/25680/task/25696/stat : 25696 (java) S 25678 25678 25184 0 -1 1077944384 12937 0 0 0 530 3 0 0 20 0 28 0 419052051 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009675876464 140011554626178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25697] ppid=25678 vsize=28769356 memory=0 CPUtime=1.26 cores=0-7
/proc/25680/task/25697/stat : 25697 (java) S 25678 25678 25184 0 -1 1077944384 8727 0 0 0 124 2 0 0 20 0 28 0 419052051 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009674823664 140011554626178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25698] ppid=25678 vsize=28769356 memory=9230 CPUtime=0 cores=0-7
/proc/25680/task/25698/stat : 25698 (java) S 25678 25678 25184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419052051 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009673772128 140011554625237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25699] ppid=25678 vsize=28769356 memory=3504 CPUtime=0 cores=0-7
/proc/25680/task/25699/stat : 25699 (java) S 25678 25678 25184 0 -1 1077944384 897 0 0 0 0 0 0 0 20 0 28 0 419052051 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009672719408 140011554626178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25822] ppid=25678 vsize=28769356 memory=0 CPUtime=7.98 cores=0-7
/proc/25680/task/25822/stat : 25822 (java) R 25678 25678 25184 0 -1 4202560 155 0 0 0 798 0 0 0 20 0 28 0 419053029 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009659542344 140011195565851 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25823] ppid=25678 vsize=28769356 memory=6655300316396806240 CPUtime=7.91 cores=0-7
/proc/25680/task/25823/stat : 25823 (java) R 25678 25678 25184 0 -1 4202560 64 0 0 0 791 0 0 0 20 0 28 0 419053029 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009656386312 140011196320842 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25824] ppid=25678 vsize=28769356 memory=11091 CPUtime=7.89 cores=0-7
/proc/25680/task/25824/stat : 25824 (java) R 25678 25678 25184 0 -1 4202560 994 0 0 0 789 0 0 0 20 0 28 0 419053029 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009655332408 140011195663488 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25825] ppid=25678 vsize=28769356 memory=1452 CPUtime=7.95 cores=0-7
/proc/25680/task/25825/stat : 25825 (java) R 25678 25678 25184 0 -1 4202560 339 0 0 0 795 0 0 0 20 0 28 0 419053029 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009661648808 140011196322474 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25826] ppid=25678 vsize=28769356 memory=293084 CPUtime=7.96 cores=0-7
/proc/25680/task/25826/stat : 25826 (java) R 25678 25678 25184 0 -1 4202560 255 0 0 0 796 0 0 0 20 0 28 0 419053029 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009654279968 140011194874183 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25827] ppid=25678 vsize=28769356 memory=4164 CPUtime=7.95 cores=0-7
/proc/25680/task/25827/stat : 25827 (java) R 25678 25678 25184 0 -1 4202560 228 0 0 0 795 0 0 0 20 0 28 0 419053029 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009653226504 140011196321773 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25828] ppid=25678 vsize=28769356 memory=1548 CPUtime=7.86 cores=0-7
/proc/25680/task/25828/stat : 25828 (java) R 25678 25678 25184 0 -1 4202560 474 0 0 0 786 0 0 0 20 0 28 0 419053029 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009657439080 140011196099468 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
[pid=25680/tid=25829] ppid=25678 vsize=28769356 memory=1728 CPUtime=7.88 cores=0-7
/proc/25680/task/25829/stat : 25829 (java) R 25678 25678 25184 0 -1 4202560 182 0 0 0 788 0 0 0 20 0 28 0 419053029 29459820544 74411 33554432000 4194304 4196468 140731456665488 140009658493200 140011196319280 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24072192 140731456668650 140731456668822 140731456668822 140731456671695 0
Current children cumulated CPU time: 136.03 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 299096 KiB

Child status: 0
Real time (s): 17.958
CPU time (s): 136.284
CPU user time (s): 135.705
CPU system time (s): 0.578553
CPU usage (%): 758.904
Max. virtual memory (cumulated for all children) (KiB): 28886012
Max. memory (cumulated for all children) (KiB): 299192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 135.705
system time used= 0.578553
maximum resident set size= 310088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74478
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7715
involuntary context switches= 3250


# summary of solver processes directly reported to runsolver:
#   pid: 25678
#   total CPU time (s): 136.284
#   total CPU user time (s): 135.705
#   total CPU system time (s): 0.578553

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.215093 second user time and 0.192332 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-14 05:22:12
IDJOB=4394540
IDBENCH=129613
IDSOLVER=2843
FILE ID=node119/4394540-1568431371
RUNJOBID= node119-1568428810-25211
PBS_JOBID= 21702306
Free space on /tmp= 61504 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j120/Rcpsp-j120-41-06.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394540-1568431371/watcher-4394540-1568431371 -o /tmp/evaluation-result-4394540-1568431371/solver-4394540-1568431371 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node119-1568428810-25211 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 2111893012 HOME/instance-4394540-1568431371.xml

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

MD5SUM BENCH= 74fbdfceca74d16a11799a9df32eef16
RANDOM SEED=2111893012

node119.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.47
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.47
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.47
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.47
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:        23127956 kB
MemAvailable:   31817976 kB
Buffers:          208520 kB
Cached:          8746032 kB
SwapCached:        61128 kB
Active:          2825444 kB
Inactive:        6194512 kB
Active(anon):       4320 kB
Inactive(anon):   102456 kB
Active(file):    2821124 kB
Inactive(file):  6092056 kB
Unevictable:      107736 kB
Mlocked:          107736 kB
SwapTotal:      67108860 kB
SwapFree:       66939852 kB
Dirty:             26196 kB
Writeback:             0 kB
AnonPages:        131344 kB
Mapped:            44584 kB
Shmem:             32816 kB
Slab:             215376 kB
SReclaimable:     185352 kB
SUnreclaim:        30024 kB
KernelStack:        3728 kB
PageTables:         5916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61476 MiB
End job on node119 at 2019-09-14 05:22:30