Trace number 4394485

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 parallelOPT124 42.2556 8.11734

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-7-5-30-1.xml
MD5SUM74f6b053d0485b3d7d553e00e4caa41f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark124
Best CPU time to get the best result obtained on this benchmark2.0694
Satisfiable
(Un)Satisfiability was proved
Number of variables130
Number of constraints1117
Number of domains67
Minimum domain size2
Maximum domain size35
Distribution of domain sizes[{"size":2,"count":1},{"size":3,"count":6},{"size":4,"count":18},{"size":5,"count":10},{"size":14,"count":2},{"size":15,"count":2},{"size":16,"count":7},{"size":17,"count":12},{"size":18,"count":6},{"size":19,"count":1},{"size":34,"count":30},{"size":35,"count":35}]
Minimum variable degree2
Maximum variable degree36
Distribution of variable degrees[{"degree":2,"count":65},{"degree":32,"count":34},{"degree":33,"count":1},{"degree":36,"count":30}]
Minimum constraint arity1
Maximum constraint arity35
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":1115},{"arity":35,"count":1}]
Number of extensional constraints65
Number of intensional constraints1051
Distribution of constraint types[{"type":"extension","count":65},{"type":"intension","count":1051},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4394485-1568427432.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4394485-1568427432.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
12.51/4.11	c solve instance...
14.46/4.42	o 689 
20.52/5.21	o 672 
20.52/5.25	o 645 
20.52/5.27	o 404 
21.12/5.31	o 331 
21.12/5.37	o 284 
21.77/5.42	o 283 
21.77/5.43	o 282 
21.77/5.45	o 281 
21.77/5.46	o 280 
21.77/5.47	o 279 
21.77/5.48	o 278 
21.77/5.48	o 277 
21.77/5.49	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (163/165)
21.77/5.49		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
21.77/5.49		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
21.77/5.49		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
21.77/5.49		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
21.77/5.49		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
21.77/5.49	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (163/165)
21.77/5.49		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
21.77/5.49		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
21.77/5.49		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
21.77/5.49		at org.chocosolver.solver.Solver.repair(Solver.java:443)
21.77/5.49		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
21.77/5.49		at org.chocosolver.solver.Solver.solve(Solver.java:262)
21.77/5.49		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
21.77/5.49		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
21.77/5.49		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
21.77/5.49		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
21.77/5.49		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
21.77/5.49		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
21.77/5.49		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
21.77/5.49		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
21.77/5.49		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
21.77/5.49		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
21.77/5.49	o 276 
22.38/5.51	o 135 
22.38/5.55	o 134 
22.38/5.59	o 133 
22.38/5.60	o 132 
23.09/5.63	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (142/165)
23.09/5.63		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
23.09/5.63		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
23.09/5.63		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
23.09/5.63		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
23.09/5.63		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
23.09/5.63	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (142/165)
23.09/5.63		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
23.09/5.63		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
23.09/5.63		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
23.09/5.63		at org.chocosolver.solver.Solver.repair(Solver.java:443)
23.09/5.63		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
23.09/5.63		at org.chocosolver.solver.Solver.solve(Solver.java:262)
23.09/5.63		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
23.09/5.63		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
23.09/5.63		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
23.09/5.63		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
23.09/5.63		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
23.09/5.63		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
23.09/5.63		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
23.09/5.63		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
23.09/5.63		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
23.09/5.63		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
23.09/5.63	o 131 
23.09/5.68	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (137/164)
23.09/5.68		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
23.09/5.68		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
23.09/5.68		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
23.09/5.68		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
23.09/5.68		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
23.09/5.68	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (137/164)
23.09/5.68		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
23.09/5.68		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
23.09/5.68		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
23.09/5.68		at org.chocosolver.solver.Solver.repair(Solver.java:443)
23.09/5.68		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
23.09/5.68		at org.chocosolver.solver.Solver.solve(Solver.java:262)
23.09/5.68		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
23.09/5.68		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
23.09/5.68		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
23.09/5.68		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
23.09/5.68		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
23.09/5.68		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
23.09/5.68		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
23.09/5.68		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
23.09/5.68		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
23.09/5.68		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
23.09/5.68	o 124 
41.93/8.07	s OPTIMUM FOUND
41.93/8.07	v <instantiation>
41.93/8.07	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] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] l[0] l[1] l[2] l[3] l[4] l[5] l[6] l[7] l[8] l[9] l[10] l[11] l[12] l[13] l[14] l[15] l[16] l[17] l[18] l[19] l[20] l[21] l[22] l[23] l[24] l[25] l[26] l[27] l[28] l[29] c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] </list>
41.93/8.07	v 	<values>0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 18 19 26 20 21 22 23 17 25 27 34 28 29 30 24 31 32 33 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 4 9 0 0 0 0 2 0 1 2 0 0 0 5 8 12 7 26 31 33 19 18 24 31 24 24 31 32 32 27 26 18 24 24 18 26 33 24 18 17 32 19 17 27 27 33 18 4 1 8 1 2 3 1 2 1 4 1 2 2 2 1 3 2 2 3 1 3 4 2 1 1 1 4 2 1 4 </values>
41.93/8.07	v </instantiation>

Verifier Data

OK	124

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

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

Starting watchdog thread
solver pid=22925, runsolver pid=22922

[startup+0.100132 s]*
/proc/loadavg: 4.63 6.36 6.70 2/212 22946
/proc/meminfo: memFree=30935120/32770624 swapFree=66947516/67108860
[pid=22925] ppid=22922 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22925/stat : 22925 (xcsp3-exec) S 22922 22925 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418685092 115843072 364 33554432000 4194304 5098028 140726773605472 140726773603576 139820106404476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9416704 140726773609333 140726773609577 140726773609577 140726773612490 0
/proc/22925/statm: 28282 364 305 221 0 87 0
[pid=22927] ppid=22925 vsize=28227388 memory=28932 CPUtime=0.13 cores=0-7
/proc/22927/stat : 22927 (java) S 22925 22925 15751 0 -1 1077944320 5644 0 0 0 12 1 0 0 20 0 20 0 418685093 28904845312 7233 33554432000 4194304 4196468 140725539280368 140725539262912 140091324612343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
/proc/22927/statm: 7056847 7233 3149 1 0 7019032 0
[pid=22927/tid=22928] ppid=22925 vsize=28227388 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/22927/task/22928/stat : 22928 (java) R 22925 22925 15751 0 -1 4202560 3591 0 0 0 8 0 0 0 20 0 20 0 418685093 28904845312 7233 33554432000 4194304 4196468 140725539280368 140091328845616 140091317796494 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22929] ppid=22925 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/22927/task/22929/stat : 22929 (java) S 22925 22925 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685094 28904845312 7233 33554432000 4194304 4196468 140725539280368 140091244464400 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22930] ppid=22925 vsize=28227388 memory=139721429972608 CPUtime=0 cores=0-7
/proc/22927/task/22930/stat : 22930 (java) S 22925 22925 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685094 28904845312 7233 33554432000 4194304 4196468 140725539280368 140091243411856 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22931] ppid=22925 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22931/stat : 22931 (java) S 22925 22925 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418685094 28904845312 7233 33554432000 4194304 4196468 140725539280368 140091242359312 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22932] ppid=22925 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22932/stat : 22932 (java) S 22925 22925 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685094 28904845312 7233 33554432000 4194304 4196468 140725539280368 140091241306768 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22933] ppid=22925 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22933/stat : 22933 (java) S 22925 22925 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685094 28904845312 7233 33554432000 4194304 4196468 140725539280368 140091240254224 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22934] ppid=22925 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/22927/task/22934/stat : 22934 (java) S 22925 22925 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685094 28904845312 7233 33554432000 4194304 4196468 140725539280368 140091239201680 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22935] ppid=22925 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22935/stat : 22935 (java) S 22925 22925 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685094 28904845312 7233 33554432000 4194304 4196468 140725539280368 140091238149136 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22936] ppid=22925 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22936/stat : 22936 (java) S 22925 22925 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685094 28904845312 7233 33554432000 4194304 4196468 140725539280368 140091237096592 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22937] ppid=22925 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22937/stat : 22937 (java) S 22925 22925 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685095 28904845312 7233 33554432000 4194304 4196468 140725539280368 140090440534000 140091324623490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22938] ppid=22925 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22938/stat : 22938 (java) S 22925 22925 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418685096 28904845312 7233 33554432000 4194304 4196468 140725539280368 140090439480224 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22939] ppid=22925 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22939/stat : 22939 (java) S 22925 22925 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418685096 28904845312 7233 33554432000 4194304 4196468 140725539280368 140090438427632 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22940] ppid=22925 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22940/stat : 22940 (java) S 22925 22925 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685098 28904845312 7233 33554432000 4194304 4196468 140725539280368 140090437376208 140091324630939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22941] ppid=22925 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22941/stat : 22941 (java) S 22925 22925 15751 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 20 0 418685098 28904845312 7233 33554432000 4194304 4196468 140725539280368 140090436323824 140091324623490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22942] ppid=22925 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22942/stat : 22942 (java) S 22925 22925 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418685098 28904845312 7233 33554432000 4194304 4196468 140725539280368 140090435271280 140091324623490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22943] ppid=22925 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22943/stat : 22943 (java) R 22925 22925 15751 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 418685098 28904845312 7233 33554432000 4194304 4196468 140725539280368 140090434218736 140091324624278 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22944] ppid=22925 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/22927/task/22944/stat : 22944 (java) S 22925 22925 15751 0 -1 1077944384 323 0 0 0 2 0 0 0 20 0 20 0 418685098 28904845312 7233 33554432000 4194304 4196468 140725539280368 140090433166192 140091324623490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22945] ppid=22925 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22945/stat : 22945 (java) S 22925 22925 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418685099 28904845312 7233 33554432000 4194304 4196468 140725539280368 140090432112864 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22946] ppid=22925 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/22927/task/22946/stat : 22946 (java) S 22925 22925 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685099 28904845312 7233 33554432000 4194304 4196468 140725539280368 140090431060400 140091324623490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30388 KiB

[startup+0.210667 s]*
/proc/loadavg: 4.63 6.36 6.70 2/212 22946
/proc/meminfo: memFree=30922008/32770624 swapFree=66947516/67108860
[pid=22925] ppid=22922 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22925/stat : 22925 (xcsp3-exec) S 22922 22925 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418685092 115843072 364 33554432000 4194304 5098028 140726773605472 140726773603576 139820106404476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9416704 140726773609333 140726773609577 140726773609577 140726773612490 0
/proc/22925/statm: 28282 364 305 221 0 87 0
[pid=22927] ppid=22925 vsize=28227388 memory=40344 CPUtime=0.34 cores=0-7
/proc/22927/stat : 22927 (java) S 22925 22925 15751 0 -1 1077944320 9368 0 0 0 31 3 0 0 20 0 20 0 418685093 28904845312 10086 33554432000 4194304 4196468 140725539280368 140725539262912 140091324612343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
/proc/22927/statm: 7056847 10086 3274 1 0 7019032 0
[pid=22927/tid=22928] ppid=22925 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/22927/task/22928/stat : 22928 (java) R 22925 22925 15751 0 -1 4202560 6602 0 0 0 17 2 0 0 20 0 20 0 418685093 28904845312 10086 33554432000 4194304 4196468 140725539280368 140091328846192 140091324624278 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22929] ppid=22925 vsize=28227388 memory=328 CPUtime=0 cores=0-7
/proc/22927/task/22929/stat : 22929 (java) S 22925 22925 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685094 28904845312 10086 33554432000 4194304 4196468 140725539280368 140091244464400 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22930] ppid=22925 vsize=28227388 memory=139721433063755 CPUtime=0 cores=0-7
/proc/22927/task/22930/stat : 22930 (java) S 22925 22925 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685094 28904845312 10086 33554432000 4194304 4196468 140725539280368 140091243411856 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22931] ppid=22925 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/22927/task/22931/stat : 22931 (java) S 22925 22925 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418685094 28904845312 10086 33554432000 4194304 4196468 140725539280368 140091242359312 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22932] ppid=22925 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22932/stat : 22932 (java) S 22925 22925 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685094 28904845312 10086 33554432000 4194304 4196468 140725539280368 140091241306768 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22933] ppid=22925 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22933/stat : 22933 (java) S 22925 22925 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685094 28904845312 10086 33554432000 4194304 4196468 140725539280368 140091240254224 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22934] ppid=22925 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/22927/task/22934/stat : 22934 (java) S 22925 22925 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685094 28904845312 10086 33554432000 4194304 4196468 140725539280368 140091239201680 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22935] ppid=22925 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22935/stat : 22935 (java) S 22925 22925 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685094 28904845312 10086 33554432000 4194304 4196468 140725539280368 140091238149136 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22936] ppid=22925 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22936/stat : 22936 (java) S 22925 22925 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685094 28904845312 10086 33554432000 4194304 4196468 140725539280368 140091237096592 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22937] ppid=22925 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22937/stat : 22937 (java) S 22925 22925 15751 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 418685095 28904845312 10086 33554432000 4194304 4196468 140725539280368 140090440534000 140091324623490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22938] ppid=22925 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22938/stat : 22938 (java) S 22925 22925 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418685096 28904845312 10086 33554432000 4194304 4196468 140725539280368 140090439480224 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22939] ppid=22925 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22939/stat : 22939 (java) S 22925 22925 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418685096 28904845312 10086 33554432000 4194304 4196468 140725539280368 140090438427632 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22940] ppid=22925 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22940/stat : 22940 (java) S 22925 22925 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685098 28904845312 10086 33554432000 4194304 4196468 140725539280368 140090437376208 140091324630939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22941] ppid=22925 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22941/stat : 22941 (java) S 22925 22925 15751 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 20 0 418685098 28904845312 10086 33554432000 4194304 4196468 140725539280368 140090436323824 140091324623490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22942] ppid=22925 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/22927/task/22942/stat : 22942 (java) S 22925 22925 15751 0 -1 1077944384 137 0 0 0 2 0 0 0 20 0 20 0 418685098 28904845312 10086 33554432000 4194304 4196468 140725539280368 140090435271280 140091324623490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22943] ppid=22925 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/22927/task/22943/stat : 22943 (java) S 22925 22925 15751 0 -1 1077944384 120 0 0 0 1 0 0 0 20 0 20 0 418685098 28904845312 10086 33554432000 4194304 4196468 140725539280368 140090434218736 140091324623490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22944] ppid=22925 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/22927/task/22944/stat : 22944 (java) R 22925 22925 15751 0 -1 4202560 771 0 0 0 8 0 0 0 20 0 20 0 418685098 28904845312 10086 33554432000 4194304 4196468 140725539280368 140090433166192 140091324624278 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22945] ppid=22925 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22945/stat : 22945 (java) S 22925 22925 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418685099 28904845312 10086 33554432000 4194304 4196468 140725539280368 140090432112864 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22946] ppid=22925 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/22927/task/22946/stat : 22946 (java) S 22925 22925 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685099 28904845312 10086 33554432000 4194304 4196468 140725539280368 140090431060400 140091324623490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 41800 KiB

[startup+0.319815 s]*
/proc/loadavg: 4.63 6.36 6.70 3/212 22946
/proc/meminfo: memFree=30914120/32770624 swapFree=66947516/67108860
[pid=22925] ppid=22922 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22925/stat : 22925 (xcsp3-exec) S 22922 22925 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418685092 115843072 364 33554432000 4194304 5098028 140726773605472 140726773603576 139820106404476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9416704 140726773609333 140726773609577 140726773609577 140726773612490 0
/proc/22925/statm: 28282 364 305 221 0 87 0
[pid=22927] ppid=22925 vsize=28231644 memory=50380 CPUtime=0.54 cores=0-7
/proc/22927/stat : 22927 (java) S 22925 22925 15751 0 -1 1077944320 10953 0 0 0 50 4 0 0 20 0 20 0 418685093 28909203456 12595 33554432000 4194304 4196468 140725539280368 140725539262912 140091324612343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
/proc/22927/statm: 7057911 12595 3330 1 0 7019032 0
[pid=22927/tid=22928] ppid=22925 vsize=28231644 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/22927/task/22928/stat : 22928 (java) R 22925 22925 15751 0 -1 4202560 7870 0 0 0 27 3 0 0 20 0 20 0 418685093 28909203456 12595 33554432000 4194304 4196468 140725539280368 140091328843456 140091308692830 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22929] ppid=22925 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22929/stat : 22929 (java) S 22925 22925 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685094 28909203456 12595 33554432000 4194304 4196468 140725539280368 140091244464400 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22930] ppid=22925 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22930/stat : 22930 (java) S 22925 22925 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685094 28909203456 12595 33554432000 4194304 4196468 140725539280368 140091243411856 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22931] ppid=22925 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22931/stat : 22931 (java) S 22925 22925 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418685094 28909203456 12595 33554432000 4194304 4196468 140725539280368 140091242359312 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22932] ppid=22925 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22932/stat : 22932 (java) S 22925 22925 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685094 28909203456 12595 33554432000 4194304 4196468 140725539280368 140091241306768 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22933] ppid=22925 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22933/stat : 22933 (java) S 22925 22925 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685094 28909203456 12595 33554432000 4194304 4196468 140725539280368 140091240254224 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22934] ppid=22925 vsize=28231644 memory=139721326029487 CPUtime=0 cores=0-7
/proc/22927/task/22934/stat : 22934 (java) S 22925 22925 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685094 28909203456 12595 33554432000 4194304 4196468 140725539280368 140091239201680 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22935] ppid=22925 vsize=28231644 memory=139721326031792 CPUtime=0 cores=0-7
/proc/22927/task/22935/stat : 22935 (java) S 22925 22925 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685094 28909203456 12595 33554432000 4194304 4196468 140725539280368 140091238149136 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22936] ppid=22925 vsize=28231644 memory=139721326034096 CPUtime=0 cores=0-7
/proc/22927/task/22936/stat : 22936 (java) S 22925 22925 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685094 28909203456 12595 33554432000 4194304 4196468 140725539280368 140091237096592 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22937] ppid=22925 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22937/stat : 22937 (java) S 22925 22925 15751 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 418685095 28909203456 12595 33554432000 4194304 4196468 140725539280368 140090440534000 140091324623490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22938] ppid=22925 vsize=28231644 memory=279442652082064 CPUtime=0 cores=0-7
/proc/22927/task/22938/stat : 22938 (java) S 22925 22925 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418685096 28909203456 12595 33554432000 4194304 4196468 140725539280368 140090439480224 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22939] ppid=22925 vsize=28231644 memory=279442652079760 CPUtime=0 cores=0-7
/proc/22927/task/22939/stat : 22939 (java) S 22925 22925 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418685096 28909203456 12595 33554432000 4194304 4196468 140725539280368 140090438427632 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22940] ppid=22925 vsize=28231644 memory=279442652086672 CPUtime=0 cores=0-7
/proc/22927/task/22940/stat : 22940 (java) S 22925 22925 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685098 28909203456 12595 33554432000 4194304 4196468 140725539280368 140090437376208 140091324630939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22941] ppid=22925 vsize=28231644 memory=279442652027952 CPUtime=0.02 cores=0-7
/proc/22927/task/22941/stat : 22941 (java) S 22925 22925 15751 0 -1 1077944384 453 0 0 0 2 0 0 0 20 0 20 0 418685098 28909203456 12595 33554432000 4194304 4196468 140725539280368 140090436323824 140091324623490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22942] ppid=22925 vsize=28231644 memory=279442652100496 CPUtime=0.02 cores=0-7
/proc/22927/task/22942/stat : 22942 (java) S 22925 22925 15751 0 -1 1077944384 143 0 0 0 2 0 0 0 20 0 20 0 418685098 28909203456 12605 33554432000 4194304 4196468 140725539280368 140090435271280 140091324623490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22943] ppid=22925 vsize=28231644 memory=279442652107408 CPUtime=0.04 cores=0-7
/proc/22927/task/22943/stat : 22943 (java) S 22925 22925 15751 0 -1 1077944384 253 0 0 0 4 0 0 0 20 0 20 0 418685098 28909203456 12605 33554432000 4194304 4196468 140725539280368 140090434218736 140091324623490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22944] ppid=22925 vsize=28231644 memory=279442652105104 CPUtime=0.13 cores=0-7
/proc/22927/task/22944/stat : 22944 (java) S 22925 22925 15751 0 -1 1077944384 925 0 0 0 13 0 0 0 20 0 20 0 418685098 28909203456 12605 33554432000 4194304 4196468 140725539280368 140090433166192 140091324623490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22945] ppid=22925 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22945/stat : 22945 (java) S 22925 22925 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418685099 28909203456 12605 33554432000 4194304 4196468 140725539280368 140090432112864 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22946] ppid=22925 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/22927/task/22946/stat : 22946 (java) S 22925 22925 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685099 28909203456 12605 33554432000 4194304 4196468 140725539280368 140090431060400 140091324623490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51836 KiB

[startup+0.701021 s]
/proc/loadavg: 4.63 6.36 6.70 5/212 22946
/proc/meminfo: memFree=30890520/32770624 swapFree=66947516/67108860
[pid=22925] ppid=22922 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22925/stat : 22925 (xcsp3-exec) S 22922 22925 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418685092 115843072 364 33554432000 4194304 5098028 140726773605472 140726773603576 139820106404476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9416704 140726773609333 140726773609577 140726773609577 140726773612490 0
/proc/22925/statm: 28282 364 305 221 0 87 0
[pid=22927] ppid=22925 vsize=28233768 memory=93436 CPUtime=1.96 cores=0-7
/proc/22927/stat : 22927 (java) S 22925 22925 15751 0 -1 1077944320 16566 0 0 0 189 7 0 0 20 0 20 0 418685093 28911378432 23359 33554432000 4194304 4196468 140725539280368 140725539262912 140091324612343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
/proc/22927/statm: 7058442 23359 3456 1 0 7019544 0
[pid=22927/tid=22928] ppid=22925 vsize=28233768 memory=0 CPUtime=0.67 cores=0-7
/proc/22927/task/22928/stat : 22928 (java) R 22925 22925 15751 0 -1 4202560 9130 0 0 0 63 4 0 0 20 0 20 0 418685093 28911378432 23359 33554432000 4194304 4196468 140725539280368 140091328849616 140091306261807 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22929] ppid=22925 vsize=28233768 memory=139721326240624 CPUtime=0 cores=0-7
/proc/22927/task/22929/stat : 22929 (java) S 22925 22925 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685094 28911378432 23359 33554432000 4194304 4196468 140725539280368 140091244464400 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22930] ppid=22925 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22930/stat : 22930 (java) S 22925 22925 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685094 28911378432 23359 33554432000 4194304 4196468 140725539280368 140091243411856 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22931] ppid=22925 vsize=28233768 memory=1200 CPUtime=0 cores=0-7
/proc/22927/task/22931/stat : 22931 (java) S 22925 22925 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418685094 28911378432 23359 33554432000 4194304 4196468 140725539280368 140091242359312 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0

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

[pid=22927/tid=23109] ppid=22925 vsize=28835920 memory=288230617509003574 CPUtime=0.96 cores=0-7
/proc/22927/task/23109/stat : 23109 (java) R 22925 22925 15751 0 -1 4202560 71 0 0 0 96 0 0 0 20 0 28 0 418685661 29527982080 294868 33554432000 4194304 4196468 140725539280368 140089489219528 140090920257504 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=23110] ppid=22925 vsize=28835920 memory=15534115864709562 CPUtime=1.11 cores=0-7
/proc/22927/task/23110/stat : 23110 (java) R 22925 22925 15751 0 -1 4202560 19 0 0 0 111 0 0 0 20 0 28 0 418685661 29527982080 294868 33554432000 4194304 4196468 140725539280368 140089497642008 140090920614120 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=23111] ppid=22925 vsize=28835920 memory=-3253322038155611931 CPUtime=1.07 cores=0-7
/proc/22927/task/23111/stat : 23111 (java) R 22925 22925 15751 0 -1 4202560 18 0 0 0 107 0 0 0 20 0 28 0 418685661 29527982080 294868 33554432000 4194304 4196468 140725539280368 140089494485240 140090913589222 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=23112] ppid=22925 vsize=28835920 memory=6944652177228980320 CPUtime=1.13 cores=0-7
/proc/22927/task/23112/stat : 23112 (java) R 22925 22925 15751 0 -1 4202560 66 0 0 0 113 0 0 0 20 0 28 0 418685661 29527982080 294868 33554432000 4194304 4196468 140725539280368 140089492377312 140090915505596 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=23113] ppid=22925 vsize=28835920 memory=6944656575208382560 CPUtime=1.34 cores=0-7
/proc/22927/task/23113/stat : 23113 (java) R 22925 22925 15751 0 -1 4202560 19 0 0 0 134 0 0 0 20 0 28 0 418685662 29527982080 294868 33554432000 4194304 4196468 140725539280368 140089491324440 140090913589621 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=23114] ppid=22925 vsize=28835920 memory=6944652177228980320 CPUtime=1.24 cores=0-7
/proc/22927/task/23114/stat : 23114 (java) R 22925 22925 15751 0 -1 4202560 20 0 0 0 124 0 0 0 20 0 28 0 418685665 29527982080 294868 33554432000 4194304 4196468 140725539280368 140089490274184 140090921650022 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
Current children cumulated CPU time: 35.62 s
Current children cumulated vsize: 28949048 KiB
Current children cumulated memory: 1180928 KiB

[startup+7.60183 s]
/proc/loadavg: 4.71 6.32 6.68 13/219 23114
/proc/meminfo: memFree=29788460/32770624 swapFree=66947516/67108860
[pid=22925] ppid=22922 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22925/stat : 22925 (xcsp3-exec) S 22922 22925 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418685092 115843072 364 33554432000 4194304 5098028 140726773605472 140726773603576 139820106404476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9416704 140726773609333 140726773609577 140726773609577 140726773612490 0
/proc/22925/statm: 28282 364 305 221 0 87 0
[pid=22927] ppid=22925 vsize=28835920 memory=1201204 CPUtime=38.8 cores=0-7
/proc/22927/stat : 22927 (java) S 22925 22925 15751 0 -1 1077944320 54256 0 0 0 3684 196 0 0 20 0 28 0 418685093 29527982080 300301 33554432000 4194304 4196468 140725539280368 140725539262912 140091324612343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
/proc/22927/statm: 7208980 300301 3550 1 0 7170082 0
[pid=22927/tid=22928] ppid=22925 vsize=28835920 memory=6791534058613427641 CPUtime=3.2 cores=0-7
/proc/22927/task/22928/stat : 22928 (java) S 22925 22925 15751 0 -1 1077944384 10371 0 0 0 309 11 0 0 20 0 28 0 418685093 29527982080 300301 33554432000 4194304 4196468 140725539280368 140091328853120 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 31 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22929] ppid=22925 vsize=28835920 memory=2044 CPUtime=1.2 cores=0-7
/proc/22927/task/22929/stat : 22929 (java) S 22925 22925 15751 0 -1 1077944384 494 0 0 0 101 19 0 0 20 0 28 0 418685094 29527982080 300301 33554432000 4194304 4196468 140725539280368 140091244464400 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22930] ppid=22925 vsize=28835920 memory=1428 CPUtime=1.22 cores=0-7
/proc/22927/task/22930/stat : 22930 (java) S 22925 22925 15751 0 -1 1077944384 529 0 0 0 102 20 0 0 20 0 28 0 418685094 29527982080 300301 33554432000 4194304 4196468 140725539280368 140091243411856 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22931] ppid=22925 vsize=28835920 memory=11624 CPUtime=1.21 cores=0-7
/proc/22927/task/22931/stat : 22931 (java) S 22925 22925 15751 0 -1 1077944384 472 0 0 0 101 20 0 0 20 0 28 0 418685094 29527982080 300301 33554432000 4194304 4196468 140725539280368 140091242359312 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22932] ppid=22925 vsize=28835920 memory=740 CPUtime=1.19 cores=0-7
/proc/22927/task/22932/stat : 22932 (java) S 22925 22925 15751 0 -1 1077944384 359 0 0 0 100 19 0 0 20 0 28 0 418685094 29527982080 300301 33554432000 4194304 4196468 140725539280368 140091241306768 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22933] ppid=22925 vsize=28835920 memory=1056 CPUtime=1.23 cores=0-7
/proc/22927/task/22933/stat : 22933 (java) S 22925 22925 15751 0 -1 1077944384 675 0 0 0 102 21 0 0 20 0 28 0 418685094 29527982080 300301 33554432000 4194304 4196468 140725539280368 140091240254224 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22934] ppid=22925 vsize=28835920 memory=8976414709404591081 CPUtime=1.23 cores=0-7
/proc/22927/task/22934/stat : 22934 (java) S 22925 22925 15751 0 -1 1077944384 754 0 0 0 102 21 0 0 20 0 28 0 418685094 29527982080 300301 33554432000 4194304 4196468 140725539280368 140091239201680 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22935] ppid=22925 vsize=28835920 memory=4715433313220523562 CPUtime=1.2 cores=0-7
/proc/22927/task/22935/stat : 22935 (java) S 22925 22925 15751 0 -1 1077944384 622 0 0 0 101 19 0 0 20 0 28 0 418685094 29527982080 300301 33554432000 4194304 4196468 140725539280368 140091238149136 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22936] ppid=22925 vsize=28835920 memory=7822038051842261661 CPUtime=1.17 cores=0-7
/proc/22927/task/22936/stat : 22936 (java) S 22925 22925 15751 0 -1 1077944384 525 0 0 0 98 19 0 0 20 0 28 0 418685094 29527982080 300301 33554432000 4194304 4196468 140725539280368 140091237096592 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22937] ppid=22925 vsize=28835920 memory=-8412656567318647667 CPUtime=0.07 cores=0-7
/proc/22927/task/22937/stat : 22937 (java) S 22925 22925 15751 0 -1 1077944384 1681 0 0 0 7 0 0 0 20 0 28 0 418685095 29527982080 300301 33554432000 4194304 4196468 140725539280368 140090440534000 140091324623490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22938] ppid=22925 vsize=28835920 memory=7012757043892211800 CPUtime=0 cores=0-7
/proc/22927/task/22938/stat : 22938 (java) S 22925 22925 15751 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 418685096 29527982080 300301 33554432000 4194304 4196468 140725539280368 140090439480288 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22939] ppid=22925 vsize=28835920 memory=7084814637930139728 CPUtime=0 cores=0-7
/proc/22927/task/22939/stat : 22939 (java) S 22925 22925 15751 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 418685096 29527982080 300301 33554432000 4194304 4196468 140725539280368 140090438427648 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22940] ppid=22925 vsize=28835920 memory=7084813538418511952 CPUtime=0 cores=0-7
/proc/22927/task/22940/stat : 22940 (java) S 22925 22925 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418685098 29527982080 300301 33554432000 4194304 4196468 140725539280368 140090437376208 140091324630939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22941] ppid=22925 vsize=28835920 memory=2832 CPUtime=3.55 cores=0-7
/proc/22927/task/22941/stat : 22941 (java) R 22925 22925 15751 0 -1 4202560 8410 0 0 0 352 3 0 0 20 0 28 0 418685098 29527982080 300301 33554432000 4194304 4196468 140725539280368 140090436308976 140091305791962 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22942] ppid=22925 vsize=28835920 memory=1720 CPUtime=3.1 cores=0-7
/proc/22927/task/22942/stat : 22942 (java) R 22925 22925 15751 0 -1 4202560 5144 0 0 0 309 1 0 0 20 0 28 0 418685098 29527982080 300301 33554432000 4194304 4196468 140725539280368 140090435252256 140091308602647 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22943] ppid=22925 vsize=28835920 memory=1200 CPUtime=3.34 cores=0-7
/proc/22927/task/22943/stat : 22943 (java) R 22925 22925 15751 0 -1 4202560 9555 0 0 0 332 2 0 0 20 0 28 0 418685098 29527982080 300301 33554432000 4194304 4196468 140725539280368 140090434199112 140091317329639 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22944] ppid=22925 vsize=28835920 memory=5964 CPUtime=1.22 cores=0-7
/proc/22927/task/22944/stat : 22944 (java) R 22925 22925 15751 0 -1 1077944384 7386 0 0 0 119 3 0 0 20 0 28 0 418685098 29527982080 300301 33554432000 4194304 4196468 140725539280368 140090433166288 140091324622549 0 4 0 16800975 0 0 0 -1 5 0 0 31 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22945] ppid=22925 vsize=28835920 memory=14012 CPUtime=0 cores=0-7
/proc/22927/task/22945/stat : 22945 (java) S 22925 22925 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418685099 29527982080 300301 33554432000 4194304 4196468 140725539280368 140090432112864 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22946] ppid=22925 vsize=28835920 memory=10908 CPUtime=0 cores=0-7
/proc/22927/task/22946/stat : 22946 (java) S 22925 22925 15751 0 -1 1077944384 171 0 0 0 0 0 0 0 20 0 28 0 418685099 29527982080 300301 33554432000 4194304 4196468 140725539280368 140090431060400 140091324623490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 32 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=23107] ppid=22925 vsize=28835920 memory=12024 CPUtime=1.09 cores=0-7
/proc/22927/task/23107/stat : 23107 (java) R 22925 22925 15751 0 -1 4202560 35 0 0 0 109 0 0 0 20 0 28 0 418685661 29527982080 300301 33554432000 4194304 4196468 140725539280368 140089493428408 140090914519915 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=23108] ppid=22925 vsize=28835920 memory=2120 CPUtime=1.31 cores=0-7
/proc/22927/task/23108/stat : 23108 (java) R 22925 22925 15751 0 -1 4202560 47 0 0 0 130 1 0 0 20 0 28 0 418685661 29527982080 300301 33554432000 4194304 4196468 140725539280368 140089495537832 140090920597091 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=23109] ppid=22925 vsize=28835920 memory=500 CPUtime=1.32 cores=0-7
/proc/22927/task/23109/stat : 23109 (java) R 22925 22925 15751 0 -1 4202560 86 0 0 0 132 0 0 0 20 0 28 0 418685661 29527982080 300301 33554432000 4194304 4196468 140725539280368 140089489219736 140090914519989 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=23110] ppid=22925 vsize=28835920 memory=1556 CPUtime=1.33 cores=0-7
/proc/22927/task/23110/stat : 23110 (java) R 22925 22925 15751 0 -1 4202560 49 0 0 0 132 1 0 0 20 0 28 0 418685661 29527982080 300301 33554432000 4194304 4196468 140725539280368 140089497640992 140090920868067 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=23111] ppid=22925 vsize=28835920 memory=924 CPUtime=1.35 cores=0-7
/proc/22927/task/23111/stat : 23111 (java) R 22925 22925 15751 0 -1 4202560 80 0 0 0 134 1 0 0 20 0 28 0 418685661 29527982080 300301 33554432000 4194304 4196468 140725539280368 140089494482816 140090914519958 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=23112] ppid=22925 vsize=28835920 memory=1672 CPUtime=1.47 cores=0-7
/proc/22927/task/23112/stat : 23112 (java) R 22925 22925 15751 0 -1 4202560 67 0 0 0 147 0 0 0 20 0 28 0 418685661 29527982080 300301 33554432000 4194304 4196468 140725539280368 140089492377024 140090918523373 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=23113] ppid=22925 vsize=28835920 memory=796 CPUtime=1.62 cores=0-7
/proc/22927/task/23113/stat : 23113 (java) R 22925 22925 15751 0 -1 4202560 38 0 0 0 162 0 0 0 20 0 28 0 418685662 29527982080 300301 33554432000 4194304 4196468 140725539280368 140089491324440 140090920868080 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=23114] ppid=22925 vsize=28835920 memory=1436 CPUtime=1.5 cores=0-7
/proc/22927/task/23114/stat : 23114 (java) R 22925 22925 15751 0 -1 4202560 46 0 0 0 149 1 0 0 20 0 28 0 418685665 29527982080 300301 33554432000 4194304 4196468 140725539280368 140089490270888 140090913588698 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
Current children cumulated CPU time: 38.8 s
Current children cumulated vsize: 28949048 KiB
Current children cumulated memory: 1202660 KiB

[startup+8.00182 s]*
/proc/loadavg: 4.71 6.32 6.68 5/219 23114
/proc/meminfo: memFree=29761908/32770624 swapFree=66947516/67108860
[pid=22925] ppid=22922 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22925/stat : 22925 (xcsp3-exec) S 22922 22925 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418685092 115843072 364 33554432000 4194304 5098028 140726773605472 140726773603576 139820106404476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9416704 140726773609333 140726773609577 140726773609577 140726773612490 0
/proc/22925/statm: 28282 364 305 221 0 87 0
[pid=22927] ppid=22925 vsize=28835920 memory=1201492 CPUtime=41.93 cores=0-7
/proc/22927/stat : 22927 (java) S 22925 22925 15751 0 -1 1077944320 55438 0 0 0 3997 196 0 0 20 0 28 0 418685093 29527982080 300373 33554432000 4194304 4196468 140725539280368 140725539262912 140091324612343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
/proc/22927/statm: 7208980 300373 3551 1 0 7170082 0
[pid=22927/tid=22928] ppid=22925 vsize=28835920 memory=139721326295829 CPUtime=3.2 cores=0-7
/proc/22927/task/22928/stat : 22928 (java) S 22925 22925 15751 0 -1 1077944384 10371 0 0 0 309 11 0 0 20 0 28 0 418685093 29527982080 300373 33554432000 4194304 4196468 140725539280368 140091328853120 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 31 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22929] ppid=22925 vsize=28835920 memory=279442652554784 CPUtime=1.2 cores=0-7
/proc/22927/task/22929/stat : 22929 (java) S 22925 22925 15751 0 -1 1077944384 494 0 0 0 101 19 0 0 20 0 28 0 418685094 29527982080 300373 33554432000 4194304 4196468 140725539280368 140091244464400 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22930] ppid=22925 vsize=28835920 memory=4872558044660077418 CPUtime=1.22 cores=0-7
/proc/22927/task/22930/stat : 22930 (java) S 22925 22925 15751 0 -1 1077944384 529 0 0 0 102 20 0 0 20 0 28 0 418685094 29527982080 300373 33554432000 4194304 4196468 140725539280368 140091243411856 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22931] ppid=22925 vsize=28835920 memory=1168660 CPUtime=1.21 cores=0-7
/proc/22927/task/22931/stat : 22931 (java) S 22925 22925 15751 0 -1 1077944384 472 0 0 0 101 20 0 0 20 0 28 0 418685094 29527982080 300373 33554432000 4194304 4196468 140725539280368 140091242359312 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22932] ppid=22925 vsize=28835920 memory=7 CPUtime=1.19 cores=0-7
/proc/22927/task/22932/stat : 22932 (java) S 22925 22925 15751 0 -1 1077944384 359 0 0 0 100 19 0 0 20 0 28 0 418685094 29527982080 300373 33554432000 4194304 4196468 140725539280368 140091241306768 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22933] ppid=22925 vsize=28835920 memory=0 CPUtime=1.23 cores=0-7
/proc/22927/task/22933/stat : 22933 (java) S 22925 22925 15751 0 -1 1077944384 675 0 0 0 102 21 0 0 20 0 28 0 418685094 29527982080 300373 33554432000 4194304 4196468 140725539280368 140091240254224 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22934] ppid=22925 vsize=28835920 memory=0 CPUtime=1.23 cores=0-7
/proc/22927/task/22934/stat : 22934 (java) S 22925 22925 15751 0 -1 1077944384 754 0 0 0 102 21 0 0 20 0 28 0 418685094 29527982080 300373 33554432000 4194304 4196468 140725539280368 140091239201680 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22935] ppid=22925 vsize=28835920 memory=0 CPUtime=1.2 cores=0-7
/proc/22927/task/22935/stat : 22935 (java) S 22925 22925 15751 0 -1 1077944384 622 0 0 0 101 19 0 0 20 0 28 0 418685094 29527982080 300373 33554432000 4194304 4196468 140725539280368 140091238149136 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22936] ppid=22925 vsize=28835920 memory=213 CPUtime=1.17 cores=0-7
/proc/22927/task/22936/stat : 22936 (java) S 22925 22925 15751 0 -1 1077944384 525 0 0 0 98 19 0 0 20 0 28 0 418685094 29527982080 300373 33554432000 4194304 4196468 140725539280368 140091237096592 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22937] ppid=22925 vsize=28835920 memory=206 CPUtime=0.07 cores=0-7
/proc/22927/task/22937/stat : 22937 (java) S 22925 22925 15751 0 -1 1077944384 1681 0 0 0 7 0 0 0 20 0 28 0 418685095 29527982080 300373 33554432000 4194304 4196468 140725539280368 140090440534000 140091324623490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22938] ppid=22925 vsize=28835920 memory=233 CPUtime=0 cores=0-7
/proc/22927/task/22938/stat : 22938 (java) S 22925 22925 15751 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 418685096 29527982080 300373 33554432000 4194304 4196468 140725539280368 140090439480288 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22939] ppid=22925 vsize=28835920 memory=107 CPUtime=0 cores=0-7
/proc/22927/task/22939/stat : 22939 (java) S 22925 22925 15751 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 418685096 29527982080 300373 33554432000 4194304 4196468 140725539280368 140090438427648 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22940] ppid=22925 vsize=28835920 memory=0 CPUtime=0 cores=0-7
/proc/22927/task/22940/stat : 22940 (java) S 22925 22925 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418685098 29527982080 300373 33554432000 4194304 4196468 140725539280368 140090437376208 140091324630939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22941] ppid=22925 vsize=28835920 memory=0 CPUtime=3.83 cores=0-7
/proc/22927/task/22941/stat : 22941 (java) R 22925 22925 15751 0 -1 4202560 8459 0 0 0 380 3 0 0 20 0 28 0 418685098 29527982080 300373 33554432000 4194304 4196468 140725539280368 140090436305248 140091302359738 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22942] ppid=22925 vsize=28835920 memory=4955 CPUtime=3.32 cores=0-7
/proc/22927/task/22942/stat : 22942 (java) R 22925 22925 15751 0 -1 4202560 5144 0 0 0 331 1 0 0 20 0 28 0 418685098 29527982080 300373 33554432000 4194304 4196468 140725539280368 140090435252848 140091309521247 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22943] ppid=22925 vsize=28835920 memory=1957 CPUtime=3.74 cores=0-7
/proc/22927/task/22943/stat : 22943 (java) R 22925 22925 15751 0 -1 4202560 10671 0 0 0 372 2 0 0 20 0 28 0 418685098 29527982080 300373 33554432000 4194304 4196468 140725539280368 140090434211928 140091308898643 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22944] ppid=22925 vsize=28835920 memory=0 CPUtime=1.24 cores=0-7
/proc/22927/task/22944/stat : 22944 (java) S 22925 22925 15751 0 -1 1077944384 7394 0 0 0 121 3 0 0 20 0 28 0 418685098 29527982080 300373 33554432000 4194304 4196468 140725539280368 140090433166192 140091324623490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 31 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22945] ppid=22925 vsize=28835920 memory=112 CPUtime=0 cores=0-7
/proc/22927/task/22945/stat : 22945 (java) S 22925 22925 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418685099 29527982080 300373 33554432000 4194304 4196468 140725539280368 140090432112864 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=22946] ppid=22925 vsize=28835920 memory=542 CPUtime=0 cores=0-7
/proc/22927/task/22946/stat : 22946 (java) S 22925 22925 15751 0 -1 1077944384 171 0 0 0 0 0 0 0 20 0 28 0 418685099 29527982080 300373 33554432000 4194304 4196468 140725539280368 140090431060400 140091324623490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 32 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=23107] ppid=22925 vsize=28835920 memory=288230574492221466 CPUtime=1.36 cores=0-7
/proc/22927/task/23107/stat : 23107 (java) S 22925 22925 15751 0 -1 1077944384 35 0 0 0 136 0 0 0 20 0 28 0 418685661 29527982080 300373 33554432000 4194304 4196468 140725539280368 140089493433840 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=23108] ppid=22925 vsize=28835920 memory=288230617509003574 CPUtime=1.6 cores=0-7
/proc/22927/task/23108/stat : 23108 (java) S 22925 22925 15751 0 -1 1077944384 47 0 0 0 159 1 0 0 20 0 28 0 418685661 29527982080 300373 33554432000 4194304 4196468 140725539280368 140089495540816 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=23109] ppid=22925 vsize=28835920 memory=15534115864709562 CPUtime=1.67 cores=0-7
/proc/22927/task/23109/stat : 23109 (java) S 22925 22925 15751 0 -1 1077944384 94 0 0 0 167 0 0 0 20 0 28 0 418685661 29527982080 300373 33554432000 4194304 4196468 140725539280368 140089489224912 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=23110] ppid=22925 vsize=28835920 memory=-2026666227646604569 CPUtime=1.64 cores=0-7
/proc/22927/task/23110/stat : 23110 (java) S 22925 22925 15751 0 -1 1077944384 49 0 0 0 163 1 0 0 20 0 28 0 418685661 29527982080 300373 33554432000 4194304 4196468 140725539280368 140089497646416 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=23111] ppid=22925 vsize=28835920 memory=-4695043397844020537 CPUtime=1.62 cores=0-7
/proc/22927/task/23111/stat : 23111 (java) S 22925 22925 15751 0 -1 1077944384 80 0 0 0 161 1 0 0 20 0 28 0 418685661 29527982080 300373 33554432000 4194304 4196468 140725539280368 140089494488528 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=23112] ppid=22925 vsize=28835920 memory=7976406965554101975 CPUtime=1.71 cores=0-7
/proc/22927/task/23112/stat : 23112 (java) R 22925 22925 15751 0 -1 4202560 67 0 0 0 171 0 0 0 20 0 28 0 418685661 29527982080 300373 33554432000 4194304 4196468 140725539280368 140089492373600 140090915859269 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=23113] ppid=22925 vsize=28835920 memory=-7022074515825631275 CPUtime=1.8 cores=0-7
/proc/22927/task/23113/stat : 23113 (java) S 22925 22925 15751 0 -1 1077944384 38 0 0 0 180 0 0 0 20 0 28 0 418685662 29527982080 300373 33554432000 4194304 4196468 140725539280368 140089491329744 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
[pid=22927/tid=23114] ppid=22925 vsize=28835920 memory=-7022074515825631275 CPUtime=1.81 cores=0-7
/proc/22927/task/23114/stat : 23114 (java) S 22925 22925 15751 0 -1 1077944384 47 0 0 0 180 1 0 0 20 0 28 0 418685665 29527982080 300373 33554432000 4194304 4196468 140725539280368 140089490277200 140091324622549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 38023168 140725539288042 140725539288214 140725539288214 140725539291087 0
Current children cumulated CPU time: 41.93 s
Current children cumulated vsize: 28949048 KiB
Current children cumulated memory: 1202948 KiB

[startup+8.11013 s]
/proc/loadavg: 4.71 6.32 6.68 5/219 23114
/proc/meminfo: memFree=29761908/32770624 swapFree=66947516/67108860
[pid=22925] ppid=22922 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22925/stat : 22925 (xcsp3-exec) S 22922 22925 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418685092 115843072 364 33554432000 4194304 5098028 140726773605472 140726773603576 139820106404476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9416704 140726773609333 140726773609577 140726773609577 140726773612490 0
/proc/22925/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 0
Real time (s): 8.11734
CPU time (s): 42.2556
CPU user time (s): 40.2668
CPU system time (s): 1.98876
CPU usage (%): 520.559
Max. virtual memory (cumulated for all children) (KiB): 28949048
Max. memory (cumulated for all children) (KiB): 1204812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.2668
system time used= 1.98876
maximum resident set size= 1205504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56251
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6759
involuntary context switches= 1014


# summary of solver processes directly reported to runsolver:
#   pid: 22925
#   total CPU time (s): 42.2556
#   total CPU user time (s): 40.2668
#   total CPU system time (s): 1.98876

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.091675 second user time and 0.13113 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-14 04:16:29
IDJOB=4394485
IDBENCH=126834
IDSOLVER=2843
FILE ID=node117/4394485-1568427432
RUNJOBID= node117-1568427144-15778
PBS_JOBID= 21702295
Free space on /tmp= 61184 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-7-5-30-1.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-4394485-1568427432/watcher-4394485-1568427432 -o /tmp/evaluation-result-4394485-1568427432/solver-4394485-1568427432 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node117-1568427144-15778 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1487618904 HOME/instance-4394485-1568427432.xml

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

MD5SUM BENCH= 74f6b053d0485b3d7d553e00e4caa41f
RANDOM SEED=1487618904

node117.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.75
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.75
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.75
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.75
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:        30951404 kB
MemAvailable:   31865512 kB
Buffers:          138876 kB
Cached:          1044128 kB
SwapCached:        51464 kB
Active:           769396 kB
Inactive:         466980 kB
Active(anon):      18884 kB
Inactive(anon):    58832 kB
Active(file):     750512 kB
Inactive(file):   408148 kB
Unevictable:      110108 kB
Mlocked:          110108 kB
SwapTotal:      67108860 kB
SwapFree:       66947516 kB
Dirty:             26432 kB
Writeback:             0 kB
AnonPages:        112420 kB
Mapped:            33596 kB
Shmem:             15436 kB
Slab:             171484 kB
SReclaimable:     142568 kB
SUnreclaim:        28916 kB
KernelStack:        3840 kB
PageTables:         5252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61160 MiB
End job on node117 at 2019-09-14 04:16:38