Trace number 4394526

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 parallelWrong Opt.76 6.23587 1.4399

General information on the benchmark

NameRcpsp/Rcpsp-m1-j90/
Rcpsp-j90-06-08.xml
MD5SUM8d7da43fda8420e04b4d8dcd0c7711ab
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark68
Best CPU time to get the best result obtained on this benchmark35.3822
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints142
Number of domains2
Minimum domain size1
Maximum domain size505
Distribution of domain sizes[{"size":1,"count":1},{"size":505,"count":91}]
Minimum variable degree3
Maximum variable degree7
Distribution of variable degrees[{"degree":3,"count":10},{"degree":4,"count":26},{"degree":5,"count":23},{"degree":6,"count":22},{"degree":7,"count":11}]
Minimum constraint arity2
Maximum constraint arity48
Distribution of constraint arities[{"arity":2,"count":138},{"arity":42,"count":1},{"arity":43,"count":1},{"arity":48,"count":2}]
Number of extensional constraints0
Number of intensional constraints138
Distribution of constraint types[{"type":"intension","count":138},{"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-4394526-1568431364.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394526-1568431364.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
2.15/0.81	c solve instance...
3.55/1.09	o 504 
4.24/1.15	o 85 
4.24/1.17	o 82 
4.74/1.23	o 80 
4.74/1.25	o 79 
4.74/1.28	o 78 
4.74/1.29	o 77 
6.13/1.40	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (237/311)
6.13/1.40		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
6.13/1.40		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
6.13/1.40		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
6.13/1.40		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
6.13/1.40		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
6.13/1.40	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (237/311)
6.13/1.40		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
6.13/1.40		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
6.13/1.40		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
6.13/1.40		at org.chocosolver.solver.Solver.repair(Solver.java:443)
6.13/1.40		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
6.13/1.40		at org.chocosolver.solver.Solver.solve(Solver.java:262)
6.13/1.40		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
6.13/1.40		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
6.13/1.40		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
6.13/1.40		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
6.13/1.40		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
6.13/1.40		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
6.13/1.40		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
6.13/1.40		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
6.13/1.40		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
6.13/1.40		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
6.13/1.40	o 76 
6.13/1.40	s OPTIMUM FOUND
6.13/1.40	v <instantiation>
6.13/1.40	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] </list>
6.13/1.40	v 	<values>0 0 0 0 6 4 6 16 9 16 6 25 9 12 12 4 13 16 13 15 11 17 17 20 8 15 23 11 30 16 30 23 18 12 17 17 25 25 9 27 30 40 33 33 36 9 26 25 35 33 32 36 33 49 38 33 33 40 4 43 32 48 46 44 44 46 44 33 56 43 46 51 50 51 59 58 22 48 52 51 52 62 51 62 58 64 59 67 70 73 69 76 </values>
6.13/1.40	v </instantiation>

Verifier Data

OK	76

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394526-1568431364/watcher-4394526-1568431364 -o /tmp/evaluation-result-4394526-1568431364/solver-4394526-1568431364 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node123-1568427739-4319 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1281181214 HOME/instance-4394526-1568431364.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=5449, runsolver pid=5446
Current StackSize limit: 8192 KiB


[startup+0.100131 s]*
/proc/loadavg: 7.41 5.20 4.39 2/212 5470
/proc/meminfo: memFree=28070628/32770624 swapFree=66999932/67108860
[pid=5449] ppid=5446 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/5449/stat : 5449 (xcsp3-exec) S 5446 5449 4292 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419401271 115843072 364 33554432000 4194304 5098028 140726384764256 140726384762360 140656356086396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8568832 140726384771957 140726384772201 140726384772201 140726384775114 0
/proc/5449/statm: 28282 364 305 221 0 87 0
[pid=5451] ppid=5449 vsize=28227388 memory=29876 CPUtime=0.12 cores=0-7
/proc/5451/stat : 5451 (java) S 5449 5449 4292 0 -1 1077944320 5942 0 0 0 11 1 0 0 20 0 20 0 419401271 28904845312 7469 33554432000 4194304 4196468 140737147615456 140737147598000 140417579630327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
/proc/5451/statm: 7056847 7469 3119 1 0 7019032 0
[pid=5451/tid=5452] ppid=5449 vsize=28227388 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/5451/task/5452/stat : 5452 (java) R 5449 5449 4292 0 -1 4202560 3843 0 0 0 8 0 0 0 20 0 20 0 419401271 28904845312 7469 33554432000 4194304 4196468 140737147615456 140417583862640 140417194670314 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5453] ppid=5449 vsize=28227388 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/5451/task/5453/stat : 5453 (java) S 5449 5449 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401272 28904845312 7469 33554432000 4194304 4196468 140737147615456 140417532250896 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5454] ppid=5449 vsize=28227388 memory=140575026443904 CPUtime=0 cores=0-7
/proc/5451/task/5454/stat : 5454 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401272 28904845312 7469 33554432000 4194304 4196468 140737147615456 140417531198352 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5455] ppid=5449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5455/stat : 5455 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401272 28904845312 7469 33554432000 4194304 4196468 140737147615456 140417530145808 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5456] ppid=5449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5456/stat : 5456 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401272 28904845312 7469 33554432000 4194304 4196468 140737147615456 140417529093264 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5457] ppid=5449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5457/stat : 5457 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401272 28904845312 7469 33554432000 4194304 4196468 140737147615456 140417528039696 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5458] ppid=5449 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/5451/task/5458/stat : 5458 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401272 28904845312 7469 33554432000 4194304 4196468 140737147615456 140417526987152 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5459] ppid=5449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5459/stat : 5459 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401272 28904845312 7469 33554432000 4194304 4196468 140737147615456 140417525934608 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5460] ppid=5449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5460/stat : 5460 (java) S 5449 5449 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419401272 28904845312 7469 33554432000 4194304 4196468 140737147615456 140417524882064 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5461] ppid=5449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5461/stat : 5461 (java) S 5449 5449 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401274 28904845312 7469 33554432000 4194304 4196468 140737147615456 140415707589104 140417579641474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5462] ppid=5449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5462/stat : 5462 (java) S 5449 5449 4292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419401274 28904845312 7469 33554432000 4194304 4196468 140737147615456 140415706535328 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5463] ppid=5449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5463/stat : 5463 (java) S 5449 5449 4292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419401274 28904845312 7469 33554432000 4194304 4196468 140737147615456 140415705482736 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5464] ppid=5449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5464/stat : 5464 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401277 28904845312 7469 33554432000 4194304 4196468 140737147615456 140415704431312 140417579648923 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5465] ppid=5449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5465/stat : 5465 (java) S 5449 5449 4292 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 419401277 28904845312 7469 33554432000 4194304 4196468 140737147615456 140415703377904 140417579641474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5466] ppid=5449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5466/stat : 5466 (java) S 5449 5449 4292 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 419401277 28904845312 7469 33554432000 4194304 4196468 140737147615456 140415393945712 140417579641474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5467] ppid=5449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5467/stat : 5467 (java) S 5449 5449 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419401277 28904845312 7469 33554432000 4194304 4196468 140737147615456 140415392893168 140417579641474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5468] ppid=5449 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/5451/task/5468/stat : 5468 (java) R 5449 5449 4292 0 -1 4202560 367 0 0 0 2 0 0 0 20 0 20 0 419401277 28904845312 7469 33554432000 4194304 4196468 140737147615456 140415391840624 140417579642262 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5469] ppid=5449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5469/stat : 5469 (java) S 5449 5449 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419401277 28904845312 7469 33554432000 4194304 4196468 140737147615456 140415390788320 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5470] ppid=5449 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/5451/task/5470/stat : 5470 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401277 28904845312 7469 33554432000 4194304 4196468 140737147615456 140415389735856 140417579641474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31332 KiB

[startup+0.210693 s]*
/proc/loadavg: 7.41 5.20 4.39 3/212 5470
/proc/meminfo: memFree=28057368/32770624 swapFree=66999932/67108860
[pid=5449] ppid=5446 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/5449/stat : 5449 (xcsp3-exec) S 5446 5449 4292 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419401271 115843072 364 33554432000 4194304 5098028 140726384764256 140726384762360 140656356086396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8568832 140726384771957 140726384772201 140726384772201 140726384775114 0
/proc/5449/statm: 28282 364 305 221 0 87 0
[pid=5451] ppid=5449 vsize=28227388 memory=41240 CPUtime=0.34 cores=0-7
/proc/5451/stat : 5451 (java) S 5449 5449 4292 0 -1 1077944320 9495 0 0 0 31 3 0 0 20 0 20 0 419401271 28904845312 10310 33554432000 4194304 4196468 140737147615456 140737147598000 140417579630327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
/proc/5451/statm: 7056847 10310 3314 1 0 7019032 0
[pid=5451/tid=5452] ppid=5449 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/5451/task/5452/stat : 5452 (java) R 5449 5449 4292 0 -1 4202560 6660 0 0 0 18 2 0 0 20 0 20 0 419401271 28904845312 10310 33554432000 4194304 4196468 140737147615456 140417583863792 140417563710814 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5453] ppid=5449 vsize=28227388 memory=331 CPUtime=0 cores=0-7
/proc/5451/task/5453/stat : 5453 (java) S 5449 5449 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401272 28904845312 10310 33554432000 4194304 4196468 140737147615456 140417532250896 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5454] ppid=5449 vsize=28227388 memory=140575026453636 CPUtime=0 cores=0-7
/proc/5451/task/5454/stat : 5454 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401272 28904845312 10310 33554432000 4194304 4196468 140737147615456 140417531198352 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5455] ppid=5449 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/5451/task/5455/stat : 5455 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401272 28904845312 10310 33554432000 4194304 4196468 140737147615456 140417530145808 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5456] ppid=5449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5456/stat : 5456 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401272 28904845312 10310 33554432000 4194304 4196468 140737147615456 140417529093264 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5457] ppid=5449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5457/stat : 5457 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401272 28904845312 10310 33554432000 4194304 4196468 140737147615456 140417528039696 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5458] ppid=5449 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/5451/task/5458/stat : 5458 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401272 28904845312 10310 33554432000 4194304 4196468 140737147615456 140417526987152 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5459] ppid=5449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5459/stat : 5459 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401272 28904845312 10310 33554432000 4194304 4196468 140737147615456 140417525934608 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5460] ppid=5449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5460/stat : 5460 (java) S 5449 5449 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419401272 28904845312 10310 33554432000 4194304 4196468 140737147615456 140417524882064 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5461] ppid=5449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5461/stat : 5461 (java) S 5449 5449 4292 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419401274 28904845312 10310 33554432000 4194304 4196468 140737147615456 140415707589104 140417579641474 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5462] ppid=5449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5462/stat : 5462 (java) S 5449 5449 4292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419401274 28904845312 10310 33554432000 4194304 4196468 140737147615456 140415706535328 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5463] ppid=5449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5463/stat : 5463 (java) S 5449 5449 4292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419401274 28904845312 10310 33554432000 4194304 4196468 140737147615456 140415705482736 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5464] ppid=5449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5464/stat : 5464 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401277 28904845312 10310 33554432000 4194304 4196468 140737147615456 140415704431312 140417579648923 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5465] ppid=5449 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/5451/task/5465/stat : 5465 (java) S 5449 5449 4292 0 -1 1077944384 551 0 0 0 2 0 0 0 20 0 20 0 419401277 28904845312 10310 33554432000 4194304 4196468 140737147615456 140415703377904 140417579641474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5466] ppid=5449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5466/stat : 5466 (java) S 5449 5449 4292 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 20 0 419401277 28904845312 10310 33554432000 4194304 4196468 140737147615456 140415393945712 140417579641474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5467] ppid=5449 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/5451/task/5467/stat : 5467 (java) S 5449 5449 4292 0 -1 1077944384 84 0 0 0 1 0 0 0 20 0 20 0 419401277 28904845312 10310 33554432000 4194304 4196468 140737147615456 140415392893168 140417579641474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5468] ppid=5449 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/5451/task/5468/stat : 5468 (java) S 5449 5449 4292 0 -1 1077944384 756 0 0 0 8 0 0 0 20 0 20 0 419401277 28904845312 10310 33554432000 4194304 4196468 140737147615456 140415391840624 140417579641474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5469] ppid=5449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5469/stat : 5469 (java) S 5449 5449 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419401277 28904845312 10310 33554432000 4194304 4196468 140737147615456 140415390788320 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5470] ppid=5449 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/5451/task/5470/stat : 5470 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401277 28904845312 10310 33554432000 4194304 4196468 140737147615456 140415389735856 140417579641474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42696 KiB

[startup+0.313372 s]*
/proc/loadavg: 7.41 5.20 4.39 3/212 5470
/proc/meminfo: memFree=28050344/32770624 swapFree=66999932/67108860
[pid=5449] ppid=5446 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/5449/stat : 5449 (xcsp3-exec) S 5446 5449 4292 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419401271 115843072 364 33554432000 4194304 5098028 140726384764256 140726384762360 140656356086396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8568832 140726384771957 140726384772201 140726384772201 140726384775114 0
/proc/5449/statm: 28282 364 305 221 0 87 0
[pid=5451] ppid=5449 vsize=28231644 memory=50292 CPUtime=0.53 cores=0-7
/proc/5451/stat : 5451 (java) S 5449 5449 4292 0 -1 1077944320 10942 0 0 0 49 4 0 0 20 0 20 0 419401271 28909203456 12573 33554432000 4194304 4196468 140737147615456 140737147598000 140417579630327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
/proc/5451/statm: 7057911 12573 3357 1 0 7019032 0
[pid=5451/tid=5452] ppid=5449 vsize=28231644 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/5451/task/5452/stat : 5452 (java) R 5449 5449 4292 0 -1 4202560 7888 0 0 0 27 3 0 0 20 0 20 0 419401271 28909203456 12573 33554432000 4194304 4196468 140737147615456 140417583865416 140417579652253 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5453] ppid=5449 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5453/stat : 5453 (java) S 5449 5449 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401272 28909203456 12573 33554432000 4194304 4196468 140737147615456 140417532250896 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5454] ppid=5449 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5454/stat : 5454 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401272 28909203456 12573 33554432000 4194304 4196468 140737147615456 140417531198352 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5455] ppid=5449 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5455/stat : 5455 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401272 28909203456 12573 33554432000 4194304 4196468 140737147615456 140417530145808 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5456] ppid=5449 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5456/stat : 5456 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401272 28909203456 12573 33554432000 4194304 4196468 140737147615456 140417529093264 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5457] ppid=5449 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5457/stat : 5457 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401272 28909203456 12573 33554432000 4194304 4196468 140737147615456 140417528039696 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5458] ppid=5449 vsize=28231644 memory=140574883670703 CPUtime=0 cores=0-7
/proc/5451/task/5458/stat : 5458 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401272 28909203456 12573 33554432000 4194304 4196468 140737147615456 140417526987152 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5459] ppid=5449 vsize=28231644 memory=140574883673008 CPUtime=0 cores=0-7
/proc/5451/task/5459/stat : 5459 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401272 28909203456 12573 33554432000 4194304 4196468 140737147615456 140417525934608 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5460] ppid=5449 vsize=28231644 memory=140574883675312 CPUtime=0 cores=0-7
/proc/5451/task/5460/stat : 5460 (java) S 5449 5449 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419401272 28909203456 12573 33554432000 4194304 4196468 140737147615456 140417524882064 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5461] ppid=5449 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5461/stat : 5461 (java) S 5449 5449 4292 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419401274 28909203456 12573 33554432000 4194304 4196468 140737147615456 140415707589104 140417579641474 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5462] ppid=5449 vsize=28231644 memory=281149767364496 CPUtime=0 cores=0-7
/proc/5451/task/5462/stat : 5462 (java) S 5449 5449 4292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419401274 28909203456 12573 33554432000 4194304 4196468 140737147615456 140415706535328 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5463] ppid=5449 vsize=28231644 memory=281149767362192 CPUtime=0 cores=0-7
/proc/5451/task/5463/stat : 5463 (java) S 5449 5449 4292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419401274 28909203456 12573 33554432000 4194304 4196468 140737147615456 140415705482736 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5464] ppid=5449 vsize=28231644 memory=281149767369104 CPUtime=0 cores=0-7
/proc/5451/task/5464/stat : 5464 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401277 28909203456 12573 33554432000 4194304 4196468 140737147615456 140415704431312 140417579648923 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5465] ppid=5449 vsize=28231644 memory=281149767310384 CPUtime=0.02 cores=0-7
/proc/5451/task/5465/stat : 5465 (java) S 5449 5449 4292 0 -1 1077944384 554 0 0 0 2 0 0 0 20 0 20 0 419401277 28909203456 12573 33554432000 4194304 4196468 140737147615456 140415703377904 140417579641474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5466] ppid=5449 vsize=28231644 memory=281149767382928 CPUtime=0.03 cores=0-7
/proc/5451/task/5466/stat : 5466 (java) S 5449 5449 4292 0 -1 1077944384 258 0 0 0 3 0 0 0 20 0 20 0 419401277 28909203456 12573 33554432000 4194304 4196468 140737147615456 140415393945712 140417579641474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5467] ppid=5449 vsize=28231644 memory=281149767389840 CPUtime=0.03 cores=0-7
/proc/5451/task/5467/stat : 5467 (java) S 5449 5449 4292 0 -1 1077944384 100 0 0 0 3 0 0 0 20 0 20 0 419401277 28909203456 12573 33554432000 4194304 4196468 140737147615456 140415392893168 140417579641474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5468] ppid=5449 vsize=28231644 memory=281149767387536 CPUtime=0.12 cores=0-7
/proc/5451/task/5468/stat : 5468 (java) S 5449 5449 4292 0 -1 1077944384 850 0 0 0 12 0 0 0 20 0 20 0 419401277 28909203456 12573 33554432000 4194304 4196468 140737147615456 140415391840624 140417579641474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5469] ppid=5449 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5469/stat : 5469 (java) S 5449 5449 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419401277 28909203456 12573 33554432000 4194304 4196468 140737147615456 140415390788320 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5470] ppid=5449 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/5451/task/5470/stat : 5470 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401277 28909203456 12573 33554432000 4194304 4196468 140737147615456 140415389735856 140417579641474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51748 KiB

[startup+0.701024 s]
/proc/loadavg: 7.41 5.20 4.39 5/212 5470
/proc/meminfo: memFree=28031480/32770624 swapFree=66999932/67108860
[pid=5449] ppid=5446 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/5449/stat : 5449 (xcsp3-exec) S 5446 5449 4292 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419401271 115843072 364 33554432000 4194304 5098028 140726384764256 140726384762360 140656356086396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8568832 140726384771957 140726384772201 140726384772201 140726384775114 0
/proc/5449/statm: 28282 364 305 221 0 87 0
[pid=5451] ppid=5449 vsize=28233768 memory=90912 CPUtime=1.69 cores=0-7
/proc/5451/stat : 5451 (java) S 5449 5449 4292 0 -1 1077944320 15436 0 0 0 162 7 0 0 20 0 20 0 419401271 28911378432 22728 33554432000 4194304 4196468 140737147615456 140737147598000 140417579630327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
/proc/5451/statm: 7058442 22728 3451 1 0 7019544 0
[pid=5451/tid=5452] ppid=5449 vsize=28233768 memory=0 CPUtime=0.67 cores=0-7
/proc/5451/task/5452/stat : 5452 (java) R 5449 5449 4292 0 -1 4202560 9323 0 0 0 63 4 0 0 20 0 20 0 419401271 28911378432 22728 33554432000 4194304 4196468 140737147615456 140417583865664 140417194673697 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5453] ppid=5449 vsize=28233768 memory=140574883881840 CPUtime=0 cores=0-7
/proc/5451/task/5453/stat : 5453 (java) S 5449 5449 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401272 28911378432 22728 33554432000 4194304 4196468 140737147615456 140417532250896 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5454] ppid=5449 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5454/stat : 5454 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401272 28911378432 22728 33554432000 4194304 4196468 140737147615456 140417531198352 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5455] ppid=5449 vsize=28233768 memory=776 CPUtime=0 cores=0-7
/proc/5451/task/5455/stat : 5455 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401272 28911378432 22728 33554432000 4194304 4196468 140737147615456 140417530145808 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0

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

# the end of solver process 5449 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.06924 s, system=0.166627 s

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

[startup+0.8012 s]
/proc/loadavg: 7.41 5.20 4.39 5/212 5470
/proc/meminfo: memFree=28031480/32770624 swapFree=66999932/67108860
[pid=5449] ppid=5446 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/5449/stat : 5449 (xcsp3-exec) S 5446 5449 4292 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419401271 115843072 364 33554432000 4194304 5098028 140726384764256 140726384762360 140656356086396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8568832 140726384771957 140726384772201 140726384772201 140726384775114 0
/proc/5449/statm: 28282 364 305 221 0 87 0
[pid=5451] ppid=5449 vsize=28233768 memory=114620 CPUtime=2.15 cores=0-7
/proc/5451/stat : 5451 (java) S 5449 5449 4292 0 -1 1077944320 16727 0 0 0 208 7 0 0 20 0 20 0 419401271 28911378432 28655 33554432000 4194304 4196468 140737147615456 140737147598000 140417579630327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
/proc/5451/statm: 7058442 28655 3456 1 0 7019544 0
[pid=5451/tid=5452] ppid=5449 vsize=28233768 memory=5988 CPUtime=0.78 cores=0-7
/proc/5451/task/5452/stat : 5452 (java) R 5449 5449 4292 0 -1 4202560 9348 0 0 0 73 5 0 0 20 0 20 0 419401271 28911378432 28655 33554432000 4194304 4196468 140737147615456 140417583865696 140417579642262 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5453] ppid=5449 vsize=28233768 memory=1544 CPUtime=0 cores=0-7
/proc/5451/task/5453/stat : 5453 (java) S 5449 5449 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401272 28911378432 28655 33554432000 4194304 4196468 140737147615456 140417532250896 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5454] ppid=5449 vsize=28233768 memory=776 CPUtime=0 cores=0-7
/proc/5451/task/5454/stat : 5454 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401272 28911378432 28655 33554432000 4194304 4196468 140737147615456 140417531198352 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5455] ppid=5449 vsize=28233768 memory=1056 CPUtime=0 cores=0-7
/proc/5451/task/5455/stat : 5455 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401272 28911378432 28655 33554432000 4194304 4196468 140737147615456 140417530145808 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5456] ppid=5449 vsize=28233768 memory=7014751519650174545 CPUtime=0 cores=0-7
/proc/5451/task/5456/stat : 5456 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401272 28911378432 28655 33554432000 4194304 4196468 140737147615456 140417529093264 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5457] ppid=5449 vsize=28233768 memory=7523378988805411172 CPUtime=0 cores=0-7
/proc/5451/task/5457/stat : 5457 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401272 28911378432 28655 33554432000 4194304 4196468 140737147615456 140417528039696 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5458] ppid=5449 vsize=28233768 memory=7881696724453321575 CPUtime=0 cores=0-7
/proc/5451/task/5458/stat : 5458 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401272 28911378432 28655 33554432000 4194304 4196468 140737147615456 140417526987152 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5459] ppid=5449 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5459/stat : 5459 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401272 28911378432 28655 33554432000 4194304 4196468 140737147615456 140417525934608 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5460] ppid=5449 vsize=28233768 memory=33 CPUtime=0 cores=0-7
/proc/5451/task/5460/stat : 5460 (java) S 5449 5449 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419401272 28911378432 28655 33554432000 4194304 4196468 140737147615456 140417524882064 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5461] ppid=5449 vsize=28233768 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/5451/task/5461/stat : 5461 (java) S 5449 5449 4292 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419401274 28911378432 28655 33554432000 4194304 4196468 140737147615456 140415707589104 140417579641474 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5462] ppid=5449 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5462/stat : 5462 (java) S 5449 5449 4292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419401274 28911378432 28655 33554432000 4194304 4196468 140737147615456 140415706535328 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5463] ppid=5449 vsize=28233768 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/5451/task/5463/stat : 5463 (java) S 5449 5449 4292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419401274 28911378432 28655 33554432000 4194304 4196468 140737147615456 140415705482736 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5464] ppid=5449 vsize=28233768 memory=7518026621751088992 CPUtime=0 cores=0-7
/proc/5451/task/5464/stat : 5464 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401277 28911378432 28655 33554432000 4194304 4196468 140737147615456 140415704431312 140417579648923 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5465] ppid=5449 vsize=28233768 memory=7019257425709197167 CPUtime=0.26 cores=0-7
/proc/5451/task/5465/stat : 5465 (java) R 5449 5449 4292 0 -1 4202560 1533 0 0 0 26 0 0 0 20 0 20 0 419401277 28911378432 28655 33554432000 4194304 4196468 140737147615456 140415703359456 140417560816194 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5466] ppid=5449 vsize=28233768 memory=7444843076533644388 CPUtime=0.3 cores=0-7
/proc/5451/task/5466/stat : 5466 (java) R 5449 5449 4292 0 -1 4202560 1144 0 0 0 30 0 0 0 20 0 20 0 419401277 28911378432 28655 33554432000 4194304 4196468 140737147615456 140415393932240 140417557647336 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5467] ppid=5449 vsize=28233768 memory=5450909908396308010 CPUtime=0.27 cores=0-7
/proc/5451/task/5467/stat : 5467 (java) R 5449 5449 4292 0 -1 4202560 767 0 0 0 27 0 0 0 20 0 20 0 419401277 28911378432 28655 33554432000 4194304 4196468 140737147615456 140415392881840 140417557178163 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5468] ppid=5449 vsize=28233768 memory=-9102473451428748661 CPUtime=0.51 cores=0-7
/proc/5451/task/5468/stat : 5468 (java) R 5449 5449 4292 0 -1 4202560 2625 0 0 0 50 1 0 0 20 0 20 0 419401277 28911378432 28655 33554432000 4194304 4196468 140737147615456 140415391840624 140417558610153 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5469] ppid=5449 vsize=28233768 memory=6944613755328037015 CPUtime=0 cores=0-7
/proc/5451/task/5469/stat : 5469 (java) S 5449 5449 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419401277 28911378432 28655 33554432000 4194304 4196468 140737147615456 140415390788320 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5470] ppid=5449 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5470/stat : 5470 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401277 28911378432 28655 33554432000 4194304 4196468 140737147615456 140415389735856 140417579641474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
Current children cumulated CPU time: 2.15 s
Current children cumulated vsize: 28346896 KiB
Current children cumulated memory: 116076 KiB

[startup+1.20186 s]
/proc/loadavg: 7.86 5.32 4.43 10/220 5478
/proc/meminfo: memFree=27951704/32770624 swapFree=66999932/67108860
[pid=5449] ppid=5446 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/5449/stat : 5449 (xcsp3-exec) S 5446 5449 4292 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419401271 115843072 364 33554432000 4194304 5098028 140726384764256 140726384762360 140656356086396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8568832 140726384771957 140726384772201 140726384772201 140726384775114 0
/proc/5449/statm: 28282 364 305 221 0 87 0
[pid=5451] ppid=5449 vsize=28768328 memory=220268 CPUtime=4.74 cores=0-7
/proc/5451/stat : 5451 (java) S 5449 5449 4292 0 -1 1077944320 24879 0 0 0 460 14 0 0 20 0 27 0 419401271 29458767872 55067 33554432000 4194304 4196468 140737147615456 140737147598000 140417579630327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
/proc/5451/statm: 7192082 55067 3463 1 0 7153184 0
[pid=5451/tid=5452] ppid=5449 vsize=28768328 memory=0 CPUtime=0.82 cores=0-7
/proc/5451/task/5452/stat : 5452 (java) S 5449 5449 4292 0 -1 1077944384 9512 0 0 0 77 5 0 0 20 0 27 0 419401271 29458767872 55067 33554432000 4194304 4196468 140737147615456 140417583871104 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5453] ppid=5449 vsize=28768328 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/5451/task/5453/stat : 5453 (java) S 5449 5449 4292 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 27 0 419401272 29458767872 55067 33554432000 4194304 4196468 140737147615456 140417532250896 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5454] ppid=5449 vsize=28768328 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/5451/task/5454/stat : 5454 (java) S 5449 5449 4292 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 27 0 419401272 29458767872 55067 33554432000 4194304 4196468 140737147615456 140417531198352 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5455] ppid=5449 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5455/stat : 5455 (java) S 5449 5449 4292 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 27 0 419401272 29458767872 55067 33554432000 4194304 4196468 140737147615456 140417530145808 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5456] ppid=5449 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5456/stat : 5456 (java) S 5449 5449 4292 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 27 0 419401272 29458767872 55067 33554432000 4194304 4196468 140737147615456 140417529093264 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5457] ppid=5449 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5457/stat : 5457 (java) S 5449 5449 4292 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 27 0 419401272 29458767872 55067 33554432000 4194304 4196468 140737147615456 140417528039696 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5458] ppid=5449 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5458/stat : 5458 (java) S 5449 5449 4292 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 27 0 419401272 29458767872 55067 33554432000 4194304 4196468 140737147615456 140417526987152 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5459] ppid=5449 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5459/stat : 5459 (java) S 5449 5449 4292 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 27 0 419401272 29458767872 55067 33554432000 4194304 4196468 140737147615456 140417525934608 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5460] ppid=5449 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5460/stat : 5460 (java) S 5449 5449 4292 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 27 0 419401272 29458767872 55067 33554432000 4194304 4196468 140737147615456 140417524882064 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5461] ppid=5449 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5461/stat : 5461 (java) S 5449 5449 4292 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 27 0 419401274 29458767872 55067 33554432000 4194304 4196468 140737147615456 140415707589104 140417579641474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5462] ppid=5449 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5462/stat : 5462 (java) S 5449 5449 4292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 27 0 419401274 29458767872 55067 33554432000 4194304 4196468 140737147615456 140415706535328 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5463] ppid=5449 vsize=28768328 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/5451/task/5463/stat : 5463 (java) S 5449 5449 4292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 27 0 419401274 29458767872 55067 33554432000 4194304 4196468 140737147615456 140415705482736 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5464] ppid=5449 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5464/stat : 5464 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 419401277 29458767872 55067 33554432000 4194304 4196468 140737147615456 140415704431312 140417579648923 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5465] ppid=5449 vsize=28768328 memory=140575026444593 CPUtime=0.48 cores=0-7
/proc/5451/task/5465/stat : 5465 (java) R 5449 5449 4292 0 -1 4202560 3648 0 0 0 47 1 0 0 20 0 27 0 419401277 29458767872 55067 33554432000 4194304 4196468 140737147615456 140415703356944 140417560330624 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5466] ppid=5449 vsize=28768328 memory=6935649255759568960 CPUtime=0.5 cores=0-7
/proc/5451/task/5466/stat : 5466 (java) R 5449 5449 4292 0 -1 4202560 2372 0 0 0 50 0 0 0 20 0 27 0 419401277 29458767872 55067 33554432000 4194304 4196468 140737147615456 140415393929904 140417564028733 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5467] ppid=5449 vsize=28768328 memory=6656426216303648864 CPUtime=0.45 cores=0-7
/proc/5451/task/5467/stat : 5467 (java) R 5449 5449 4292 0 -1 4202560 2509 0 0 0 45 0 0 0 20 0 27 0 419401277 29458767872 55067 33554432000 4194304 4196468 140737147615456 140415392872208 140417565782009 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5468] ppid=5449 vsize=28768328 memory=6656426216303648864 CPUtime=0.64 cores=0-7
/proc/5451/task/5468/stat : 5468 (java) R 5449 5449 4292 0 -1 4202560 4067 0 0 0 63 1 0 0 20 0 27 0 419401277 29458767872 55067 33554432000 4194304 4196468 140737147615456 140415391836968 140417557998966 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5469] ppid=5449 vsize=28768328 memory=5859271421084456296 CPUtime=0 cores=0-7
/proc/5451/task/5469/stat : 5469 (java) S 5449 5449 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 27 0 419401277 29458767872 55067 33554432000 4194304 4196468 140737147615456 140415390788320 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5470] ppid=5449 vsize=28768328 memory=7007706849797500505 CPUtime=0 cores=0-7
/proc/5451/task/5470/stat : 5470 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 419401277 29458767872 55067 33554432000 4194304 4196468 140737147615456 140415389735856 140417579641474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
Current children cumulated CPU time: 4.74 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 221724 KiB

[startup+1.40186 s]
/proc/loadavg: 7.86 5.32 4.43 10/220 5478
/proc/meminfo: memFree=27951704/32770624 swapFree=66999932/67108860
[pid=5449] ppid=5446 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/5449/stat : 5449 (xcsp3-exec) S 5446 5449 4292 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419401271 115843072 364 33554432000 4194304 5098028 140726384764256 140726384762360 140656356086396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8568832 140726384771957 140726384772201 140726384772201 140726384775114 0
/proc/5449/statm: 28282 364 305 221 0 87 0
[pid=5451] ppid=5449 vsize=28768328 memory=236924 CPUtime=6.13 cores=0-7
/proc/5451/stat : 5451 (java) S 5449 5449 4292 0 -1 1077944320 29566 0 0 0 598 15 0 0 20 0 28 0 419401271 29458767872 59231 33554432000 4194304 4196468 140737147615456 140737147598000 140417579630327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
/proc/5451/statm: 7192082 59231 3466 1 0 7153184 0
[pid=5451/tid=5452] ppid=5449 vsize=28768328 memory=23403276806820 CPUtime=0.82 cores=0-7
/proc/5451/task/5452/stat : 5452 (java) R 5449 5449 4292 0 -1 1077944384 9512 0 0 0 77 5 0 0 20 0 28 0 419401271 29458767872 59231 33554432000 4194304 4196468 140737147615456 140417583871104 140417579640533 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5453] ppid=5449 vsize=28768328 memory=23403276806821 CPUtime=0 cores=0-7
/proc/5451/task/5453/stat : 5453 (java) S 5449 5449 4292 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 419401272 29458767872 59231 33554432000 4194304 4196468 140737147615456 140417532250896 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5454] ppid=5449 vsize=28768328 memory=23403276806822 CPUtime=0 cores=0-7
/proc/5451/task/5454/stat : 5454 (java) S 5449 5449 4292 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 419401272 29458767872 59231 33554432000 4194304 4196468 140737147615456 140417531198352 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5455] ppid=5449 vsize=28768328 memory=23403276806823 CPUtime=0 cores=0-7
/proc/5451/task/5455/stat : 5455 (java) S 5449 5449 4292 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 419401272 29458767872 59231 33554432000 4194304 4196468 140737147615456 140417530145808 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5456] ppid=5449 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5456/stat : 5456 (java) S 5449 5449 4292 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 419401272 29458767872 59231 33554432000 4194304 4196468 140737147615456 140417529093264 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5457] ppid=5449 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5457/stat : 5457 (java) S 5449 5449 4292 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 419401272 29458767872 59231 33554432000 4194304 4196468 140737147615456 140417528039696 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5458] ppid=5449 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5458/stat : 5458 (java) S 5449 5449 4292 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 419401272 29458767872 59231 33554432000 4194304 4196468 140737147615456 140417526987152 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5459] ppid=5449 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5459/stat : 5459 (java) S 5449 5449 4292 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 419401272 29458767872 59231 33554432000 4194304 4196468 140737147615456 140417525934608 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5460] ppid=5449 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5460/stat : 5460 (java) S 5449 5449 4292 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 419401272 29458767872 59231 33554432000 4194304 4196468 140737147615456 140417524882064 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5461] ppid=5449 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5461/stat : 5461 (java) S 5449 5449 4292 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 419401274 29458767872 59231 33554432000 4194304 4196468 140737147615456 140415707589104 140417579641474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5462] ppid=5449 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5462/stat : 5462 (java) S 5449 5449 4292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 419401274 29458767872 59231 33554432000 4194304 4196468 140737147615456 140415706535328 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5463] ppid=5449 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5463/stat : 5463 (java) S 5449 5449 4292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 419401274 29458767872 59231 33554432000 4194304 4196468 140737147615456 140415705482736 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5464] ppid=5449 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5464/stat : 5464 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419401277 29458767872 59243 33554432000 4194304 4196468 140737147615456 140415704431312 140417579648923 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5465] ppid=5449 vsize=28768328 memory=0 CPUtime=0.62 cores=0-7
/proc/5451/task/5465/stat : 5465 (java) R 5449 5449 4292 0 -1 4202560 4860 0 0 0 61 1 0 0 20 0 28 0 419401277 29458767872 59243 33554432000 4194304 4196468 140737147615456 140415703363784 140417561177052 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5466] ppid=5449 vsize=28768328 memory=0 CPUtime=0.65 cores=0-7
/proc/5451/task/5466/stat : 5466 (java) R 5449 5449 4292 0 -1 4202560 3996 0 0 0 64 1 0 0 20 0 28 0 419401277 29458767872 59243 33554432000 4194304 4196468 140737147615456 140415393931736 140417558876654 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5467] ppid=5449 vsize=28768328 memory=0 CPUtime=0.57 cores=0-7
/proc/5451/task/5467/stat : 5467 (java) R 5449 5449 4292 0 -1 4202560 3184 0 0 0 57 0 0 0 20 0 28 0 419401277 29458767872 59243 33554432000 4194304 4196468 140737147615456 140415392877656 140417557377775 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5468] ppid=5449 vsize=28768328 memory=0 CPUtime=0.7 cores=0-7
/proc/5451/task/5468/stat : 5468 (java) S 5449 5449 4292 0 -1 1077944384 4607 0 0 0 69 1 0 0 20 0 28 0 419401277 29458767872 59243 33554432000 4194304 4196468 140737147615456 140415391840624 140417579641474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5469] ppid=5449 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5469/stat : 5469 (java) S 5449 5449 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419401277 29458767872 59243 33554432000 4194304 4196468 140737147615456 140415390788320 140417579640533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
[pid=5451/tid=5470] ppid=5449 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/5451/task/5470/stat : 5470 (java) S 5449 5449 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419401277 29458767872 59243 33554432000 4194304 4196468 140737147615456 140415389735856 140417579641474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33824768 140737147622378 140737147622550 140737147622550 140737147625423 0
Current children cumulated CPU time: 6.13 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 238380 KiB

Child status: 0
Real time (s): 1.4399
CPU time (s): 6.23587
CPU user time (s): 6.06924
CPU system time (s): 0.166627
CPU usage (%): 433.075
Max. virtual memory (cumulated for all children) (KiB): 28881456
Max. memory (cumulated for all children) (KiB): 238380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.06924
system time used= 0.166627
maximum resident set size= 239568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30684
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4458
involuntary context switches= 59


# summary of solver processes directly reported to runsolver:
#   pid: 5449
#   total CPU time (s): 6.23587
#   total CPU user time (s): 6.06924
#   total CPU system time (s): 0.166627

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035242 second user time and 0.05701 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-14 05:22:05
IDJOB=4394526
IDBENCH=128773
IDSOLVER=2843
FILE ID=node123/4394526-1568431364
RUNJOBID= node123-1568427739-4319
PBS_JOBID= 21702298
Free space on /tmp= 59184 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j90/Rcpsp-j90-06-08.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-4394526-1568431364/watcher-4394526-1568431364 -o /tmp/evaluation-result-4394526-1568431364/solver-4394526-1568431364 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node123-1568427739-4319 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1281181214 HOME/instance-4394526-1568431364.xml

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

MD5SUM BENCH= 8d7da43fda8420e04b4d8dcd0c7711ab
RANDOM SEED=1281181214

node123.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.49
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.49
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.49
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.49
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:        28086876 kB
MemAvailable:   31870240 kB
Buffers:          149160 kB
Cached:          3899544 kB
SwapCached:         7380 kB
Active:          1247912 kB
Inactive:        2814428 kB
Active(anon):       5432 kB
Inactive(anon):    49600 kB
Active(file):    1242480 kB
Inactive(file):  2764828 kB
Unevictable:      107224 kB
Mlocked:          107224 kB
SwapTotal:      67108860 kB
SwapFree:       66999932 kB
Dirty:             26136 kB
Writeback:             0 kB
AnonPages:        270932 kB
Mapped:            45468 kB
Shmem:             32684 kB
Slab:             213828 kB
SReclaimable:     183784 kB
SUnreclaim:        30044 kB
KernelStack:        3888 kB
PageTables:         6492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    225280 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= 59156 MiB
End job on node123 at 2019-09-14 05:22:07