Trace number 4393920

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 parallelOPT39 1087.67 137.663

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-07-10.xml
MD5SUMebe39bf25244fda615bb1bf8fe88192a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark39
Best CPU time to get the best result obtained on this benchmark31.2202
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints166
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":70},{"size":9,"count":70}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":70},{"degree":7,"count":4},{"degree":8,"count":26},{"degree":10,"count":40}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":70},{"arity":3,"count":26},{"arity":4,"count":4},{"arity":6,"count":26},{"arity":9,"count":40}]
Number of extensional constraints96
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":96},{"type":"sum","count":70}]
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-4393920-1568419300.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393920-1568419300.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
1.69/0.76	c solve instance...
2.17/0.83	o 0 
2.17/0.85	o 4 
2.17/0.86	o 6 
2.17/0.87	o 8 
2.17/0.88	o 10 
2.17/0.89	o 12 
2.17/0.90	o 33 
3.69/1.05	o 34 
5.86/1.32	o 35 
7.44/1.52	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (42/44)
7.44/1.52		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
7.44/1.52		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
7.44/1.52		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
7.44/1.52		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
7.44/1.52		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
7.44/1.52	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (42/44)
7.44/1.52		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
7.44/1.52		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
7.44/1.52		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
7.44/1.52		at org.chocosolver.solver.Solver.repair(Solver.java:443)
7.44/1.52		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
7.44/1.52		at org.chocosolver.solver.Solver.solve(Solver.java:262)
7.44/1.52		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
7.44/1.52		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
7.44/1.52		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
7.44/1.52		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
7.44/1.52		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
7.44/1.52		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
7.44/1.52		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
7.44/1.52		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
7.44/1.52		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
7.44/1.52		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
7.44/1.52	o 37 
7.44/1.53	o 38 
525.74/67.02	o 39 
1087.29/137.64	s OPTIMUM FOUND
1087.29/137.64	v <instantiation>
1087.29/137.64	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[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[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[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[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] 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[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[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[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[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[5][9] s[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] s[6][7] s[6][8] s[6][9] </list>
1087.29/137.64	v 	<values>1 0 0 1 0 1 1 0 1 1 1 1 1 1 1 0 1 0 1 1 0 0 0 0 0 0 1 0 0 0 1 1 1 1 1 1 0 1 1 1 1 0 0 0 0 0 1 0 0 1 0 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1 1 0 1 1 2 4 4 3 4 3 2 4 3 3 2 3 3 3 3 5 3 5 3 3 4 6 6 6 5 5 3 5 5 4 2 3 2 2 2 3 4 3 3 2 3 5 5 5 5 5 3 5 5 3 4 3 4 2 3 5 3 5 3 4 2 2 4 2 4 3 2 4 2 2 </values>
1087.29/137.64	v </instantiation>

Verifier Data

OK	39

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393920-1568419300/watcher-4393920-1568419300 -o /tmp/evaluation-result-4393920-1568419300/solver-4393920-1568419300 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node121-1568416726-8779 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 666990590 HOME/instance-4393920-1568419300.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=9527, runsolver pid=9524

[startup+0.100111 s]*
/proc/loadavg: 6.69 7.14 6.85 2/211 9548
/proc/meminfo: memFree=31446948/32770624 swapFree=66982040/67108860
[pid=9527] ppid=9524 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9527/stat : 9527 (xcsp3-exec) S 9524 9527 8752 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418192648 115843072 364 33554432000 4194304 5098028 140722141321552 140722141319656 140589864379004 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26165248 140722141328246 140722141328489 140722141328489 140722141331402 0
/proc/9527/statm: 28282 364 305 221 0 87 0
[pid=9529] ppid=9527 vsize=28227388 memory=28864 CPUtime=0.12 cores=0-7
/proc/9529/stat : 9529 (java) S 9527 9527 8752 0 -1 1077944320 5686 0 0 0 11 1 0 0 20 0 20 0 418192649 28904845312 7216 33554432000 4194304 4196468 140735009880512 140735009863056 140267330944759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
/proc/9529/statm: 7056847 7216 3119 1 0 7019032 0
[pid=9529/tid=9530] ppid=9527 vsize=28227388 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/9529/task/9530/stat : 9530 (java) R 9527 9527 8752 0 -1 4202560 3583 0 0 0 8 1 0 0 20 0 20 0 418192649 28904845312 7216 33554432000 4194304 4196468 140735009880512 140267335178032 140266937880608 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9531] ppid=9527 vsize=28227388 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/9529/task/9531/stat : 9531 (java) S 9527 9527 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418192650 28904845312 7216 33554432000 4194304 4196468 140735009880512 140267283565584 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9532] ppid=9527 vsize=28227388 memory=139782190413440 CPUtime=0 cores=0-7
/proc/9529/task/9532/stat : 9532 (java) S 9527 9527 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418192650 28904845312 7216 33554432000 4194304 4196468 140735009880512 140267282513040 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9533] ppid=9527 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9533/stat : 9533 (java) S 9527 9527 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418192650 28904845312 7216 33554432000 4194304 4196468 140735009880512 140267281459984 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9534] ppid=9527 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9534/stat : 9534 (java) S 9527 9527 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418192650 28904845312 7216 33554432000 4194304 4196468 140735009880512 140267280407440 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9535] ppid=9527 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9535/stat : 9535 (java) S 9527 9527 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418192650 28904845312 7216 33554432000 4194304 4196468 140735009880512 140267279354384 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9536] ppid=9527 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9529/task/9536/stat : 9536 (java) S 9527 9527 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418192650 28904845312 7216 33554432000 4194304 4196468 140735009880512 140267278301840 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9537] ppid=9527 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9537/stat : 9537 (java) S 9527 9527 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418192650 28904845312 7216 33554432000 4194304 4196468 140735009880512 140267277248784 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9538] ppid=9527 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9538/stat : 9538 (java) S 9527 9527 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418192650 28904845312 7216 33554432000 4194304 4196468 140735009880512 140267276196240 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9539] ppid=9527 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9539/stat : 9539 (java) S 9527 9527 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418192651 28904845312 7216 33554432000 4194304 4196468 140735009880512 140266514131696 140267330955906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9540] ppid=9527 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9540/stat : 9540 (java) S 9527 9527 8752 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418192652 28904845312 7216 33554432000 4194304 4196468 140735009880512 140266513077920 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9541] ppid=9527 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9541/stat : 9541 (java) S 9527 9527 8752 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418192652 28904845312 7216 33554432000 4194304 4196468 140735009880512 140266512024816 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9542] ppid=9527 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9542/stat : 9542 (java) S 9527 9527 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418192654 28904845312 7216 33554432000 4194304 4196468 140735009880512 140266510973392 140267330963355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9543] ppid=9527 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9543/stat : 9543 (java) S 9527 9527 8752 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 20 0 418192654 28904845312 7216 33554432000 4194304 4196468 140735009880512 140266509920496 140267330955906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9544] ppid=9527 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9544/stat : 9544 (java) S 9527 9527 8752 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 418192655 28904845312 7216 33554432000 4194304 4196468 140735009880512 140266508867952 140267330955906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9545] ppid=9527 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9545/stat : 9545 (java) S 9527 9527 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418192655 28904845312 7216 33554432000 4194304 4196468 140735009880512 140266507814896 140267330955906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9546] ppid=9527 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/9529/task/9546/stat : 9546 (java) R 9527 9527 8752 0 -1 4202560 362 0 0 0 1 0 0 0 20 0 20 0 418192655 28904845312 7216 33554432000 4194304 4196468 140735009880512 140266506762352 140267315025246 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9547] ppid=9527 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9547/stat : 9547 (java) S 9527 9527 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418192655 28904845312 7216 33554432000 4194304 4196468 140735009880512 140266505710560 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9548] ppid=9527 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9529/task/9548/stat : 9548 (java) S 9527 9527 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418192655 28904845312 7216 33554432000 4194304 4196468 140735009880512 140266504658096 140267330955906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30320 KiB

[startup+0.210035 s]*
/proc/loadavg: 6.69 7.14 6.85 4/211 9548
/proc/meminfo: memFree=31433936/32770624 swapFree=66982040/67108860
[pid=9527] ppid=9524 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9527/stat : 9527 (xcsp3-exec) S 9524 9527 8752 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418192648 115843072 364 33554432000 4194304 5098028 140722141321552 140722141319656 140589864379004 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26165248 140722141328246 140722141328489 140722141328489 140722141331402 0
/proc/9527/statm: 28282 364 305 221 0 87 0
[pid=9529] ppid=9527 vsize=28227388 memory=40904 CPUtime=0.33 cores=0-7
/proc/9529/stat : 9529 (java) S 9527 9527 8752 0 -1 1077944320 9477 0 0 0 30 3 0 0 20 0 20 0 418192649 28904845312 10226 33554432000 4194304 4196468 140735009880512 140735009863056 140267330944759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
/proc/9529/statm: 7056847 10226 3304 1 0 7019032 0
[pid=9529/tid=9530] ppid=9527 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/9529/task/9530/stat : 9530 (java) R 9527 9527 8752 0 -1 4202560 6613 0 0 0 17 2 0 0 20 0 20 0 418192649 28904845312 10226 33554432000 4194304 4196468 140735009880512 140267335176672 140267330966685 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9531] ppid=9527 vsize=28227388 memory=329 CPUtime=0 cores=0-7
/proc/9529/task/9531/stat : 9531 (java) S 9527 9527 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418192650 28904845312 10226 33554432000 4194304 4196468 140735009880512 140267283565584 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9532] ppid=9527 vsize=28227388 memory=139782190423104 CPUtime=0 cores=0-7
/proc/9529/task/9532/stat : 9532 (java) S 9527 9527 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418192650 28904845312 10226 33554432000 4194304 4196468 140735009880512 140267282513040 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9533] ppid=9527 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9529/task/9533/stat : 9533 (java) S 9527 9527 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418192650 28904845312 10226 33554432000 4194304 4196468 140735009880512 140267281459984 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9534] ppid=9527 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9534/stat : 9534 (java) S 9527 9527 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418192650 28904845312 10226 33554432000 4194304 4196468 140735009880512 140267280407440 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9535] ppid=9527 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9535/stat : 9535 (java) S 9527 9527 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418192650 28904845312 10226 33554432000 4194304 4196468 140735009880512 140267279354384 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9536] ppid=9527 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9529/task/9536/stat : 9536 (java) S 9527 9527 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418192650 28904845312 10226 33554432000 4194304 4196468 140735009880512 140267278301840 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9537] ppid=9527 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9537/stat : 9537 (java) S 9527 9527 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418192650 28904845312 10226 33554432000 4194304 4196468 140735009880512 140267277248784 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9538] ppid=9527 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9538/stat : 9538 (java) S 9527 9527 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418192650 28904845312 10226 33554432000 4194304 4196468 140735009880512 140267276196240 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9539] ppid=9527 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9539/stat : 9539 (java) S 9527 9527 8752 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418192651 28904845312 10226 33554432000 4194304 4196468 140735009880512 140266514131696 140267330955906 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9540] ppid=9527 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9540/stat : 9540 (java) S 9527 9527 8752 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418192652 28904845312 10226 33554432000 4194304 4196468 140735009880512 140266513077920 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9541] ppid=9527 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9541/stat : 9541 (java) S 9527 9527 8752 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418192652 28904845312 10226 33554432000 4194304 4196468 140735009880512 140266512024816 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9542] ppid=9527 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9542/stat : 9542 (java) S 9527 9527 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418192654 28904845312 10226 33554432000 4194304 4196468 140735009880512 140266510973392 140267330963355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9543] ppid=9527 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9543/stat : 9543 (java) S 9527 9527 8752 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 20 0 418192654 28904845312 10226 33554432000 4194304 4196468 140735009880512 140266509920496 140267330955906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9544] ppid=9527 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/9529/task/9544/stat : 9544 (java) S 9527 9527 8752 0 -1 1077944384 259 0 0 0 2 0 0 0 20 0 20 0 418192655 28904845312 10226 33554432000 4194304 4196468 140735009880512 140266508867952 140267330955906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9545] ppid=9527 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/9529/task/9545/stat : 9545 (java) S 9527 9527 8752 0 -1 1077944384 207 0 0 0 1 0 0 0 20 0 20 0 418192655 28904845312 10226 33554432000 4194304 4196468 140735009880512 140266507814896 140267330955906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9546] ppid=9527 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/9529/task/9546/stat : 9546 (java) R 9527 9527 8752 0 -1 4202560 773 0 0 0 7 0 0 0 20 0 20 0 418192655 28904845312 10226 33554432000 4194304 4196468 140735009880512 140266506756240 140267330956694 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9547] ppid=9527 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9547/stat : 9547 (java) S 9527 9527 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418192655 28904845312 10226 33554432000 4194304 4196468 140735009880512 140266505710560 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9548] ppid=9527 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9529/task/9548/stat : 9548 (java) S 9527 9527 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418192655 28904845312 10226 33554432000 4194304 4196468 140735009880512 140266504658096 140267330955906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42360 KiB

[startup+0.309662 s]*
/proc/loadavg: 6.69 7.14 6.85 3/211 9548
/proc/meminfo: memFree=31429464/32770624 swapFree=66982040/67108860
[pid=9527] ppid=9524 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9527/stat : 9527 (xcsp3-exec) S 9524 9527 8752 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418192648 115843072 364 33554432000 4194304 5098028 140722141321552 140722141319656 140589864379004 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26165248 140722141328246 140722141328489 140722141328489 140722141331402 0
/proc/9527/statm: 28282 364 305 221 0 87 0
[pid=9529] ppid=9527 vsize=28231644 memory=49700 CPUtime=0.52 cores=0-7
/proc/9529/stat : 9529 (java) S 9527 9527 8752 0 -1 1077944320 10766 0 0 0 48 4 0 0 20 0 20 0 418192649 28909203456 12425 33554432000 4194304 4196468 140735009880512 140735009863056 140267330944759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
/proc/9529/statm: 7057911 12425 3350 1 0 7019032 0
[pid=9529/tid=9530] ppid=9527 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/9529/task/9530/stat : 9530 (java) R 9527 9527 8752 0 -1 4202560 7679 0 0 0 26 3 0 0 20 0 20 0 418192649 28909203456 12448 33554432000 4194304 4196468 140735009880512 140267335175872 140267315025246 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9531] ppid=9527 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9531/stat : 9531 (java) S 9527 9527 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418192650 28909203456 12448 33554432000 4194304 4196468 140735009880512 140267283565584 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9532] ppid=9527 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9532/stat : 9532 (java) S 9527 9527 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418192650 28909203456 12448 33554432000 4194304 4196468 140735009880512 140267282513040 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9533] ppid=9527 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9533/stat : 9533 (java) S 9527 9527 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418192650 28909203456 12448 33554432000 4194304 4196468 140735009880512 140267281459984 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9534] ppid=9527 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9534/stat : 9534 (java) S 9527 9527 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418192650 28909203456 12448 33554432000 4194304 4196468 140735009880512 140267280407440 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9535] ppid=9527 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9535/stat : 9535 (java) S 9527 9527 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418192650 28909203456 12448 33554432000 4194304 4196468 140735009880512 140267279354384 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9536] ppid=9527 vsize=28231644 memory=139782059551407 CPUtime=0 cores=0-7
/proc/9529/task/9536/stat : 9536 (java) S 9527 9527 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418192650 28909203456 12448 33554432000 4194304 4196468 140735009880512 140267278301840 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9537] ppid=9527 vsize=28231644 memory=139782059553712 CPUtime=0 cores=0-7
/proc/9529/task/9537/stat : 9537 (java) S 9527 9527 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418192650 28909203456 12448 33554432000 4194304 4196468 140735009880512 140267277248784 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9538] ppid=9527 vsize=28231644 memory=139782059556016 CPUtime=0 cores=0-7
/proc/9529/task/9538/stat : 9538 (java) S 9527 9527 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418192650 28909203456 12448 33554432000 4194304 4196468 140735009880512 140267276196240 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9539] ppid=9527 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9539/stat : 9539 (java) S 9527 9527 8752 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418192651 28909203456 12448 33554432000 4194304 4196468 140735009880512 140266514131696 140267330955906 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9540] ppid=9527 vsize=28231644 memory=279564119125904 CPUtime=0 cores=0-7
/proc/9529/task/9540/stat : 9540 (java) S 9527 9527 8752 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418192652 28909203456 12448 33554432000 4194304 4196468 140735009880512 140266513077920 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9541] ppid=9527 vsize=28231644 memory=279564119123600 CPUtime=0 cores=0-7
/proc/9529/task/9541/stat : 9541 (java) S 9527 9527 8752 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418192652 28909203456 12448 33554432000 4194304 4196468 140735009880512 140266512024816 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9542] ppid=9527 vsize=28231644 memory=279564119130512 CPUtime=0 cores=0-7
/proc/9529/task/9542/stat : 9542 (java) S 9527 9527 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418192654 28909203456 12448 33554432000 4194304 4196468 140735009880512 140266510973392 140267330963355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9543] ppid=9527 vsize=28231644 memory=279564119071760 CPUtime=0.02 cores=0-7
/proc/9529/task/9543/stat : 9543 (java) R 9527 9527 8752 0 -1 4202560 435 0 0 0 2 0 0 0 20 0 20 0 418192654 28909203456 12448 33554432000 4194304 4196468 140735009880512 140266509901512 140267314445142 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9544] ppid=9527 vsize=28231644 memory=279564119144336 CPUtime=0.03 cores=0-7
/proc/9529/task/9544/stat : 9544 (java) S 9527 9527 8752 0 -1 1077944384 275 0 0 0 3 0 0 0 20 0 20 0 418192655 28909203456 12448 33554432000 4194304 4196468 140735009880512 140266508867952 140267330955906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9545] ppid=9527 vsize=28231644 memory=279564119151248 CPUtime=0.03 cores=0-7
/proc/9529/task/9545/stat : 9545 (java) S 9527 9527 8752 0 -1 1077944384 213 0 0 0 3 0 0 0 20 0 20 0 418192655 28909203456 12448 33554432000 4194304 4196468 140735009880512 140266507814896 140267330955906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9546] ppid=9527 vsize=28231644 memory=279564119148944 CPUtime=0.12 cores=0-7
/proc/9529/task/9546/stat : 9546 (java) S 9527 9527 8752 0 -1 1077944384 874 0 0 0 12 0 0 0 20 0 20 0 418192655 28909203456 12448 33554432000 4194304 4196468 140735009880512 140266506762352 140267330955906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9547] ppid=9527 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9547/stat : 9547 (java) S 9527 9527 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418192655 28909203456 12448 33554432000 4194304 4196468 140735009880512 140266505710560 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9548] ppid=9527 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/9529/task/9548/stat : 9548 (java) S 9527 9527 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418192655 28909203456 12448 33554432000 4194304 4196468 140735009880512 140266504658096 140267330955906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51156 KiB

[startup+0.700891 s]
/proc/loadavg: 6.69 7.14 6.85 5/211 9548
/proc/meminfo: memFree=31418112/32770624 swapFree=66982040/67108860
[pid=9527] ppid=9524 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9527/stat : 9527 (xcsp3-exec) S 9524 9527 8752 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418192648 115843072 364 33554432000 4194304 5098028 140722141321552 140722141319656 140589864379004 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26165248 140722141328246 140722141328489 140722141328489 140722141331402 0
/proc/9527/statm: 28282 364 305 221 0 87 0
[pid=9529] ppid=9527 vsize=28233768 memory=90860 CPUtime=1.69 cores=0-7
/proc/9529/stat : 9529 (java) S 9527 9527 8752 0 -1 1077944320 16480 0 0 0 163 6 0 0 20 0 20 0 418192649 28911378432 22715 33554432000 4194304 4196468 140735009880512 140735009863056 140267330944759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
/proc/9529/statm: 7058442 22715 3456 1 0 7019544 0
[pid=9529/tid=9530] ppid=9527 vsize=28233768 memory=0 CPUtime=0.67 cores=0-7
/proc/9529/task/9530/stat : 9530 (java) R 9527 9527 8752 0 -1 4202560 9215 0 0 0 63 4 0 0 20 0 20 0 418192649 28911378432 22715 33554432000 4194304 4196468 140735009880512 140267335181040 140266941867900 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9531] ppid=9527 vsize=28233768 memory=139782059762544 CPUtime=0 cores=0-7
/proc/9529/task/9531/stat : 9531 (java) S 9527 9527 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418192650 28911378432 22715 33554432000 4194304 4196468 140735009880512 140267283565584 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9532] ppid=9527 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/9529/task/9532/stat : 9532 (java) S 9527 9527 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418192650 28911378432 22715 33554432000 4194304 4196468 140735009880512 140267282513040 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9533] ppid=9527 vsize=28233768 memory=1164 CPUtime=0 cores=0-7
/proc/9529/task/9533/stat : 9533 (java) S 9527 9527 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418192650 28911378432 22715 33554432000 4194304 4196468 140735009880512 140267281459984 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0

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

[pid=9529/tid=9546] ppid=9527 vsize=28769356 memory=1764 CPUtime=1.15 cores=0-7
/proc/9529/task/9546/stat : 9546 (java) S 9527 9527 8752 0 -1 1077944384 11048 0 0 0 113 2 0 0 20 0 28 0 418192655 29459820544 233139 33554432000 4194304 4196468 140735009880512 140266506762352 140267330955906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 22 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9547] ppid=9527 vsize=28769356 memory=111632 CPUtime=0 cores=0-7
/proc/9529/task/9547/stat : 9547 (java) S 9527 9527 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418192655 29459820544 233139 33554432000 4194304 4196468 140735009880512 140266505710560 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9548] ppid=9527 vsize=28769356 memory=804 CPUtime=0.04 cores=0-7
/proc/9529/task/9548/stat : 9548 (java) S 9527 9527 8752 0 -1 1077944384 1444 0 0 0 0 4 0 0 20 0 28 0 418192655 29459820544 233139 33554432000 4194304 4196468 140735009880512 140266504658096 140267330955906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 25 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9676] ppid=9527 vsize=28769356 memory=1548 CPUtime=69.06 cores=0-7
/proc/9529/task/9676/stat : 9676 (java) R 9527 9527 8752 0 -1 4202560 3318 0 0 0 6905 1 0 0 20 0 28 0 418199351 29459820544 233139 33554432000 4194304 4196468 140735009880512 140266484928184 140266945276570 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9677] ppid=9527 vsize=28769356 memory=7980 CPUtime=69.09 cores=0-7
/proc/9529/task/9677/stat : 9677 (java) R 9527 9527 8752 0 -1 4202560 3582 0 0 0 6907 2 0 0 20 0 28 0 418199351 29459820544 233139 33554432000 4194304 4196468 140735009880512 140266487036864 140266945071346 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9678] ppid=9527 vsize=28769356 memory=1164 CPUtime=68.48 cores=0-7
/proc/9529/task/9678/stat : 9678 (java) R 9527 9527 8752 0 -1 4202560 15628 0 0 0 6841 7 0 0 20 0 28 0 418199351 29459820544 233139 33554432000 4194304 4196468 140735009880512 140266489139256 140266948221907 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9679] ppid=9527 vsize=28769356 memory=2120 CPUtime=68.93 cores=0-7
/proc/9529/task/9679/stat : 9679 (java) R 9527 9527 8752 0 -1 4202560 28292 0 0 0 6883 10 0 0 20 0 28 0 418199351 29459820544 233139 33554432000 4194304 4196468 140735009880512 140266485981864 140266941266027 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9680] ppid=9527 vsize=28769356 memory=11976 CPUtime=69.04 cores=0-7
/proc/9529/task/9680/stat : 9680 (java) R 9527 9527 8752 0 -1 4202560 12641 0 0 0 6901 3 0 0 20 0 28 0 418199351 29459820544 233139 33554432000 4194304 4196468 140735009880512 140266495446528 140266943645856 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9681] ppid=9527 vsize=28769356 memory=7292 CPUtime=68.68 cores=0-7
/proc/9529/task/9681/stat : 9681 (java) R 9527 9527 8752 0 -1 4202560 12470 0 0 0 6864 4 0 0 20 0 28 0 418199351 29459820544 233139 33554432000 4194304 4196468 140735009880512 140266490191672 140266943967791 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9682] ppid=9527 vsize=28769356 memory=512 CPUtime=68.78 cores=0-7
/proc/9529/task/9682/stat : 9682 (java) R 9527 9527 8752 0 -1 4202560 8210 0 0 0 6876 2 0 0 20 0 28 0 418199351 29459820544 233139 33554432000 4194304 4196468 140735009880512 140266492297376 140266943968099 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9683] ppid=9527 vsize=28769356 memory=1564 CPUtime=68.99 cores=0-7
/proc/9529/task/9683/stat : 9683 (java) R 9527 9527 8752 0 -1 4202560 19292 0 0 0 6888 11 0 0 20 0 28 0 418199351 29459820544 233139 33554432000 4194304 4196468 140735009880512 140266491245112 140266945100850 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
Current children cumulated CPU time: 1080.93 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 934012 KiB

[startup+137.205 s]
/proc/loadavg: 7.87 7.43 6.99 9/220 9686
/proc/meminfo: memFree=30543388/32770624 swapFree=66982056/67108860
[pid=9527] ppid=9524 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9527/stat : 9527 (xcsp3-exec) S 9524 9527 8752 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418192648 115843072 364 33554432000 4194304 5098028 140722141321552 140722141319656 140589864379004 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26165248 140722141328246 140722141328489 140722141328489 140722141331402 0
/proc/9527/statm: 28282 364 305 221 0 87 0
[pid=9529] ppid=9527 vsize=28769356 memory=932556 CPUtime=1084.14 cores=0-7
/proc/9529/stat : 9529 (java) S 9527 9527 8752 0 -1 1077944320 237863 0 0 0 108229 185 0 0 20 0 28 0 418192649 29459820544 233139 33554432000 4194304 4196468 140735009880512 140735009863056 140267330944759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
/proc/9529/statm: 7192339 233139 3538 1 0 7153441 0
[pid=9529/tid=9530] ppid=9527 vsize=28769356 memory=1440 CPUtime=0.77 cores=0-7
/proc/9529/task/9530/stat : 9530 (java) S 9527 9527 8752 0 -1 1077944384 9570 0 0 0 72 5 0 0 20 0 28 0 418192649 29459820544 233139 33554432000 4194304 4196468 140735009880512 140267335185536 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9531] ppid=9527 vsize=28769356 memory=920 CPUtime=0.87 cores=0-7
/proc/9529/task/9531/stat : 9531 (java) S 9527 9527 8752 0 -1 1077944384 2934 0 0 0 75 12 0 0 20 0 28 0 418192650 29459820544 233139 33554432000 4194304 4196468 140735009880512 140267283565584 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9532] ppid=9527 vsize=28769356 memory=1984 CPUtime=0.88 cores=0-7
/proc/9529/task/9532/stat : 9532 (java) S 9527 9527 8752 0 -1 1077944384 4167 0 0 0 76 12 0 0 20 0 28 0 418192650 29459820544 233139 33554432000 4194304 4196468 140735009880512 140267282513040 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9533] ppid=9527 vsize=28769356 memory=2404 CPUtime=0.87 cores=0-7
/proc/9529/task/9533/stat : 9533 (java) S 9527 9527 8752 0 -1 1077944384 3563 0 0 0 75 12 0 0 20 0 28 0 418192650 29459820544 233139 33554432000 4194304 4196468 140735009880512 140267281459984 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9534] ppid=9527 vsize=28769356 memory=1764 CPUtime=0.9 cores=0-7
/proc/9529/task/9534/stat : 9534 (java) S 9527 9527 8752 0 -1 1077944384 4073 0 0 0 79 11 0 0 20 0 28 0 418192650 29459820544 233139 33554432000 4194304 4196468 140735009880512 140267280407440 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9535] ppid=9527 vsize=28769356 memory=111632 CPUtime=0.91 cores=0-7
/proc/9529/task/9535/stat : 9535 (java) S 9527 9527 8752 0 -1 1077944384 4024 0 0 0 79 12 0 0 20 0 28 0 418192650 29459820544 233139 33554432000 4194304 4196468 140735009880512 140267279354384 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9536] ppid=9527 vsize=28769356 memory=301741373374332954 CPUtime=0.88 cores=0-7
/proc/9529/task/9536/stat : 9536 (java) S 9527 9527 8752 0 -1 1077944384 4977 0 0 0 75 13 0 0 20 0 28 0 418192650 29459820544 233139 33554432000 4194304 4196468 140735009880512 140267278301840 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9537] ppid=9527 vsize=28769356 memory=288230617509003574 CPUtime=0.87 cores=0-7
/proc/9529/task/9537/stat : 9537 (java) S 9527 9527 8752 0 -1 1077944384 4253 0 0 0 75 12 0 0 20 0 28 0 418192650 29459820544 233139 33554432000 4194304 4196468 140735009880512 140267277248784 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9538] ppid=9527 vsize=28769356 memory=15252640887999028 CPUtime=0.83 cores=0-7
/proc/9529/task/9538/stat : 9538 (java) S 9527 9527 8752 0 -1 1077944384 3628 0 0 0 72 11 0 0 20 0 28 0 418192650 29459820544 233139 33554432000 4194304 4196468 140735009880512 140267276196240 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9539] ppid=9527 vsize=28769356 memory=15252640887999028 CPUtime=0.21 cores=0-7
/proc/9529/task/9539/stat : 9539 (java) S 9527 9527 8752 0 -1 1077944384 10205 0 0 0 15 6 0 0 20 0 28 0 418192651 29459820544 233139 33554432000 4194304 4196468 140735009880512 140266514131696 140267330955906 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9540] ppid=9527 vsize=28769356 memory=4108 CPUtime=0 cores=0-7
/proc/9529/task/9540/stat : 9540 (java) S 9527 9527 8752 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 418192652 29459820544 233139 33554432000 4194304 4196468 140735009880512 140266513077984 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9541] ppid=9527 vsize=28769356 memory=1412 CPUtime=0 cores=0-7
/proc/9529/task/9541/stat : 9541 (java) S 9527 9527 8752 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 418192652 29459820544 233139 33554432000 4194304 4196468 140735009880512 140266512024832 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9542] ppid=9527 vsize=28769356 memory=3484 CPUtime=0 cores=0-7
/proc/9529/task/9542/stat : 9542 (java) S 9527 9527 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418192654 29459820544 233139 33554432000 4194304 4196468 140735009880512 140266510973392 140267330963355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9543] ppid=9527 vsize=28769356 memory=1456 CPUtime=2.25 cores=0-7
/proc/9529/task/9543/stat : 9543 (java) S 9527 9527 8752 0 -1 1077944384 11396 0 0 0 223 2 0 0 20 0 28 0 418192654 29459820544 233139 33554432000 4194304 4196468 140735009880512 140266509920496 140267330955906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 26 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9544] ppid=9527 vsize=28769356 memory=932572 CPUtime=2.31 cores=0-7
/proc/9529/task/9544/stat : 9544 (java) S 9527 9527 8752 0 -1 1077944384 11711 0 0 0 230 1 0 0 20 0 28 0 418192655 29459820544 233139 33554432000 4194304 4196468 140735009880512 140266508867952 140267330955906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9545] ppid=9527 vsize=28769356 memory=1628 CPUtime=2.56 cores=0-7
/proc/9529/task/9545/stat : 9545 (java) S 9527 9527 8752 0 -1 1077944384 8963 0 0 0 255 1 0 0 20 0 28 0 418192655 29459820544 233139 33554432000 4194304 4196468 140735009880512 140266507814896 140267330955906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 25 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9546] ppid=9527 vsize=28769356 memory=8317482817917895235 CPUtime=1.15 cores=0-7
/proc/9529/task/9546/stat : 9546 (java) S 9527 9527 8752 0 -1 1077944384 11048 0 0 0 113 2 0 0 20 0 28 0 418192655 29459820544 233139 33554432000 4194304 4196468 140735009880512 140266506762352 140267330955906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 22 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9547] ppid=9527 vsize=28769356 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/9529/task/9547/stat : 9547 (java) S 9527 9527 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418192655 29459820544 233139 33554432000 4194304 4196468 140735009880512 140266505710560 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9548] ppid=9527 vsize=28769356 memory=926944 CPUtime=0.04 cores=0-7
/proc/9529/task/9548/stat : 9548 (java) S 9527 9527 8752 0 -1 1077944384 1453 0 0 0 0 4 0 0 20 0 28 0 418192655 29459820544 233139 33554432000 4194304 4196468 140735009880512 140266504658096 140267330955906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 25 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9676] ppid=9527 vsize=28769356 memory=5788084657889935380 CPUtime=69.46 cores=0-7
/proc/9529/task/9676/stat : 9676 (java) R 9527 9527 8752 0 -1 4202560 3486 0 0 0 6945 1 0 0 20 0 28 0 418199351 29459820544 233139 33554432000 4194304 4196468 140735009880512 140266484928184 140266945102240 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9677] ppid=9527 vsize=28769356 memory=-7090491818017857248 CPUtime=69.49 cores=0-7
/proc/9529/task/9677/stat : 9677 (java) R 9527 9527 8752 0 -1 4202560 3745 0 0 0 6947 2 0 0 20 0 28 0 418199351 29459820544 233139 33554432000 4194304 4196468 140735009880512 140266487036864 140266944359686 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9678] ppid=9527 vsize=28769356 memory=0 CPUtime=68.87 cores=0-7
/proc/9529/task/9678/stat : 9678 (java) R 9527 9527 8752 0 -1 4202560 16083 0 0 0 6880 7 0 0 20 0 28 0 418199351 29459820544 233139 33554432000 4194304 4196468 140735009880512 140266489139256 140266947447341 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9679] ppid=9527 vsize=28769356 memory=-7260558791641188086 CPUtime=69.34 cores=0-7
/proc/9529/task/9679/stat : 9679 (java) R 9527 9527 8752 0 -1 4202560 28551 0 0 0 6924 10 0 0 20 0 28 0 418199351 29459820544 233139 33554432000 4194304 4196468 140735009880512 140266485981864 140266943552704 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9680] ppid=9527 vsize=28769356 memory=917640 CPUtime=69.44 cores=0-7
/proc/9529/task/9680/stat : 9680 (java) R 9527 9527 8752 0 -1 4202560 13513 0 0 0 6941 3 0 0 20 0 28 0 418199351 29459820544 233139 33554432000 4194304 4196468 140735009880512 140266495446664 140266938930948 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9681] ppid=9527 vsize=28769356 memory=288230617509003574 CPUtime=69.08 cores=0-7
/proc/9529/task/9681/stat : 9681 (java) R 9527 9527 8752 0 -1 4202560 12662 0 0 0 6904 4 0 0 20 0 28 0 418199351 29459820544 233139 33554432000 4194304 4196468 140735009880512 140266490191672 140266945071098 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9682] ppid=9527 vsize=28769356 memory=1456 CPUtime=69.18 cores=0-7
/proc/9529/task/9682/stat : 9682 (java) R 9527 9527 8752 0 -1 4202560 8452 0 0 0 6916 2 0 0 20 0 28 0 418199351 29459820544 233139 33554432000 4194304 4196468 140735009880512 140266492297376 140266943636620 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9683] ppid=9527 vsize=28769356 memory=920644 CPUtime=69.39 cores=0-7
/proc/9529/task/9683/stat : 9683 (java) R 9527 9527 8752 0 -1 4202560 19364 0 0 0 6928 11 0 0 20 0 28 0 418199351 29459820544 233139 33554432000 4194304 4196468 140735009880512 140266491245112 140266945100062 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
Current children cumulated CPU time: 1084.14 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 934012 KiB

[startup+137.601 s]
/proc/loadavg: 7.87 7.43 6.99 9/220 9686
/proc/meminfo: memFree=30543388/32770624 swapFree=66982056/67108860
[pid=9527] ppid=9524 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9527/stat : 9527 (xcsp3-exec) S 9524 9527 8752 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418192648 115843072 364 33554432000 4194304 5098028 140722141321552 140722141319656 140589864379004 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26165248 140722141328246 140722141328489 140722141328489 140722141331402 0
/proc/9527/statm: 28282 364 305 221 0 87 0
[pid=9529] ppid=9527 vsize=28769356 memory=934092 CPUtime=1087.29 cores=0-7
/proc/9529/stat : 9529 (java) S 9527 9527 8752 0 -1 1077944320 239711 0 0 0 108544 185 0 0 20 0 28 0 418192649 29459820544 233523 33554432000 4194304 4196468 140735009880512 140735009863056 140267330944759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
/proc/9529/statm: 7192339 233523 3538 1 0 7153441 0
[pid=9529/tid=9530] ppid=9527 vsize=28769356 memory=780 CPUtime=0.77 cores=0-7
/proc/9529/task/9530/stat : 9530 (java) S 9527 9527 8752 0 -1 1077944384 9570 0 0 0 72 5 0 0 20 0 28 0 418192649 29459820544 233523 33554432000 4194304 4196468 140735009880512 140267335185536 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9531] ppid=9527 vsize=28769356 memory=8112282956445269571 CPUtime=0.87 cores=0-7
/proc/9529/task/9531/stat : 9531 (java) S 9527 9527 8752 0 -1 1077944384 2957 0 0 0 75 12 0 0 20 0 28 0 418192650 29459820544 233523 33554432000 4194304 4196468 140735009880512 140267283565584 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9532] ppid=9527 vsize=28769356 memory=7292 CPUtime=0.88 cores=0-7
/proc/9529/task/9532/stat : 9532 (java) S 9527 9527 8752 0 -1 1077944384 4200 0 0 0 76 12 0 0 20 0 28 0 418192650 29459820544 233523 33554432000 4194304 4196468 140735009880512 140267282513040 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9533] ppid=9527 vsize=28769356 memory=512 CPUtime=0.88 cores=0-7
/proc/9529/task/9533/stat : 9533 (java) S 9527 9527 8752 0 -1 1077944384 3705 0 0 0 76 12 0 0 20 0 28 0 418192650 29459820544 233523 33554432000 4194304 4196468 140735009880512 140267281459984 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9534] ppid=9527 vsize=28769356 memory=1564 CPUtime=0.9 cores=0-7
/proc/9529/task/9534/stat : 9534 (java) S 9527 9527 8752 0 -1 1077944384 4108 0 0 0 79 11 0 0 20 0 28 0 418192650 29459820544 233523 33554432000 4194304 4196468 140735009880512 140267280407440 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9535] ppid=9527 vsize=28769356 memory=14008 CPUtime=0.91 cores=0-7
/proc/9529/task/9535/stat : 9535 (java) S 9527 9527 8752 0 -1 1077944384 4394 0 0 0 79 12 0 0 20 0 28 0 418192650 29459820544 233523 33554432000 4194304 4196468 140735009880512 140267279354384 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9536] ppid=9527 vsize=28769356 memory=2120 CPUtime=0.88 cores=0-7
/proc/9529/task/9536/stat : 9536 (java) S 9527 9527 8752 0 -1 1077944384 5022 0 0 0 75 13 0 0 20 0 28 0 418192650 29459820544 233523 33554432000 4194304 4196468 140735009880512 140267278301840 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9537] ppid=9527 vsize=28769356 memory=11976 CPUtime=0.88 cores=0-7
/proc/9529/task/9537/stat : 9537 (java) S 9527 9527 8752 0 -1 1077944384 4395 0 0 0 76 12 0 0 20 0 28 0 418192650 29459820544 233523 33554432000 4194304 4196468 140735009880512 140267277248784 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9538] ppid=9527 vsize=28769356 memory=7292 CPUtime=0.83 cores=0-7
/proc/9529/task/9538/stat : 9538 (java) S 9527 9527 8752 0 -1 1077944384 3678 0 0 0 72 11 0 0 20 0 28 0 418192650 29459820544 233523 33554432000 4194304 4196468 140735009880512 140267276196240 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9539] ppid=9527 vsize=28769356 memory=512 CPUtime=0.21 cores=0-7
/proc/9529/task/9539/stat : 9539 (java) S 9527 9527 8752 0 -1 1077944384 10489 0 0 0 15 6 0 0 20 0 28 0 418192651 29459820544 233523 33554432000 4194304 4196468 140735009880512 140266514131696 140267330955906 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9540] ppid=9527 vsize=28769356 memory=932572 CPUtime=0 cores=0-7
/proc/9529/task/9540/stat : 9540 (java) S 9527 9527 8752 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 418192652 29459820544 233523 33554432000 4194304 4196468 140735009880512 140266513077984 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9541] ppid=9527 vsize=28769356 memory=926432 CPUtime=0 cores=0-7
/proc/9529/task/9541/stat : 9541 (java) S 9527 9527 8752 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 418192652 29459820544 233523 33554432000 4194304 4196468 140735009880512 140266512024832 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9542] ppid=9527 vsize=28769356 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/9529/task/9542/stat : 9542 (java) S 9527 9527 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418192654 29459820544 233523 33554432000 4194304 4196468 140735009880512 140266510973392 140267330963355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9543] ppid=9527 vsize=28769356 memory=1328 CPUtime=2.25 cores=0-7
/proc/9529/task/9543/stat : 9543 (java) S 9527 9527 8752 0 -1 1077944384 11396 0 0 0 223 2 0 0 20 0 28 0 418192654 29459820544 233523 33554432000 4194304 4196468 140735009880512 140266509920496 140267330955906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 26 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9544] ppid=9527 vsize=28769356 memory=8112282956445269571 CPUtime=2.31 cores=0-7
/proc/9529/task/9544/stat : 9544 (java) S 9527 9527 8752 0 -1 1077944384 11711 0 0 0 230 1 0 0 20 0 28 0 418192655 29459820544 233523 33554432000 4194304 4196468 140735009880512 140266508867952 140267330955906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9545] ppid=9527 vsize=28769356 memory=4160 CPUtime=2.56 cores=0-7
/proc/9529/task/9545/stat : 9545 (java) S 9527 9527 8752 0 -1 1077944384 8963 0 0 0 255 1 0 0 20 0 28 0 418192655 29459820544 233523 33554432000 4194304 4196468 140735009880512 140266507814896 140267330955906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 25 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9546] ppid=9527 vsize=28769356 memory=1456 CPUtime=1.15 cores=0-7
/proc/9529/task/9546/stat : 9546 (java) S 9527 9527 8752 0 -1 1077944384 11048 0 0 0 113 2 0 0 20 0 28 0 418192655 29459820544 233523 33554432000 4194304 4196468 140735009880512 140266506762352 140267330955906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 22 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9547] ppid=9527 vsize=28769356 memory=932556 CPUtime=0 cores=0-7
/proc/9529/task/9547/stat : 9547 (java) S 9527 9527 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418192655 29459820544 233523 33554432000 4194304 4196468 140735009880512 140266505710560 140267330954965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9548] ppid=9527 vsize=28769356 memory=1164 CPUtime=0.04 cores=0-7
/proc/9529/task/9548/stat : 9548 (java) S 9527 9527 8752 0 -1 1077944384 1477 0 0 0 0 4 0 0 20 0 28 0 418192655 29459820544 233523 33554432000 4194304 4196468 140735009880512 140266504658096 140267330955906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 25 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9676] ppid=9527 vsize=28769356 memory=9580 CPUtime=69.85 cores=0-7
/proc/9529/task/9676/stat : 9676 (java) R 9527 9527 8752 0 -1 4202560 3505 0 0 0 6984 1 0 0 20 0 28 0 418199351 29459820544 233523 33554432000 4194304 4196468 140735009880512 140266484928184 140266943969180 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9677] ppid=9527 vsize=28769356 memory=14008 CPUtime=69.88 cores=0-7
/proc/9529/task/9677/stat : 9677 (java) R 9527 9527 8752 0 -1 4202560 3773 0 0 0 6986 2 0 0 20 0 28 0 418199351 29459820544 233523 33554432000 4194304 4196468 140735009880512 140266487034808 140266945071744 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9678] ppid=9527 vsize=28769356 memory=2120 CPUtime=69.26 cores=0-7
/proc/9529/task/9678/stat : 9678 (java) R 9527 9527 8752 0 -1 4202560 16109 0 0 0 6919 7 0 0 20 0 28 0 418199351 29459820544 233523 33554432000 4194304 4196468 140735009880512 140266489139024 140266948221907 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9679] ppid=9527 vsize=28769356 memory=3763099678110982192 CPUtime=69.73 cores=0-7
/proc/9529/task/9679/stat : 9679 (java) R 9527 9527 8752 0 -1 4202560 28923 0 0 0 6963 10 0 0 20 0 28 0 418199351 29459820544 233523 33554432000 4194304 4196468 140735009880512 140266485981728 140266943968925 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9680] ppid=9527 vsize=28769356 memory=55 CPUtime=69.83 cores=0-7
/proc/9529/task/9680/stat : 9680 (java) R 9527 9527 8752 0 -1 4202560 13524 0 0 0 6980 3 0 0 20 0 28 0 418199351 29459820544 233523 33554432000 4194304 4196468 140735009880512 140266495446528 140266938930939 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9681] ppid=9527 vsize=28769356 memory=7014751519616948073 CPUtime=69.47 cores=0-7
/proc/9529/task/9681/stat : 9681 (java) R 9527 9527 8752 0 -1 4202560 12745 0 0 0 6943 4 0 0 20 0 28 0 418199351 29459820544 233523 33554432000 4194304 4196468 140735009880512 140266490191624 140266938930968 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9682] ppid=9527 vsize=28769356 memory=7014751519616948073 CPUtime=69.57 cores=0-7
/proc/9529/task/9682/stat : 9682 (java) R 9527 9527 8752 0 -1 4202560 8586 0 0 0 6955 2 0 0 20 0 28 0 418199351 29459820544 233523 33554432000 4194304 4196468 140735009880512 140266492299840 140266944922694 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
[pid=9529/tid=9683] ppid=9527 vsize=28769356 memory=7014751519616948073 CPUtime=69.78 cores=0-7
/proc/9529/task/9683/stat : 9683 (java) R 9527 9527 8752 0 -1 4202560 19391 0 0 0 6967 11 0 0 20 0 28 0 418199351 29459820544 233523 33554432000 4194304 4196468 140735009880512 140266491245424 140266943567623 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 16773120 140735009883114 140735009883286 140735009883286 140735009886159 0
Current children cumulated CPU time: 1087.29 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 935548 KiB

Child status: 0
Real time (s): 137.663
CPU time (s): 1087.67
CPU user time (s): 1085.8
CPU system time (s): 1.87652
CPU usage (%): 790.1
Max. virtual memory (cumulated for all children) (KiB): 28882484
Max. memory (cumulated for all children) (KiB): 936072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1085.8
system time used= 1.87652
maximum resident set size= 935132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241526
page faults= 0
swaps= 0
block input operations= 0
block output operations= 360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20877
involuntary context switches= 14215


# summary of solver processes directly reported to runsolver:
#   pid: 9527
#   total CPU time (s): 1087.67
#   total CPU user time (s): 1085.8
#   total CPU system time (s): 1.87652

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.43366 second user time and 1.37419 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-14 02:00:58
IDJOB=4393920
IDBENCH=116014
IDSOLVER=2841
FILE ID=node121/4393920-1568419300
RUNJOBID= node121-1568416726-8779
PBS_JOBID= 21702260
Free space on /tmp= 61412 MiB

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

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

MD5SUM BENCH= ebe39bf25244fda615bb1bf8fe88192a
RANDOM SEED=666990590

node121.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31461816 kB
MemAvailable:   31911344 kB
Buffers:          170888 kB
Cached:           574528 kB
SwapCached:        18596 kB
Active:           385420 kB
Inactive:         383348 kB
Active(anon):       9720 kB
Inactive(anon):    44364 kB
Active(file):     375700 kB
Inactive(file):   338984 kB
Unevictable:      109496 kB
Mlocked:          109496 kB
SwapTotal:      67108860 kB
SwapFree:       66982040 kB
Dirty:             26092 kB
Writeback:             0 kB
AnonPages:        113340 kB
Mapped:            35252 kB
Shmem:             22468 kB
Slab:             129896 kB
SReclaimable:     101360 kB
SUnreclaim:        28536 kB
KernelStack:        3360 kB
PageTables:         5624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61388 MiB
End job on node121 at 2019-09-14 02:03:16