Trace number 4394542

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 parallelOPT2 335.339 57.1156

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-marketSplit/
Pb-msplit-opt-4-30-3.xml
MD5SUMcaf7afe645c801dd46bb53c517bf0cee
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark142.375
Satisfiable
(Un)Satisfiability was proved
Number of variables94
Number of constraints8
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":94}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":64},{"degree":6,"count":1},{"degree":8,"count":29}]
Minimum constraint arity45
Maximum constraint arity46
Distribution of constraint arities[{"arity":45,"count":2},{"arity":46,"count":6}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":8}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4394542-1568438807.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4394542-1568438807.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.08/0.53	c solve instance...
1.56/0.61	o 298 
1.56/0.63	o 282 
1.56/0.65	o 249 
1.56/0.67	o 230 
1.56/0.69	o 222 
2.06/0.71	o 184 
2.06/0.71	o 171 
2.06/0.72	o 121 
2.06/0.73	o 85 
2.06/0.76	o 69 
2.06/0.76	o 67 
2.06/0.79	o 66 
2.74/0.81	o 58 
2.74/0.82	o 56 
2.74/0.83	o 54 
2.74/0.84	o 52 
2.74/0.85	o 50 
2.74/0.85	o 48 
2.74/0.87	o 42 
2.74/0.87	o 41 
2.74/0.88	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (39/42)
2.74/0.88		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.74/0.88		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.74/0.88		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.74/0.88		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.74/0.88		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.74/0.88	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (39/42)
2.74/0.88		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
2.74/0.88		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
2.74/0.88		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
2.74/0.88		at org.chocosolver.solver.Solver.repair(Solver.java:443)
2.74/0.88		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
2.74/0.88		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.74/0.88		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.74/0.88		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.74/0.88		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.74/0.88		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.74/0.88		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.74/0.88		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.74/0.88		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.74/0.88		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.74/0.88		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.74/0.88		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.74/0.88	o 38 
3.37/0.90	o 36 
3.37/0.92	o 35 
3.37/0.92	o 34 
3.37/0.93	o 32 
3.37/0.94	o 30 
3.37/0.95	o 23 
3.37/0.95	o 21 
3.37/0.96	o 19 
3.37/0.98	o 18 
3.37/0.98	o 16 
3.37/0.99	o 14 
3.37/0.99	o 12 
3.37/1.01	o 11 
4.03/1.02	o 9 
5.48/1.25	o 8 
7.05/1.42	o 7 
7.81/1.50	o 6 
9.40/1.70	o 4 
9.40/1.70	o 2 
335.17/57.08	s OPTIMUM FOUND
335.17/57.08	v <instantiation>
335.17/57.08	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] </list>
335.17/57.08	v 	<values>0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 1 1 1 1 0 1 1 1 0 1 0 0 1 1 1 0 0 0 1 0 </values>
335.17/57.08	v </instantiation>

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394542-1568438807/watcher-4394542-1568438807 -o /tmp/evaluation-result-4394542-1568438807/solver-4394542-1568438807 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node137-1568437903-31733 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 704386103 HOME/instance-4394542-1568438807.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=32247, runsolver pid=32244
Current StackSize limit: 8192 KiB


[startup+0.100138 s]*
/proc/loadavg: 7.46 7.95 7.96 2/211 32268
/proc/meminfo: memFree=30580496/32770624 swapFree=66927260/67108860
[pid=32247] ppid=32244 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32247/stat : 32247 (xcsp3-exec) S 32244 32247 31706 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420128032 115843072 363 33554432000 4194304 5098028 140732283204288 140732283202392 139864659878524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39976960 140732283208566 140732283208809 140732283208809 140732283211722 0
/proc/32247/statm: 28282 363 304 221 0 87 0
[pid=32249] ppid=32247 vsize=28227388 memory=30088 CPUtime=0.13 cores=0-7
/proc/32249/stat : 32249 (java) S 32247 32247 31706 0 -1 1077944320 5486 0 0 0 11 2 0 0 20 0 20 0 420128033 28904845312 7522 33554432000 4194304 4196468 140736788938272 140736788920816 140613565972215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
/proc/32249/statm: 7056847 7522 3119 1 0 7019032 0
[pid=32249/tid=32250] ppid=32247 vsize=28227388 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/32249/task/32250/stat : 32250 (java) R 32247 32247 31706 0 -1 4202560 3393 0 0 0 8 1 0 0 20 0 20 0 420128033 28904845312 7522 33554432000 4194304 4196468 140736788938272 140613570205104 140613565993562 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32251] ppid=32247 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/32249/task/32251/stat : 32251 (java) S 32247 32247 31706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420128034 28904845312 7522 33554432000 4194304 4196468 140736788938272 140613485825040 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32252] ppid=32247 vsize=28227388 memory=140340541568640 CPUtime=0 cores=0-7
/proc/32249/task/32252/stat : 32252 (java) S 32247 32247 31706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420128034 28904845312 7522 33554432000 4194304 4196468 140736788938272 140613484772496 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32253] ppid=32247 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32253/stat : 32253 (java) S 32247 32247 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420128034 28904845312 7522 33554432000 4194304 4196468 140736788938272 140613483719440 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32254] ppid=32247 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32254/stat : 32254 (java) S 32247 32247 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420128034 28904845312 7522 33554432000 4194304 4196468 140736788938272 140613482666896 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32255] ppid=32247 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32255/stat : 32255 (java) S 32247 32247 31706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420128034 28904845312 7522 33554432000 4194304 4196468 140736788938272 140613481613840 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32256] ppid=32247 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/32249/task/32256/stat : 32256 (java) S 32247 32247 31706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420128034 28904845312 7522 33554432000 4194304 4196468 140736788938272 140613480561296 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32257] ppid=32247 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32257/stat : 32257 (java) S 32247 32247 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420128034 28904845312 7522 33554432000 4194304 4196468 140736788938272 140613479508240 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32258] ppid=32247 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32258/stat : 32258 (java) S 32247 32247 31706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420128034 28904845312 7522 33554432000 4194304 4196468 140736788938272 140613478455696 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32259] ppid=32247 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32259/stat : 32259 (java) S 32247 32247 31706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420128035 28904845312 7522 33554432000 4194304 4196468 140736788938272 140611761629936 140613565983362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32260] ppid=32247 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32260/stat : 32260 (java) S 32247 32247 31706 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420128036 28904845312 7522 33554432000 4194304 4196468 140736788938272 140611760576160 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32261] ppid=32247 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32261/stat : 32261 (java) S 32247 32247 31706 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420128036 28904845312 7522 33554432000 4194304 4196468 140736788938272 140611759523056 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32262] ppid=32247 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32262/stat : 32262 (java) S 32247 32247 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420128038 28904845312 7522 33554432000 4194304 4196468 140736788938272 140611758471632 140613565990811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32263] ppid=32247 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32263/stat : 32263 (java) S 32247 32247 31706 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 20 0 420128038 28904845312 7522 33554432000 4194304 4196468 140736788938272 140611757418736 140613565983362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32264] ppid=32247 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32264/stat : 32264 (java) S 32247 32247 31706 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 420128038 28904845312 7522 33554432000 4194304 4196468 140736788938272 140611756366192 140613565983362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32265] ppid=32247 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32265/stat : 32265 (java) S 32247 32247 31706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420128038 28904845312 7522 33554432000 4194304 4196468 140736788938272 140611755313136 140613565983362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32266] ppid=32247 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/32249/task/32266/stat : 32266 (java) R 32247 32247 31706 0 -1 4202560 362 0 0 0 1 0 0 0 20 0 20 0 420128038 28904845312 7522 33554432000 4194304 4196468 140736788938272 140611754260592 140613544582588 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32267] ppid=32247 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32267/stat : 32267 (java) S 32247 32247 31706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420128039 28904845312 7522 33554432000 4194304 4196468 140736788938272 140611753208800 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32268] ppid=32247 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/32249/task/32268/stat : 32268 (java) S 32247 32247 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420128039 28904845312 7522 33554432000 4194304 4196468 140736788938272 140611752156336 140613565983362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31540 KiB

[startup+0.210201 s]*
/proc/loadavg: 7.46 7.95 7.96 3/211 32268
/proc/meminfo: memFree=30567744/32770624 swapFree=66927260/67108860
[pid=32247] ppid=32244 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32247/stat : 32247 (xcsp3-exec) S 32244 32247 31706 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420128032 115843072 363 33554432000 4194304 5098028 140732283204288 140732283202392 139864659878524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39976960 140732283208566 140732283208809 140732283208809 140732283211722 0
/proc/32247/statm: 28282 363 304 221 0 87 0
[pid=32249] ppid=32247 vsize=28227388 memory=41436 CPUtime=0.34 cores=0-7
/proc/32249/stat : 32249 (java) S 32247 32247 31706 0 -1 1077944320 9055 0 0 0 30 4 0 0 20 0 20 0 420128033 28904845312 10359 33554432000 4194304 4196468 140736788938272 140736788920816 140613565972215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
/proc/32249/statm: 7056847 10359 3311 1 0 7019032 0
[pid=32249/tid=32250] ppid=32247 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/32249/task/32250/stat : 32250 (java) R 32247 32247 31706 0 -1 4202560 6203 0 0 0 17 3 0 0 20 0 20 0 420128033 28904845312 10359 33554432000 4194304 4196468 140736788938272 140613570205392 140613152544708 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32251] ppid=32247 vsize=28227388 memory=342 CPUtime=0 cores=0-7
/proc/32249/task/32251/stat : 32251 (java) S 32247 32247 31706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420128034 28904845312 10359 33554432000 4194304 4196468 140736788938272 140613485825040 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32252] ppid=32247 vsize=28227388 memory=140340541598358 CPUtime=0 cores=0-7
/proc/32249/task/32252/stat : 32252 (java) S 32247 32247 31706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420128034 28904845312 10359 33554432000 4194304 4196468 140736788938272 140613484772496 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32253] ppid=32247 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/32249/task/32253/stat : 32253 (java) S 32247 32247 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420128034 28904845312 10359 33554432000 4194304 4196468 140736788938272 140613483719440 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32254] ppid=32247 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32254/stat : 32254 (java) S 32247 32247 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420128034 28904845312 10359 33554432000 4194304 4196468 140736788938272 140613482666896 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32255] ppid=32247 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32255/stat : 32255 (java) S 32247 32247 31706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420128034 28904845312 10359 33554432000 4194304 4196468 140736788938272 140613481613840 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32256] ppid=32247 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/32249/task/32256/stat : 32256 (java) S 32247 32247 31706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420128034 28904845312 10359 33554432000 4194304 4196468 140736788938272 140613480561296 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32257] ppid=32247 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32257/stat : 32257 (java) S 32247 32247 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420128034 28904845312 10359 33554432000 4194304 4196468 140736788938272 140613479508240 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32258] ppid=32247 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32258/stat : 32258 (java) S 32247 32247 31706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420128034 28904845312 10359 33554432000 4194304 4196468 140736788938272 140613478455696 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32259] ppid=32247 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32259/stat : 32259 (java) S 32247 32247 31706 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420128035 28904845312 10359 33554432000 4194304 4196468 140736788938272 140611761629936 140613565983362 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32260] ppid=32247 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32260/stat : 32260 (java) S 32247 32247 31706 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420128036 28904845312 10359 33554432000 4194304 4196468 140736788938272 140611760576160 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32261] ppid=32247 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32261/stat : 32261 (java) S 32247 32247 31706 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420128036 28904845312 10359 33554432000 4194304 4196468 140736788938272 140611759523056 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32262] ppid=32247 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32262/stat : 32262 (java) S 32247 32247 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420128038 28904845312 10359 33554432000 4194304 4196468 140736788938272 140611758471632 140613565990811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32263] ppid=32247 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/32249/task/32263/stat : 32263 (java) S 32247 32247 31706 0 -1 1077944384 544 0 0 0 2 0 0 0 20 0 20 0 420128038 28904845312 10359 33554432000 4194304 4196468 140736788938272 140611757418736 140613565983362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32264] ppid=32247 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/32249/task/32264/stat : 32264 (java) S 32247 32247 31706 0 -1 1077944384 167 0 0 0 1 0 0 0 20 0 20 0 420128038 28904845312 10359 33554432000 4194304 4196468 140736788938272 140611756366192 140613565983362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32265] ppid=32247 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/32249/task/32265/stat : 32265 (java) S 32247 32247 31706 0 -1 1077944384 68 0 0 0 1 0 0 0 20 0 20 0 420128038 28904845312 10359 33554432000 4194304 4196468 140736788938272 140611755313136 140613565983362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32266] ppid=32247 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/32249/task/32266/stat : 32266 (java) R 32247 32247 31706 0 -1 4202560 760 0 0 0 8 0 0 0 20 0 20 0 420128038 28904845312 10359 33554432000 4194304 4196468 140736788938272 140611754260400 140613544923035 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32267] ppid=32247 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32267/stat : 32267 (java) S 32247 32247 31706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420128039 28904845312 10359 33554432000 4194304 4196468 140736788938272 140611753208800 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32268] ppid=32247 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/32249/task/32268/stat : 32268 (java) S 32247 32247 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420128039 28904845312 10359 33554432000 4194304 4196468 140736788938272 140611752156336 140613565983362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42888 KiB

[startup+0.310022 s]*
/proc/loadavg: 7.46 7.95 7.96 4/211 32268
/proc/meminfo: memFree=30561168/32770624 swapFree=66927260/67108860
[pid=32247] ppid=32244 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32247/stat : 32247 (xcsp3-exec) S 32244 32247 31706 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420128032 115843072 363 33554432000 4194304 5098028 140732283204288 140732283202392 139864659878524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39976960 140732283208566 140732283208809 140732283208809 140732283211722 0
/proc/32247/statm: 28282 363 304 221 0 87 0
[pid=32249] ppid=32247 vsize=28231644 memory=50292 CPUtime=0.52 cores=0-7
/proc/32249/stat : 32249 (java) S 32247 32247 31706 0 -1 1077944320 10408 0 0 0 48 4 0 0 20 0 20 0 420128033 28909203456 12573 33554432000 4194304 4196468 140736788938272 140736788920816 140613565972215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
/proc/32249/statm: 7057911 12573 3367 1 0 7019032 0
[pid=32249/tid=32250] ppid=32247 vsize=28231644 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/32249/task/32250/stat : 32250 (java) R 32247 32247 31706 0 -1 4202560 7318 0 0 0 26 3 0 0 20 0 20 0 420128033 28909203456 12573 33554432000 4194304 4196468 140736788938272 140613570203328 140613550052702 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32251] ppid=32247 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32251/stat : 32251 (java) S 32247 32247 31706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420128034 28909203456 12573 33554432000 4194304 4196468 140736788938272 140613485825040 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32252] ppid=32247 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32252/stat : 32252 (java) S 32247 32247 31706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420128034 28909203456 12573 33554432000 4194304 4196468 140736788938272 140613484772496 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32253] ppid=32247 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32253/stat : 32253 (java) S 32247 32247 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420128034 28909203456 12573 33554432000 4194304 4196468 140736788938272 140613483719440 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32254] ppid=32247 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32254/stat : 32254 (java) S 32247 32247 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420128034 28909203456 12573 33554432000 4194304 4196468 140736788938272 140613482666896 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32255] ppid=32247 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/32249/task/32255/stat : 32255 (java) S 32247 32247 31706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420128034 28909203456 12573 33554432000 4194304 4196468 140736788938272 140613481613840 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32256] ppid=32247 vsize=28231644 memory=140340405302191 CPUtime=0 cores=0-7
/proc/32249/task/32256/stat : 32256 (java) S 32247 32247 31706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420128034 28909203456 12573 33554432000 4194304 4196468 140736788938272 140613480561296 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32257] ppid=32247 vsize=28231644 memory=140340405304496 CPUtime=0 cores=0-7
/proc/32249/task/32257/stat : 32257 (java) S 32247 32247 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420128034 28909203456 12573 33554432000 4194304 4196468 140736788938272 140613479508240 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32258] ppid=32247 vsize=28231644 memory=140340405306800 CPUtime=0 cores=0-7
/proc/32249/task/32258/stat : 32258 (java) S 32247 32247 31706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420128034 28909203456 12573 33554432000 4194304 4196468 140736788938272 140613478455696 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32259] ppid=32247 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32259/stat : 32259 (java) S 32247 32247 31706 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420128035 28909203456 12573 33554432000 4194304 4196468 140736788938272 140611761629936 140613565983362 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32260] ppid=32247 vsize=28231644 memory=280680810620560 CPUtime=0 cores=0-7
/proc/32249/task/32260/stat : 32260 (java) S 32247 32247 31706 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420128036 28909203456 12573 33554432000 4194304 4196468 140736788938272 140611760576160 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32261] ppid=32247 vsize=28231644 memory=280680810627472 CPUtime=0 cores=0-7
/proc/32249/task/32261/stat : 32261 (java) S 32247 32247 31706 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420128036 28909203456 12573 33554432000 4194304 4196468 140736788938272 140611759523056 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32262] ppid=32247 vsize=28231644 memory=280680810568752 CPUtime=0 cores=0-7
/proc/32249/task/32262/stat : 32262 (java) S 32247 32247 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420128038 28909203456 12573 33554432000 4194304 4196468 140736788938272 140611758471632 140613565990811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32263] ppid=32247 vsize=28231644 memory=280680810641296 CPUtime=0.02 cores=0-7
/proc/32249/task/32263/stat : 32263 (java) S 32247 32247 31706 0 -1 1077944384 550 0 0 0 2 0 0 0 20 0 20 0 420128038 28909203456 12573 33554432000 4194304 4196468 140736788938272 140611757418736 140613565983362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32264] ppid=32247 vsize=28231644 memory=280680810648208 CPUtime=0.03 cores=0-7
/proc/32249/task/32264/stat : 32264 (java) R 32247 32247 31706 0 -1 4202560 271 0 0 0 3 0 0 0 20 0 20 0 420128038 28909203456 12573 33554432000 4194304 4196468 140736788938272 140611756356576 140613565993562 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32265] ppid=32247 vsize=28231644 memory=280680810645904 CPUtime=0.02 cores=0-7
/proc/32249/task/32265/stat : 32265 (java) S 32247 32247 31706 0 -1 1077944384 99 0 0 0 2 0 0 0 20 0 20 0 420128038 28909203456 12573 33554432000 4194304 4196468 140736788938272 140611755313136 140613565983362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32266] ppid=32247 vsize=28231644 memory=280680810662064 CPUtime=0.12 cores=0-7
/proc/32249/task/32266/stat : 32266 (java) S 32247 32247 31706 0 -1 1077944384 859 0 0 0 12 0 0 0 20 0 20 0 420128038 28909203456 12573 33554432000 4194304 4196468 140736788938272 140611754260592 140613565983362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32267] ppid=32247 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32267/stat : 32267 (java) S 32247 32247 31706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420128039 28909203456 12573 33554432000 4194304 4196468 140736788938272 140611753208800 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32268] ppid=32247 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/32249/task/32268/stat : 32268 (java) S 32247 32247 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420128039 28909203456 12573 33554432000 4194304 4196468 140736788938272 140611752156336 140613565983362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51744 KiB

[startup+0.704496 s]
/proc/loadavg: 7.46 7.95 7.96 5/211 32268
/proc/meminfo: memFree=30544148/32770624 swapFree=66927260/67108860
[pid=32247] ppid=32244 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32247/stat : 32247 (xcsp3-exec) S 32244 32247 31706 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420128032 115843072 363 33554432000 4194304 5098028 140732283204288 140732283202392 139864659878524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39976960 140732283208566 140732283208809 140732283208809 140732283211722 0
/proc/32247/statm: 28282 363 304 221 0 87 0
[pid=32249] ppid=32247 vsize=28766280 memory=181216 CPUtime=2.06 cores=0-7
/proc/32249/stat : 32249 (java) S 32247 32247 31706 0 -1 1077944320 18353 0 0 0 195 11 0 0 20 0 23 0 420128033 29456670720 45304 33554432000 4194304 4196468 140736788938272 140736788920816 140613565972215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
/proc/32249/statm: 7191570 45304 3455 1 0 7152672 0
[pid=32249/tid=32250] ppid=32247 vsize=28766280 memory=280680811019952 CPUtime=0.53 cores=0-7
/proc/32249/task/32250/stat : 32250 (java) S 32247 32247 31706 0 -1 1077944384 8673 0 0 0 50 3 0 0 20 0 23 0 420128033 29456670720 45304 33554432000 4194304 4196468 140736788938272 140613570212992 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32251] ppid=32247 vsize=28766280 memory=140340405511024 CPUtime=0 cores=0-7
/proc/32249/task/32251/stat : 32251 (java) S 32247 32247 31706 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 23 0 420128034 29456670720 45304 33554432000 4194304 4196468 140736788938272 140613485825040 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32252] ppid=32247 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32252/stat : 32252 (java) S 32247 32247 31706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 23 0 420128034 29456670720 45304 33554432000 4194304 4196468 140736788938272 140613484772512 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32253] ppid=32247 vsize=28766280 memory=1124 CPUtime=0 cores=0-7
/proc/32249/task/32253/stat : 32253 (java) R 32247 32247 31706 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 23 0 420128034 29456670720 45304 33554432000 4194304 4196468 140736788938272 140613483719560 140613558600423 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0

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

[pid=32249/tid=32590] ppid=32247 vsize=28968020 memory=7956005031678667109 CPUtime=53.44 cores=0-7
/proc/32249/task/32590/stat : 32590 (java) R 32247 32247 31706 0 -1 4202560 2874 0 0 0 5333 11 0 0 20 0 28 0 420128203 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611738734680 140613161462800 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32591] ppid=32247 vsize=28968020 memory=6935649255759570256 CPUtime=38 cores=0-7
/proc/32249/task/32591/stat : 32591 (java) S 32247 32247 31706 0 -1 1077944384 2131 0 0 0 3788 12 0 0 20 0 28 0 420128203 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611732424048 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32592] ppid=32247 vsize=28968020 memory=4638778398329547360 CPUtime=38.02 cores=0-7
/proc/32249/task/32592/stat : 32592 (java) S 32247 32247 31706 0 -1 1077944384 2014 0 0 0 3774 28 0 0 20 0 28 0 420128203 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611739792368 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32593] ppid=32247 vsize=28968020 memory=303430223234596890 CPUtime=38.21 cores=0-7
/proc/32249/task/32593/stat : 32593 (java) S 32247 32247 31706 0 -1 1077944384 2071 0 0 0 3798 23 0 0 20 0 28 0 420128203 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611734529136 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32594] ppid=32247 vsize=28968020 memory=288230596050944315 CPUtime=37.97 cores=0-7
/proc/32249/task/32594/stat : 32594 (java) S 32247 32247 31706 0 -1 1077944384 4644 0 0 0 3771 26 0 0 20 0 28 0 420128203 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611740844784 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32595] ppid=32247 vsize=28968020 memory=15538522534712410 CPUtime=37.95 cores=0-7
/proc/32249/task/32595/stat : 32595 (java) S 32247 32247 31706 0 -1 1077944384 189 0 0 0 3793 2 0 0 20 0 28 0 420128203 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611742950256 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
Current children cumulated CPU time: 334.17 s
Current children cumulated vsize: 29081148 KiB
Current children cumulated memory: 3490032 KiB

[startup+56.8011 s]
/proc/loadavg: 6.06 7.55 7.82 2/219 32598
/proc/meminfo: memFree=27115104/32770624 swapFree=66927260/67108860
[pid=32247] ppid=32244 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32247/stat : 32247 (xcsp3-exec) S 32244 32247 31706 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420128032 115843072 363 33554432000 4194304 5098028 140732283204288 140732283202392 139864659878524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39976960 140732283208566 140732283208809 140732283208809 140732283211722 0
/proc/32247/statm: 28282 363 304 221 0 87 0
[pid=32249] ppid=32247 vsize=28968020 memory=3488580 CPUtime=334.96 cores=0-7
/proc/32249/stat : 32249 (java) S 32247 32247 31706 0 -1 1077944320 64463 0 0 0 33291 205 0 0 20 0 28 0 420128033 29663252480 872145 33554432000 4194304 4196468 140736788938272 140736788920816 140613565972215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
/proc/32249/statm: 7242005 872145 3522 1 0 7203107 0
[pid=32249/tid=32250] ppid=32247 vsize=28968020 memory=7236229500900889449 CPUtime=0.56 cores=0-7
/proc/32249/task/32250/stat : 32250 (java) S 32247 32247 31706 0 -1 1077944384 8678 0 0 0 52 4 0 0 20 0 28 0 420128033 29663252480 872145 33554432000 4194304 4196468 140736788938272 140613570212992 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32251] ppid=32247 vsize=28968020 memory=7302137548181694573 CPUtime=0.24 cores=0-7
/proc/32249/task/32251/stat : 32251 (java) S 32247 32247 31706 0 -1 1077944384 398 0 0 0 15 9 0 0 20 0 28 0 420128034 29663252480 872145 33554432000 4194304 4196468 140736788938272 140613485825040 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32252] ppid=32247 vsize=28968020 memory=7810763844726514514 CPUtime=0.23 cores=0-7
/proc/32249/task/32252/stat : 32252 (java) S 32247 32247 31706 0 -1 1077944384 391 0 0 0 15 8 0 0 20 0 28 0 420128034 29663252480 872145 33554432000 4194304 4196468 140736788938272 140613484772496 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32253] ppid=32247 vsize=28968020 memory=1452 CPUtime=0.24 cores=0-7
/proc/32249/task/32253/stat : 32253 (java) S 32247 32247 31706 0 -1 1077944384 686 0 0 0 15 9 0 0 20 0 28 0 420128034 29663252480 872145 33554432000 4194304 4196468 140736788938272 140613483719440 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32254] ppid=32247 vsize=28968020 memory=3488580 CPUtime=0.24 cores=0-7
/proc/32249/task/32254/stat : 32254 (java) S 32247 32247 31706 0 -1 1077944384 1491 0 0 0 15 9 0 0 20 0 28 0 420128034 29663252480 872145 33554432000 4194304 4196468 140736788938272 140613482666896 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32255] ppid=32247 vsize=28968020 memory=15538522534712410 CPUtime=0.24 cores=0-7
/proc/32249/task/32255/stat : 32255 (java) S 32247 32247 31706 0 -1 1077944384 420 0 0 0 15 9 0 0 20 0 28 0 420128034 29663252480 872145 33554432000 4194304 4196468 140736788938272 140613481613840 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32256] ppid=32247 vsize=28968020 memory=1452 CPUtime=0.24 cores=0-7
/proc/32249/task/32256/stat : 32256 (java) S 32247 32247 31706 0 -1 1077944384 532 0 0 0 15 9 0 0 20 0 28 0 420128034 29663252480 872145 33554432000 4194304 4196468 140736788938272 140613480561296 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32257] ppid=32247 vsize=28968020 memory=1452 CPUtime=0.24 cores=0-7
/proc/32249/task/32257/stat : 32257 (java) S 32247 32247 31706 0 -1 1077944384 298 0 0 0 15 9 0 0 20 0 28 0 420128034 29663252480 872145 33554432000 4194304 4196468 140736788938272 140613479508240 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32258] ppid=32247 vsize=28968020 memory=3488556 CPUtime=0.25 cores=0-7
/proc/32249/task/32258/stat : 32258 (java) S 32247 32247 31706 0 -1 1077944384 354 0 0 0 16 9 0 0 20 0 28 0 420128034 29663252480 872145 33554432000 4194304 4196468 140736788938272 140613478455696 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32259] ppid=32247 vsize=28968020 memory=14068 CPUtime=0.02 cores=0-7
/proc/32249/task/32259/stat : 32259 (java) S 32247 32247 31706 0 -1 1077944384 3276 0 0 0 2 0 0 0 20 0 28 0 420128035 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611761629936 140613565983362 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32260] ppid=32247 vsize=28968020 memory=528 CPUtime=0 cores=0-7
/proc/32249/task/32260/stat : 32260 (java) S 32247 32247 31706 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 420128036 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611760576224 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32261] ppid=32247 vsize=28968020 memory=1560 CPUtime=0 cores=0-7
/proc/32249/task/32261/stat : 32261 (java) S 32247 32247 31706 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 420128036 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611759523072 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32262] ppid=32247 vsize=28968020 memory=3580 CPUtime=0 cores=0-7
/proc/32249/task/32262/stat : 32262 (java) S 32247 32247 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420128038 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611758471632 140613565990811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32263] ppid=32247 vsize=28968020 memory=41236 CPUtime=1.73 cores=0-7
/proc/32249/task/32263/stat : 32263 (java) S 32247 32247 31706 0 -1 1077944384 5120 0 0 0 171 2 0 0 20 0 28 0 420128038 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611757418736 140613565983362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32264] ppid=32247 vsize=28968020 memory=2028 CPUtime=2.04 cores=0-7
/proc/32249/task/32264/stat : 32264 (java) S 32247 32247 31706 0 -1 1077944384 7519 0 0 0 202 2 0 0 20 0 28 0 420128038 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611756366192 140613565983362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32265] ppid=32247 vsize=28968020 memory=988 CPUtime=1.79 cores=0-7
/proc/32249/task/32265/stat : 32265 (java) S 32247 32247 31706 0 -1 1077944384 6643 0 0 0 177 2 0 0 20 0 28 0 420128038 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611755313136 140613565983362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32266] ppid=32247 vsize=28968020 memory=1436 CPUtime=0.8 cores=0-7
/proc/32249/task/32266/stat : 32266 (java) S 32247 32247 31706 0 -1 1077944384 6250 0 0 0 78 2 0 0 20 0 28 0 420128038 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611754260592 140613565983362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32267] ppid=32247 vsize=28968020 memory=9592 CPUtime=0 cores=0-7
/proc/32249/task/32267/stat : 32267 (java) S 32247 32247 31706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420128039 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611753208800 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32268] ppid=32247 vsize=28968020 memory=776 CPUtime=0.01 cores=0-7
/proc/32249/task/32268/stat : 32268 (java) S 32247 32247 31706 0 -1 1077944384 823 0 0 0 0 1 0 0 20 0 28 0 420128039 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611752156336 140613565983362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32588] ppid=32247 vsize=28968020 memory=1540 CPUtime=38.38 cores=0-7
/proc/32249/task/32588/stat : 32588 (java) S 32247 32247 31706 0 -1 1077944384 273 0 0 0 3836 2 0 0 20 0 28 0 420128203 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611736633408 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32589] ppid=32247 vsize=28968020 memory=692 CPUtime=37.91 cores=0-7
/proc/32249/task/32589/stat : 32589 (java) S 32247 32247 31706 0 -1 1077944384 257 0 0 0 3790 1 0 0 20 0 28 0 420128203 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611733476976 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32590] ppid=32247 vsize=28968020 memory=4152 CPUtime=54.23 cores=0-7
/proc/32249/task/32590/stat : 32590 (java) R 32247 32247 31706 0 -1 4202560 2895 0 0 0 5412 11 0 0 20 0 28 0 420128203 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611738734680 140613152543557 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32591] ppid=32247 vsize=28968020 memory=6791534058613427641 CPUtime=38 cores=0-7
/proc/32249/task/32591/stat : 32591 (java) S 32247 32247 31706 0 -1 1077944384 2131 0 0 0 3788 12 0 0 20 0 28 0 420128203 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611732424048 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32592] ppid=32247 vsize=28968020 memory=3488580 CPUtime=38.02 cores=0-7
/proc/32249/task/32592/stat : 32592 (java) S 32247 32247 31706 0 -1 1077944384 2014 0 0 0 3774 28 0 0 20 0 28 0 420128203 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611739792368 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32593] ppid=32247 vsize=28968020 memory=6791534058613427641 CPUtime=38.21 cores=0-7
/proc/32249/task/32593/stat : 32593 (java) S 32247 32247 31706 0 -1 1077944384 2071 0 0 0 3798 23 0 0 20 0 28 0 420128203 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611734529136 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32594] ppid=32247 vsize=28968020 memory=4872558044660077418 CPUtime=37.97 cores=0-7
/proc/32249/task/32594/stat : 32594 (java) S 32247 32247 31706 0 -1 1077944384 4644 0 0 0 3771 26 0 0 20 0 28 0 420128203 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611740844784 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32595] ppid=32247 vsize=28968020 memory=4152 CPUtime=37.95 cores=0-7
/proc/32249/task/32595/stat : 32595 (java) S 32247 32247 31706 0 -1 1077944384 189 0 0 0 3793 2 0 0 20 0 28 0 420128203 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611742950256 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
Current children cumulated CPU time: 334.96 s
Current children cumulated vsize: 29081148 KiB
Current children cumulated memory: 3490032 KiB

[startup+57.0011 s]*
/proc/loadavg: 6.06 7.55 7.82 2/219 32598
/proc/meminfo: memFree=27115104/32770624 swapFree=66927260/67108860
[pid=32247] ppid=32244 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32247/stat : 32247 (xcsp3-exec) S 32244 32247 31706 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420128032 115843072 363 33554432000 4194304 5098028 140732283204288 140732283202392 139864659878524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39976960 140732283208566 140732283208809 140732283208809 140732283211722 0
/proc/32247/statm: 28282 363 304 221 0 87 0
[pid=32249] ppid=32247 vsize=28968020 memory=3488580 CPUtime=335.17 cores=0-7
/proc/32249/stat : 32249 (java) S 32247 32247 31706 0 -1 1077944320 64538 0 0 0 33312 205 0 0 20 0 28 0 420128033 29663252480 872145 33554432000 4194304 4196468 140736788938272 140736788920816 140613565972215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
/proc/32249/statm: 7242005 872145 3522 1 0 7203107 0
[pid=32249/tid=32250] ppid=32247 vsize=28968020 memory=6791534058613427641 CPUtime=0.56 cores=0-7
/proc/32249/task/32250/stat : 32250 (java) S 32247 32247 31706 0 -1 1077944384 8678 0 0 0 52 4 0 0 20 0 28 0 420128033 29663252480 872145 33554432000 4194304 4196468 140736788938272 140613570212992 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32251] ppid=32247 vsize=28968020 memory=4872558044660077418 CPUtime=0.24 cores=0-7
/proc/32249/task/32251/stat : 32251 (java) S 32247 32247 31706 0 -1 1077944384 398 0 0 0 15 9 0 0 20 0 28 0 420128034 29663252480 872145 33554432000 4194304 4196468 140736788938272 140613485825040 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32252] ppid=32247 vsize=28968020 memory=916 CPUtime=0.23 cores=0-7
/proc/32249/task/32252/stat : 32252 (java) S 32247 32247 31706 0 -1 1077944384 391 0 0 0 15 8 0 0 20 0 28 0 420128034 29663252480 872145 33554432000 4194304 4196468 140736788938272 140613484772496 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32253] ppid=32247 vsize=28968020 memory=1656 CPUtime=0.24 cores=0-7
/proc/32249/task/32253/stat : 32253 (java) S 32247 32247 31706 0 -1 1077944384 686 0 0 0 15 9 0 0 20 0 28 0 420128034 29663252480 872145 33554432000 4194304 4196468 140736788938272 140613483719440 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32254] ppid=32247 vsize=28968020 memory=14004 CPUtime=0.24 cores=0-7
/proc/32249/task/32254/stat : 32254 (java) S 32247 32247 31706 0 -1 1077944384 1491 0 0 0 15 9 0 0 20 0 28 0 420128034 29663252480 872145 33554432000 4194304 4196468 140736788938272 140613482666896 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32255] ppid=32247 vsize=28968020 memory=2120 CPUtime=0.24 cores=0-7
/proc/32249/task/32255/stat : 32255 (java) S 32247 32247 31706 0 -1 1077944384 420 0 0 0 15 9 0 0 20 0 28 0 420128034 29663252480 872145 33554432000 4194304 4196468 140736788938272 140613481613840 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32256] ppid=32247 vsize=28968020 memory=22332 CPUtime=0.24 cores=0-7
/proc/32249/task/32256/stat : 32256 (java) S 32247 32247 31706 0 -1 1077944384 532 0 0 0 15 9 0 0 20 0 28 0 420128034 29663252480 872145 33554432000 4194304 4196468 140736788938272 140613480561296 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32257] ppid=32247 vsize=28968020 memory=14068 CPUtime=0.24 cores=0-7
/proc/32249/task/32257/stat : 32257 (java) S 32247 32247 31706 0 -1 1077944384 298 0 0 0 15 9 0 0 20 0 28 0 420128034 29663252480 872145 33554432000 4194304 4196468 140736788938272 140613479508240 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32258] ppid=32247 vsize=28968020 memory=528 CPUtime=0.25 cores=0-7
/proc/32249/task/32258/stat : 32258 (java) S 32247 32247 31706 0 -1 1077944384 354 0 0 0 16 9 0 0 20 0 28 0 420128034 29663252480 872145 33554432000 4194304 4196468 140736788938272 140613478455696 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32259] ppid=32247 vsize=28968020 memory=33 CPUtime=0.02 cores=0-7
/proc/32249/task/32259/stat : 32259 (java) S 32247 32247 31706 0 -1 1077944384 3276 0 0 0 2 0 0 0 20 0 28 0 420128035 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611761629936 140613565983362 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32260] ppid=32247 vsize=28968020 memory=-2746958450906831424 CPUtime=0 cores=0-7
/proc/32249/task/32260/stat : 32260 (java) S 32247 32247 31706 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 420128036 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611760576224 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32261] ppid=32247 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32261/stat : 32261 (java) S 32247 32247 31706 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 420128036 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611759523072 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32262] ppid=32247 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32262/stat : 32262 (java) S 32247 32247 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420128038 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611758471632 140613565990811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32263] ppid=32247 vsize=28968020 memory=6791534058613427641 CPUtime=1.73 cores=0-7
/proc/32249/task/32263/stat : 32263 (java) S 32247 32247 31706 0 -1 1077944384 5120 0 0 0 171 2 0 0 20 0 28 0 420128038 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611757418736 140613565983362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32264] ppid=32247 vsize=28968020 memory=0 CPUtime=2.04 cores=0-7
/proc/32249/task/32264/stat : 32264 (java) S 32247 32247 31706 0 -1 1077944384 7519 0 0 0 202 2 0 0 20 0 28 0 420128038 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611756366192 140613565983362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32265] ppid=32247 vsize=28968020 memory=0 CPUtime=1.79 cores=0-7
/proc/32249/task/32265/stat : 32265 (java) S 32247 32247 31706 0 -1 1077944384 6643 0 0 0 177 2 0 0 20 0 28 0 420128038 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611755313136 140613565983362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32266] ppid=32247 vsize=28968020 memory=279954558353052 CPUtime=0.8 cores=0-7
/proc/32249/task/32266/stat : 32266 (java) S 32247 32247 31706 0 -1 1077944384 6250 0 0 0 78 2 0 0 20 0 28 0 420128038 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611754260592 140613565983362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32267] ppid=32247 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/32249/task/32267/stat : 32267 (java) S 32247 32247 31706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420128039 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611753208800 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32268] ppid=32247 vsize=28968020 memory=0 CPUtime=0.01 cores=0-7
/proc/32249/task/32268/stat : 32268 (java) S 32247 32247 31706 0 -1 1077944384 855 0 0 0 0 1 0 0 20 0 28 0 420128039 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611752156336 140613565983362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32588] ppid=32247 vsize=28968020 memory=2241 CPUtime=38.38 cores=0-7
/proc/32249/task/32588/stat : 32588 (java) S 32247 32247 31706 0 -1 1077944384 273 0 0 0 3836 2 0 0 20 0 28 0 420128203 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611736633408 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32589] ppid=32247 vsize=28968020 memory=2244 CPUtime=37.91 cores=0-7
/proc/32249/task/32589/stat : 32589 (java) S 32247 32247 31706 0 -1 1077944384 257 0 0 0 3790 1 0 0 20 0 28 0 420128203 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611733476976 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32590] ppid=32247 vsize=28968020 memory=6791534058613427641 CPUtime=54.44 cores=0-7
/proc/32249/task/32590/stat : 32590 (java) R 32247 32247 31706 0 -1 4202560 2917 0 0 0 5433 11 0 0 20 0 28 0 420128203 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611738734680 140613161462855 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32591] ppid=32247 vsize=28968020 memory=140340406452112 CPUtime=38 cores=0-7
/proc/32249/task/32591/stat : 32591 (java) S 32247 32247 31706 0 -1 1077944384 2131 0 0 0 3788 12 0 0 20 0 28 0 420128203 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611732424048 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32592] ppid=32247 vsize=28968020 memory=0 CPUtime=38.02 cores=0-7
/proc/32249/task/32592/stat : 32592 (java) S 32247 32247 31706 0 -1 1077944384 2014 0 0 0 3774 28 0 0 20 0 28 0 420128203 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611739792368 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32593] ppid=32247 vsize=28968020 memory=0 CPUtime=38.21 cores=0-7
/proc/32249/task/32593/stat : 32593 (java) S 32247 32247 31706 0 -1 1077944384 2071 0 0 0 3798 23 0 0 20 0 28 0 420128203 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611734529136 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32594] ppid=32247 vsize=28968020 memory=0 CPUtime=37.97 cores=0-7
/proc/32249/task/32594/stat : 32594 (java) S 32247 32247 31706 0 -1 1077944384 4644 0 0 0 3771 26 0 0 20 0 28 0 420128203 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611740844784 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
[pid=32249/tid=32595] ppid=32247 vsize=28968020 memory=140340406495504 CPUtime=37.95 cores=0-7
/proc/32249/task/32595/stat : 32595 (java) S 32247 32247 31706 0 -1 1077944384 189 0 0 0 3793 2 0 0 20 0 28 0 420128203 29663252480 872145 33554432000 4194304 4196468 140736788938272 140611742950256 140613565982421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17285120 140736788943850 140736788944022 140736788944022 140736788946895 0
Current children cumulated CPU time: 335.17 s
Current children cumulated vsize: 29081148 KiB
Current children cumulated memory: 3490032 KiB

[startup+57.1096 s]
/proc/loadavg: 6.06 7.55 7.82 2/219 32598
/proc/meminfo: memFree=27115104/32770624 swapFree=66927260/67108860
[pid=32247] ppid=32244 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32247/stat : 32247 (xcsp3-exec) S 32244 32247 31706 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420128032 115843072 363 33554432000 4194304 5098028 140732283204288 140732283202392 139864659878524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39976960 140732283208566 140732283208809 140732283208809 140732283211722 0
/proc/32247/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 0
Real time (s): 57.1156
CPU time (s): 335.339
CPU user time (s): 333.245
CPU system time (s): 2.09395
CPU usage (%): 587.124
Max. virtual memory (cumulated for all children) (KiB): 29082172
Max. memory (cumulated for all children) (KiB): 3490032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 333.245
system time used= 2.09395
maximum resident set size= 3490608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68252
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19024
involuntary context switches= 3835


# summary of solver processes directly reported to runsolver:
#   pid: 32247
#   total CPU time (s): 335.339
#   total CPU user time (s): 333.245
#   total CPU system time (s): 2.09395

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.513645 second user time and 0.70452 second system time

The end

Launcher Data

Begin job on node137 at 2019-09-14 07:26:05
IDJOB=4394542
IDBENCH=135491
IDSOLVER=2843
FILE ID=node137/4394542-1568438807
RUNJOBID= node137-1568437903-31733
PBS_JOBID= 21702324
Free space on /tmp= 61428 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-marketSplit/Pb-msplit-opt-4-30-3.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-4394542-1568438807/watcher-4394542-1568438807 -o /tmp/evaluation-result-4394542-1568438807/solver-4394542-1568438807 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node137-1568437903-31733 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 704386103 HOME/instance-4394542-1568438807.xml

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

MD5SUM BENCH= caf7afe645c801dd46bb53c517bf0cee
RANDOM SEED=704386103

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.00
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:        30597772 kB
MemAvailable:   31818440 kB
Buffers:           92856 kB
Cached:          1407156 kB
SwapCached:        77548 kB
Active:          1432308 kB
Inactive:         149128 kB
Active(anon):       4064 kB
Inactive(anon):   118296 kB
Active(file):    1428244 kB
Inactive(file):    30832 kB
Unevictable:      108700 kB
Mlocked:          108700 kB
SwapTotal:      67108860 kB
SwapFree:       66927260 kB
Dirty:             26300 kB
Writeback:             0 kB
AnonPages:        170320 kB
Mapped:            44980 kB
Shmem:             32772 kB
Slab:             184032 kB
SReclaimable:     154852 kB
SUnreclaim:        29180 kB
KernelStack:        3712 kB
PageTables:         5764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61404 MiB
End job on node137 at 2019-09-14 07:27:02