Trace number 4393862

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 parallelOPT30 85.4222 11.342

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-04-14.xml
MD5SUM19ed80590beafaab4553f21dc50e09e4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark30
Best CPU time to get the best result obtained on this benchmark16.9051
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints140
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":56},{"size":9,"count":56}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":56},{"degree":7,"count":4},{"degree":8,"count":28},{"degree":10,"count":24}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":56},{"arity":3,"count":28},{"arity":4,"count":4},{"arity":6,"count":28},{"arity":9,"count":24}]
Number of extensional constraints84
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":84},{"type":"sum","count":56}]
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-4393862-1568418791.xml"  -tl '20160s' -p 8
0.14/0.18	c Choco e747e1e
0.14/0.18	c [HOME/instance-4393862-1568418791.xml, -tl, 20160s, -p, 8]
0.34/0.23	c 8 solvers in parallel
0.34/0.29	c parse instance...
1.68/0.73	c solve instance...
1.68/0.79	o 0 
2.18/0.80	o 4 
2.18/0.80	o 6 
2.18/0.82	o 7 
2.18/0.85	o 8 
2.18/0.87	o 10 
2.18/0.87	o 11 
2.18/0.88	o 12 
2.18/0.90	o 22 
2.78/0.92	o 24 
2.78/0.96	o 25 
3.59/1.03	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (38/40)
3.59/1.03		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
3.59/1.03		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
3.59/1.03		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
3.59/1.03		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
3.59/1.03		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
3.59/1.03	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (38/40)
3.59/1.03		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
3.59/1.03		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
3.59/1.03		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
3.59/1.03		at org.chocosolver.solver.Solver.repair(Solver.java:443)
3.59/1.03		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
3.59/1.03		at org.chocosolver.solver.Solver.solve(Solver.java:262)
3.59/1.03		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
3.59/1.03		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
3.59/1.03		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.59/1.03		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
3.59/1.03		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
3.59/1.03		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
3.59/1.03		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
3.59/1.03		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
3.59/1.03		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
3.59/1.03		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
3.59/1.03	o 26 
6.71/1.48	o 27 
7.51/1.58	o 28 
18.51/2.95	o 30 
85.17/11.33	s OPTIMUM FOUND
85.17/11.33	v <instantiation>
85.17/11.33	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[0][11] s[0][12] s[0][13] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[1][11] s[1][12] s[1][13] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[2][11] s[2][12] s[2][13] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[3][10] s[3][11] s[3][12] s[3][13] </list>
85.17/11.33	v 	<values>0 1 1 0 1 1 0 0 0 1 1 0 1 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 1 0 0 0 1 1 0 1 1 2 3 2 4 2 3 2 2 2 3 2 4 2 2 2 6 3 6 3 6 2 4 2 6 3 6 3 4 2 6 3 6 3 6 2 4 2 6 3 6 3 4 2 3 2 4 2 3 2 2 2 3 2 4 2 2 </values>
85.17/11.33	v </instantiation>

Verifier Data

OK	30

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393862-1568418791/watcher-4393862-1568418791 -o /tmp/evaluation-result-4393862-1568418791/solver-4393862-1568418791 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1568416726-24393 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1915895647 HOME/instance-4393862-1568418791.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=26911, runsolver pid=26908
Current StackSize limit: 8192 KiB


[startup+0.10548 s]*
/proc/loadavg: 5.74 6.56 4.43 3/217 26932
/proc/meminfo: memFree=30245496/32770624 swapFree=66916604/67108860
[pid=26911] ppid=26908 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/26911/stat : 26911 (xcsp3-exec) S 26908 26911 24366 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418129629 115843072 364 33554432000 4194304 5098028 140720311334912 140720311333016 140240446599804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22552576 140720311337845 140720311338089 140720311338089 140720311341002 0
/proc/26911/statm: 28282 364 305 221 0 87 0
[pid=26913] ppid=26911 vsize=28227388 memory=29124 CPUtime=0.14 cores=0-7
/proc/26913/stat : 26913 (java) S 26911 26911 24366 0 -1 1077944320 5754 0 0 0 12 2 0 0 20 0 20 0 418129629 28904845312 7281 33554432000 4194304 4196468 140731639499168 140731639481712 140517040717559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
/proc/26913/statm: 7056847 7281 3179 1 0 7019032 0
[pid=26913/tid=26914] ppid=26911 vsize=28227388 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/26913/task/26914/stat : 26914 (java) R 26911 26911 24366 0 -1 4202560 3607 0 0 0 8 1 0 0 20 0 20 0 418129630 28904845312 7281 33554432000 4194304 4196468 140731639499168 140517044940256 140517040729494 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26915] ppid=26911 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/26913/task/26915/stat : 26915 (java) S 26911 26911 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418129630 28904845312 7281 33554432000 4194304 4196468 140731639499168 140516993338384 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26916] ppid=26911 vsize=28227388 memory=139950432159360 CPUtime=0 cores=0-7
/proc/26913/task/26916/stat : 26916 (java) S 26911 26911 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418129630 28904845312 7281 33554432000 4194304 4196468 140731639499168 140516992285840 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26917] ppid=26911 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26917/stat : 26917 (java) S 26911 26911 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418129630 28904845312 7281 33554432000 4194304 4196468 140731639499168 140516991232784 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26918] ppid=26911 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26918/stat : 26918 (java) S 26911 26911 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418129630 28904845312 7281 33554432000 4194304 4196468 140731639499168 140516990180240 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26919] ppid=26911 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26919/stat : 26919 (java) S 26911 26911 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418129630 28904845312 7281 33554432000 4194304 4196468 140731639499168 140516989127184 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26920] ppid=26911 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26913/task/26920/stat : 26920 (java) S 26911 26911 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418129630 28904845312 7281 33554432000 4194304 4196468 140731639499168 140516988074640 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26921] ppid=26911 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26921/stat : 26921 (java) S 26911 26911 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418129630 28904845312 7281 33554432000 4194304 4196468 140731639499168 140516987021584 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26922] ppid=26911 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26922/stat : 26922 (java) S 26911 26911 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418129630 28904845312 7281 33554432000 4194304 4196468 140731639499168 140516985969040 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26923] ppid=26911 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26923/stat : 26923 (java) S 26911 26911 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418129632 28904845312 7281 33554432000 4194304 4196468 140731639499168 140515706272496 140517040728706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26924] ppid=26911 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26924/stat : 26924 (java) S 26911 26911 24366 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418129632 28904845312 7281 33554432000 4194304 4196468 140731639499168 140515705218720 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26925] ppid=26911 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26925/stat : 26925 (java) S 26911 26911 24366 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418129632 28904845312 7281 33554432000 4194304 4196468 140731639499168 140515704165616 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26926] ppid=26911 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26926/stat : 26926 (java) S 26911 26911 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418129635 28904845312 7281 33554432000 4194304 4196468 140731639499168 140515703114192 140517040736155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26927] ppid=26911 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26927/stat : 26927 (java) R 26911 26911 24366 0 -1 4202560 297 0 0 0 0 0 0 0 20 0 20 0 418129635 28904845312 7281 33554432000 4194304 4196468 140731639499168 140515702061296 140517024201044 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26928] ppid=26911 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26928/stat : 26928 (java) S 26911 26911 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418129635 28904845312 7281 33554432000 4194304 4196468 140731639499168 140515701008752 140517040728706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26929] ppid=26911 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26929/stat : 26929 (java) S 26911 26911 24366 0 -1 1077944384 163 0 0 0 0 0 0 0 20 0 20 0 418129635 28904845312 7281 33554432000 4194304 4196468 140731639499168 140515699955696 140517040728706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26930] ppid=26911 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/26913/task/26930/stat : 26930 (java) R 26911 26911 24366 0 -1 4202560 374 0 0 0 2 0 0 0 20 0 20 0 418129635 28904845312 7281 33554432000 4194304 4196468 140731639499168 140515698903152 140517019344113 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26931] ppid=26911 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26931/stat : 26931 (java) S 26911 26911 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418129635 28904845312 7281 33554432000 4194304 4196468 140731639499168 140515697851360 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26932] ppid=26911 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26913/task/26932/stat : 26932 (java) S 26911 26911 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418129635 28904845312 7281 33554432000 4194304 4196468 140731639499168 140515696798896 140517040728706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30580 KiB

[startup+0.210758 s]*
/proc/loadavg: 5.74 6.56 4.43 3/217 26932
/proc/meminfo: memFree=30232696/32770624 swapFree=66916604/67108860
[pid=26911] ppid=26908 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/26911/stat : 26911 (xcsp3-exec) S 26908 26911 24366 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418129629 115843072 364 33554432000 4194304 5098028 140720311334912 140720311333016 140240446599804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22552576 140720311337845 140720311338089 140720311338089 140720311341002 0
/proc/26911/statm: 28282 364 305 221 0 87 0
[pid=26913] ppid=26911 vsize=28227388 memory=40880 CPUtime=0.34 cores=0-7
/proc/26913/stat : 26913 (java) S 26911 26911 24366 0 -1 1077944320 9437 0 0 0 30 4 0 0 20 0 20 0 418129629 28904845312 10220 33554432000 4194304 4196468 140731639499168 140731639481712 140517040717559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
/proc/26913/statm: 7056847 10220 3303 1 0 7019032 0
[pid=26913/tid=26914] ppid=26911 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/26913/task/26914/stat : 26914 (java) R 26911 26911 24366 0 -1 4202560 6588 0 0 0 17 2 0 0 20 0 20 0 418129630 28904845312 10220 33554432000 4194304 4196468 140731639499168 140517044947280 140517024798046 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26915] ppid=26911 vsize=28227388 memory=342 CPUtime=0 cores=0-7
/proc/26913/task/26915/stat : 26915 (java) S 26911 26911 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418129630 28904845312 10220 33554432000 4194304 4196468 140731639499168 140516993338384 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26916] ppid=26911 vsize=28227388 memory=139950432182497 CPUtime=0 cores=0-7
/proc/26913/task/26916/stat : 26916 (java) S 26911 26911 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418129630 28904845312 10220 33554432000 4194304 4196468 140731639499168 140516992285840 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26917] ppid=26911 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26913/task/26917/stat : 26917 (java) S 26911 26911 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418129630 28904845312 10220 33554432000 4194304 4196468 140731639499168 140516991232784 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26918] ppid=26911 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26918/stat : 26918 (java) S 26911 26911 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418129630 28904845312 10220 33554432000 4194304 4196468 140731639499168 140516990180240 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26919] ppid=26911 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26919/stat : 26919 (java) S 26911 26911 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418129630 28904845312 10220 33554432000 4194304 4196468 140731639499168 140516989127184 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26920] ppid=26911 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26913/task/26920/stat : 26920 (java) S 26911 26911 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418129630 28904845312 10220 33554432000 4194304 4196468 140731639499168 140516988074640 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26921] ppid=26911 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26921/stat : 26921 (java) S 26911 26911 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418129630 28904845312 10220 33554432000 4194304 4196468 140731639499168 140516987021584 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26922] ppid=26911 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26922/stat : 26922 (java) S 26911 26911 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418129630 28904845312 10220 33554432000 4194304 4196468 140731639499168 140516985969040 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26923] ppid=26911 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26923/stat : 26923 (java) S 26911 26911 24366 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 418129632 28904845312 10220 33554432000 4194304 4196468 140731639499168 140515706272496 140517040728706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26924] ppid=26911 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26924/stat : 26924 (java) S 26911 26911 24366 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418129632 28904845312 10220 33554432000 4194304 4196468 140731639499168 140515705218720 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26925] ppid=26911 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26925/stat : 26925 (java) S 26911 26911 24366 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418129632 28904845312 10220 33554432000 4194304 4196468 140731639499168 140515704165616 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26926] ppid=26911 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26926/stat : 26926 (java) S 26911 26911 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418129635 28904845312 10220 33554432000 4194304 4196468 140731639499168 140515703114192 140517040736155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26927] ppid=26911 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/26913/task/26927/stat : 26927 (java) S 26911 26911 24366 0 -1 1077944384 312 0 0 0 1 0 0 0 20 0 20 0 418129635 28904845312 10220 33554432000 4194304 4196468 140731639499168 140515702061296 140517040728706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26928] ppid=26911 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/26913/task/26928/stat : 26928 (java) S 26911 26911 24366 0 -1 1077944384 218 0 0 0 2 0 0 0 20 0 20 0 418129635 28904845312 10220 33554432000 4194304 4196468 140731639499168 140515701008752 140517040728706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26929] ppid=26911 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26913/task/26929/stat : 26929 (java) S 26911 26911 24366 0 -1 1077944384 201 0 0 0 0 0 0 0 20 0 20 0 418129635 28904845312 10220 33554432000 4194304 4196468 140731639499168 140515699955696 140517040728706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26930] ppid=26911 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/26913/task/26930/stat : 26930 (java) S 26911 26911 24366 0 -1 1077944384 802 0 0 0 7 0 0 0 20 0 20 0 418129635 28904845312 10220 33554432000 4194304 4196468 140731639499168 140515698903152 140517040728706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26931] ppid=26911 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26931/stat : 26931 (java) S 26911 26911 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418129635 28904845312 10220 33554432000 4194304 4196468 140731639499168 140515697851360 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26932] ppid=26911 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26913/task/26932/stat : 26932 (java) S 26911 26911 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418129635 28904845312 10220 33554432000 4194304 4196468 140731639499168 140515696798896 140517040728706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42336 KiB

[startup+0.310405 s]*
/proc/loadavg: 5.74 6.56 4.43 4/217 26932
/proc/meminfo: memFree=30227360/32770624 swapFree=66916604/67108860
[pid=26911] ppid=26908 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/26911/stat : 26911 (xcsp3-exec) S 26908 26911 24366 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418129629 115843072 364 33554432000 4194304 5098028 140720311334912 140720311333016 140240446599804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22552576 140720311337845 140720311338089 140720311338089 140720311341002 0
/proc/26911/statm: 28282 364 305 221 0 87 0
[pid=26913] ppid=26911 vsize=28231644 memory=49280 CPUtime=0.52 cores=0-7
/proc/26913/stat : 26913 (java) S 26911 26911 24366 0 -1 1077944320 10695 0 0 0 47 5 0 0 20 0 20 0 418129629 28909203456 12320 33554432000 4194304 4196468 140731639499168 140731639481712 140517040717559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
/proc/26913/statm: 7057911 12320 3352 1 0 7019032 0
[pid=26913/tid=26914] ppid=26911 vsize=28231644 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/26913/task/26914/stat : 26914 (java) R 26911 26911 24366 0 -1 1077944384 7649 0 0 0 27 3 0 0 20 0 20 0 418129630 28909203456 12320 33554432000 4194304 4196468 140731639499168 140517044948672 140517040741437 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26915] ppid=26911 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26915/stat : 26915 (java) S 26911 26911 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418129630 28909203456 12320 33554432000 4194304 4196468 140731639499168 140516993338384 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26916] ppid=26911 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26916/stat : 26916 (java) S 26911 26911 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418129630 28909203456 12320 33554432000 4194304 4196468 140731639499168 140516992285840 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26917] ppid=26911 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26917/stat : 26917 (java) S 26911 26911 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418129630 28909203456 12320 33554432000 4194304 4196468 140731639499168 140516991232784 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26918] ppid=26911 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26918/stat : 26918 (java) S 26911 26911 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418129630 28909203456 12320 33554432000 4194304 4196468 140731639499168 140516990180240 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26919] ppid=26911 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/26913/task/26919/stat : 26919 (java) S 26911 26911 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418129630 28909203456 12320 33554432000 4194304 4196468 140731639499168 140516989127184 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26920] ppid=26911 vsize=28231644 memory=139950301475759 CPUtime=0 cores=0-7
/proc/26913/task/26920/stat : 26920 (java) S 26911 26911 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418129630 28909203456 12320 33554432000 4194304 4196468 140731639499168 140516988074640 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26921] ppid=26911 vsize=28231644 memory=139950301478064 CPUtime=0 cores=0-7
/proc/26913/task/26921/stat : 26921 (java) S 26911 26911 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418129630 28909203456 12320 33554432000 4194304 4196468 140731639499168 140516987021584 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26922] ppid=26911 vsize=28231644 memory=139950301480368 CPUtime=0 cores=0-7
/proc/26913/task/26922/stat : 26922 (java) S 26911 26911 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418129630 28909203456 12320 33554432000 4194304 4196468 140731639499168 140516985969040 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26923] ppid=26911 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26923/stat : 26923 (java) S 26911 26911 24366 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 418129632 28909203456 12320 33554432000 4194304 4196468 140731639499168 140515706272496 140517040728706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26924] ppid=26911 vsize=28231644 memory=279900602967696 CPUtime=0 cores=0-7
/proc/26913/task/26924/stat : 26924 (java) S 26911 26911 24366 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418129632 28909203456 12320 33554432000 4194304 4196468 140731639499168 140515705218720 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26925] ppid=26911 vsize=28231644 memory=279900602974608 CPUtime=0 cores=0-7
/proc/26913/task/26925/stat : 26925 (java) S 26911 26911 24366 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418129632 28909203456 12320 33554432000 4194304 4196468 140731639499168 140515704165616 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26926] ppid=26911 vsize=28231644 memory=279900602915760 CPUtime=0 cores=0-7
/proc/26913/task/26926/stat : 26926 (java) S 26911 26911 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418129635 28909203456 12320 33554432000 4194304 4196468 140731639499168 140515703114192 140517040736155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26927] ppid=26911 vsize=28231644 memory=279900602988432 CPUtime=0.02 cores=0-7
/proc/26913/task/26927/stat : 26927 (java) R 26911 26911 24366 0 -1 4202560 375 0 0 0 2 0 0 0 20 0 20 0 418129635 28909203456 12320 33554432000 4194304 4196468 140731639499168 140515702061296 140517021417856 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26928] ppid=26911 vsize=28231644 memory=279900602995344 CPUtime=0.03 cores=0-7
/proc/26913/task/26928/stat : 26928 (java) S 26911 26911 24366 0 -1 1077944384 229 0 0 0 3 0 0 0 20 0 20 0 418129635 28909203456 12320 33554432000 4194304 4196468 140731639499168 140515701008752 140517040728706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26929] ppid=26911 vsize=28231644 memory=279900602993040 CPUtime=0.01 cores=0-7
/proc/26913/task/26929/stat : 26929 (java) R 26911 26911 24366 0 -1 1077944384 231 0 0 0 1 0 0 0 20 0 20 0 418129635 28909203456 12320 33554432000 4194304 4196468 140731639499168 140515699955696 140517040728706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26930] ppid=26911 vsize=28231644 memory=279900603009200 CPUtime=0.12 cores=0-7
/proc/26913/task/26930/stat : 26930 (java) S 26911 26911 24366 0 -1 1077944384 897 0 0 0 12 0 0 0 20 0 20 0 418129635 28909203456 12320 33554432000 4194304 4196468 140731639499168 140515698903152 140517040728706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26931] ppid=26911 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26931/stat : 26931 (java) S 26911 26911 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418129635 28909203456 12320 33554432000 4194304 4196468 140731639499168 140515697851360 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26932] ppid=26911 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/26913/task/26932/stat : 26932 (java) S 26911 26911 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418129635 28909203456 12320 33554432000 4194304 4196468 140731639499168 140515696798896 140517040728706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 50736 KiB

[startup+0.700973 s]
/proc/loadavg: 5.74 6.56 4.43 3/217 26932
/proc/meminfo: memFree=30216676/32770624 swapFree=66916604/67108860
[pid=26911] ppid=26908 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/26911/stat : 26911 (xcsp3-exec) S 26908 26911 24366 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418129629 115843072 364 33554432000 4194304 5098028 140720311334912 140720311333016 140240446599804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22552576 140720311337845 140720311338089 140720311338089 140720311341002 0
/proc/26911/statm: 28282 364 305 221 0 87 0
[pid=26913] ppid=26911 vsize=28233768 memory=94412 CPUtime=1.68 cores=0-7
/proc/26913/stat : 26913 (java) S 26911 26911 24366 0 -1 1077944320 17307 0 0 0 161 7 0 0 20 0 20 0 418129629 28911378432 23603 33554432000 4194304 4196468 140731639499168 140731639481712 140517040717559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
/proc/26913/statm: 7058442 23603 3455 1 0 7019544 0
[pid=26913/tid=26914] ppid=26911 vsize=28233768 memory=279900603367088 CPUtime=0.67 cores=0-7
/proc/26913/task/26914/stat : 26914 (java) R 26911 26911 24366 0 -1 4202560 9273 0 0 0 63 4 0 0 20 0 20 0 418129630 28911378432 23603 33554432000 4194304 4196468 140731639499168 140517044953296 140516649938060 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26915] ppid=26911 vsize=28233768 memory=139950301684592 CPUtime=0 cores=0-7
/proc/26913/task/26915/stat : 26915 (java) S 26911 26911 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418129630 28911378432 23603 33554432000 4194304 4196468 140731639499168 140516993338384 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26916] ppid=26911 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26916/stat : 26916 (java) S 26911 26911 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418129630 28911378432 23603 33554432000 4194304 4196468 140731639499168 140516992285840 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26917] ppid=26911 vsize=28233768 memory=5996 CPUtime=0 cores=0-7
/proc/26913/task/26917/stat : 26917 (java) S 26911 26911 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418129630 28911378432 23603 33554432000 4194304 4196468 140731639499168 140516991232784 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0

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

[pid=26913/tid=26930] ppid=26911 vsize=28768328 memory=7681905605394137914 CPUtime=1.05 cores=0-7
/proc/26913/task/26930/stat : 26930 (java) S 26911 26911 24366 0 -1 1077944384 5780 0 0 0 103 2 0 0 20 0 28 0 418129635 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515698903152 140517040728706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26931] ppid=26911 vsize=28768328 memory=-7522837583129502606 CPUtime=0 cores=0-7
/proc/26913/task/26931/stat : 26931 (java) S 26911 26911 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418129635 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515697851360 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26932] ppid=26911 vsize=28768328 memory=-7233780906022726806 CPUtime=0 cores=0-7
/proc/26913/task/26932/stat : 26932 (java) S 26911 26911 24366 0 -1 1077944384 626 0 0 0 0 0 0 0 20 0 28 0 418129635 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515696798896 140517040728706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=27053] ppid=26911 vsize=28768328 memory=288230574492221466 CPUtime=7.6 cores=0-7
/proc/26913/task/27053/stat : 27053 (java) R 26911 26911 24366 0 -1 4202560 253 0 0 0 760 0 0 0 20 0 28 0 418129925 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515612617568 140516659232602 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=27054] ppid=26911 vsize=28768328 memory=288230596050944315 CPUtime=7.55 cores=0-7
/proc/26913/task/27054/stat : 27054 (java) R 26911 26911 24366 0 -1 4202560 231 0 0 0 755 0 0 0 20 0 28 0 418129925 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515617878968 140516653291895 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=27055] ppid=26911 vsize=28768328 memory=15815590841420219 CPUtime=7.2 cores=0-7
/proc/26913/task/27055/stat : 27055 (java) R 26911 26911 24366 0 -1 4202560 1291 0 0 0 720 0 0 0 20 0 28 0 418129925 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515613669192 140516660269442 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=27056] ppid=26911 vsize=28768328 memory=776 CPUtime=7.42 cores=0-7
/proc/26913/task/27056/stat : 27056 (java) R 26911 26911 24366 0 -1 4202560 296 0 0 0 742 0 0 0 20 0 28 0 418129925 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515616827312 140516659236564 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=27057] ppid=26911 vsize=28768328 memory=39612 CPUtime=7.44 cores=0-7
/proc/26913/task/27057/stat : 27057 (java) R 26911 26911 24366 0 -1 4202560 273 0 0 0 744 0 0 0 20 0 28 0 418129925 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515614723528 140516655733170 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=27058] ppid=26911 vsize=28768328 memory=992 CPUtime=7.3 cores=0-7
/proc/26913/task/27058/stat : 27058 (java) R 26911 26911 24366 0 -1 4202560 240 0 0 0 730 0 0 0 20 0 28 0 418129925 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515619987176 140516657176975 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=27059] ppid=26911 vsize=28768328 memory=1456 CPUtime=7.48 cores=0-7
/proc/26913/task/27059/stat : 27059 (java) R 26911 26911 24366 0 -1 4202560 434 0 0 0 748 0 0 0 20 0 28 0 418129925 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515618931240 140516656313666 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=27060] ppid=26911 vsize=28768328 memory=375912 CPUtime=7.44 cores=0-7
/proc/26913/task/27060/stat : 27060 (java) R 26911 26911 24366 0 -1 4202560 322 0 0 0 744 0 0 0 20 0 28 0 418129925 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515615773040 140516656045588 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
Current children cumulated CPU time: 81.18 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 371308 KiB

[startup+11.2015 s]
/proc/loadavg: 6.16 6.62 4.47 9/225 27060
/proc/meminfo: memFree=29904608/32770624 swapFree=66916604/67108860
[pid=26911] ppid=26908 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/26911/stat : 26911 (xcsp3-exec) S 26908 26911 24366 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418129629 115843072 364 33554432000 4194304 5098028 140720311334912 140720311333016 140240446599804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22552576 140720311337845 140720311338089 140720311338089 140720311341002 0
/proc/26911/statm: 28282 364 305 221 0 87 0
[pid=26913] ppid=26911 vsize=28768328 memory=369852 CPUtime=84.37 cores=0-7
/proc/26913/stat : 26913 (java) S 26911 26911 24366 0 -1 1077944320 49541 0 0 0 8401 36 0 0 20 0 28 0 418129629 29458767872 92463 33554432000 4194304 4196468 140731639499168 140731639481712 140517040717559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
/proc/26913/statm: 7192082 92463 3538 1 0 7153184 0
[pid=26913/tid=26914] ppid=26911 vsize=28768328 memory=992 CPUtime=0.74 cores=0-7
/proc/26913/task/26914/stat : 26914 (java) S 26911 26911 24366 0 -1 1077944384 9488 0 0 0 70 4 0 0 20 0 28 0 418129630 29458767872 92463 33554432000 4194304 4196468 140731639499168 140517044958336 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26915] ppid=26911 vsize=28768328 memory=2044 CPUtime=0.03 cores=0-7
/proc/26913/task/26915/stat : 26915 (java) S 26911 26911 24366 0 -1 1077944384 141 0 0 0 2 1 0 0 20 0 28 0 418129630 29458767872 92463 33554432000 4194304 4196468 140731639499168 140516993338384 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26916] ppid=26911 vsize=28768328 memory=1296 CPUtime=0.03 cores=0-7
/proc/26913/task/26916/stat : 26916 (java) S 26911 26911 24366 0 -1 1077944384 99 0 0 0 2 1 0 0 20 0 28 0 418129630 29458767872 92463 33554432000 4194304 4196468 140731639499168 140516992285840 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26917] ppid=26911 vsize=28768328 memory=620 CPUtime=0.04 cores=0-7
/proc/26913/task/26917/stat : 26917 (java) S 26911 26911 24366 0 -1 1077944384 180 0 0 0 3 1 0 0 20 0 28 0 418129630 29458767872 92463 33554432000 4194304 4196468 140731639499168 140516991232784 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26918] ppid=26911 vsize=28768328 memory=4000 CPUtime=0.04 cores=0-7
/proc/26913/task/26918/stat : 26918 (java) S 26911 26911 24366 0 -1 1077944384 989 0 0 0 3 1 0 0 20 0 28 0 418129630 29458767872 92463 33554432000 4194304 4196468 140731639499168 140516990180240 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26919] ppid=26911 vsize=28768328 memory=2044 CPUtime=0.04 cores=0-7
/proc/26913/task/26919/stat : 26919 (java) S 26911 26911 24366 0 -1 1077944384 82 0 0 0 3 1 0 0 20 0 28 0 418129630 29458767872 92463 33554432000 4194304 4196468 140731639499168 140516989127184 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26920] ppid=26911 vsize=28768328 memory=1296 CPUtime=0.04 cores=0-7
/proc/26913/task/26920/stat : 26920 (java) S 26911 26911 24366 0 -1 1077944384 91 0 0 0 3 1 0 0 20 0 28 0 418129630 29458767872 92463 33554432000 4194304 4196468 140731639499168 140516988074640 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26921] ppid=26911 vsize=28768328 memory=620 CPUtime=0.03 cores=0-7
/proc/26913/task/26921/stat : 26921 (java) S 26911 26911 24366 0 -1 1077944384 74 0 0 0 2 1 0 0 20 0 28 0 418129630 29458767872 92463 33554432000 4194304 4196468 140731639499168 140516987021584 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26922] ppid=26911 vsize=28768328 memory=4000 CPUtime=0.04 cores=0-7
/proc/26913/task/26922/stat : 26922 (java) S 26911 26911 24366 0 -1 1077944384 408 0 0 0 3 1 0 0 20 0 28 0 418129630 29458767872 92463 33554432000 4194304 4196468 140731639499168 140516985969040 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26923] ppid=26911 vsize=28768328 memory=2828 CPUtime=0.02 cores=0-7
/proc/26913/task/26923/stat : 26923 (java) S 26911 26911 24366 0 -1 1077944384 381 0 0 0 2 0 0 0 20 0 28 0 418129632 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515706272496 140517040728706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26924] ppid=26911 vsize=28768328 memory=1712 CPUtime=0 cores=0-7
/proc/26913/task/26924/stat : 26924 (java) S 26911 26911 24366 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 418129632 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515705218784 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26925] ppid=26911 vsize=28768328 memory=1156 CPUtime=0 cores=0-7
/proc/26913/task/26925/stat : 26925 (java) S 26911 26911 24366 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 418129632 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515704165632 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26926] ppid=26911 vsize=28768328 memory=944 CPUtime=0 cores=0-7
/proc/26913/task/26926/stat : 26926 (java) S 26911 26911 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418129635 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515703114192 140517040736155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26927] ppid=26911 vsize=28768328 memory=0 CPUtime=2.4 cores=0-7
/proc/26913/task/26927/stat : 26927 (java) S 26911 26911 24366 0 -1 1077944384 6472 0 0 0 239 1 0 0 20 0 28 0 418129635 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515702061296 140517040728706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26928] ppid=26911 vsize=28768328 memory=279900603911360 CPUtime=2.56 cores=0-7
/proc/26913/task/26928/stat : 26928 (java) S 26911 26911 24366 0 -1 1077944384 7470 0 0 0 253 3 0 0 20 0 28 0 418129635 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515701008752 140517040728706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26929] ppid=26911 vsize=28768328 memory=139950301742160 CPUtime=2.35 cores=0-7
/proc/26913/task/26929/stat : 26929 (java) S 26911 26911 24366 0 -1 1077944384 9296 0 0 0 232 3 0 0 20 0 28 0 418129635 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515699955696 140517040728706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26930] ppid=26911 vsize=28768328 memory=7649399397166364466 CPUtime=1.05 cores=0-7
/proc/26913/task/26930/stat : 26930 (java) S 26911 26911 24366 0 -1 1077944384 5797 0 0 0 103 2 0 0 20 0 28 0 418129635 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515698903152 140517040728706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26931] ppid=26911 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26931/stat : 26931 (java) S 26911 26911 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418129635 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515697851360 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26932] ppid=26911 vsize=28768328 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/26913/task/26932/stat : 26932 (java) S 26911 26911 24366 0 -1 1077944384 626 0 0 0 0 0 0 0 20 0 28 0 418129635 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515696798896 140517040728706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=27053] ppid=26911 vsize=28768328 memory=288230377108288730 CPUtime=8 cores=0-7
/proc/26913/task/27053/stat : 27053 (java) R 26911 26911 24366 0 -1 4202560 259 0 0 0 800 0 0 0 20 0 28 0 418129925 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515612617568 140516659236319 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=27054] ppid=26911 vsize=28768328 memory=14418102955825715 CPUtime=7.92 cores=0-7
/proc/26913/task/27054/stat : 27054 (java) R 26911 26911 24366 0 -1 4202560 236 0 0 0 792 0 0 0 20 0 28 0 418129925 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515617878968 140516655731483 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=27055] ppid=26911 vsize=28768328 memory=0 CPUtime=7.6 cores=0-7
/proc/26913/task/27055/stat : 27055 (java) R 26911 26911 24366 0 -1 4202560 1321 0 0 0 759 1 0 0 20 0 28 0 418129925 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515613669192 140516659910358 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=27056] ppid=26911 vsize=28768328 memory=0 CPUtime=7.82 cores=0-7
/proc/26913/task/27056/stat : 27056 (java) R 26911 26911 24366 0 -1 4202560 301 0 0 0 782 0 0 0 20 0 28 0 418129925 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515616827312 140516653290415 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=27057] ppid=26911 vsize=28768328 memory=0 CPUtime=7.84 cores=0-7
/proc/26913/task/27057/stat : 27057 (java) R 26911 26911 24366 0 -1 4202560 276 0 0 0 784 0 0 0 20 0 28 0 418129925 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515614723528 140516655321856 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=27058] ppid=26911 vsize=28768328 memory=0 CPUtime=7.7 cores=0-7
/proc/26913/task/27058/stat : 27058 (java) R 26911 26911 24366 0 -1 4202560 245 0 0 0 770 0 0 0 20 0 28 0 418129925 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515619987176 140516656746680 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=27059] ppid=26911 vsize=28768328 memory=0 CPUtime=7.88 cores=0-7
/proc/26913/task/27059/stat : 27059 (java) R 26911 26911 24366 0 -1 4202560 473 0 0 0 788 0 0 0 20 0 28 0 418129925 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515618930696 140516655732447 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=27060] ppid=26911 vsize=28768328 memory=0 CPUtime=7.84 cores=0-7
/proc/26913/task/27060/stat : 27060 (java) R 26911 26911 24366 0 -1 4202560 333 0 0 0 784 0 0 0 20 0 28 0 418129925 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515615773040 140516651013472 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
Current children cumulated CPU time: 84.37 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 371308 KiB

[startup+11.3015 s]
/proc/loadavg: 6.16 6.62 4.47 9/225 27060
/proc/meminfo: memFree=29904608/32770624 swapFree=66916604/67108860
[pid=26911] ppid=26908 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/26911/stat : 26911 (xcsp3-exec) S 26908 26911 24366 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418129629 115843072 364 33554432000 4194304 5098028 140720311334912 140720311333016 140240446599804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22552576 140720311337845 140720311338089 140720311338089 140720311341002 0
/proc/26911/statm: 28282 364 305 221 0 87 0
[pid=26913] ppid=26911 vsize=28768328 memory=369852 CPUtime=85.17 cores=0-7
/proc/26913/stat : 26913 (java) S 26911 26911 24366 0 -1 1077944320 49572 0 0 0 8481 36 0 0 20 0 28 0 418129629 29458767872 92463 33554432000 4194304 4196468 140731639499168 140731639481712 140517040717559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
/proc/26913/statm: 7192082 92463 3538 1 0 7153184 0
[pid=26913/tid=26914] ppid=26911 vsize=28768328 memory=369852 CPUtime=0.74 cores=0-7
/proc/26913/task/26914/stat : 26914 (java) S 26911 26911 24366 0 -1 1077944384 9488 0 0 0 70 4 0 0 20 0 28 0 418129630 29458767872 92463 33554432000 4194304 4196468 140731639499168 140517044958336 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26915] ppid=26911 vsize=28768328 memory=258336 CPUtime=0.03 cores=0-7
/proc/26913/task/26915/stat : 26915 (java) S 26911 26911 24366 0 -1 1077944384 141 0 0 0 2 1 0 0 20 0 28 0 418129630 29458767872 92463 33554432000 4194304 4196468 140731639499168 140516993338384 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26916] ppid=26911 vsize=28768328 memory=1456 CPUtime=0.03 cores=0-7
/proc/26913/task/26916/stat : 26916 (java) S 26911 26911 24366 0 -1 1077944384 99 0 0 0 2 1 0 0 20 0 28 0 418129630 29458767872 92463 33554432000 4194304 4196468 140731639499168 140516992285840 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26917] ppid=26911 vsize=28768328 memory=224664 CPUtime=0.04 cores=0-7
/proc/26913/task/26917/stat : 26917 (java) S 26911 26911 24366 0 -1 1077944384 180 0 0 0 3 1 0 0 20 0 28 0 418129630 29458767872 92463 33554432000 4194304 4196468 140731639499168 140516991232784 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26918] ppid=26911 vsize=28768328 memory=4206468019014099040 CPUtime=0.04 cores=0-7
/proc/26913/task/26918/stat : 26918 (java) S 26911 26911 24366 0 -1 1077944384 989 0 0 0 3 1 0 0 20 0 28 0 418129630 29458767872 92463 33554432000 4194304 4196468 140731639499168 140516990180240 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26919] ppid=26911 vsize=28768328 memory=7681905605394137914 CPUtime=0.04 cores=0-7
/proc/26913/task/26919/stat : 26919 (java) S 26911 26911 24366 0 -1 1077944384 82 0 0 0 3 1 0 0 20 0 28 0 418129630 29458767872 92463 33554432000 4194304 4196468 140731639499168 140516989127184 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26920] ppid=26911 vsize=28768328 memory=1456 CPUtime=0.04 cores=0-7
/proc/26913/task/26920/stat : 26920 (java) S 26911 26911 24366 0 -1 1077944384 91 0 0 0 3 1 0 0 20 0 28 0 418129630 29458767872 92463 33554432000 4194304 4196468 140731639499168 140516988074640 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26921] ppid=26911 vsize=28768328 memory=200632 CPUtime=0.03 cores=0-7
/proc/26913/task/26921/stat : 26921 (java) S 26911 26911 24366 0 -1 1077944384 74 0 0 0 2 1 0 0 20 0 28 0 418129630 29458767872 92463 33554432000 4194304 4196468 140731639499168 140516987021584 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26922] ppid=26911 vsize=28768328 memory=0 CPUtime=0.04 cores=0-7
/proc/26913/task/26922/stat : 26922 (java) S 26911 26911 24366 0 -1 1077944384 408 0 0 0 3 1 0 0 20 0 28 0 418129630 29458767872 92463 33554432000 4194304 4196468 140731639499168 140516985969040 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26923] ppid=26911 vsize=28768328 memory=1456 CPUtime=0.02 cores=0-7
/proc/26913/task/26923/stat : 26923 (java) S 26911 26911 24366 0 -1 1077944384 381 0 0 0 2 0 0 0 20 0 28 0 418129632 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515706272496 140517040728706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26924] ppid=26911 vsize=28768328 memory=4 CPUtime=0 cores=0-7
/proc/26913/task/26924/stat : 26924 (java) S 26911 26911 24366 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 418129632 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515705218784 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26925] ppid=26911 vsize=28768328 memory=4 CPUtime=0 cores=0-7
/proc/26913/task/26925/stat : 26925 (java) S 26911 26911 24366 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 418129632 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515704165632 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26926] ppid=26911 vsize=28768328 memory=4 CPUtime=0 cores=0-7
/proc/26913/task/26926/stat : 26926 (java) S 26911 26911 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418129635 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515703114192 140517040736155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26927] ppid=26911 vsize=28768328 memory=4 CPUtime=2.4 cores=0-7
/proc/26913/task/26927/stat : 26927 (java) S 26911 26911 24366 0 -1 1077944384 6472 0 0 0 239 1 0 0 20 0 28 0 418129635 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515702061296 140517040728706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26928] ppid=26911 vsize=28768328 memory=56 CPUtime=2.56 cores=0-7
/proc/26913/task/26928/stat : 26928 (java) S 26911 26911 24366 0 -1 1077944384 7470 0 0 0 253 3 0 0 20 0 28 0 418129635 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515701008752 140517040728706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26929] ppid=26911 vsize=28768328 memory=7809357659247635051 CPUtime=2.35 cores=0-7
/proc/26913/task/26929/stat : 26929 (java) S 26911 26911 24366 0 -1 1077944384 9296 0 0 0 232 3 0 0 20 0 28 0 418129635 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515699955696 140517040728706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26930] ppid=26911 vsize=28768328 memory=7809357659247635051 CPUtime=1.05 cores=0-7
/proc/26913/task/26930/stat : 26930 (java) S 26911 26911 24366 0 -1 1077944384 5797 0 0 0 103 2 0 0 20 0 28 0 418129635 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515698903152 140517040728706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26931] ppid=26911 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/26913/task/26931/stat : 26931 (java) S 26911 26911 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418129635 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515697851360 140517040727765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=26932] ppid=26911 vsize=28768328 memory=1456 CPUtime=0 cores=0-7
/proc/26913/task/26932/stat : 26932 (java) S 26911 26911 24366 0 -1 1077944384 626 0 0 0 0 0 0 0 20 0 28 0 418129635 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515696798896 140517040728706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=27053] ppid=26911 vsize=28768328 memory=247588 CPUtime=8.1 cores=0-7
/proc/26913/task/27053/stat : 27053 (java) R 26911 26911 24366 0 -1 4202560 260 0 0 0 810 0 0 0 20 0 28 0 418129925 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515612617568 140516657995679 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=27054] ppid=26911 vsize=28768328 memory=0 CPUtime=8.02 cores=0-7
/proc/26913/task/27054/stat : 27054 (java) R 26911 26911 24366 0 -1 4202560 239 0 0 0 802 0 0 0 20 0 28 0 418129925 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515617878968 140516655730114 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=27055] ppid=26911 vsize=28768328 memory=0 CPUtime=7.7 cores=0-7
/proc/26913/task/27055/stat : 27055 (java) R 26911 26911 24366 0 -1 4202560 1343 0 0 0 769 1 0 0 20 0 28 0 418129925 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515613669192 140516660269442 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=27056] ppid=26911 vsize=28768328 memory=1456 CPUtime=7.92 cores=0-7
/proc/26913/task/27056/stat : 27056 (java) R 26911 26911 24366 0 -1 4202560 304 0 0 0 792 0 0 0 20 0 28 0 418129925 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515616827312 140516656044391 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=27057] ppid=26911 vsize=28768328 memory=0 CPUtime=7.94 cores=0-7
/proc/26913/task/27057/stat : 27057 (java) R 26911 26911 24366 0 -1 4202560 276 0 0 0 794 0 0 0 20 0 28 0 418129925 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515614723528 140516656045779 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=27058] ppid=26911 vsize=28768328 memory=0 CPUtime=7.8 cores=0-7
/proc/26913/task/27058/stat : 27058 (java) R 26911 26911 24366 0 -1 4202560 245 0 0 0 780 0 0 0 20 0 28 0 418129925 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515619987176 140516658311987 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=27059] ppid=26911 vsize=28768328 memory=0 CPUtime=7.98 cores=0-7
/proc/26913/task/27059/stat : 27059 (java) R 26911 26911 24366 0 -1 4202560 475 0 0 0 798 0 0 0 20 0 28 0 418129925 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515618930696 140516655731823 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
[pid=26913/tid=27060] ppid=26911 vsize=28768328 memory=1456 CPUtime=7.94 cores=0-7
/proc/26913/task/27060/stat : 27060 (java) R 26911 26911 24366 0 -1 4202560 333 0 0 0 794 0 0 0 20 0 28 0 418129925 29458767872 92463 33554432000 4194304 4196468 140731639499168 140515615773040 140516655733028 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140731639505898 140731639506070 140731639506070 140731639508943 0
Current children cumulated CPU time: 85.17 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 371308 KiB

Child status: 0
Real time (s): 11.342
CPU time (s): 85.4222
CPU user time (s): 85.045
CPU system time (s): 0.377189
CPU usage (%): 753.147
Max. virtual memory (cumulated for all children) (KiB): 28883892
Max. memory (cumulated for all children) (KiB): 377384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 85.045
system time used= 0.377189
maximum resident set size= 380112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51033
page faults= 0
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6581
involuntary context switches= 2049


# summary of solver processes directly reported to runsolver:
#   pid: 26911
#   total CPU time (s): 85.4222
#   total CPU user time (s): 85.045
#   total CPU system time (s): 0.377189

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.133267 second user time and 0.161955 second system time

The end

Launcher Data

Begin job on node134 at 2019-09-14 01:52:30
IDJOB=4393862
IDBENCH=115938
IDSOLVER=2841
FILE ID=node134/4393862-1568418791
RUNJOBID= node134-1568416726-24393
PBS_JOBID= 21702257
Free space on /tmp= 59576 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-04-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-4393862-1568418791/watcher-4393862-1568418791 -o /tmp/evaluation-result-4393862-1568418791/solver-4393862-1568418791 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1568416726-24393 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1915895647 HOME/instance-4393862-1568418791.xml

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

MD5SUM BENCH= 19ed80590beafaab4553f21dc50e09e4
RANDOM SEED=1915895647

node134.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.76
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.76
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.76
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.76
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:        30261812 kB
MemAvailable:   31795008 kB
Buffers:          192640 kB
Cached:          1607200 kB
SwapCached:        90624 kB
Active:           497336 kB
Inactive:        1395168 kB
Active(anon):      25304 kB
Inactive(anon):   106568 kB
Active(file):     472032 kB
Inactive(file):  1288600 kB
Unevictable:      110920 kB
Mlocked:          110920 kB
SwapTotal:      67108860 kB
SwapFree:       66916604 kB
Dirty:             26080 kB
Writeback:             0 kB
AnonPages:        125612 kB
Mapped:            43664 kB
Shmem:             31048 kB
Slab:             206884 kB
SReclaimable:     176800 kB
SUnreclaim:        30084 kB
KernelStack:        3824 kB
PageTables:         4904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498268 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:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59552 MiB
End job on node134 at 2019-09-14 01:52:41