Trace number 4393968

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 parallelOPT1121 197.612 51.6971

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-14.xml
MD5SUM0fb8e68e5b6c8402080e230a0c605796
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1121
Best CPU time to get the best result obtained on this benchmark88.5132
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
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-4393968-1568433733.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393968-1568433733.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
0.71/0.47	c solve instance...
0.71/0.51	o 181 
1.00/0.52	o 199 
1.00/0.53	o 213 
1.00/0.53	o 364 
1.00/0.53	o 383 
1.00/0.54	o 397 
1.00/0.54	o 398 
1.00/0.54	o 448 
1.00/0.57	o 471 
1.00/0.58	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (35/37)
1.00/0.58		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1.00/0.58		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1.00/0.58		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1.00/0.58		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1.00/0.58		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1.00/0.58	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (35/37)
1.00/0.58		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
1.00/0.58		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
1.00/0.58		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
1.00/0.58		at org.chocosolver.solver.Solver.repair(Solver.java:443)
1.00/0.58		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
1.00/0.58		at org.chocosolver.solver.Solver.solve(Solver.java:262)
1.00/0.58		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
1.00/0.58		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1.00/0.58		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1.00/0.58		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1.00/0.58		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1.00/0.58		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1.00/0.58		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1.00/0.58		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1.00/0.58		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1.00/0.58		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1.00/0.58	o 472 
1.00/0.58	o 486 
1.00/0.59	o 487 
1.00/0.60	o 663 
1.00/0.60	o 667 
1.33/0.61	o 707 
1.33/0.62	o 868 
1.33/0.63	o 881 
1.33/0.63	o 883 
1.33/0.63	o 907 
1.33/0.65	o 912 
1.33/0.65	o 915 
1.33/0.66	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (32/35)
1.33/0.66		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1.33/0.66		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1.33/0.66		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1.33/0.66		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1.33/0.66		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1.33/0.66	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (32/35)
1.33/0.66		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
1.33/0.66		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
1.33/0.66		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
1.33/0.66		at org.chocosolver.solver.Solver.repair(Solver.java:443)
1.33/0.66		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
1.33/0.66		at org.chocosolver.solver.Solver.solve(Solver.java:262)
1.33/0.66		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
1.33/0.66		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1.33/0.66		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1.33/0.66		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1.33/0.66		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1.33/0.66		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1.33/0.66		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1.33/0.66		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1.33/0.66		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1.33/0.66		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1.33/0.66	o 917 
1.33/0.67	o 927 
1.33/0.67	o 933 
1.33/0.68	o 969 
1.33/0.70	o 977 
1.94/0.71	o 989 
1.94/0.72	o 1011 
1.94/0.74	o 1016 
1.94/0.77	o 1025 
1.94/0.78	o 1028 
1.94/0.78	o 1054 
1.94/0.80	o 1057 
2.57/0.89	o 1062 
3.34/0.91	o 1068 
3.34/0.92	o 1099 
3.34/0.94	o 1109 
3.34/0.95	o 1112 
3.34/0.96	o 1121 
197.46/51.66	s OPTIMUM FOUND
197.46/51.66	v <instantiation>
197.46/51.66	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] </list>
197.46/51.66	v 	<values>1 0 0 1 0 1 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 1 1 0 1 0 1 1 0 0 0 1 1 1 0 0 </values>
197.46/51.66	v </instantiation>

Verifier Data

OK	1121

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393968-1568433733/watcher-4393968-1568433733 -o /tmp/evaluation-result-4393968-1568433733/solver-4393968-1568433733 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node141-1568427839-5017 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1962209068 HOME/instance-4393968-1568433733.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=6631, runsolver pid=6628

[startup+0.10011 s]*
/proc/loadavg: 3.54 2.28 2.59 2/212 6652
/proc/meminfo: memFree=31266984/32770624 swapFree=66919320/67108860
[pid=6631] ppid=6628 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/6631/stat : 6631 (xcsp3-exec) S 6628 6631 4990 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419311218 115843072 363 33554432000 4194304 5098028 140736719388416 140736719386520 139739987772028 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13516800 140736719389557 140736719389801 140736719389801 140736719392714 0
/proc/6631/statm: 28282 363 305 221 0 87 0
[pid=6633] ppid=6631 vsize=28227388 memory=28428 CPUtime=0.12 cores=0-7
/proc/6633/stat : 6633 (java) S 6631 6631 4990 0 -1 1077944320 5587 0 0 0 11 1 0 0 20 0 20 0 419311218 28904845312 7107 33554432000 4194304 4196468 140731079138496 140731079121040 140002300628727 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
/proc/6633/statm: 7056847 7107 3094 1 0 7019032 0
[pid=6633/tid=6634] ppid=6631 vsize=28227388 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/6633/task/6634/stat : 6634 (java) R 6631 6631 4990 0 -1 4202560 3596 0 0 0 8 0 0 0 20 0 20 0 419311218 28904845312 7172 33554432000 4194304 4196468 140731079138496 140002304856432 140002300640662 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6635] ppid=6631 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/6633/task/6635/stat : 6635 (java) S 6631 6631 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419311219 28904845312 7172 33554432000 4194304 4196468 140731079138496 140002253249552 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6636] ppid=6631 vsize=28227388 memory=139821097477760 CPUtime=0 cores=0-7
/proc/6633/task/6636/stat : 6636 (java) S 6631 6631 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419311219 28904845312 7172 33554432000 4194304 4196468 140731079138496 140002252197008 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6637] ppid=6631 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6637/stat : 6637 (java) S 6631 6631 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419311219 28904845312 7172 33554432000 4194304 4196468 140731079138496 140002251143952 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6638] ppid=6631 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6638/stat : 6638 (java) S 6631 6631 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419311219 28904845312 7172 33554432000 4194304 4196468 140731079138496 140002250091408 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6639] ppid=6631 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6639/stat : 6639 (java) S 6631 6631 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419311219 28904845312 7172 33554432000 4194304 4196468 140731079138496 140002249038352 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6640] ppid=6631 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/6633/task/6640/stat : 6640 (java) S 6631 6631 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419311219 28904845312 7172 33554432000 4194304 4196468 140731079138496 140002247985808 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6641] ppid=6631 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6641/stat : 6641 (java) S 6631 6631 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419311219 28904845312 7172 33554432000 4194304 4196468 140731079138496 140002246932752 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6642] ppid=6631 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6642/stat : 6642 (java) S 6631 6631 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419311219 28904845312 7172 33554432000 4194304 4196468 140731079138496 140002245880208 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6643] ppid=6631 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6643/stat : 6643 (java) S 6631 6631 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419311221 28904845312 7172 33554432000 4194304 4196468 140731079138496 140001349761776 140002300639874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6644] ppid=6631 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6644/stat : 6644 (java) S 6631 6631 4990 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419311221 28904845312 7172 33554432000 4194304 4196468 140731079138496 140001348708000 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6645] ppid=6631 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6645/stat : 6645 (java) S 6631 6631 4990 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419311221 28904845312 7172 33554432000 4194304 4196468 140731079138496 140001347654896 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6646] ppid=6631 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6646/stat : 6646 (java) S 6631 6631 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419311224 28904845312 7172 33554432000 4194304 4196468 140731079138496 140001346603472 140002300647323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6647] ppid=6631 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6647/stat : 6647 (java) S 6631 6631 4990 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 419311224 28904845312 7172 33554432000 4194304 4196468 140731079138496 140001345550576 140002300639874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6648] ppid=6631 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6648/stat : 6648 (java) S 6631 6631 4990 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 419311224 28904845312 7172 33554432000 4194304 4196468 140731079138496 140001344498032 140002300639874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6649] ppid=6631 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6649/stat : 6649 (java) S 6631 6631 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419311224 28904845312 7172 33554432000 4194304 4196468 140731079138496 140001343444976 140002300639874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6650] ppid=6631 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/6633/task/6650/stat : 6650 (java) R 6631 6631 4990 0 -1 4202560 319 0 0 0 1 0 0 0 20 0 20 0 419311224 28904845312 7172 33554432000 4194304 4196468 140731079138496 140001342392432 140002300640662 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6651] ppid=6631 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6651/stat : 6651 (java) S 6631 6631 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419311224 28904845312 7172 33554432000 4194304 4196468 140731079138496 140001341340640 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6652] ppid=6631 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/6633/task/6652/stat : 6652 (java) S 6631 6631 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419311224 28904845312 7172 33554432000 4194304 4196468 140731079138496 140001340288176 140002300639874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 29880 KiB

[startup+0.210169 s]*
/proc/loadavg: 3.54 2.28 2.59 2/212 6652
/proc/meminfo: memFree=31254008/32770624 swapFree=66919320/67108860
[pid=6631] ppid=6628 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/6631/stat : 6631 (xcsp3-exec) S 6628 6631 4990 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419311218 115843072 363 33554432000 4194304 5098028 140736719388416 140736719386520 139739987772028 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13516800 140736719389557 140736719389801 140736719389801 140736719392714 0
/proc/6631/statm: 28282 363 305 221 0 87 0
[pid=6633] ppid=6631 vsize=28227388 memory=41172 CPUtime=0.33 cores=0-7
/proc/6633/stat : 6633 (java) S 6631 6631 4990 0 -1 1077944320 9539 0 0 0 30 3 0 0 20 0 20 0 419311218 28904845312 10293 33554432000 4194304 4196468 140731079138496 140731079121040 140002300628727 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
/proc/6633/statm: 7056847 10293 3298 1 0 7019032 0
[pid=6633/tid=6634] ppid=6631 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/6633/task/6634/stat : 6634 (java) R 6631 6631 4990 0 -1 4202560 6612 0 0 0 17 2 0 0 20 0 20 0 419311218 28904845312 10293 33554432000 4194304 4196468 140731079138496 140002304861456 140002300650653 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6635] ppid=6631 vsize=28227388 memory=331 CPUtime=0 cores=0-7
/proc/6633/task/6635/stat : 6635 (java) S 6631 6631 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419311219 28904845312 10293 33554432000 4194304 4196468 140731079138496 140002253249552 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6636] ppid=6631 vsize=28227388 memory=139821097485245 CPUtime=0 cores=0-7
/proc/6633/task/6636/stat : 6636 (java) S 6631 6631 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419311219 28904845312 10293 33554432000 4194304 4196468 140731079138496 140002252197008 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6637] ppid=6631 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/6633/task/6637/stat : 6637 (java) S 6631 6631 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419311219 28904845312 10293 33554432000 4194304 4196468 140731079138496 140002251143952 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6638] ppid=6631 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6638/stat : 6638 (java) S 6631 6631 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419311219 28904845312 10293 33554432000 4194304 4196468 140731079138496 140002250091408 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6639] ppid=6631 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6639/stat : 6639 (java) S 6631 6631 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419311219 28904845312 10293 33554432000 4194304 4196468 140731079138496 140002249038352 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6640] ppid=6631 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/6633/task/6640/stat : 6640 (java) S 6631 6631 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419311219 28904845312 10293 33554432000 4194304 4196468 140731079138496 140002247985808 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6641] ppid=6631 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6641/stat : 6641 (java) S 6631 6631 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419311219 28904845312 10293 33554432000 4194304 4196468 140731079138496 140002246932752 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6642] ppid=6631 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6642/stat : 6642 (java) S 6631 6631 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419311219 28904845312 10293 33554432000 4194304 4196468 140731079138496 140002245880208 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6643] ppid=6631 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6643/stat : 6643 (java) S 6631 6631 4990 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419311221 28904845312 10293 33554432000 4194304 4196468 140731079138496 140001349761776 140002300639874 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6644] ppid=6631 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6644/stat : 6644 (java) S 6631 6631 4990 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419311221 28904845312 10293 33554432000 4194304 4196468 140731079138496 140001348708000 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6645] ppid=6631 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6645/stat : 6645 (java) S 6631 6631 4990 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419311221 28904845312 10293 33554432000 4194304 4196468 140731079138496 140001347654896 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6646] ppid=6631 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6646/stat : 6646 (java) S 6631 6631 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419311224 28904845312 10293 33554432000 4194304 4196468 140731079138496 140001346603472 140002300647323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6647] ppid=6631 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/6633/task/6647/stat : 6647 (java) S 6631 6631 4990 0 -1 1077944384 387 0 0 0 1 0 0 0 20 0 20 0 419311224 28904845312 10293 33554432000 4194304 4196468 140731079138496 140001345550576 140002300639874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6648] ppid=6631 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/6633/task/6648/stat : 6648 (java) S 6631 6631 4990 0 -1 1077944384 174 0 0 0 2 0 0 0 20 0 20 0 419311224 28904845312 10293 33554432000 4194304 4196468 140731079138496 140001344498032 140002300639874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6649] ppid=6631 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/6633/task/6649/stat : 6649 (java) S 6631 6631 4990 0 -1 1077944384 292 0 0 0 1 0 0 0 20 0 20 0 419311224 28904845312 10293 33554432000 4194304 4196468 140731079138496 140001343444976 140002300639874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6650] ppid=6631 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/6633/task/6650/stat : 6650 (java) S 6631 6631 4990 0 -1 1077944384 762 0 0 0 7 0 0 0 20 0 20 0 419311224 28904845312 10293 33554432000 4194304 4196468 140731079138496 140001342392432 140002300639874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6651] ppid=6631 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6651/stat : 6651 (java) S 6631 6631 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419311224 28904845312 10293 33554432000 4194304 4196468 140731079138496 140001341340640 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6652] ppid=6631 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/6633/task/6652/stat : 6652 (java) S 6631 6631 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419311224 28904845312 10293 33554432000 4194304 4196468 140731079138496 140001340288176 140002300639874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42624 KiB

[startup+0.309611 s]*
/proc/loadavg: 3.54 2.28 2.59 3/212 6652
/proc/meminfo: memFree=31248420/32770624 swapFree=66919320/67108860
[pid=6631] ppid=6628 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/6631/stat : 6631 (xcsp3-exec) S 6628 6631 4990 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419311218 115843072 363 33554432000 4194304 5098028 140736719388416 140736719386520 139739987772028 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13516800 140736719389557 140736719389801 140736719389801 140736719392714 0
/proc/6631/statm: 28282 363 305 221 0 87 0
[pid=6633] ppid=6631 vsize=28231644 memory=49760 CPUtime=0.52 cores=0-7
/proc/6633/stat : 6633 (java) S 6631 6631 4990 0 -1 1077944320 10806 0 0 0 48 4 0 0 20 0 20 0 419311218 28909203456 12440 33554432000 4194304 4196468 140731079138496 140731079121040 140002300628727 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
/proc/6633/statm: 7057911 12440 3343 1 0 7019032 0
[pid=6633/tid=6634] ppid=6631 vsize=28231644 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/6633/task/6634/stat : 6634 (java) R 6631 6631 4990 0 -1 4202560 7705 0 0 0 27 3 0 0 20 0 20 0 419311218 28909203456 12440 33554432000 4194304 4196468 140731079138496 140002304859840 140002284709214 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6635] ppid=6631 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6635/stat : 6635 (java) S 6631 6631 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419311219 28909203456 12440 33554432000 4194304 4196468 140731079138496 140002253249552 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6636] ppid=6631 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6636/stat : 6636 (java) S 6631 6631 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419311219 28909203456 12440 33554432000 4194304 4196468 140731079138496 140002252197008 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6637] ppid=6631 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6637/stat : 6637 (java) S 6631 6631 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419311219 28909203456 12440 33554432000 4194304 4196468 140731079138496 140002251143952 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6638] ppid=6631 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6638/stat : 6638 (java) S 6631 6631 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419311219 28909203456 12440 33554432000 4194304 4196468 140731079138496 140002250091408 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6639] ppid=6631 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6639/stat : 6639 (java) S 6631 6631 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419311219 28909203456 12440 33554432000 4194304 4196468 140731079138496 140002249038352 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6640] ppid=6631 vsize=28231644 memory=139820982692527 CPUtime=0 cores=0-7
/proc/6633/task/6640/stat : 6640 (java) S 6631 6631 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419311219 28909203456 12440 33554432000 4194304 4196468 140731079138496 140002247985808 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6641] ppid=6631 vsize=28231644 memory=139820982694832 CPUtime=0 cores=0-7
/proc/6633/task/6641/stat : 6641 (java) S 6631 6631 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419311219 28909203456 12440 33554432000 4194304 4196468 140731079138496 140002246932752 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6642] ppid=6631 vsize=28231644 memory=139820982697136 CPUtime=0 cores=0-7
/proc/6633/task/6642/stat : 6642 (java) S 6631 6631 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419311219 28909203456 12440 33554432000 4194304 4196468 140731079138496 140002245880208 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6643] ppid=6631 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6643/stat : 6643 (java) S 6631 6631 4990 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419311221 28909203456 12440 33554432000 4194304 4196468 140731079138496 140001349761776 140002300639874 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6644] ppid=6631 vsize=28231644 memory=279641965408144 CPUtime=0 cores=0-7
/proc/6633/task/6644/stat : 6644 (java) S 6631 6631 4990 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419311221 28909203456 12440 33554432000 4194304 4196468 140731079138496 140001348708000 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6645] ppid=6631 vsize=28231644 memory=279641965405840 CPUtime=0 cores=0-7
/proc/6633/task/6645/stat : 6645 (java) S 6631 6631 4990 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419311221 28909203456 12440 33554432000 4194304 4196468 140731079138496 140001347654896 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6646] ppid=6631 vsize=28231644 memory=279641965412752 CPUtime=0 cores=0-7
/proc/6633/task/6646/stat : 6646 (java) S 6631 6631 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419311224 28909203456 12440 33554432000 4194304 4196468 140731079138496 140001346603472 140002300647323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6647] ppid=6631 vsize=28231644 memory=279641965354032 CPUtime=0.02 cores=0-7
/proc/6633/task/6647/stat : 6647 (java) S 6631 6631 4990 0 -1 1077944384 404 0 0 0 2 0 0 0 20 0 20 0 419311224 28909203456 12440 33554432000 4194304 4196468 140731079138496 140001345550576 140002300639874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6648] ppid=6631 vsize=28231644 memory=279641965426576 CPUtime=0.02 cores=0-7
/proc/6633/task/6648/stat : 6648 (java) S 6631 6631 4990 0 -1 1077944384 182 0 0 0 2 0 0 0 20 0 20 0 419311224 28909203456 12440 33554432000 4194304 4196468 140731079138496 140001344498032 140002300639874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6649] ppid=6631 vsize=28231644 memory=279641965433488 CPUtime=0.02 cores=0-7
/proc/6633/task/6649/stat : 6649 (java) R 6631 6631 4990 0 -1 4202560 386 0 0 0 2 0 0 0 20 0 20 0 419311224 28909203456 12440 33554432000 4194304 4196468 140731079138496 140001343444976 140002281329024 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6650] ppid=6631 vsize=28231644 memory=279641965431184 CPUtime=0.12 cores=0-7
/proc/6633/task/6650/stat : 6650 (java) S 6631 6631 4990 0 -1 1077944384 864 0 0 0 12 0 0 0 20 0 20 0 419311224 28909203456 12440 33554432000 4194304 4196468 140731079138496 140001342392432 140002300639874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6651] ppid=6631 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6651/stat : 6651 (java) S 6631 6631 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419311224 28909203456 12440 33554432000 4194304 4196468 140731079138496 140001341340640 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6652] ppid=6631 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/6633/task/6652/stat : 6652 (java) S 6631 6631 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419311224 28909203456 12440 33554432000 4194304 4196468 140731079138496 140001340288176 140002300639874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51212 KiB

[startup+0.7054 s]
/proc/loadavg: 3.54 2.28 2.59 9/220 6660
/proc/meminfo: memFree=31215676/32770624 swapFree=66919320/67108860
[pid=6631] ppid=6628 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/6631/stat : 6631 (xcsp3-exec) S 6628 6631 4990 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419311218 115843072 363 33554432000 4194304 5098028 140736719388416 140736719386520 139739987772028 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13516800 140736719389557 140736719389801 140736719389801 140736719392714 0
/proc/6631/statm: 28282 363 305 221 0 87 0
[pid=6633] ppid=6631 vsize=28767308 memory=191624 CPUtime=1.94 cores=0-7
/proc/6633/stat : 6633 (java) S 6631 6631 4990 0 -1 1077944320 18689 0 0 0 182 12 0 0 20 0 28 0 419311218 29457723392 47906 33554432000 4194304 4196468 140731079138496 140731079121040 140002300628727 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
/proc/6633/statm: 7191827 47906 3477 1 0 7152929 0
[pid=6633/tid=6634] ppid=6631 vsize=28767308 memory=0 CPUtime=0.48 cores=0-7
/proc/6633/task/6634/stat : 6634 (java) S 6631 6631 4990 0 -1 1077944384 9090 0 0 0 45 3 0 0 20 0 28 0 419311218 29457723392 47906 33554432000 4194304 4196468 140731079138496 140002304869504 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6635] ppid=6631 vsize=28767308 memory=139820982903664 CPUtime=0 cores=0-7
/proc/6633/task/6635/stat : 6635 (java) S 6631 6631 4990 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 419311219 29457723392 47906 33554432000 4194304 4196468 140731079138496 140002253249552 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6636] ppid=6631 vsize=28767308 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6636/stat : 6636 (java) S 6631 6631 4990 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 419311219 29457723392 47906 33554432000 4194304 4196468 140731079138496 140002252197008 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6637] ppid=6631 vsize=28767308 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6637/stat : 6637 (java) S 6631 6631 4990 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 419311219 29457723392 47906 33554432000 4194304 4196468 140731079138496 140002251143952 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0

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

[pid=6633/tid=6966] ppid=6631 vsize=28769356 memory=288230583166042426 CPUtime=19.46 cores=0-7
/proc/6633/task/6966/stat : 6966 (java) S 6631 6631 4990 0 -1 1077944384 224 0 0 0 1939 7 0 0 20 0 28 0 419311315 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001322661136 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6967] ppid=6631 vsize=28769356 memory=3616 CPUtime=49.46 cores=0-7
/proc/6633/task/6967/stat : 6967 (java) R 6631 6631 4990 0 -1 4202560 3871 0 0 0 4930 16 0 0 20 0 28 0 419311315 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001328970992 140001925211306 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6968] ppid=6631 vsize=28769356 memory=23108 CPUtime=19.67 cores=0-7
/proc/6633/task/6968/stat : 6968 (java) S 6631 6631 4990 0 -1 1077944384 1781 0 0 0 1947 20 0 0 20 0 28 0 419311315 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001324766224 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6969] ppid=6631 vsize=28769356 memory=288230574492221466 CPUtime=19.9 cores=0-7
/proc/6633/task/6969/stat : 6969 (java) S 6631 6631 4990 0 -1 1077944384 1680 0 0 0 1971 19 0 0 20 0 28 0 419311315 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001323713168 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6970] ppid=6631 vsize=28769356 memory=288230583166042426 CPUtime=19.54 cores=0-7
/proc/6633/task/6970/stat : 6970 (java) S 6631 6631 4990 0 -1 1077944384 1712 0 0 0 1935 19 0 0 20 0 28 0 419311315 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001326871312 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6971] ppid=6631 vsize=28769356 memory=14126732391221673 CPUtime=19.36 cores=0-7
/proc/6633/task/6971/stat : 6971 (java) S 6631 6631 4990 0 -1 1077944384 777 0 0 0 1927 9 0 0 20 0 28 0 419311315 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001331082640 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6972] ppid=6631 vsize=28769356 memory=1452 CPUtime=19.58 cores=0-7
/proc/6633/task/6972/stat : 6972 (java) S 6631 6631 4990 0 -1 1077944384 2333 0 0 0 1932 26 0 0 20 0 28 0 419311316 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001327924752 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
Current children cumulated CPU time: 196.97 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 3473372 KiB

[startup+51.697 s]
# the end of solver process 6631 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=195.487 s, system=2.12432 s

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

[startup+51.2014 s]
/proc/loadavg: 3.76 2.63 2.70 2/221 6977
/proc/meminfo: memFree=27818308/32770624 swapFree=66919320/67108860
[pid=6631] ppid=6628 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/6631/stat : 6631 (xcsp3-exec) S 6628 6631 4990 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419311218 115843072 363 33554432000 4194304 5098028 140736719388416 140736719386520 139739987772028 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13516800 140736719389557 140736719389801 140736719389801 140736719392714 0
/proc/6631/statm: 28282 363 305 221 0 87 0
[pid=6633] ppid=6631 vsize=28769356 memory=3471920 CPUtime=197.06 cores=0-7
/proc/6633/stat : 6633 (java) S 6631 6631 4990 0 -1 1077944320 67528 0 0 0 19497 209 0 0 20 0 28 0 419311218 29459820544 867980 33554432000 4194304 4196468 140731079138496 140731079121040 140002300628727 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
/proc/6633/statm: 7192339 867980 3527 1 0 7153441 0
[pid=6633/tid=6634] ppid=6631 vsize=28769356 memory=3471920 CPUtime=0.5 cores=0-7
/proc/6633/task/6634/stat : 6634 (java) S 6631 6631 4990 0 -1 1077944384 9090 0 0 0 46 4 0 0 20 0 28 0 419311218 29459820544 867980 33554432000 4194304 4196468 140731079138496 140002304869504 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6635] ppid=6631 vsize=28769356 memory=932 CPUtime=0.18 cores=0-7
/proc/6633/task/6635/stat : 6635 (java) S 6631 6631 4990 0 -1 1077944384 647 0 0 0 12 6 0 0 20 0 28 0 419311219 29459820544 867980 33554432000 4194304 4196468 140731079138496 140002253249552 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6636] ppid=6631 vsize=28769356 memory=1452 CPUtime=0.18 cores=0-7
/proc/6633/task/6636/stat : 6636 (java) S 6631 6631 4990 0 -1 1077944384 204 0 0 0 11 7 0 0 20 0 28 0 419311219 29459820544 867980 33554432000 4194304 4196468 140731079138496 140002252197008 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6637] ppid=6631 vsize=28769356 memory=3471920 CPUtime=0.15 cores=0-7
/proc/6633/task/6637/stat : 6637 (java) S 6631 6631 4990 0 -1 1077944384 796 0 0 0 10 5 0 0 20 0 28 0 419311219 29459820544 867980 33554432000 4194304 4196468 140731079138496 140002251143952 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6638] ppid=6631 vsize=28769356 memory=164 CPUtime=0.19 cores=0-7
/proc/6633/task/6638/stat : 6638 (java) S 6631 6631 4990 0 -1 1077944384 214 0 0 0 12 7 0 0 20 0 28 0 419311219 29459820544 867980 33554432000 4194304 4196468 140731079138496 140002250091408 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6639] ppid=6631 vsize=28769356 memory=0 CPUtime=0.16 cores=0-7
/proc/6633/task/6639/stat : 6639 (java) S 6631 6631 4990 0 -1 1077944384 435 0 0 0 11 5 0 0 20 0 28 0 419311219 29459820544 867980 33554432000 4194304 4196468 140731079138496 140002249038352 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6640] ppid=6631 vsize=28769356 memory=0 CPUtime=0.19 cores=0-7
/proc/6633/task/6640/stat : 6640 (java) S 6631 6631 4990 0 -1 1077944384 298 0 0 0 12 7 0 0 20 0 28 0 419311219 29459820544 867980 33554432000 4194304 4196468 140731079138496 140002247985808 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6641] ppid=6631 vsize=28769356 memory=0 CPUtime=0.18 cores=0-7
/proc/6633/task/6641/stat : 6641 (java) S 6631 6631 4990 0 -1 1077944384 263 0 0 0 11 7 0 0 20 0 28 0 419311219 29459820544 867980 33554432000 4194304 4196468 140731079138496 140002246932752 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6642] ppid=6631 vsize=28769356 memory=0 CPUtime=0.18 cores=0-7
/proc/6633/task/6642/stat : 6642 (java) S 6631 6631 4990 0 -1 1077944384 198 0 0 0 12 6 0 0 20 0 28 0 419311219 29459820544 867980 33554432000 4194304 4196468 140731079138496 140002245880208 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6643] ppid=6631 vsize=28769356 memory=3471920 CPUtime=0.03 cores=0-7
/proc/6633/task/6643/stat : 6643 (java) S 6631 6631 4990 0 -1 1077944384 3698 0 0 0 2 1 0 0 20 0 28 0 419311221 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001349761776 140002300639874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6644] ppid=6631 vsize=28769356 memory=1452 CPUtime=0 cores=0-7
/proc/6633/task/6644/stat : 6644 (java) S 6631 6631 4990 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 419311221 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001348708064 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6645] ppid=6631 vsize=28769356 memory=3471920 CPUtime=0 cores=0-7
/proc/6633/task/6645/stat : 6645 (java) S 6631 6631 4990 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 419311221 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001347654912 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6646] ppid=6631 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/6633/task/6646/stat : 6646 (java) S 6631 6631 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419311224 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001346603472 140002300647323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6647] ppid=6631 vsize=28769356 memory=8 CPUtime=1.91 cores=0-7
/proc/6633/task/6647/stat : 6647 (java) S 6631 6631 4990 0 -1 1077944384 8078 0 0 0 188 3 0 0 20 0 28 0 419311224 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001345550576 140002300639874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6648] ppid=6631 vsize=28769356 memory=0 CPUtime=2.27 cores=0-7
/proc/6633/task/6648/stat : 6648 (java) S 6631 6631 4990 0 -1 1077944384 8426 0 0 0 225 2 0 0 20 0 28 0 419311224 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001344498032 140002300639874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6649] ppid=6631 vsize=28769356 memory=1056 CPUtime=1.98 cores=0-7
/proc/6633/task/6649/stat : 6649 (java) S 6631 6631 4990 0 -1 1077944384 8430 0 0 0 196 2 0 0 20 0 28 0 419311224 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001343444976 140002300639874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6650] ppid=6631 vsize=28769356 memory=11464 CPUtime=0.8 cores=0-7
/proc/6633/task/6650/stat : 6650 (java) S 6631 6631 4990 0 -1 1077944384 5482 0 0 0 78 2 0 0 20 0 28 0 419311224 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001342392432 140002300639874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6651] ppid=6631 vsize=28769356 memory=4004 CPUtime=0 cores=0-7
/proc/6633/task/6651/stat : 6651 (java) S 6631 6631 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419311224 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001341340640 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6652] ppid=6631 vsize=28769356 memory=2828 CPUtime=0.01 cores=0-7
/proc/6633/task/6652/stat : 6652 (java) S 6631 6631 4990 0 -1 1077944384 1297 0 0 0 0 1 0 0 20 0 28 0 419311224 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001340288176 140002300639874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6965] ppid=6631 vsize=28769356 memory=1000 CPUtime=19.35 cores=0-7
/proc/6633/task/6965/stat : 6965 (java) S 6631 6631 4990 0 -1 1077944384 514 0 0 0 1923 12 0 0 20 0 28 0 419311315 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001330028352 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6966] ppid=6631 vsize=28769356 memory=1560 CPUtime=19.46 cores=0-7
/proc/6633/task/6966/stat : 6966 (java) S 6631 6631 4990 0 -1 1077944384 224 0 0 0 1939 7 0 0 20 0 28 0 419311315 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001322661136 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6967] ppid=6631 vsize=28769356 memory=1172 CPUtime=49.55 cores=0-7
/proc/6633/task/6967/stat : 6967 (java) R 6631 6631 4990 0 -1 4202560 3871 0 0 0 4939 16 0 0 20 0 28 0 419311315 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001328970992 140001933776019 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6968] ppid=6631 vsize=28769356 memory=14008 CPUtime=19.67 cores=0-7
/proc/6633/task/6968/stat : 6968 (java) S 6631 6631 4990 0 -1 1077944384 1781 0 0 0 1947 20 0 0 20 0 28 0 419311315 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001324766224 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6969] ppid=6631 vsize=28769356 memory=14072 CPUtime=19.9 cores=0-7
/proc/6633/task/6969/stat : 6969 (java) S 6631 6631 4990 0 -1 1077944384 1680 0 0 0 1971 19 0 0 20 0 28 0 419311315 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001323713168 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6970] ppid=6631 vsize=28769356 memory=2116 CPUtime=19.54 cores=0-7
/proc/6633/task/6970/stat : 6970 (java) S 6631 6631 4990 0 -1 1077944384 1712 0 0 0 1935 19 0 0 20 0 28 0 419311315 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001326871312 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6971] ppid=6631 vsize=28769356 memory=8860 CPUtime=19.36 cores=0-7
/proc/6633/task/6971/stat : 6971 (java) S 6631 6631 4990 0 -1 1077944384 777 0 0 0 1927 9 0 0 20 0 28 0 419311315 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001331082640 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6972] ppid=6631 vsize=28769356 memory=528 CPUtime=19.58 cores=0-7
/proc/6633/task/6972/stat : 6972 (java) S 6631 6631 4990 0 -1 1077944384 2333 0 0 0 1932 26 0 0 20 0 28 0 419311316 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001327924752 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
Current children cumulated CPU time: 197.06 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 3473372 KiB

[startup+51.6011 s]
/proc/loadavg: 3.76 2.63 2.70 2/221 6977
/proc/meminfo: memFree=27818308/32770624 swapFree=66919320/67108860
[pid=6631] ppid=6628 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/6631/stat : 6631 (xcsp3-exec) S 6628 6631 4990 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419311218 115843072 363 33554432000 4194304 5098028 140736719388416 140736719386520 139739987772028 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13516800 140736719389557 140736719389801 140736719389801 140736719392714 0
/proc/6631/statm: 28282 363 305 221 0 87 0
[pid=6633] ppid=6631 vsize=28769356 memory=3471920 CPUtime=197.46 cores=0-7
/proc/6633/stat : 6633 (java) S 6631 6631 4990 0 -1 1077944320 67569 0 0 0 19537 209 0 0 20 0 28 0 419311218 29459820544 867980 33554432000 4194304 4196468 140731079138496 140731079121040 140002300628727 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
/proc/6633/statm: 7192339 867980 3527 1 0 7153441 0
[pid=6633/tid=6634] ppid=6631 vsize=28769356 memory=3471920 CPUtime=0.5 cores=0-7
/proc/6633/task/6634/stat : 6634 (java) S 6631 6631 4990 0 -1 1077944384 9090 0 0 0 46 4 0 0 20 0 28 0 419311218 29459820544 867980 33554432000 4194304 4196468 140731079138496 140002304869504 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6635] ppid=6631 vsize=28769356 memory=1000 CPUtime=0.18 cores=0-7
/proc/6633/task/6635/stat : 6635 (java) S 6631 6631 4990 0 -1 1077944384 647 0 0 0 12 6 0 0 20 0 28 0 419311219 29459820544 867980 33554432000 4194304 4196468 140731079138496 140002253249552 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6636] ppid=6631 vsize=28769356 memory=3471920 CPUtime=0.18 cores=0-7
/proc/6633/task/6636/stat : 6636 (java) S 6631 6631 4990 0 -1 1077944384 204 0 0 0 11 7 0 0 20 0 28 0 419311219 29459820544 867980 33554432000 4194304 4196468 140731079138496 140002252197008 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6637] ppid=6631 vsize=28769356 memory=3471920 CPUtime=0.15 cores=0-7
/proc/6633/task/6637/stat : 6637 (java) S 6631 6631 4990 0 -1 1077944384 796 0 0 0 10 5 0 0 20 0 28 0 419311219 29459820544 867980 33554432000 4194304 4196468 140731079138496 140002251143952 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6638] ppid=6631 vsize=28769356 memory=1452 CPUtime=0.19 cores=0-7
/proc/6633/task/6638/stat : 6638 (java) S 6631 6631 4990 0 -1 1077944384 214 0 0 0 12 7 0 0 20 0 28 0 419311219 29459820544 867980 33554432000 4194304 4196468 140731079138496 140002250091408 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6639] ppid=6631 vsize=28769356 memory=3471920 CPUtime=0.16 cores=0-7
/proc/6633/task/6639/stat : 6639 (java) S 6631 6631 4990 0 -1 1077944384 435 0 0 0 11 5 0 0 20 0 28 0 419311219 29459820544 867980 33554432000 4194304 4196468 140731079138496 140002249038352 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6640] ppid=6631 vsize=28769356 memory=2116 CPUtime=0.19 cores=0-7
/proc/6633/task/6640/stat : 6640 (java) S 6631 6631 4990 0 -1 1077944384 298 0 0 0 12 7 0 0 20 0 28 0 419311219 29459820544 867980 33554432000 4194304 4196468 140731079138496 140002247985808 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6641] ppid=6631 vsize=28769356 memory=0 CPUtime=0.18 cores=0-7
/proc/6633/task/6641/stat : 6641 (java) S 6631 6631 4990 0 -1 1077944384 263 0 0 0 11 7 0 0 20 0 28 0 419311219 29459820544 867980 33554432000 4194304 4196468 140731079138496 140002246932752 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6642] ppid=6631 vsize=28769356 memory=5859271421084521832 CPUtime=0.18 cores=0-7
/proc/6633/task/6642/stat : 6642 (java) S 6631 6631 4990 0 -1 1077944384 198 0 0 0 12 6 0 0 20 0 28 0 419311219 29459820544 867980 33554432000 4194304 4196468 140731079138496 140002245880208 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6643] ppid=6631 vsize=28769356 memory=4639341348286120039 CPUtime=0.03 cores=0-7
/proc/6633/task/6643/stat : 6643 (java) S 6631 6631 4990 0 -1 1077944384 3698 0 0 0 2 1 0 0 20 0 28 0 419311221 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001349761776 140002300639874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6644] ppid=6631 vsize=28769356 memory=5859271421084390760 CPUtime=0 cores=0-7
/proc/6633/task/6644/stat : 6644 (java) S 6631 6631 4990 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 419311221 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001348708064 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6645] ppid=6631 vsize=28769356 memory=279641965990480 CPUtime=0 cores=0-7
/proc/6633/task/6645/stat : 6645 (java) S 6631 6631 4990 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 419311221 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001347654912 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6646] ppid=6631 vsize=28769356 memory=5867153897271420249 CPUtime=0 cores=0-7
/proc/6633/task/6646/stat : 6646 (java) S 6631 6631 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419311224 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001346603472 140002300647323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6647] ppid=6631 vsize=28769356 memory=7308334292769268256 CPUtime=1.91 cores=0-7
/proc/6633/task/6647/stat : 6647 (java) S 6631 6631 4990 0 -1 1077944384 8078 0 0 0 188 3 0 0 20 0 28 0 419311224 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001345550576 140002300639874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6648] ppid=6631 vsize=28769356 memory=7234305300087072820 CPUtime=2.27 cores=0-7
/proc/6633/task/6648/stat : 6648 (java) S 6631 6631 4990 0 -1 1077944384 8426 0 0 0 225 2 0 0 20 0 28 0 419311224 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001344498032 140002300639874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6649] ppid=6631 vsize=28769356 memory=7308044115451865142 CPUtime=1.98 cores=0-7
/proc/6633/task/6649/stat : 6649 (java) S 6631 6631 4990 0 -1 1077944384 8430 0 0 0 196 2 0 0 20 0 28 0 419311224 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001343444976 140002300639874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6650] ppid=6631 vsize=28769356 memory=1452 CPUtime=0.8 cores=0-7
/proc/6633/task/6650/stat : 6650 (java) S 6631 6631 4990 0 -1 1077944384 5482 0 0 0 78 2 0 0 20 0 28 0 419311224 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001342392432 140002300639874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6651] ppid=6631 vsize=28769356 memory=279641967224000 CPUtime=0 cores=0-7
/proc/6633/task/6651/stat : 6651 (java) S 6631 6631 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419311224 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001341340640 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6652] ppid=6631 vsize=28769356 memory=6943526294502006880 CPUtime=0.01 cores=0-7
/proc/6633/task/6652/stat : 6652 (java) S 6631 6631 4990 0 -1 1077944384 1297 0 0 0 0 1 0 0 20 0 28 0 419311224 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001340288176 140002300639874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6965] ppid=6631 vsize=28769356 memory=6944656592455359580 CPUtime=19.35 cores=0-7
/proc/6633/task/6965/stat : 6965 (java) S 6631 6631 4990 0 -1 1077944384 514 0 0 0 1923 12 0 0 20 0 28 0 419311315 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001330028352 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6966] ppid=6631 vsize=28769356 memory=6656426216303648864 CPUtime=19.46 cores=0-7
/proc/6633/task/6966/stat : 6966 (java) S 6631 6631 4990 0 -1 1077944384 224 0 0 0 1939 7 0 0 20 0 28 0 419311315 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001322661136 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6967] ppid=6631 vsize=28769356 memory=7976406965554101975 CPUtime=49.95 cores=0-7
/proc/6633/task/6967/stat : 6967 (java) R 6631 6631 4990 0 -1 4202560 3912 0 0 0 4979 16 0 0 20 0 28 0 419311315 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001328970992 140001933776060 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6968] ppid=6631 vsize=28769356 memory=-7249561402688247708 CPUtime=19.67 cores=0-7
/proc/6633/task/6968/stat : 6968 (java) S 6631 6631 4990 0 -1 1077944384 1781 0 0 0 1947 20 0 0 20 0 28 0 419311315 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001324766224 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6969] ppid=6631 vsize=28769356 memory=6958453264360695866 CPUtime=19.9 cores=0-7
/proc/6633/task/6969/stat : 6969 (java) S 6631 6631 4990 0 -1 1077944384 1680 0 0 0 1971 19 0 0 20 0 28 0 419311315 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001323713168 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6970] ppid=6631 vsize=28769356 memory=1400504754925836930 CPUtime=19.54 cores=0-7
/proc/6633/task/6970/stat : 6970 (java) S 6631 6631 4990 0 -1 1077944384 1712 0 0 0 1935 19 0 0 20 0 28 0 419311315 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001326871312 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6971] ppid=6631 vsize=28769356 memory=279641966397792 CPUtime=19.36 cores=0-7
/proc/6633/task/6971/stat : 6971 (java) S 6631 6631 4990 0 -1 1077944384 777 0 0 0 1927 9 0 0 20 0 28 0 419311315 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001331082640 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
[pid=6633/tid=6972] ppid=6631 vsize=28769356 memory=6655300316396806240 CPUtime=19.58 cores=0-7
/proc/6633/task/6972/stat : 6972 (java) S 6631 6631 4990 0 -1 1077944384 2333 0 0 0 1932 26 0 0 20 0 28 0 419311316 29459820544 867980 33554432000 4194304 4196468 140731079138496 140001327924752 140002300638933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11214848 140731079144426 140731079144598 140731079144598 140731079147471 0
Current children cumulated CPU time: 197.46 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 3473372 KiB

Child status: 0
Real time (s): 51.6971
CPU time (s): 197.612
CPU user time (s): 195.487
CPU system time (s): 2.12432
CPU usage (%): 382.249
Max. virtual memory (cumulated for all children) (KiB): 28882484
Max. memory (cumulated for all children) (KiB): 3473372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 195.487
system time used= 2.12432
maximum resident set size= 3471980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72472
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107135
involuntary context switches= 1327


# summary of solver processes directly reported to runsolver:
#   pid: 6631
#   total CPU time (s): 197.612
#   total CPU user time (s): 195.487
#   total CPU system time (s): 2.12432

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.530464 second user time and 0.508064 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-14 06:01:31
IDJOB=4393968
IDBENCH=133442
IDSOLVER=2841
FILE ID=node141/4393968-1568433733
RUNJOBID= node141-1568427839-5017
PBS_JOBID= 21702301
Free space on /tmp= 58540 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-14.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-4393968-1568433733/watcher-4393968-1568433733 -o /tmp/evaluation-result-4393968-1568433733/solver-4393968-1568433733 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node141-1568427839-5017 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1962209068 HOME/instance-4393968-1568433733.xml

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

MD5SUM BENCH= 0fb8e68e5b6c8402080e230a0c605796
RANDOM SEED=1962209068

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        31283480 kB
MemAvailable:   31840100 kB
Buffers:          182380 kB
Cached:           662260 kB
SwapCached:        80296 kB
Active:           448540 kB
Inactive:         481272 kB
Active(anon):      10980 kB
Inactive(anon):   106128 kB
Active(file):     437560 kB
Inactive(file):   375144 kB
Unevictable:      109464 kB
Mlocked:          109464 kB
SwapTotal:      67108860 kB
SwapFree:       66919320 kB
Dirty:             26076 kB
Writeback:             0 kB
AnonPages:        126656 kB
Mapped:            36036 kB
Shmem:             23348 kB
Slab:             149580 kB
SReclaimable:     119504 kB
SUnreclaim:        30076 kB
KernelStack:        3728 kB
PageTables:         5540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     499048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58516 MiB
End job on node141 at 2019-09-14 06:02:23