Trace number 4393806

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 parallelOPT1070 53.2543 7.44048

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-07.xml
MD5SUMc416c7749524dd4f925e3cf47c007fb7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1070
Best CPU time to get the best result obtained on this benchmark24.8218
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393806-1568433811.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393806-1568433811.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
0.71/0.47	c solve instance...
0.71/0.51	o 0 
0.71/0.51	o 217 
1.05/0.52	o 244 
1.05/0.52	o 285 
1.05/0.53	o 333 
1.05/0.54	o 373 
1.05/0.54	o 400 
1.05/0.54	o 411 
1.05/0.55	o 677 
1.05/0.58	o 713 
1.05/0.59	o 714 
1.05/0.60	o 755 
1.41/0.61	o 756 
1.41/0.62	o 811 
1.41/0.63	o 851 
1.41/0.63	o 862 
1.41/0.66	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (36/38)
1.41/0.66		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1.41/0.66		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1.41/0.66		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1.41/0.66		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1.41/0.66		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1.41/0.66	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (36/38)
1.41/0.66		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
1.41/0.66		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
1.41/0.66		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
1.41/0.66		at org.chocosolver.solver.Solver.repair(Solver.java:443)
1.41/0.66		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
1.41/0.66		at org.chocosolver.solver.Solver.solve(Solver.java:262)
1.41/0.66		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
1.41/0.66		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1.41/0.66		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1.41/0.66		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1.41/0.66		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1.41/0.66		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1.41/0.66		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1.41/0.66		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1.41/0.66		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1.41/0.66		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1.41/0.66	o 873 
1.41/0.68	o 877 
1.41/0.68	o 880 
1.41/0.69	o 885 
1.41/0.70	o 886 
2.01/0.73	o 901 
2.01/0.76	o 907 
2.01/0.79	o 922 
2.01/0.79	o 925 
2.01/0.80	o 929 
2.70/0.81	o 934 
2.70/0.81	o 961 
2.70/0.82	o 963 
2.70/0.84	o 975 
2.70/0.85	o 985 
2.70/0.86	o 987 
2.70/0.88	o 996 
3.42/0.90	o 1020 
3.42/0.97	o 1027 
3.42/0.98	o 1038 
4.25/1.02	o 1044 
4.25/1.04	o 1045 
4.25/1.08	o 1064 
5.00/1.19	o 1069 
7.31/1.48	o 1070 
53.08/7.42	s OPTIMUM FOUND
53.08/7.42	v <instantiation>
53.08/7.42	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] </list>
53.08/7.42	v 	<values>0 1 0 0 0 1 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 0 1 0 1 0 1 0 1 1 1 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 </values>
53.08/7.42	v </instantiation>

Verifier Data

OK	1070

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

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


[startup+0.100177 s]*
/proc/loadavg: 7.47 5.74 4.11 3/212 25029
/proc/meminfo: memFree=30909784/32770624 swapFree=66947792/67108860
[pid=25008] ppid=25005 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/25008/stat : 25008 (xcsp3-exec) S 25005 25008 15751 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419323061 115843072 364 33554432000 4194304 5098028 140721473557984 140721473556088 140224751243900 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13709312 140721473561461 140721473561705 140721473561705 140721473564618 0
/proc/25008/statm: 28282 364 305 221 0 87 0
[pid=25010] ppid=25008 vsize=28227388 memory=30216 CPUtime=0.12 cores=0-7
/proc/25010/stat : 25010 (java) S 25008 25008 15751 0 -1 1077944320 5519 0 0 0 11 1 0 0 20 0 20 0 419323061 28904845312 7554 33554432000 4194304 4196468 140730863742176 140730863724720 140551030935287 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
/proc/25010/statm: 7056847 7554 3120 1 0 7019032 0
[pid=25010/tid=25011] ppid=25008 vsize=28227388 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/25010/task/25011/stat : 25011 (java) R 25008 25008 15751 0 -1 4202560 3431 0 0 0 8 0 0 0 20 0 20 0 419323061 28904845312 7554 33554432000 4194304 4196468 140730863742176 140551035168560 140551030958877 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25012] ppid=25008 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/25010/task/25012/stat : 25012 (java) S 25008 25008 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419323062 28904845312 7554 33554432000 4194304 4196468 140730863742176 140550994041744 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25013] ppid=25008 vsize=28227388 memory=140144139437696 CPUtime=0 cores=0-7
/proc/25010/task/25013/stat : 25013 (java) S 25008 25008 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419323062 28904845312 7554 33554432000 4194304 4196468 140730863742176 140550581639952 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25014] ppid=25008 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25014/stat : 25014 (java) S 25008 25008 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419323062 28904845312 7554 33554432000 4194304 4196468 140730863742176 140550580587664 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25015] ppid=25008 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25015/stat : 25015 (java) S 25008 25008 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419323062 28904845312 7554 33554432000 4194304 4196468 140730863742176 140550579534864 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25016] ppid=25008 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25016/stat : 25016 (java) S 25008 25008 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419323062 28904845312 7554 33554432000 4194304 4196468 140730863742176 140550578481552 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25017] ppid=25008 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/25010/task/25017/stat : 25017 (java) S 25008 25008 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419323062 28904845312 7554 33554432000 4194304 4196468 140730863742176 140550577428752 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25018] ppid=25008 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25018/stat : 25018 (java) S 25008 25008 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419323062 28904845312 7554 33554432000 4194304 4196468 140730863742176 140550576376464 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25019] ppid=25008 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25019/stat : 25019 (java) S 25008 25008 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419323062 28904845312 7554 33554432000 4194304 4196468 140730863742176 140550575323664 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25020] ppid=25008 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25020/stat : 25020 (java) S 25008 25008 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419323064 28904845312 7554 33554432000 4194304 4196468 140730863742176 140550281550448 140551030946434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25021] ppid=25008 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25021/stat : 25021 (java) S 25008 25008 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419323064 28904845312 7554 33554432000 4194304 4196468 140730863742176 140550280496416 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25022] ppid=25008 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25022/stat : 25022 (java) S 25008 25008 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419323064 28904845312 7554 33554432000 4194304 4196468 140730863742176 140550279444080 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25023] ppid=25008 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25023/stat : 25023 (java) S 25008 25008 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419323067 28904845312 7554 33554432000 4194304 4196468 140730863742176 140550278392400 140551030953883 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25024] ppid=25008 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25024/stat : 25024 (java) S 25008 25008 15751 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 20 0 419323067 28904845312 7554 33554432000 4194304 4196468 140730863742176 140550277339248 140551030946434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25025] ppid=25008 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25025/stat : 25025 (java) R 25008 25008 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419323067 28904845312 7554 33554432000 4194304 4196468 140730863742176 140550276286448 140551030946434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25026] ppid=25008 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25026/stat : 25026 (java) S 25008 25008 15751 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 419323067 28904845312 7554 33554432000 4194304 4196468 140730863742176 140550275234160 140551030946434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25027] ppid=25008 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/25010/task/25027/stat : 25027 (java) R 25008 25008 15751 0 -1 4202560 357 0 0 0 2 0 0 0 20 0 20 0 419323067 28904845312 7554 33554432000 4194304 4196468 140730863742176 140550274181360 140551030956634 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25028] ppid=25008 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25028/stat : 25028 (java) S 25008 25008 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419323067 28904845312 7554 33554432000 4194304 4196468 140730863742176 140550273129312 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25029] ppid=25008 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/25010/task/25029/stat : 25029 (java) S 25008 25008 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419323067 28904845312 7554 33554432000 4194304 4196468 140730863742176 140550272076592 140551030946434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31672 KiB

[startup+0.21145 s]*
/proc/loadavg: 7.47 5.74 4.11 2/212 25029
/proc/meminfo: memFree=30899112/32770624 swapFree=66947792/67108860
[pid=25008] ppid=25005 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/25008/stat : 25008 (xcsp3-exec) S 25005 25008 15751 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419323061 115843072 364 33554432000 4194304 5098028 140721473557984 140721473556088 140224751243900 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13709312 140721473561461 140721473561705 140721473561705 140721473564618 0
/proc/25008/statm: 28282 364 305 221 0 87 0
[pid=25010] ppid=25008 vsize=28227388 memory=40332 CPUtime=0.34 cores=0-7
/proc/25010/stat : 25010 (java) S 25008 25008 15751 0 -1 1077944320 8910 0 0 0 31 3 0 0 20 0 20 0 419323061 28904845312 10083 33554432000 4194304 4196468 140730863742176 140730863724720 140551030935287 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
/proc/25010/statm: 7056847 10083 3223 1 0 7019032 0
[pid=25010/tid=25011] ppid=25008 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/25010/task/25011/stat : 25011 (java) R 25008 25008 15751 0 -1 4202560 6197 0 0 0 18 2 0 0 20 0 20 0 419323061 28904845312 10083 33554432000 4194304 4196468 140730863742176 140551035169328 140551030947222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25012] ppid=25008 vsize=28227388 memory=328 CPUtime=0 cores=0-7
/proc/25010/task/25012/stat : 25012 (java) S 25008 25008 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419323062 28904845312 10083 33554432000 4194304 4196468 140730863742176 140550994041744 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25013] ppid=25008 vsize=28227388 memory=140144142403581 CPUtime=0 cores=0-7
/proc/25010/task/25013/stat : 25013 (java) S 25008 25008 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419323062 28904845312 10083 33554432000 4194304 4196468 140730863742176 140550581639952 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25014] ppid=25008 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/25010/task/25014/stat : 25014 (java) S 25008 25008 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419323062 28904845312 10083 33554432000 4194304 4196468 140730863742176 140550580587664 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25015] ppid=25008 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25015/stat : 25015 (java) S 25008 25008 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419323062 28904845312 10083 33554432000 4194304 4196468 140730863742176 140550579534864 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25016] ppid=25008 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25016/stat : 25016 (java) S 25008 25008 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419323062 28904845312 10083 33554432000 4194304 4196468 140730863742176 140550578481552 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25017] ppid=25008 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/25010/task/25017/stat : 25017 (java) S 25008 25008 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419323062 28904845312 10083 33554432000 4194304 4196468 140730863742176 140550577428752 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25018] ppid=25008 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25018/stat : 25018 (java) S 25008 25008 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419323062 28904845312 10083 33554432000 4194304 4196468 140730863742176 140550576376464 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25019] ppid=25008 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25019/stat : 25019 (java) S 25008 25008 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419323062 28904845312 10083 33554432000 4194304 4196468 140730863742176 140550575323664 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25020] ppid=25008 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25020/stat : 25020 (java) S 25008 25008 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419323064 28904845312 10083 33554432000 4194304 4196468 140730863742176 140550281550448 140551030946434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25021] ppid=25008 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25021/stat : 25021 (java) S 25008 25008 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419323064 28904845312 10083 33554432000 4194304 4196468 140730863742176 140550280496416 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25022] ppid=25008 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25022/stat : 25022 (java) S 25008 25008 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419323064 28904845312 10083 33554432000 4194304 4196468 140730863742176 140550279444080 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25023] ppid=25008 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25023/stat : 25023 (java) S 25008 25008 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419323067 28904845312 10083 33554432000 4194304 4196468 140730863742176 140550278392400 140551030953883 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25024] ppid=25008 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/25010/task/25024/stat : 25024 (java) S 25008 25008 15751 0 -1 1077944384 330 0 0 0 1 0 0 0 20 0 20 0 419323067 28904845312 10083 33554432000 4194304 4196468 140730863742176 140550277339248 140551030946434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25025] ppid=25008 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/25010/task/25025/stat : 25025 (java) S 25008 25008 15751 0 -1 1077944384 170 0 0 0 2 0 0 0 20 0 20 0 419323067 28904845312 10083 33554432000 4194304 4196468 140730863742176 140550276286448 140551030946434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25026] ppid=25008 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/25010/task/25026/stat : 25026 (java) S 25008 25008 15751 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 20 0 419323067 28904845312 10083 33554432000 4194304 4196468 140730863742176 140550275234160 140551030946434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25027] ppid=25008 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/25010/task/25027/stat : 25027 (java) R 25008 25008 15751 0 -1 4202560 772 0 0 0 8 0 0 0 20 0 20 0 419323067 28904845312 10083 33554432000 4194304 4196468 140730863742176 140550274181360 140551009591500 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25028] ppid=25008 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25028/stat : 25028 (java) S 25008 25008 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419323067 28904845312 10083 33554432000 4194304 4196468 140730863742176 140550273129312 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25029] ppid=25008 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/25010/task/25029/stat : 25029 (java) S 25008 25008 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419323067 28904845312 10083 33554432000 4194304 4196468 140730863742176 140550272076592 140551030946434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 41788 KiB

[startup+0.31221 s]*
/proc/loadavg: 7.47 5.74 4.11 4/212 25029
/proc/meminfo: memFree=30891964/32770624 swapFree=66947792/67108860
[pid=25008] ppid=25005 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/25008/stat : 25008 (xcsp3-exec) S 25005 25008 15751 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419323061 115843072 364 33554432000 4194304 5098028 140721473557984 140721473556088 140224751243900 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13709312 140721473561461 140721473561705 140721473561705 140721473564618 0
/proc/25008/statm: 28282 364 305 221 0 87 0
[pid=25010] ppid=25008 vsize=28231644 memory=49584 CPUtime=0.53 cores=0-7
/proc/25010/stat : 25010 (java) S 25008 25008 15751 0 -1 1077944320 10270 0 0 0 48 5 0 0 20 0 20 0 419323061 28909203456 12396 33554432000 4194304 4196468 140730863742176 140730863724720 140551030935287 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
/proc/25010/statm: 7057911 12396 3342 1 0 7019032 0
[pid=25010/tid=25011] ppid=25008 vsize=28231644 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/25010/task/25011/stat : 25011 (java) R 25008 25008 15751 0 -1 4202560 7289 0 0 0 27 3 0 0 20 0 20 0 419323061 28909203456 12396 33554432000 4194304 4196468 140730863742176 140551035167616 140551015015774 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25012] ppid=25008 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25012/stat : 25012 (java) S 25008 25008 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419323062 28909203456 12396 33554432000 4194304 4196468 140730863742176 140550994041744 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25013] ppid=25008 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25013/stat : 25013 (java) S 25008 25008 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419323062 28909203456 12396 33554432000 4194304 4196468 140730863742176 140550581639952 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25014] ppid=25008 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25014/stat : 25014 (java) S 25008 25008 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419323062 28909203456 12396 33554432000 4194304 4196468 140730863742176 140550580587664 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25015] ppid=25008 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25015/stat : 25015 (java) S 25008 25008 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419323062 28909203456 12396 33554432000 4194304 4196468 140730863742176 140550579534864 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25016] ppid=25008 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25016/stat : 25016 (java) S 25008 25008 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419323062 28909203456 12396 33554432000 4194304 4196468 140730863742176 140550578481552 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25017] ppid=25008 vsize=28231644 memory=140143977654959 CPUtime=0 cores=0-7
/proc/25010/task/25017/stat : 25017 (java) S 25008 25008 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419323062 28909203456 12396 33554432000 4194304 4196468 140730863742176 140550577428752 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25018] ppid=25008 vsize=28231644 memory=140143977657264 CPUtime=0 cores=0-7
/proc/25010/task/25018/stat : 25018 (java) S 25008 25008 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419323062 28909203456 12396 33554432000 4194304 4196468 140730863742176 140550576376464 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25019] ppid=25008 vsize=28231644 memory=140143977659568 CPUtime=0 cores=0-7
/proc/25010/task/25019/stat : 25019 (java) S 25008 25008 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419323062 28909203456 12396 33554432000 4194304 4196468 140730863742176 140550575323664 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25020] ppid=25008 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25020/stat : 25020 (java) S 25008 25008 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419323064 28909203456 12396 33554432000 4194304 4196468 140730863742176 140550281550448 140551030946434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25021] ppid=25008 vsize=28231644 memory=280287955333008 CPUtime=0 cores=0-7
/proc/25010/task/25021/stat : 25021 (java) S 25008 25008 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419323064 28909203456 12396 33554432000 4194304 4196468 140730863742176 140550280496416 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25022] ppid=25008 vsize=28231644 memory=280287955330704 CPUtime=0 cores=0-7
/proc/25010/task/25022/stat : 25022 (java) S 25008 25008 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419323064 28909203456 12396 33554432000 4194304 4196468 140730863742176 140550279444080 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25023] ppid=25008 vsize=28231644 memory=280287955337616 CPUtime=0 cores=0-7
/proc/25010/task/25023/stat : 25023 (java) S 25008 25008 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419323067 28909203456 12396 33554432000 4194304 4196468 140730863742176 140550278392400 140551030953883 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25024] ppid=25008 vsize=28231644 memory=280287955278896 CPUtime=0.03 cores=0-7
/proc/25010/task/25024/stat : 25024 (java) R 25008 25008 15751 0 -1 4202560 444 0 0 0 3 0 0 0 20 0 20 0 419323067 28909203456 12396 33554432000 4194304 4196468 140730863742176 140550277339248 140551012457764 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25025] ppid=25008 vsize=28231644 memory=280287955351440 CPUtime=0.03 cores=0-7
/proc/25010/task/25025/stat : 25025 (java) S 25008 25008 15751 0 -1 1077944384 183 0 0 0 3 0 0 0 20 0 20 0 419323067 28909203456 12396 33554432000 4194304 4196468 140730863742176 140550276286448 140551030946434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25026] ppid=25008 vsize=28231644 memory=280287955358352 CPUtime=0.01 cores=0-7
/proc/25010/task/25026/stat : 25026 (java) S 25008 25008 15751 0 -1 1077944384 144 0 0 0 1 0 0 0 20 0 20 0 419323067 28909203456 12396 33554432000 4194304 4196468 140730863742176 140550275234160 140551030946434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25027] ppid=25008 vsize=28231644 memory=280287955356048 CPUtime=0.12 cores=0-7
/proc/25010/task/25027/stat : 25027 (java) S 25008 25008 15751 0 -1 1077944384 898 0 0 0 12 0 0 0 20 0 20 0 419323067 28909203456 12396 33554432000 4194304 4196468 140730863742176 140550274181360 140551030946434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25028] ppid=25008 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25028/stat : 25028 (java) S 25008 25008 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419323067 28909203456 12396 33554432000 4194304 4196468 140730863742176 140550273129312 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25029] ppid=25008 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/25010/task/25029/stat : 25029 (java) S 25008 25008 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419323067 28909203456 12396 33554432000 4194304 4196468 140730863742176 140550272076592 140551030946434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51040 KiB

[startup+0.700969 s]
/proc/loadavg: 7.47 5.74 4.11 5/220 25037
/proc/meminfo: memFree=30858448/32770624 swapFree=66947792/67108860
[pid=25008] ppid=25005 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/25008/stat : 25008 (xcsp3-exec) S 25005 25008 15751 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419323061 115843072 364 33554432000 4194304 5098028 140721473557984 140721473556088 140224751243900 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13709312 140721473561461 140721473561705 140721473561705 140721473564618 0
/proc/25008/statm: 28282 364 305 221 0 87 0
[pid=25010] ppid=25008 vsize=28832844 memory=193940 CPUtime=2.01 cores=0-7
/proc/25010/stat : 25010 (java) S 25008 25008 15751 0 -1 1077944320 18588 0 0 0 190 11 0 0 20 0 25 0 419323061 29524832256 48485 33554432000 4194304 4196468 140730863742176 140730863724720 140551030935287 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
/proc/25010/statm: 7208211 48485 3465 1 0 7169313 0
[pid=25010/tid=25011] ppid=25008 vsize=28832844 memory=0 CPUtime=0.48 cores=0-7
/proc/25010/task/25011/stat : 25011 (java) S 25008 25008 15751 0 -1 1077944384 8703 0 0 0 44 4 0 0 20 0 25 0 419323061 29524832256 48485 33554432000 4194304 4196468 140730863742176 140551035176064 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25012] ppid=25008 vsize=28832844 memory=140143977866096 CPUtime=0 cores=0-7
/proc/25010/task/25012/stat : 25012 (java) R 25008 25008 15751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 25 0 419323062 29524832256 48485 33554432000 4194304 4196468 140730863742176 140550994041744 140551024031881 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25013] ppid=25008 vsize=28832844 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25013/stat : 25013 (java) S 25008 25008 15751 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 25 0 419323062 29524832256 48485 33554432000 4194304 4196468 140730863742176 140550581639952 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25014] ppid=25008 vsize=28832844 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25014/stat : 25014 (java) S 25008 25008 15751 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 25 0 419323062 29524832256 48485 33554432000 4194304 4196468 140730863742176 140550580587664 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0

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

[pid=25010/tid=25027] ppid=25008 vsize=28834892 memory=4136 CPUtime=0.77 cores=0-7
/proc/25010/task/25027/stat : 25027 (java) S 25008 25008 15751 0 -1 1077944384 5041 0 0 0 75 2 0 0 20 0 28 0 419323067 29526929408 292774 33554432000 4194304 4196468 140730863742176 140550274181360 140551030946434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25028] ppid=25008 vsize=28834892 memory=780 CPUtime=0 cores=0-7
/proc/25010/task/25028/stat : 25028 (java) S 25008 25008 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419323067 29526929408 292774 33554432000 4194304 4196468 140730863742176 140550273129312 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25029] ppid=25008 vsize=28834892 memory=2832 CPUtime=0 cores=0-7
/proc/25010/task/25029/stat : 25029 (java) S 25008 25008 15751 0 -1 1077944384 613 0 0 0 0 0 0 0 20 0 28 0 419323067 29526929408 292774 33554432000 4194304 4196468 140730863742176 140550272076592 140551030946434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25357] ppid=25008 vsize=28834892 memory=1720 CPUtime=3.93 cores=0-7
/proc/25010/task/25357/stat : 25357 (java) R 25008 25008 15751 0 -1 4202560 351 0 0 0 391 2 0 0 20 0 28 0 419323209 29526929408 292774 33554432000 4194304 4196468 140730863742176 140550256552800 140550672725505 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25358] ppid=25008 vsize=28834892 memory=6791534058613427641 CPUtime=3.83 cores=0-7
/proc/25010/task/25358/stat : 25358 (java) R 25008 25008 15751 0 -1 4202560 90 0 0 0 381 2 0 0 20 0 28 0 419323210 29526929408 292774 33554432000 4194304 4196468 140730863742176 140550260765088 140550672725189 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25359] ppid=25008 vsize=28834892 memory=5861543111228354411 CPUtime=4.57 cores=0-7
/proc/25010/task/25359/stat : 25359 (java) R 25008 25008 15751 0 -1 4202560 852 0 0 0 451 6 0 0 20 0 28 0 419323210 29526929408 292774 33554432000 4194304 4196468 140730863742176 140550187503648 140550673621043 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25360] ppid=25008 vsize=28834892 memory=7449920685690082924 CPUtime=4.19 cores=0-7
/proc/25010/task/25360/stat : 25360 (java) R 25008 25008 15751 0 -1 4202560 333 0 0 0 417 2 0 0 20 0 28 0 419323210 29526929408 292774 33554432000 4194304 4196468 140730863742176 140550262869568 140550672725537 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25361] ppid=25008 vsize=28834892 memory=7661001620798596975 CPUtime=4.03 cores=0-7
/proc/25010/task/25361/stat : 25361 (java) R 25008 25008 15751 0 -1 4202560 553 0 0 0 399 4 0 0 20 0 28 0 419323210 29526929408 292774 33554432000 4194304 4196468 140730863742176 140550186454560 140550672939049 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25362] ppid=25008 vsize=28834892 memory=7162531440177276259 CPUtime=4.14 cores=0-7
/proc/25010/task/25362/stat : 25362 (java) R 25008 25008 15751 0 -1 4202560 278 0 0 0 410 4 0 0 20 0 28 0 419323210 29526929408 292774 33554432000 4194304 4196468 140730863742176 140550261817640 140550673793960 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25363] ppid=25008 vsize=28834892 memory=7162531440177276259 CPUtime=4 cores=0-7
/proc/25010/task/25363/stat : 25363 (java) R 25008 25008 15751 0 -1 4202560 75 0 0 0 398 2 0 0 20 0 28 0 419323210 29526929408 292774 33554432000 4194304 4196468 140730863742176 140550257606336 140550673089417 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25364] ppid=25008 vsize=28834892 memory=7300986252165472848 CPUtime=3.94 cores=0-7
/proc/25010/task/25364/stat : 25364 (java) R 25008 25008 15751 0 -1 4202560 613 0 0 0 388 6 0 0 20 0 28 0 419323211 29526929408 292774 33554432000 4194304 4196468 140730863742176 140550258659392 140550671538572 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
Current children cumulated CPU time: 45.31 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 1172552 KiB

[startup+7.20119 s]
/proc/loadavg: 7.27 5.73 4.12 9/220 25364
/proc/meminfo: memFree=29767764/32770624 swapFree=66947792/67108860
[pid=25008] ppid=25005 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/25008/stat : 25008 (xcsp3-exec) S 25005 25008 15751 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419323061 115843072 364 33554432000 4194304 5098028 140721473557984 140721473556088 140224751243900 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13709312 140721473561461 140721473561705 140721473561705 140721473564618 0
/proc/25008/statm: 28282 364 305 221 0 87 0
[pid=25010] ppid=25008 vsize=28834892 memory=1171168 CPUtime=51.53 cores=0-7
/proc/25010/stat : 25010 (java) S 25008 25008 15751 0 -1 1077944320 45941 0 0 0 5082 71 0 0 20 0 28 0 419323061 29526929408 292792 33554432000 4194304 4196468 140730863742176 140730863724720 140551030935287 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
/proc/25010/statm: 7208723 292792 3523 1 0 7169825 0
[pid=25010/tid=25011] ppid=25008 vsize=28834892 memory=6791534058613427641 CPUtime=0.49 cores=0-7
/proc/25010/task/25011/stat : 25011 (java) S 25008 25008 15751 0 -1 1077944384 8703 0 0 0 45 4 0 0 20 0 28 0 419323061 29526929408 292792 33554432000 4194304 4196468 140730863742176 140551035176064 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25012] ppid=25008 vsize=28834892 memory=804 CPUtime=0.07 cores=0-7
/proc/25010/task/25012/stat : 25012 (java) S 25008 25008 15751 0 -1 1077944384 135 0 0 0 5 2 0 0 20 0 28 0 419323062 29526929408 292792 33554432000 4194304 4196468 140730863742176 140550994041744 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25013] ppid=25008 vsize=28834892 memory=0 CPUtime=0.05 cores=0-7
/proc/25010/task/25013/stat : 25013 (java) S 25008 25008 15751 0 -1 1077944384 87 0 0 0 4 1 0 0 20 0 28 0 419323062 29526929408 292792 33554432000 4194304 4196468 140730863742176 140550581639952 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25014] ppid=25008 vsize=28834892 memory=280287955960000 CPUtime=0.07 cores=0-7
/proc/25010/task/25014/stat : 25014 (java) S 25008 25008 15751 0 -1 1077944384 122 0 0 0 4 3 0 0 20 0 28 0 419323062 29526929408 292792 33554432000 4194304 4196468 140730863742176 140550580587664 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25015] ppid=25008 vsize=28834892 memory=140143978317072 CPUtime=0.07 cores=0-7
/proc/25010/task/25015/stat : 25015 (java) S 25008 25008 15751 0 -1 1077944384 118 0 0 0 5 2 0 0 20 0 28 0 419323062 29526929408 292792 33554432000 4194304 4196468 140730863742176 140550579534864 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25016] ppid=25008 vsize=28834892 memory=0 CPUtime=0.07 cores=0-7
/proc/25010/task/25016/stat : 25016 (java) S 25008 25008 15751 0 -1 1077944384 121 0 0 0 5 2 0 0 20 0 28 0 419323062 29526929408 292792 33554432000 4194304 4196468 140730863742176 140550578481552 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25017] ppid=25008 vsize=28834892 memory=0 CPUtime=0.05 cores=0-7
/proc/25010/task/25017/stat : 25017 (java) S 25008 25008 15751 0 -1 1077944384 80 0 0 0 3 2 0 0 20 0 28 0 419323062 29526929408 292792 33554432000 4194304 4196468 140730863742176 140550577428752 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25018] ppid=25008 vsize=28834892 memory=6944656592455360604 CPUtime=0.07 cores=0-7
/proc/25010/task/25018/stat : 25018 (java) S 25008 25008 15751 0 -1 1077944384 126 0 0 0 5 2 0 0 20 0 28 0 419323062 29526929408 292792 33554432000 4194304 4196468 140730863742176 140550576376464 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25019] ppid=25008 vsize=28834892 memory=0 CPUtime=0.07 cores=0-7
/proc/25010/task/25019/stat : 25019 (java) S 25008 25008 15751 0 -1 1077944384 554 0 0 0 5 2 0 0 20 0 28 0 419323062 29526929408 292792 33554432000 4194304 4196468 140730863742176 140550575323664 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25020] ppid=25008 vsize=28834892 memory=0 CPUtime=0.01 cores=0-7
/proc/25010/task/25020/stat : 25020 (java) S 25008 25008 15751 0 -1 1077944384 1020 0 0 0 1 0 0 0 20 0 28 0 419323064 29526929408 292792 33554432000 4194304 4196468 140730863742176 140550281550448 140551030946434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25021] ppid=25008 vsize=28834892 memory=-6380006475353828994 CPUtime=0 cores=0-7
/proc/25010/task/25021/stat : 25021 (java) S 25008 25008 15751 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 419323064 29526929408 292792 33554432000 4194304 4196468 140730863742176 140550280496480 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25022] ppid=25008 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/25010/task/25022/stat : 25022 (java) S 25008 25008 15751 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 419323064 29526929408 292792 33554432000 4194304 4196468 140730863742176 140550279444096 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25023] ppid=25008 vsize=28834892 memory=2241 CPUtime=0 cores=0-7
/proc/25010/task/25023/stat : 25023 (java) S 25008 25008 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419323067 29526929408 292792 33554432000 4194304 4196468 140730863742176 140550278392400 140551030953883 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25024] ppid=25008 vsize=28834892 memory=2244 CPUtime=2.1 cores=0-7
/proc/25010/task/25024/stat : 25024 (java) S 25008 25008 15751 0 -1 1077944384 5787 0 0 0 209 1 0 0 20 0 28 0 419323067 29526929408 292792 33554432000 4194304 4196468 140730863742176 140550277339248 140551030946434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25025] ppid=25008 vsize=28834892 memory=6656426216303648864 CPUtime=2.29 cores=0-7
/proc/25010/task/25025/stat : 25025 (java) S 25008 25008 15751 0 -1 1077944384 6665 0 0 0 228 1 0 0 20 0 28 0 419323067 29526929408 292792 33554432000 4194304 4196468 140730863742176 140550276286448 140551030946434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25026] ppid=25008 vsize=28834892 memory=6944656592387989600 CPUtime=2.2 cores=0-7
/proc/25010/task/25026/stat : 25026 (java) S 25008 25008 15751 0 -1 1077944384 6277 0 0 0 218 2 0 0 20 0 28 0 419323067 29526929408 292792 33554432000 4194304 4196468 140730863742176 140550275234160 140551030946434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25027] ppid=25008 vsize=28834892 memory=6944656592455097440 CPUtime=0.78 cores=0-7
/proc/25010/task/25027/stat : 25027 (java) S 25008 25008 15751 0 -1 1077944384 5073 0 0 0 76 2 0 0 20 0 28 0 419323067 29526929408 292792 33554432000 4194304 4196468 140730863742176 140550274181360 140551030946434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25028] ppid=25008 vsize=28834892 memory=6933690287860520857 CPUtime=0 cores=0-7
/proc/25010/task/25028/stat : 25028 (java) S 25008 25008 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419323067 29526929408 292792 33554432000 4194304 4196468 140730863742176 140550273129312 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25029] ppid=25008 vsize=28834892 memory=-9001728533042062950 CPUtime=0 cores=0-7
/proc/25010/task/25029/stat : 25029 (java) S 25008 25008 15751 0 -1 1077944384 613 0 0 0 0 0 0 0 20 0 28 0 419323067 29526929408 292792 33554432000 4194304 4196468 140730863742176 140550272076592 140551030946434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25357] ppid=25008 vsize=28834892 memory=-7313218805096079717 CPUtime=4.68 cores=0-7
/proc/25010/task/25357/stat : 25357 (java) R 25008 25008 15751 0 -1 4202560 353 0 0 0 466 2 0 0 20 0 28 0 419323209 29526929408 292792 33554432000 4194304 4196468 140730863742176 140550256549488 140550673457605 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25358] ppid=25008 vsize=28834892 memory=-9001728533042062950 CPUtime=4.58 cores=0-7
/proc/25010/task/25358/stat : 25358 (java) R 25008 25008 15751 0 -1 4202560 90 0 0 0 456 2 0 0 20 0 28 0 419323210 29526929408 292792 33554432000 4194304 4196468 140730863742176 140550260765088 140550672725436 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25359] ppid=25008 vsize=28834892 memory=-1624781813439352349 CPUtime=5.36 cores=0-7
/proc/25010/task/25359/stat : 25359 (java) R 25008 25008 15751 0 -1 4202560 858 0 0 0 530 6 0 0 20 0 28 0 419323210 29526929408 292792 33554432000 4194304 4196468 140730863742176 140550187503696 140550673620923 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25360] ppid=25008 vsize=28834892 memory=0 CPUtime=4.99 cores=0-7
/proc/25010/task/25360/stat : 25360 (java) R 25008 25008 15751 0 -1 4202560 338 0 0 0 496 3 0 0 20 0 28 0 419323210 29526929408 292792 33554432000 4194304 4196468 140730863742176 140550262869664 140550675945303 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25361] ppid=25008 vsize=28834892 memory=0 CPUtime=4.81 cores=0-7
/proc/25010/task/25361/stat : 25361 (java) S 25008 25008 15751 0 -1 1077944384 553 0 0 0 477 4 0 0 20 0 28 0 419323210 29526929408 292792 33554432000 4194304 4196468 140730863742176 140550186454464 140551030946434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25362] ppid=25008 vsize=28834892 memory=0 CPUtime=4.89 cores=0-7
/proc/25010/task/25362/stat : 25362 (java) R 25008 25008 15751 0 -1 4202560 278 0 0 0 485 4 0 0 20 0 28 0 419323210 29526929408 292792 33554432000 4194304 4196468 140730863742176 140550261817248 140550672938568 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25363] ppid=25008 vsize=28834892 memory=0 CPUtime=4.76 cores=0-7
/proc/25010/task/25363/stat : 25363 (java) R 25008 25008 15751 0 -1 4202560 75 0 0 0 474 2 0 0 20 0 28 0 419323210 29526929408 292792 33554432000 4194304 4196468 140730863742176 140550257603024 140551010645734 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25364] ppid=25008 vsize=28834892 memory=4580 CPUtime=4.71 cores=0-7
/proc/25010/task/25364/stat : 25364 (java) R 25008 25008 15751 0 -1 1077944384 614 0 0 0 465 6 0 0 20 0 28 0 419323211 29526929408 292792 33554432000 4194304 4196468 140730863742176 140550258659488 140551030945493 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
Current children cumulated CPU time: 51.53 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 1172624 KiB

[startup+7.40173 s]
/proc/loadavg: 7.27 5.73 4.12 9/220 25364
/proc/meminfo: memFree=29767764/32770624 swapFree=66947792/67108860
[pid=25008] ppid=25005 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/25008/stat : 25008 (xcsp3-exec) S 25005 25008 15751 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419323061 115843072 364 33554432000 4194304 5098028 140721473557984 140721473556088 140224751243900 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13709312 140721473561461 140721473561705 140721473561705 140721473564618 0
/proc/25008/statm: 28282 364 305 221 0 87 0
[pid=25010] ppid=25008 vsize=28834892 memory=1171220 CPUtime=53.08 cores=0-7
/proc/25010/stat : 25010 (java) S 25008 25008 15751 0 -1 1077944320 46307 0 0 0 5236 72 0 0 20 0 28 0 419323061 29526929408 292805 33554432000 4194304 4196468 140730863742176 140730863724720 140551030935287 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
/proc/25010/statm: 7208723 292805 3523 1 0 7169825 0
[pid=25010/tid=25011] ppid=25008 vsize=28834892 memory=0 CPUtime=0.49 cores=0-7
/proc/25010/task/25011/stat : 25011 (java) S 25008 25008 15751 0 -1 1077944384 8703 0 0 0 45 4 0 0 20 0 28 0 419323061 29526929408 292805 33554432000 4194304 4196468 140730863742176 140551035176064 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25012] ppid=25008 vsize=28834892 memory=0 CPUtime=0.07 cores=0-7
/proc/25010/task/25012/stat : 25012 (java) S 25008 25008 15751 0 -1 1077944384 135 0 0 0 5 2 0 0 20 0 28 0 419323062 29526929408 292805 33554432000 4194304 4196468 140730863742176 140550994041744 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25013] ppid=25008 vsize=28834892 memory=0 CPUtime=0.05 cores=0-7
/proc/25010/task/25013/stat : 25013 (java) S 25008 25008 15751 0 -1 1077944384 87 0 0 0 4 1 0 0 20 0 28 0 419323062 29526929408 292805 33554432000 4194304 4196468 140730863742176 140550581639952 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25014] ppid=25008 vsize=28834892 memory=0 CPUtime=0.07 cores=0-7
/proc/25010/task/25014/stat : 25014 (java) S 25008 25008 15751 0 -1 1077944384 122 0 0 0 4 3 0 0 20 0 28 0 419323062 29526929408 292805 33554432000 4194304 4196468 140730863742176 140550580587664 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25015] ppid=25008 vsize=28834892 memory=0 CPUtime=0.07 cores=0-7
/proc/25010/task/25015/stat : 25015 (java) S 25008 25008 15751 0 -1 1077944384 118 0 0 0 5 2 0 0 20 0 28 0 419323062 29526929408 292805 33554432000 4194304 4196468 140730863742176 140550579534864 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25016] ppid=25008 vsize=28834892 memory=0 CPUtime=0.07 cores=0-7
/proc/25010/task/25016/stat : 25016 (java) S 25008 25008 15751 0 -1 1077944384 121 0 0 0 5 2 0 0 20 0 28 0 419323062 29526929408 292805 33554432000 4194304 4196468 140730863742176 140550578481552 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25017] ppid=25008 vsize=28834892 memory=0 CPUtime=0.05 cores=0-7
/proc/25010/task/25017/stat : 25017 (java) S 25008 25008 15751 0 -1 1077944384 80 0 0 0 3 2 0 0 20 0 28 0 419323062 29526929408 292805 33554432000 4194304 4196468 140730863742176 140550577428752 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25018] ppid=25008 vsize=28834892 memory=0 CPUtime=0.07 cores=0-7
/proc/25010/task/25018/stat : 25018 (java) S 25008 25008 15751 0 -1 1077944384 126 0 0 0 5 2 0 0 20 0 28 0 419323062 29526929408 292805 33554432000 4194304 4196468 140730863742176 140550576376464 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25019] ppid=25008 vsize=28834892 memory=465 CPUtime=0.07 cores=0-7
/proc/25010/task/25019/stat : 25019 (java) S 25008 25008 15751 0 -1 1077944384 554 0 0 0 5 2 0 0 20 0 28 0 419323062 29526929408 292805 33554432000 4194304 4196468 140730863742176 140550575323664 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25020] ppid=25008 vsize=28834892 memory=-7812736537705029536 CPUtime=0.01 cores=0-7
/proc/25010/task/25020/stat : 25020 (java) S 25008 25008 15751 0 -1 1077944384 1020 0 0 0 1 0 0 0 20 0 28 0 419323064 29526929408 292805 33554432000 4194304 4196468 140730863742176 140550281550448 140551030946434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25021] ppid=25008 vsize=28834892 memory=5495740422247797458 CPUtime=0 cores=0-7
/proc/25010/task/25021/stat : 25021 (java) S 25008 25008 15751 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 419323064 29526929408 292805 33554432000 4194304 4196468 140730863742176 140550280496480 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25022] ppid=25008 vsize=28834892 memory=-4051592751533505334 CPUtime=0 cores=0-7
/proc/25010/task/25022/stat : 25022 (java) S 25008 25008 15751 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 419323064 29526929408 292805 33554432000 4194304 4196468 140730863742176 140550279444096 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25023] ppid=25008 vsize=28834892 memory=-3258418265892434876 CPUtime=0 cores=0-7
/proc/25010/task/25023/stat : 25023 (java) S 25008 25008 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419323067 29526929408 292805 33554432000 4194304 4196468 140730863742176 140550278392400 140551030953883 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25024] ppid=25008 vsize=28834892 memory=-3833726747341067623 CPUtime=2.15 cores=0-7
/proc/25010/task/25024/stat : 25024 (java) S 25008 25008 15751 0 -1 1077944384 6094 0 0 0 214 1 0 0 20 0 28 0 419323067 29526929408 292805 33554432000 4194304 4196468 140730863742176 140550277339248 140551030946434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25025] ppid=25008 vsize=28834892 memory=-7361174377247368086 CPUtime=2.29 cores=0-7
/proc/25010/task/25025/stat : 25025 (java) S 25008 25008 15751 0 -1 1077944384 6665 0 0 0 228 1 0 0 20 0 28 0 419323067 29526929408 292805 33554432000 4194304 4196468 140730863742176 140550276286448 140551030946434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25026] ppid=25008 vsize=28834892 memory=-3833726747341067623 CPUtime=2.2 cores=0-7
/proc/25010/task/25026/stat : 25026 (java) S 25008 25008 15751 0 -1 1077944384 6277 0 0 0 218 2 0 0 20 0 28 0 419323067 29526929408 292805 33554432000 4194304 4196468 140730863742176 140550275234160 140551030946434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25027] ppid=25008 vsize=28834892 memory=-2605811476043407915 CPUtime=0.78 cores=0-7
/proc/25010/task/25027/stat : 25027 (java) S 25008 25008 15751 0 -1 1077944384 5129 0 0 0 76 2 0 0 20 0 28 0 419323067 29526929408 292805 33554432000 4194304 4196468 140730863742176 140550274181360 140551030946434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25028] ppid=25008 vsize=28834892 memory=-4051592751533505334 CPUtime=0 cores=0-7
/proc/25010/task/25028/stat : 25028 (java) S 25008 25008 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419323067 29526929408 292805 33554432000 4194304 4196468 140730863742176 140550273129312 140551030945493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25029] ppid=25008 vsize=28834892 memory=-2748367524519556131 CPUtime=0 cores=0-7
/proc/25010/task/25029/stat : 25029 (java) S 25008 25008 15751 0 -1 1077944384 613 0 0 0 0 0 0 0 20 0 28 0 419323067 29526929408 292805 33554432000 4194304 4196468 140730863742176 140550272076592 140551030946434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25357] ppid=25008 vsize=28834892 memory=-7751062316387021378 CPUtime=4.87 cores=0-7
/proc/25010/task/25357/stat : 25357 (java) R 25008 25008 15751 0 -1 4202560 353 0 0 0 485 2 0 0 20 0 28 0 419323209 29526929408 292805 33554432000 4194304 4196468 140730863742176 140550256552800 140550673457373 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25358] ppid=25008 vsize=28834892 memory=0 CPUtime=4.74 cores=0-7
/proc/25010/task/25358/stat : 25358 (java) R 25008 25008 15751 0 -1 4202560 90 0 0 0 472 2 0 0 20 0 28 0 419323210 29526929408 292805 33554432000 4194304 4196468 140730863742176 140550260765088 140550672724011 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25359] ppid=25008 vsize=28834892 memory=0 CPUtime=5.56 cores=0-7
/proc/25010/task/25359/stat : 25359 (java) R 25008 25008 15751 0 -1 4202560 859 0 0 0 550 6 0 0 20 0 28 0 419323210 29526929408 292805 33554432000 4194304 4196468 140730863742176 140550187503696 140550673621048 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25360] ppid=25008 vsize=28834892 memory=3612 CPUtime=5.19 cores=0-7
/proc/25010/task/25360/stat : 25360 (java) R 25008 25008 15751 0 -1 4202560 338 0 0 0 516 3 0 0 20 0 28 0 419323210 29526929408 292805 33554432000 4194304 4196468 140730863742176 140550262869664 140550672937236 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25361] ppid=25008 vsize=28834892 memory=22668 CPUtime=5 cores=0-7
/proc/25010/task/25361/stat : 25361 (java) R 25008 25008 15751 0 -1 4202560 553 0 0 0 496 4 0 0 20 0 28 0 419323210 29526929408 292805 33554432000 4194304 4196468 140730863742176 140550186454464 140550672938456 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25362] ppid=25008 vsize=28834892 memory=992 CPUtime=5.08 cores=0-7
/proc/25010/task/25362/stat : 25362 (java) R 25008 25008 15751 0 -1 4202560 279 0 0 0 504 4 0 0 20 0 28 0 419323210 29526929408 292805 33554432000 4194304 4196468 140730863742176 140550261817248 140550672938709 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25363] ppid=25008 vsize=28834892 memory=2044 CPUtime=4.94 cores=0-7
/proc/25010/task/25363/stat : 25363 (java) R 25008 25008 15751 0 -1 4202560 75 0 0 0 492 2 0 0 20 0 28 0 419323210 29526929408 292805 33554432000 4194304 4196468 140730863742176 140550257606336 140550672725516 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
[pid=25010/tid=25364] ppid=25008 vsize=28834892 memory=1428 CPUtime=4.88 cores=0-7
/proc/25010/task/25364/stat : 25364 (java) R 25008 25008 15751 0 -1 4202560 615 0 0 0 482 6 0 0 20 0 28 0 419323211 29526929408 292805 33554432000 4194304 4196468 140730863742176 140550258659880 140550671538756 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19632128 140730863748074 140730863748246 140730863748246 140730863751119 0
Current children cumulated CPU time: 53.08 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 1172676 KiB

Child status: 0
Real time (s): 7.44048
CPU time (s): 53.2543
CPU user time (s): 52.5155
CPU system time (s): 0.738748
CPU usage (%): 715.737
Max. virtual memory (cumulated for all children) (KiB): 28948020
Max. memory (cumulated for all children) (KiB): 1172676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.5155
system time used= 0.738748
maximum resident set size= 1171340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47061
page faults= 0
swaps= 0
block input operations= 0
block output operations= 120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36318
involuntary context switches= 828


# summary of solver processes directly reported to runsolver:
#   pid: 25008
#   total CPU time (s): 53.2543
#   total CPU user time (s): 52.5155
#   total CPU system time (s): 0.738748

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.089768 second user time and 0.127148 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-14 06:02:49
IDJOB=4393806
IDBENCH=133445
IDSOLVER=2841
FILE ID=node117/4393806-1568433811
RUNJOBID= node117-1568427144-15778
PBS_JOBID= 21702295
Free space on /tmp= 61184 MiB

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

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

MD5SUM BENCH= c416c7749524dd4f925e3cf47c007fb7
RANDOM SEED=1899436836

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30927660 kB
MemAvailable:   31863876 kB
Buffers:          148824 kB
Cached:          1053468 kB
SwapCached:        51712 kB
Active:           777336 kB
Inactive:         480180 kB
Active(anon):      19928 kB
Inactive(anon):    59356 kB
Active(file):     757408 kB
Inactive(file):   420824 kB
Unevictable:      110108 kB
Mlocked:          110108 kB
SwapTotal:      67108860 kB
SwapFree:       66947792 kB
Dirty:             25944 kB
Writeback:             0 kB
AnonPages:        474448 kB
Mapped:            33412 kB
Shmem:             15712 kB
Slab:             176352 kB
SReclaimable:     147640 kB
SUnreclaim:        28712 kB
KernelStack:        3824 kB
PageTables:         5980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    428032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61160 MiB
End job on node117 at 2019-09-14 06:02:56