Trace number 4393809

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 parallelOPT57 211.866 31.3728

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-25-5-5-5.xml
MD5SUMa365ee41b1fa653da2199bfa573a8fac
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark57
Best CPU time to get the best result obtained on this benchmark61.9615
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints101
Number of domains25
Minimum domain size3
Maximum domain size26
Distribution of domain sizes[{"size":3,"count":2},{"size":4,"count":9},{"size":5,"count":7},{"size":6,"count":7},{"size":26,"count":50}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":25},{"degree":26,"count":24},{"degree":27,"count":1},{"degree":28,"count":25}]
Minimum constraint arity1
Maximum constraint arity26
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":50},{"arity":25,"count":25},{"arity":26,"count":25}]
Number of extensional constraints50
Number of intensional constraints26
Distribution of constraint types[{"type":"extension","count":50},{"type":"intension","count":26},{"type":"count","count":25}]
Optimization problemYES
Type of objectivemax 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-4393809-1568430697.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393809-1568430697.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
5.01/1.97	c solve instance...
6.04/2.13	o -1000 
9.09/2.52	o -997 
11.41/2.80	o -14 
11.41/2.85	o 12 
18.50/3.76	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (124/126)
18.50/3.76		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
18.50/3.76		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
18.50/3.76		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
18.50/3.76		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
18.50/3.76		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
18.50/3.76	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (124/126)
18.50/3.76		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
18.50/3.76		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
18.50/3.76		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
18.50/3.76		at org.chocosolver.solver.Solver.repair(Solver.java:443)
18.50/3.76		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
18.50/3.76		at org.chocosolver.solver.Solver.solve(Solver.java:262)
18.50/3.76		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
18.50/3.76		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
18.50/3.76		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
18.50/3.76		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
18.50/3.76		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
18.50/3.76		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
18.50/3.76		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
18.50/3.76		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
18.50/3.76		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
18.50/3.76		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
18.50/3.76	o 18 
19.32/3.89	o 29 
19.32/3.89	o 32 
22.31/4.21	o 39 
37.79/6.31	o 42 
53.75/8.48	o 48 
76.00/12.07	o 52 
79.06/14.33	o 53 
79.62/14.40	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (140/148)
79.62/14.40		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
79.62/14.40		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
79.62/14.40		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
79.62/14.40		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
79.62/14.40		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
79.62/14.40	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (140/148)
79.62/14.40		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
79.62/14.40		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
79.62/14.40		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
79.62/14.40		at org.chocosolver.solver.Solver.repair(Solver.java:443)
79.62/14.40		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
79.62/14.40		at org.chocosolver.solver.Solver.solve(Solver.java:262)
79.62/14.40		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
79.62/14.40		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
79.62/14.40		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
79.62/14.40		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
79.62/14.40		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
79.62/14.40		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
79.62/14.40		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
79.62/14.40		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
79.62/14.40		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
79.62/14.40		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
79.62/14.40	o 57 
211.77/31.36	s OPTIMUM FOUND
211.77/31.36	v <instantiation>
211.77/31.36	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] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] p[24] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] g[24] </list>
211.77/31.36	v 	<values>5 0 1 2 3 6 11 -1 9 4 -1 16 13 8 -1 20 15 12 17 18 21 22 23 24 19 0 21 20 19 18 1 2 -1 16 17 -1 3 14 15 -1 5 4 13 12 11 6 7 8 9 10 -7 6 8 8 -3 4 1 0 3 3 0 6 4 6 0 4 -5 -3 8 3 -2 -1 9 5 0 </values>
211.77/31.36	v </instantiation>

Verifier Data

OK	57

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393809-1568430697/watcher-4393809-1568430697 -o /tmp/evaluation-result-4393809-1568430697/solver-4393809-1568430697 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568413091-12776 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 880312607 HOME/instance-4393809-1568430697.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
Current StackSize limit: 8192 KiB

solver pid=19526, runsolver pid=19523

[startup+0.100108 s]*
/proc/loadavg: 5.98 4.45 4.19 2/211 19547
/proc/meminfo: memFree=30607972/32770624 swapFree=66997684/67108860
[pid=19526] ppid=19523 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19526/stat : 19526 (xcsp3-exec) S 19523 19526 12749 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419324288 115843072 363 33554432000 4194304 5098028 140728558965504 140728558963608 140180180042364 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38522880 140728558969718 140728558969961 140728558969961 140728558972874 0
/proc/19526/statm: 28282 363 304 221 0 87 0
[pid=19528] ppid=19526 vsize=28227388 memory=30496 CPUtime=0.12 cores=0-7
/proc/19528/stat : 19528 (java) S 19526 19526 12749 0 -1 1077944320 5583 0 0 0 11 1 0 0 20 0 20 0 419324288 28904845312 7624 33554432000 4194304 4196468 140729960082320 140729960064864 140296377057015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
/proc/19528/statm: 7056847 7624 3121 1 0 7019032 0
[pid=19528/tid=19529] ppid=19526 vsize=28227388 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/19528/task/19529/stat : 19529 (java) R 19526 19526 12749 0 -1 4202560 3477 0 0 0 8 1 0 0 20 0 20 0 419324288 28904845312 7624 33554432000 4194304 4196468 140729960082320 140296381290080 140296377078941 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19530] ppid=19526 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19530/stat : 19530 (java) S 19526 19526 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419324289 28904845312 7624 33554432000 4194304 4196468 140729960082320 140296329677968 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19531] ppid=19526 vsize=28227388 memory=140473708213421 CPUtime=0 cores=0-7
/proc/19528/task/19531/stat : 19531 (java) S 19526 19526 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419324289 28904845312 7624 33554432000 4194304 4196468 140729960082320 140296328625168 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19532] ppid=19526 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19532/stat : 19532 (java) S 19526 19526 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419324289 28904845312 7624 33554432000 4194304 4196468 140729960082320 140296327572368 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19533] ppid=19526 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19533/stat : 19533 (java) S 19526 19526 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419324289 28904845312 7624 33554432000 4194304 4196468 140729960082320 140296326519568 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19534] ppid=19526 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19534/stat : 19534 (java) S 19526 19526 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419324289 28904845312 7624 33554432000 4194304 4196468 140729960082320 140296325466768 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19535] ppid=19526 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19528/task/19535/stat : 19535 (java) S 19526 19526 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419324289 28904845312 7624 33554432000 4194304 4196468 140729960082320 140296324413968 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19536] ppid=19526 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19536/stat : 19536 (java) S 19526 19526 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419324289 28904845312 7624 33554432000 4194304 4196468 140729960082320 140296323361168 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19537] ppid=19526 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19537/stat : 19537 (java) S 19526 19526 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419324289 28904845312 7624 33554432000 4194304 4196468 140729960082320 140296322308368 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19538] ppid=19526 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19538/stat : 19538 (java) S 19526 19526 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419324291 28904845312 7624 33554432000 4194304 4196468 140729960082320 140294890249072 140296377068162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19539] ppid=19526 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19539/stat : 19539 (java) S 19526 19526 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419324291 28904845312 7624 33554432000 4194304 4196468 140729960082320 140294889195040 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19540] ppid=19526 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19540/stat : 19540 (java) S 19526 19526 12749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419324291 28904845312 7624 33554432000 4194304 4196468 140729960082320 140294888142192 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19541] ppid=19526 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19541/stat : 19541 (java) S 19526 19526 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419324294 28904845312 7624 33554432000 4194304 4196468 140729960082320 140294887090512 140296377075611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19542] ppid=19526 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19542/stat : 19542 (java) S 19526 19526 12749 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 20 0 419324294 28904845312 7624 33554432000 4194304 4196468 140729960082320 140294886037872 140296377068162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19543] ppid=19526 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19543/stat : 19543 (java) S 19526 19526 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419324294 28904845312 7624 33554432000 4194304 4196468 140729960082320 140294884985072 140296377068162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19544] ppid=19526 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19544/stat : 19544 (java) S 19526 19526 12749 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 419324294 28904845312 7624 33554432000 4194304 4196468 140729960082320 140294883932272 140296377068162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19545] ppid=19526 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/19528/task/19545/stat : 19545 (java) R 19526 19526 12749 0 -1 4202560 376 0 0 0 2 0 0 0 20 0 20 0 419324294 28904845312 7624 33554432000 4194304 4196468 140729960082320 140294882879472 140296356176557 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19546] ppid=19526 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19546/stat : 19546 (java) S 19526 19526 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419324294 28904845312 7624 33554432000 4194304 4196468 140729960082320 140294881827936 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19547] ppid=19526 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19528/task/19547/stat : 19547 (java) S 19526 19526 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419324294 28904845312 7624 33554432000 4194304 4196468 140729960082320 140294880775216 140296377068162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31948 KiB

[startup+0.210141 s]*
/proc/loadavg: 5.98 4.45 4.19 2/211 19547
/proc/meminfo: memFree=30593584/32770624 swapFree=66997684/67108860
[pid=19526] ppid=19523 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19526/stat : 19526 (xcsp3-exec) S 19523 19526 12749 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419324288 115843072 363 33554432000 4194304 5098028 140728558965504 140728558963608 140180180042364 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38522880 140728558969718 140728558969961 140728558969961 140728558972874 0
/proc/19526/statm: 28282 363 304 221 0 87 0
[pid=19528] ppid=19526 vsize=28227388 memory=42812 CPUtime=0.33 cores=0-7
/proc/19528/stat : 19528 (java) S 19526 19526 12749 0 -1 1077944320 9406 0 0 0 30 3 0 0 20 0 20 0 419324288 28904845312 10703 33554432000 4194304 4196468 140729960082320 140729960064864 140296377057015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
/proc/19528/statm: 7056847 10703 3302 1 0 7019032 0
[pid=19528/tid=19529] ppid=19526 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/19528/task/19529/stat : 19529 (java) R 19526 19526 12749 0 -1 4202560 6504 0 0 0 17 2 0 0 20 0 20 0 419324288 28904845312 10703 33554432000 4194304 4196468 140729960082320 140296381292160 140296344646667 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19530] ppid=19526 vsize=28227388 memory=288230591823085922 CPUtime=0 cores=0-7
/proc/19528/task/19530/stat : 19530 (java) S 19526 19526 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419324289 28904845312 10703 33554432000 4194304 4196468 140729960082320 140296329677968 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19531] ppid=19526 vsize=28227388 memory=3904822056525575840 CPUtime=0 cores=0-7
/proc/19528/task/19531/stat : 19531 (java) S 19526 19526 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419324289 28904845312 10703 33554432000 4194304 4196468 140729960082320 140296328625168 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19532] ppid=19526 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19528/task/19532/stat : 19532 (java) S 19526 19526 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419324289 28904845312 10703 33554432000 4194304 4196468 140729960082320 140296327572368 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19533] ppid=19526 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19533/stat : 19533 (java) S 19526 19526 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419324289 28904845312 10703 33554432000 4194304 4196468 140729960082320 140296326519568 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19534] ppid=19526 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19534/stat : 19534 (java) S 19526 19526 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419324289 28904845312 10703 33554432000 4194304 4196468 140729960082320 140296325466768 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19535] ppid=19526 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19528/task/19535/stat : 19535 (java) S 19526 19526 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419324289 28904845312 10703 33554432000 4194304 4196468 140729960082320 140296324413968 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19536] ppid=19526 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19536/stat : 19536 (java) S 19526 19526 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419324289 28904845312 10703 33554432000 4194304 4196468 140729960082320 140296323361168 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19537] ppid=19526 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19537/stat : 19537 (java) S 19526 19526 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419324289 28904845312 10703 33554432000 4194304 4196468 140729960082320 140296322308368 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19538] ppid=19526 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19538/stat : 19538 (java) S 19526 19526 12749 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419324291 28904845312 10703 33554432000 4194304 4196468 140729960082320 140294890249072 140296377068162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19539] ppid=19526 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19539/stat : 19539 (java) S 19526 19526 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419324291 28904845312 10703 33554432000 4194304 4196468 140729960082320 140294889195040 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19540] ppid=19526 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19540/stat : 19540 (java) S 19526 19526 12749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419324291 28904845312 10703 33554432000 4194304 4196468 140729960082320 140294888142192 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19541] ppid=19526 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19541/stat : 19541 (java) S 19526 19526 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419324294 28904845312 10703 33554432000 4194304 4196468 140729960082320 140294887090512 140296377075611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19542] ppid=19526 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/19528/task/19542/stat : 19542 (java) S 19526 19526 12749 0 -1 1077944384 351 0 0 0 1 0 0 0 20 0 20 0 419324294 28904845312 10703 33554432000 4194304 4196468 140729960082320 140294886037872 140296377068162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19543] ppid=19526 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19543/stat : 19543 (java) S 19526 19526 12749 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 419324294 28904845312 10703 33554432000 4194304 4196468 140729960082320 140294884985072 140296377068162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19544] ppid=19526 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/19528/task/19544/stat : 19544 (java) S 19526 19526 12749 0 -1 1077944384 411 0 0 0 2 0 0 0 20 0 20 0 419324294 28904845312 10703 33554432000 4194304 4196468 140729960082320 140294883932272 140296377068162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19545] ppid=19526 vsize=28227388 memory=0 CPUtime=0.07 cores=0-7
/proc/19528/task/19545/stat : 19545 (java) R 19526 19526 12749 0 -1 4202560 800 0 0 0 7 0 0 0 20 0 20 0 419324294 28904845312 10703 33554432000 4194304 4196468 140729960082320 140294882879472 140296355421617 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19546] ppid=19526 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19546/stat : 19546 (java) S 19526 19526 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419324294 28904845312 10703 33554432000 4194304 4196468 140729960082320 140294881827936 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19547] ppid=19526 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19528/task/19547/stat : 19547 (java) S 19526 19526 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419324294 28904845312 10703 33554432000 4194304 4196468 140729960082320 140294880775216 140296377068162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 44264 KiB

[startup+0.309493 s]*
/proc/loadavg: 5.98 4.45 4.19 3/211 19547
/proc/meminfo: memFree=30585932/32770624 swapFree=66997684/67108860
[pid=19526] ppid=19523 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19526/stat : 19526 (xcsp3-exec) S 19523 19526 12749 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419324288 115843072 363 33554432000 4194304 5098028 140728558965504 140728558963608 140180180042364 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38522880 140728558969718 140728558969961 140728558969961 140728558972874 0
/proc/19526/statm: 28282 363 304 221 0 87 0
[pid=19528] ppid=19526 vsize=28231644 memory=51792 CPUtime=0.51 cores=0-7
/proc/19528/stat : 19528 (java) S 19526 19526 12749 0 -1 1077944320 10781 0 0 0 47 4 0 0 20 0 20 0 419324288 28909203456 12948 33554432000 4194304 4196468 140729960082320 140729960064864 140296377057015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
/proc/19528/statm: 7057911 12948 3340 1 0 7019032 0
[pid=19528/tid=19529] ppid=19526 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/19528/task/19529/stat : 19529 (java) R 19526 19526 12749 0 -1 4202560 7635 0 0 0 26 3 0 0 20 0 20 0 419324288 28909203456 12948 33554432000 4194304 4196468 140729960082320 140296381290800 140296377078941 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19530] ppid=19526 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19530/stat : 19530 (java) S 19526 19526 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419324289 28909203456 12948 33554432000 4194304 4196468 140729960082320 140296329677968 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19531] ppid=19526 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19531/stat : 19531 (java) S 19526 19526 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419324289 28909203456 12948 33554432000 4194304 4196468 140729960082320 140296328625168 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19532] ppid=19526 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19532/stat : 19532 (java) S 19526 19526 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419324289 28909203456 12948 33554432000 4194304 4196468 140729960082320 140296327572368 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19533] ppid=19526 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19533/stat : 19533 (java) S 19526 19526 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419324289 28909203456 12948 33554432000 4194304 4196468 140729960082320 140296326519568 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19534] ppid=19526 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19534/stat : 19534 (java) S 19526 19526 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419324289 28909203456 12948 33554432000 4194304 4196468 140729960082320 140296325466768 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19535] ppid=19526 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19535/stat : 19535 (java) S 19526 19526 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419324289 28909203456 12948 33554432000 4194304 4196468 140729960082320 140296324413968 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19536] ppid=19526 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19536/stat : 19536 (java) S 19526 19526 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419324289 28909203456 12948 33554432000 4194304 4196468 140729960082320 140296323361168 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19537] ppid=19526 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19537/stat : 19537 (java) S 19526 19526 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419324289 28909203456 12948 33554432000 4194304 4196468 140729960082320 140296322308368 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19538] ppid=19526 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19538/stat : 19538 (java) S 19526 19526 12749 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419324291 28909203456 12948 33554432000 4194304 4196468 140729960082320 140294890249072 140296377068162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19539] ppid=19526 vsize=28231644 memory=280947098590592 CPUtime=0 cores=0-7
/proc/19528/task/19539/stat : 19539 (java) S 19526 19526 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419324291 28909203456 12948 33554432000 4194304 4196468 140729960082320 140294889195040 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19540] ppid=19526 vsize=28231644 memory=280947098595200 CPUtime=0 cores=0-7
/proc/19528/task/19540/stat : 19540 (java) S 19526 19526 12749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419324291 28909203456 12948 33554432000 4194304 4196468 140729960082320 140294888142192 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19541] ppid=19526 vsize=28231644 memory=280947098599808 CPUtime=0 cores=0-7
/proc/19528/task/19541/stat : 19541 (java) S 19526 19526 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419324294 28909203456 12948 33554432000 4194304 4196468 140729960082320 140294887090512 140296377075611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19542] ppid=19526 vsize=28231644 memory=280947098604416 CPUtime=0.02 cores=0-7
/proc/19528/task/19542/stat : 19542 (java) S 19526 19526 12749 0 -1 1077944384 357 0 0 0 2 0 0 0 20 0 20 0 419324294 28909203456 12948 33554432000 4194304 4196468 140729960082320 140294886037872 140296377068162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19543] ppid=19526 vsize=28231644 memory=280947098609024 CPUtime=0.02 cores=0-7
/proc/19528/task/19543/stat : 19543 (java) R 19526 19526 12749 0 -1 4202560 148 0 0 0 2 0 0 0 20 0 20 0 419324294 28909203456 12948 33554432000 4194304 4196468 140729960082320 140294884985072 140296356296825 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19544] ppid=19526 vsize=28231644 memory=280947098613632 CPUtime=0.03 cores=0-7
/proc/19528/task/19544/stat : 19544 (java) S 19526 19526 12749 0 -1 1077944384 420 0 0 0 3 0 0 0 20 0 20 0 419324294 28909203456 12948 33554432000 4194304 4196468 140729960082320 140294883932272 140296377068162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19545] ppid=19526 vsize=28231644 memory=280947098618240 CPUtime=0.12 cores=0-7
/proc/19528/task/19545/stat : 19545 (java) S 19526 19526 12749 0 -1 1077944384 910 0 0 0 12 0 0 0 20 0 20 0 419324294 28909203456 12948 33554432000 4194304 4196468 140729960082320 140294882879472 140296377068162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19546] ppid=19526 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19546/stat : 19546 (java) S 19526 19526 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419324294 28909203456 12948 33554432000 4194304 4196468 140729960082320 140294881827936 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19547] ppid=19526 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/19528/task/19547/stat : 19547 (java) S 19526 19526 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419324294 28909203456 12948 33554432000 4194304 4196468 140729960082320 140294880775216 140296377068162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 53244 KiB

[startup+0.700887 s]
/proc/loadavg: 5.98 4.45 4.19 5/211 19547
/proc/meminfo: memFree=30553164/32770624 swapFree=66997684/67108860
[pid=19526] ppid=19523 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19526/stat : 19526 (xcsp3-exec) S 19523 19526 12749 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419324288 115843072 363 33554432000 4194304 5098028 140728558965504 140728558963608 140180180042364 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38522880 140728558969718 140728558969961 140728558969961 140728558972874 0
/proc/19526/statm: 28282 363 304 221 0 87 0
[pid=19528] ppid=19526 vsize=28233768 memory=121384 CPUtime=1.91 cores=0-7
/proc/19528/stat : 19528 (java) S 19526 19526 12749 0 -1 1077944320 15865 0 0 0 184 7 0 0 20 0 20 0 419324288 28911378432 30346 33554432000 4194304 4196468 140729960082320 140729960064864 140296377057015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
/proc/19528/statm: 7058442 30346 3456 1 0 7019544 0
[pid=19528/tid=19529] ppid=19526 vsize=28233768 memory=4580 CPUtime=0.68 cores=0-7
/proc/19528/task/19529/stat : 19529 (java) R 19526 19526 12749 0 -1 4202560 9009 0 0 0 63 5 0 0 20 0 20 0 419324288 28911378432 30346 33554432000 4194304 4196468 140729960082320 140296381294112 140296377068950 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19530] ppid=19526 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19530/stat : 19530 (java) S 19526 19526 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419324289 28911378432 30346 33554432000 4194304 4196468 140729960082320 140296329677968 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19531] ppid=19526 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19531/stat : 19531 (java) S 19526 19526 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419324289 28911378432 30346 33554432000 4194304 4196468 140729960082320 140296328625168 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19532] ppid=19526 vsize=28233768 memory=4008 CPUtime=0 cores=0-7
/proc/19528/task/19532/stat : 19532 (java) S 19526 19526 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419324289 28911378432 30346 33554432000 4194304 4196468 140729960082320 140296327572368 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0

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

[pid=19528/tid=19545] ppid=19526 vsize=28834892 memory=1452 CPUtime=1.17 cores=0-7
/proc/19528/task/19545/stat : 19545 (java) S 19526 19526 12749 0 -1 1077944384 11142 0 0 0 115 2 0 0 20 0 28 0 419324294 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294882879472 140296377068162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19546] ppid=19526 vsize=28834892 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/19528/task/19546/stat : 19546 (java) S 19526 19526 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419324294 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294881827936 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19547] ppid=19526 vsize=28834892 memory=288230617509003574 CPUtime=0.01 cores=0-7
/proc/19528/task/19547/stat : 19547 (java) S 19526 19526 12749 0 -1 1077944384 948 0 0 0 0 1 0 0 20 0 28 0 419324294 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294880775216 140296377068162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19653] ppid=19526 vsize=28834892 memory=15252636593031516 CPUtime=16.15 cores=0-7
/proc/19528/task/19653/stat : 19653 (java) R 19526 19526 12749 0 -1 4202560 997 0 0 0 1615 0 0 0 20 0 28 0 419325729 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294861044824 140296005483772 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19654] ppid=19526 vsize=28834892 memory=2116 CPUtime=16.09 cores=0-7
/proc/19528/task/19654/stat : 19654 (java) R 19526 19526 12749 0 -1 4202560 397 0 0 0 1609 0 0 0 20 0 28 0 419325729 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294866309208 140296004032287 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19655] ppid=19526 vsize=28834892 memory=10568 CPUtime=15.99 cores=0-7
/proc/19528/task/19655/stat : 19655 (java) R 19526 19526 12749 0 -1 4202560 4710 0 0 0 1586 13 0 0 20 0 28 0 419325729 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294865257224 140296004072259 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19656] ppid=19526 vsize=28834892 memory=12024 CPUtime=16.24 cores=0-7
/proc/19528/task/19656/stat : 19656 (java) R 19526 19526 12749 0 -1 4202560 721 0 0 0 1624 0 0 0 20 0 28 0 419325729 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294863150936 140296004032287 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19657] ppid=19526 vsize=28834892 memory=1556 CPUtime=16.33 cores=0-7
/proc/19528/task/19657/stat : 19657 (java) R 19526 19526 12749 0 -1 4202560 576 0 0 0 1633 0 0 0 20 0 28 0 419325729 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294869466840 140296004032263 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19658] ppid=19526 vsize=28834892 memory=500 CPUtime=16.18 cores=0-7
/proc/19528/task/19658/stat : 19658 (java) R 19526 19526 12749 0 -1 4202560 623 0 0 0 1617 1 0 0 20 0 28 0 419325729 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294864203136 140296008063407 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19659] ppid=19526 vsize=28834892 memory=928 CPUtime=16.33 cores=0-7
/proc/19528/task/19659/stat : 19659 (java) R 19526 19526 12749 0 -1 4202560 266 0 0 0 1633 0 0 0 20 0 28 0 419325729 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294862098904 140296008314856 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19660] ppid=19526 vsize=28834892 memory=1528 CPUtime=16.16 cores=0-7
/proc/19528/task/19660/stat : 19660 (java) R 19526 19526 12749 0 -1 4202560 429 0 0 0 1616 0 0 0 20 0 28 0 419325729 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294868414840 140296008063275 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
Current children cumulated CPU time: 210.26 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 740708 KiB

[startup+31.2011 s]
/proc/loadavg: 6.65 4.77 4.30 3/219 19660
/proc/meminfo: memFree=29899352/32770624 swapFree=66997684/67108860
[pid=19526] ppid=19523 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19526/stat : 19526 (xcsp3-exec) S 19523 19526 12749 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419324288 115843072 363 33554432000 4194304 5098028 140728558965504 140728558963608 140180180042364 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38522880 140728558969718 140728558969961 140728558969961 140728558972874 0
/proc/19526/statm: 28282 363 304 221 0 87 0
[pid=19528] ppid=19526 vsize=28834892 memory=739256 CPUtime=211.67 cores=0-7
/proc/19528/stat : 19528 (java) S 19526 19526 12749 0 -1 1077944320 85836 0 0 0 21060 107 0 0 20 0 28 0 419324288 29526929408 184814 33554432000 4194304 4196468 140729960082320 140729960064864 140296377057015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
/proc/19528/statm: 7208723 184814 3537 1 0 7169825 0
[pid=19528/tid=19529] ppid=19526 vsize=28834892 memory=1412 CPUtime=1.89 cores=0-7
/proc/19528/task/19529/stat : 19529 (java) S 19526 19526 12749 0 -1 1077944384 10071 0 0 0 180 9 0 0 20 0 28 0 419324288 29526929408 184814 33554432000 4194304 4196468 140729960082320 140296381297792 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19530] ppid=19526 vsize=28834892 memory=3200 CPUtime=0.12 cores=0-7
/proc/19528/task/19530/stat : 19530 (java) S 19526 19526 12749 0 -1 1077944384 623 0 0 0 6 6 0 0 20 0 28 0 419324289 29526929408 184814 33554432000 4194304 4196468 140729960082320 140296329677968 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19531] ppid=19526 vsize=28834892 memory=1452 CPUtime=0.12 cores=0-7
/proc/19528/task/19531/stat : 19531 (java) S 19526 19526 12749 0 -1 1077944384 269 0 0 0 6 6 0 0 20 0 28 0 419324289 29526929408 184814 33554432000 4194304 4196468 140729960082320 140296328625168 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19532] ppid=19526 vsize=28834892 memory=739256 CPUtime=0.12 cores=0-7
/proc/19528/task/19532/stat : 19532 (java) S 19526 19526 12749 0 -1 1077944384 208 0 0 0 6 6 0 0 20 0 28 0 419324289 29526929408 184814 33554432000 4194304 4196468 140729960082320 140296327572368 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19533] ppid=19526 vsize=28834892 memory=1452 CPUtime=0.11 cores=0-7
/proc/19528/task/19533/stat : 19533 (java) S 19526 19526 12749 0 -1 1077944384 307 0 0 0 5 6 0 0 20 0 28 0 419324289 29526929408 184814 33554432000 4194304 4196468 140729960082320 140296326519568 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19534] ppid=19526 vsize=28834892 memory=739256 CPUtime=0.12 cores=0-7
/proc/19528/task/19534/stat : 19534 (java) S 19526 19526 12749 0 -1 1077944384 330 0 0 0 6 6 0 0 20 0 28 0 419324289 29526929408 184814 33554432000 4194304 4196468 140729960082320 140296325466768 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19535] ppid=19526 vsize=28834892 memory=1164 CPUtime=0.12 cores=0-7
/proc/19528/task/19535/stat : 19535 (java) S 19526 19526 12749 0 -1 1077944384 223 0 0 0 6 6 0 0 20 0 28 0 419324289 29526929408 184814 33554432000 4194304 4196468 140729960082320 140296324413968 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19536] ppid=19526 vsize=28834892 memory=8317482817917895235 CPUtime=0.12 cores=0-7
/proc/19528/task/19536/stat : 19536 (java) S 19526 19526 12749 0 -1 1077944384 1087 0 0 0 6 6 0 0 20 0 28 0 419324289 29526929408 184814 33554432000 4194304 4196468 140729960082320 140296323361168 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19537] ppid=19526 vsize=28834892 memory=1528 CPUtime=0.12 cores=0-7
/proc/19528/task/19537/stat : 19537 (java) S 19526 19526 12749 0 -1 1077944384 254 0 0 0 6 6 0 0 20 0 28 0 419324289 29526929408 184814 33554432000 4194304 4196468 140729960082320 140296322308368 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19538] ppid=19526 vsize=28834892 memory=1452 CPUtime=0.05 cores=0-7
/proc/19528/task/19538/stat : 19538 (java) S 19526 19526 12749 0 -1 1077944384 1352 0 0 0 3 2 0 0 20 0 28 0 419324291 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294890249072 140296377068162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19539] ppid=19526 vsize=28834892 memory=481776 CPUtime=0 cores=0-7
/proc/19528/task/19539/stat : 19539 (java) S 19526 19526 12749 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 419324291 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294889195104 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19540] ppid=19526 vsize=28834892 memory=1980 CPUtime=0 cores=0-7
/proc/19528/task/19540/stat : 19540 (java) S 19526 19526 12749 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 28 0 419324291 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294888142208 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19541] ppid=19526 vsize=28834892 memory=2552 CPUtime=0 cores=0-7
/proc/19528/task/19541/stat : 19541 (java) S 19526 19526 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419324294 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294887090512 140296377075611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19542] ppid=19526 vsize=28834892 memory=1760 CPUtime=3.29 cores=0-7
/proc/19528/task/19542/stat : 19542 (java) S 19526 19526 12749 0 -1 1077944384 10727 0 0 0 325 4 0 0 20 0 28 0 419324294 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294886037872 140296377068162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19543] ppid=19526 vsize=28834892 memory=3624 CPUtime=3.42 cores=0-7
/proc/19528/task/19543/stat : 19543 (java) S 19526 19526 12749 0 -1 1077944384 14931 0 0 0 339 3 0 0 20 0 28 0 419324294 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294884985072 140296377068162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19544] ppid=19526 vsize=28834892 memory=4008 CPUtime=3.21 cores=0-7
/proc/19528/task/19544/stat : 19544 (java) S 19526 19526 12749 0 -1 1077944384 14005 0 0 0 318 3 0 0 20 0 28 0 419324294 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294883932272 140296377068162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19545] ppid=19526 vsize=28834892 memory=948 CPUtime=1.17 cores=0-7
/proc/19528/task/19545/stat : 19545 (java) S 19526 19526 12749 0 -1 1077944384 11142 0 0 0 115 2 0 0 20 0 28 0 419324294 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294882879472 140296377068162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19546] ppid=19526 vsize=28834892 memory=2832 CPUtime=0 cores=0-7
/proc/19528/task/19546/stat : 19546 (java) S 19526 19526 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419324294 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294881827936 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19547] ppid=19526 vsize=28834892 memory=9404 CPUtime=0.01 cores=0-7
/proc/19528/task/19547/stat : 19547 (java) S 19526 19526 12749 0 -1 1077944384 948 0 0 0 0 1 0 0 20 0 28 0 419324294 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294880775216 140296377068162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19653] ppid=19526 vsize=28834892 memory=1548 CPUtime=16.25 cores=0-7
/proc/19528/task/19653/stat : 19653 (java) S 19526 19526 12749 0 -1 1077944384 1019 0 0 0 1625 0 0 0 20 0 28 0 419325729 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294861049760 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19654] ppid=19526 vsize=28834892 memory=628 CPUtime=16.2 cores=0-7
/proc/19528/task/19654/stat : 19654 (java) S 19526 19526 12749 0 -1 1077944384 415 0 0 0 1620 0 0 0 20 0 28 0 419325729 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294866314448 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19655] ppid=19526 vsize=28834892 memory=1056 CPUtime=16.1 cores=0-7
/proc/19528/task/19655/stat : 19655 (java) S 19526 19526 12749 0 -1 1077944384 4714 0 0 0 1597 13 0 0 20 0 28 0 419325729 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294865261648 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19656] ppid=19526 vsize=28834892 memory=1556 CPUtime=16.35 cores=0-7
/proc/19528/task/19656/stat : 19656 (java) S 19526 19526 12749 0 -1 1077944384 745 0 0 0 1635 0 0 0 20 0 28 0 419325729 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294863156176 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19657] ppid=19526 vsize=28834892 memory=5924 CPUtime=16.44 cores=0-7
/proc/19528/task/19657/stat : 19657 (java) S 19526 19526 12749 0 -1 1077944384 662 0 0 0 1644 0 0 0 20 0 28 0 419325729 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294869472080 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19658] ppid=19526 vsize=28834892 memory=14012 CPUtime=16.55 cores=0-7
/proc/19528/task/19658/stat : 19658 (java) S 19526 19526 12749 0 -1 1077944384 671 0 0 0 1654 1 0 0 20 0 28 0 419325729 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294864208592 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19659] ppid=19526 vsize=28834892 memory=2116 CPUtime=16.44 cores=0-7
/proc/19528/task/19659/stat : 19659 (java) S 19526 19526 12749 0 -1 1077944384 285 0 0 0 1644 0 0 0 20 0 28 0 419325729 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294862104144 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19660] ppid=19526 vsize=28834892 memory=10568 CPUtime=16.55 cores=0-7
/proc/19528/task/19660/stat : 19660 (java) R 19526 19526 12749 0 -1 4202560 430 0 0 0 1655 0 0 0 20 0 28 0 419325729 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294868414840 140296008063255 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
Current children cumulated CPU time: 211.67 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 740708 KiB

[startup+31.3012 s]
/proc/loadavg: 6.65 4.77 4.30 3/219 19660
/proc/meminfo: memFree=29899352/32770624 swapFree=66997684/67108860
[pid=19526] ppid=19523 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19526/stat : 19526 (xcsp3-exec) S 19523 19526 12749 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419324288 115843072 363 33554432000 4194304 5098028 140728558965504 140728558963608 140180180042364 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38522880 140728558969718 140728558969961 140728558969961 140728558972874 0
/proc/19526/statm: 28282 363 304 221 0 87 0
[pid=19528] ppid=19526 vsize=28834892 memory=739256 CPUtime=211.77 cores=0-7
/proc/19528/stat : 19528 (java) S 19526 19526 12749 0 -1 1077944320 85836 0 0 0 21070 107 0 0 20 0 28 0 419324288 29526929408 184814 33554432000 4194304 4196468 140729960082320 140729960064864 140296377057015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
/proc/19528/statm: 7208723 184814 3537 1 0 7169825 0
[pid=19528/tid=19529] ppid=19526 vsize=28834892 memory=739256 CPUtime=1.89 cores=0-7
/proc/19528/task/19529/stat : 19529 (java) S 19526 19526 12749 0 -1 1077944384 10071 0 0 0 180 9 0 0 20 0 28 0 419324288 29526929408 184814 33554432000 4194304 4196468 140729960082320 140296381297792 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19530] ppid=19526 vsize=28834892 memory=928 CPUtime=0.12 cores=0-7
/proc/19528/task/19530/stat : 19530 (java) S 19526 19526 12749 0 -1 1077944384 623 0 0 0 6 6 0 0 20 0 28 0 419324289 29526929408 184814 33554432000 4194304 4196468 140729960082320 140296329677968 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19531] ppid=19526 vsize=28834892 memory=280947099146816 CPUtime=0.12 cores=0-7
/proc/19528/task/19531/stat : 19531 (java) S 19526 19526 12749 0 -1 1077944384 269 0 0 0 6 6 0 0 20 0 28 0 419324289 29526929408 184814 33554432000 4194304 4196468 140729960082320 140296328625168 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19532] ppid=19526 vsize=28834892 memory=0 CPUtime=0.12 cores=0-7
/proc/19528/task/19532/stat : 19532 (java) S 19526 19526 12749 0 -1 1077944384 208 0 0 0 6 6 0 0 20 0 28 0 419324289 29526929408 184814 33554432000 4194304 4196468 140729960082320 140296327572368 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19533] ppid=19526 vsize=28834892 memory=0 CPUtime=0.11 cores=0-7
/proc/19528/task/19533/stat : 19533 (java) S 19526 19526 12749 0 -1 1077944384 307 0 0 0 5 6 0 0 20 0 28 0 419324289 29526929408 184814 33554432000 4194304 4196468 140729960082320 140296326519568 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19534] ppid=19526 vsize=28834892 memory=3834595431104801897 CPUtime=0.12 cores=0-7
/proc/19528/task/19534/stat : 19534 (java) S 19526 19526 12749 0 -1 1077944384 330 0 0 0 6 6 0 0 20 0 28 0 419324289 29526929408 184814 33554432000 4194304 4196468 140729960082320 140296325466768 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19535] ppid=19526 vsize=28834892 memory=168843754379662 CPUtime=0.12 cores=0-7
/proc/19528/task/19535/stat : 19535 (java) S 19526 19526 12749 0 -1 1077944384 223 0 0 0 6 6 0 0 20 0 28 0 419324289 29526929408 184814 33554432000 4194304 4196468 140729960082320 140296324413968 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19536] ppid=19526 vsize=28834892 memory=0 CPUtime=0.12 cores=0-7
/proc/19528/task/19536/stat : 19536 (java) S 19526 19526 12749 0 -1 1077944384 1087 0 0 0 6 6 0 0 20 0 28 0 419324289 29526929408 184814 33554432000 4194304 4196468 140729960082320 140296323361168 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19537] ppid=19526 vsize=28834892 memory=0 CPUtime=0.12 cores=0-7
/proc/19528/task/19537/stat : 19537 (java) S 19526 19526 12749 0 -1 1077944384 254 0 0 0 6 6 0 0 20 0 28 0 419324289 29526929408 184814 33554432000 4194304 4196468 140729960082320 140296322308368 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19538] ppid=19526 vsize=28834892 memory=0 CPUtime=0.05 cores=0-7
/proc/19528/task/19538/stat : 19538 (java) S 19526 19526 12749 0 -1 1077944384 1352 0 0 0 3 2 0 0 20 0 28 0 419324291 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294890249072 140296377068162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19539] ppid=19526 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/19528/task/19539/stat : 19539 (java) S 19526 19526 12749 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 419324291 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294889195104 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19540] ppid=19526 vsize=28834892 memory=146 CPUtime=0 cores=0-7
/proc/19528/task/19540/stat : 19540 (java) S 19526 19526 12749 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 28 0 419324291 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294888142208 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19541] ppid=19526 vsize=28834892 memory=3009139022467969 CPUtime=0 cores=0-7
/proc/19528/task/19541/stat : 19541 (java) S 19526 19526 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419324294 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294887090512 140296377075611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19542] ppid=19526 vsize=28834892 memory=1452 CPUtime=3.29 cores=0-7
/proc/19528/task/19542/stat : 19542 (java) S 19526 19526 12749 0 -1 1077944384 10727 0 0 0 325 4 0 0 20 0 28 0 419324294 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294886037872 140296377068162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19543] ppid=19526 vsize=28834892 memory=511432 CPUtime=3.42 cores=0-7
/proc/19528/task/19543/stat : 19543 (java) S 19526 19526 12749 0 -1 1077944384 14931 0 0 0 339 3 0 0 20 0 28 0 419324294 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294884985072 140296377068162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19544] ppid=19526 vsize=28834892 memory=0 CPUtime=3.21 cores=0-7
/proc/19528/task/19544/stat : 19544 (java) S 19526 19526 12749 0 -1 1077944384 14005 0 0 0 318 3 0 0 20 0 28 0 419324294 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294883932272 140296377068162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19545] ppid=19526 vsize=28834892 memory=0 CPUtime=1.17 cores=0-7
/proc/19528/task/19545/stat : 19545 (java) S 19526 19526 12749 0 -1 1077944384 11142 0 0 0 115 2 0 0 20 0 28 0 419324294 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294882879472 140296377068162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19546] ppid=19526 vsize=28834892 memory=900 CPUtime=0 cores=0-7
/proc/19528/task/19546/stat : 19546 (java) S 19526 19526 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419324294 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294881827936 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19547] ppid=19526 vsize=28834892 memory=13564894834332039 CPUtime=0.01 cores=0-7
/proc/19528/task/19547/stat : 19547 (java) S 19526 19526 12749 0 -1 1077944384 948 0 0 0 0 1 0 0 20 0 28 0 419324294 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294880775216 140296377068162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19653] ppid=19526 vsize=28834892 memory=3624 CPUtime=16.25 cores=0-7
/proc/19528/task/19653/stat : 19653 (java) S 19526 19526 12749 0 -1 1077944384 1019 0 0 0 1625 0 0 0 20 0 28 0 419325729 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294861049760 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19654] ppid=19526 vsize=28834892 memory=26892 CPUtime=16.2 cores=0-7
/proc/19528/task/19654/stat : 19654 (java) S 19526 19526 12749 0 -1 1077944384 415 0 0 0 1620 0 0 0 20 0 28 0 419325729 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294866314448 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19655] ppid=19526 vsize=28834892 memory=984 CPUtime=16.1 cores=0-7
/proc/19528/task/19655/stat : 19655 (java) S 19526 19526 12749 0 -1 1077944384 4714 0 0 0 1597 13 0 0 20 0 28 0 419325729 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294865261648 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19656] ppid=19526 vsize=28834892 memory=1760 CPUtime=16.35 cores=0-7
/proc/19528/task/19656/stat : 19656 (java) S 19526 19526 12749 0 -1 1077944384 745 0 0 0 1635 0 0 0 20 0 28 0 419325729 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294863156176 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19657] ppid=19526 vsize=28834892 memory=111632 CPUtime=16.44 cores=0-7
/proc/19528/task/19657/stat : 19657 (java) S 19526 19526 12749 0 -1 1077944384 662 0 0 0 1644 0 0 0 20 0 28 0 419325729 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294869472080 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19658] ppid=19526 vsize=28834892 memory=800 CPUtime=16.55 cores=0-7
/proc/19528/task/19658/stat : 19658 (java) S 19526 19526 12749 0 -1 1077944384 671 0 0 0 1654 1 0 0 20 0 28 0 419325729 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294864208592 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19659] ppid=19526 vsize=28834892 memory=1808 CPUtime=16.44 cores=0-7
/proc/19528/task/19659/stat : 19659 (java) S 19526 19526 12749 0 -1 1077944384 285 0 0 0 1644 0 0 0 20 0 28 0 419325729 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294862104144 140296377067221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
[pid=19528/tid=19660] ppid=19526 vsize=28834892 memory=920 CPUtime=16.65 cores=0-7
/proc/19528/task/19660/stat : 19660 (java) R 19526 19526 12749 0 -1 4202560 430 0 0 0 1665 0 0 0 20 0 28 0 419325729 29526929408 184814 33554432000 4194304 4196468 140729960082320 140294868414840 140296008063445 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 9912320 140729960084458 140729960084630 140729960084630 140729960087503 0
Current children cumulated CPU time: 211.77 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 740708 KiB

Child status: 0
Real time (s): 31.3728
CPU time (s): 211.866
CPU user time (s): 210.773
CPU system time (s): 1.09298
CPU usage (%): 675.317
Max. virtual memory (cumulated for all children) (KiB): 28948020
Max. memory (cumulated for all children) (KiB): 740708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 210.773
system time used= 1.09298
maximum resident set size= 739268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87203
page faults= 0
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7384
involuntary context switches= 3378


# summary of solver processes directly reported to runsolver:
#   pid: 19526
#   total CPU time (s): 211.866
#   total CPU user time (s): 210.773
#   total CPU system time (s): 1.09298

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.305946 second user time and 0.398485 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-14 04:10:19
IDJOB=4393809
IDBENCH=127988
IDSOLVER=2841
FILE ID=node106/4393809-1568430697
RUNJOBID= node106-1568413091-12776
PBS_JOBID= 21702261
Free space on /tmp= 59112 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-25-5-5-5.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-4393809-1568430697/watcher-4393809-1568430697 -o /tmp/evaluation-result-4393809-1568430697/solver-4393809-1568430697 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568413091-12776 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 880312607 HOME/instance-4393809-1568430697.xml

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

MD5SUM BENCH= a365ee41b1fa653da2199bfa573a8fac
RANDOM SEED=880312607

node106.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.79
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.79
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.79
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.79
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:        30625836 kB
MemAvailable:   31900972 kB
Buffers:          184076 kB
Cached:          1371988 kB
SwapCached:         9320 kB
Active:           487876 kB
Inactive:        1083532 kB
Active(anon):      14256 kB
Inactive(anon):    34744 kB
Active(file):     473620 kB
Inactive(file):  1048788 kB
Unevictable:      106908 kB
Mlocked:          106908 kB
SwapTotal:      67108860 kB
SwapFree:       66997684 kB
Dirty:             27212 kB
Writeback:             8 kB
AnonPages:        112676 kB
Mapped:            38144 kB
Shmem:             25300 kB
Slab:             166680 kB
SReclaimable:     137124 kB
SUnreclaim:        29556 kB
KernelStack:        3440 kB
PageTables:         5192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     489728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59088 MiB
End job on node106 at 2019-09-14 04:10:51