Trace number 4393954

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 parallelWrong Opt.22 54.8045 8.81896

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-6.xml
MD5SUM0bc555941feddabd64880acf40a70a83
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark77.3481
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains25
Minimum domain size3
Maximum domain size25
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":6},{"size":5,"count":12},{"size":6,"count":5},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
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-4393954-1568430656.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393954-1568430656.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
4.54/1.79	c solve instance...
4.95/1.90	o -1000 
9.57/2.42	o -999 
19.77/3.78	o -12 
19.77/3.79	o 2 
20.48/3.83	o 8 
26.71/4.98	o 10 
33.75/5.96	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (126/128)
33.75/5.96		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
33.75/5.96		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
33.75/5.96		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
33.75/5.96		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
33.75/5.96		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
33.75/5.96	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (126/128)
33.75/5.96		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
33.75/5.96		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
33.75/5.96		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
33.75/5.96		at org.chocosolver.solver.Solver.repair(Solver.java:443)
33.75/5.96		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
33.75/5.96		at org.chocosolver.solver.Solver.solve(Solver.java:262)
33.75/5.96		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
33.75/5.96		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
33.75/5.96		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
33.75/5.96		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
33.75/5.96		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
33.75/5.96		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
33.75/5.96		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
33.75/5.96		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
33.75/5.96		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
33.75/5.96		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
33.75/5.96	o 15 
33.75/6.00	o 20 
37.63/6.49	o 21 
54.75/8.80	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (137/139)
54.75/8.80		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
54.75/8.80		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
54.75/8.80		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
54.75/8.80		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
54.75/8.80		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
54.75/8.80	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (137/139)
54.75/8.80		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
54.75/8.80		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
54.75/8.80		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
54.75/8.80		at org.chocosolver.solver.Solver.repair(Solver.java:443)
54.75/8.80		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
54.75/8.80		at org.chocosolver.solver.Solver.solve(Solver.java:262)
54.75/8.80		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
54.75/8.80		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
54.75/8.80		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
54.75/8.80		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
54.75/8.80		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
54.75/8.80		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
54.75/8.80		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
54.75/8.80		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
54.75/8.80		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
54.75/8.80		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
54.75/8.80	o 22 
54.75/8.80	s OPTIMUM FOUND
54.75/8.80	v <instantiation>
54.75/8.80	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] </list>
54.75/8.80	v 	<values>1 2 3 4 10 -1 0 6 7 -1 16 -1 -1 -1 8 -1 17 23 -1 -1 14 20 21 22 0 1 2 3 4 -1 15 14 13 -1 5 -1 -1 -1 12 -1 6 7 -1 -1 11 10 9 8 1 -5 5 5 4 0 -6 0 8 0 3 0 0 0 4 0 -5 4 0 0 3 -5 6 0 </values>
54.75/8.80	v </instantiation>

Verifier Data

OK	22

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393954-1568430656/watcher-4393954-1568430656 -o /tmp/evaluation-result-4393954-1568430656/solver-4393954-1568430656 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568413091-12776 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1925339228 HOME/instance-4393954-1568430656.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=18430, runsolver pid=18427

[startup+0.100112 s]*
/proc/loadavg: 3.62 3.93 4.02 3/210 18451
/proc/meminfo: memFree=30610912/32770624 swapFree=66997684/67108860
[pid=18430] ppid=18427 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18430/stat : 18430 (xcsp3-exec) S 18427 18430 12749 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419320221 115843072 363 33554432000 4194304 5098028 140729380318576 140729380316680 139765751255676 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40329216 140729380320117 140729380320361 140729380320361 140729380323274 0
/proc/18430/statm: 28282 363 305 221 0 87 0
[pid=18432] ppid=18430 vsize=28227388 memory=29448 CPUtime=0.12 cores=0-7
/proc/18432/stat : 18432 (java) S 18430 18430 12749 0 -1 1077944320 5846 0 0 0 11 1 0 0 20 0 20 0 419320221 28904845312 7362 33554432000 4194304 4196468 140735244576208 140735244558752 139649594318583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
/proc/18432/statm: 7056847 7362 3119 1 0 7019032 0
[pid=18432/tid=18433] ppid=18430 vsize=28227388 memory=576460756329955445 CPUtime=0.08 cores=0-7
/proc/18432/task/18433/stat : 18433 (java) R 18430 18430 12749 0 -1 4202560 3786 0 0 0 8 0 0 0 20 0 20 0 419320221 28904845312 7362 33554432000 4194304 4196468 140735244576208 139649598551544 139649594330518 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18434] ppid=18430 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18434/stat : 18434 (java) S 18430 18430 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419320222 28904845312 7362 33554432000 4194304 4196468 140735244576208 139649546939536 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18435] ppid=18430 vsize=28227388 memory=140216568730797 CPUtime=0 cores=0-7
/proc/18432/task/18435/stat : 18435 (java) S 18430 18430 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419320222 28904845312 7362 33554432000 4194304 4196468 140735244576208 139649545886736 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18436] ppid=18430 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18436/stat : 18436 (java) S 18430 18430 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419320222 28904845312 7362 33554432000 4194304 4196468 140735244576208 139649544833936 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18437] ppid=18430 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18437/stat : 18437 (java) S 18430 18430 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419320222 28904845312 7362 33554432000 4194304 4196468 140735244576208 139649543781136 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18438] ppid=18430 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18438/stat : 18438 (java) S 18430 18430 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419320222 28904845312 7362 33554432000 4194304 4196468 140735244576208 139649542728336 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18439] ppid=18430 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18432/task/18439/stat : 18439 (java) S 18430 18430 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419320222 28904845312 7362 33554432000 4194304 4196468 140735244576208 139649541675536 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18440] ppid=18430 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18440/stat : 18440 (java) S 18430 18430 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419320222 28904845312 7362 33554432000 4194304 4196468 140735244576208 139649540622736 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18441] ppid=18430 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18441/stat : 18441 (java) S 18430 18430 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419320222 28904845312 7362 33554432000 4194304 4196468 140735244576208 139649539569936 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18442] ppid=18430 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18442/stat : 18442 (java) S 18430 18430 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419320223 28904845312 7362 33554432000 4194304 4196468 140735244576208 139648575712112 139649594329730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18443] ppid=18430 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18443/stat : 18443 (java) S 18430 18430 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419320224 28904845312 7362 33554432000 4194304 4196468 140735244576208 139648574658080 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18444] ppid=18430 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18444/stat : 18444 (java) S 18430 18430 12749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419320224 28904845312 7362 33554432000 4194304 4196468 140735244576208 139648573605232 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18445] ppid=18430 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18445/stat : 18445 (java) S 18430 18430 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419320227 28904845312 7362 33554432000 4194304 4196468 140735244576208 139648572553552 139649594337179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18446] ppid=18430 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18446/stat : 18446 (java) S 18430 18430 12749 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 419320227 28904845312 7362 33554432000 4194304 4196468 140735244576208 139648571500912 139649594329730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18447] ppid=18430 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18447/stat : 18447 (java) S 18430 18430 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419320227 28904845312 7362 33554432000 4194304 4196468 140735244576208 139648570448112 139649594329730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18448] ppid=18430 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18448/stat : 18448 (java) S 18430 18430 12749 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 419320227 28904845312 7362 33554432000 4194304 4196468 140735244576208 139648569395312 139649594329730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18449] ppid=18430 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/18432/task/18449/stat : 18449 (java) S 18430 18430 12749 0 -1 1077944384 320 0 0 0 1 0 0 0 20 0 20 0 419320227 28904845312 7362 33554432000 4194304 4196468 140735244576208 139648568342512 139649594329730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18450] ppid=18430 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18450/stat : 18450 (java) S 18430 18430 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419320227 28904845312 7362 33554432000 4194304 4196468 140735244576208 139648567290976 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18451] ppid=18430 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18432/task/18451/stat : 18451 (java) S 18430 18430 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419320227 28904845312 7362 33554432000 4194304 4196468 140735244576208 139648566238256 139649594329730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30900 KiB

[startup+0.210162 s]*
/proc/loadavg: 3.62 3.93 4.02 1/210 18451
/proc/meminfo: memFree=30597324/32770624 swapFree=66997684/67108860
[pid=18430] ppid=18427 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18430/stat : 18430 (xcsp3-exec) S 18427 18430 12749 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419320221 115843072 363 33554432000 4194304 5098028 140729380318576 140729380316680 139765751255676 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40329216 140729380320117 140729380320361 140729380320361 140729380323274 0
/proc/18430/statm: 28282 363 305 221 0 87 0
[pid=18432] ppid=18430 vsize=28227388 memory=41044 CPUtime=0.34 cores=0-7
/proc/18432/stat : 18432 (java) S 18430 18430 12749 0 -1 1077944320 9538 0 0 0 31 3 0 0 20 0 20 0 419320221 28904845312 10261 33554432000 4194304 4196468 140735244576208 140735244558752 139649594318583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
/proc/18432/statm: 7056847 10261 3293 1 0 7019032 0
[pid=18432/tid=18433] ppid=18430 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/18432/task/18433/stat : 18433 (java) R 18430 18430 12749 0 -1 4202560 6644 0 0 0 18 2 0 0 20 0 20 0 419320221 28904845312 10261 33554432000 4194304 4196468 140735244576208 139649598548304 139649578399070 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18434] ppid=18430 vsize=28227388 memory=288230591823085922 CPUtime=0 cores=0-7
/proc/18432/task/18434/stat : 18434 (java) S 18430 18430 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419320222 28904845312 10261 33554432000 4194304 4196468 140735244576208 139649546939536 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18435] ppid=18430 vsize=28227388 memory=3904821799386093216 CPUtime=0 cores=0-7
/proc/18432/task/18435/stat : 18435 (java) S 18430 18430 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419320222 28904845312 10261 33554432000 4194304 4196468 140735244576208 139649545886736 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18436] ppid=18430 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18432/task/18436/stat : 18436 (java) S 18430 18430 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419320222 28904845312 10261 33554432000 4194304 4196468 140735244576208 139649544833936 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18437] ppid=18430 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18437/stat : 18437 (java) S 18430 18430 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419320222 28904845312 10261 33554432000 4194304 4196468 140735244576208 139649543781136 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18438] ppid=18430 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18438/stat : 18438 (java) S 18430 18430 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419320222 28904845312 10261 33554432000 4194304 4196468 140735244576208 139649542728336 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18439] ppid=18430 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18432/task/18439/stat : 18439 (java) S 18430 18430 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419320222 28904845312 10261 33554432000 4194304 4196468 140735244576208 139649541675536 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18440] ppid=18430 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18440/stat : 18440 (java) S 18430 18430 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419320222 28904845312 10261 33554432000 4194304 4196468 140735244576208 139649540622736 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18441] ppid=18430 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18441/stat : 18441 (java) S 18430 18430 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419320222 28904845312 10261 33554432000 4194304 4196468 140735244576208 139649539569936 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18442] ppid=18430 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18442/stat : 18442 (java) S 18430 18430 12749 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419320223 28904845312 10261 33554432000 4194304 4196468 140735244576208 139648575712112 139649594329730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18443] ppid=18430 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18443/stat : 18443 (java) S 18430 18430 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419320224 28904845312 10261 33554432000 4194304 4196468 140735244576208 139648574658080 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18444] ppid=18430 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18444/stat : 18444 (java) S 18430 18430 12749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419320224 28904845312 10261 33554432000 4194304 4196468 140735244576208 139648573605232 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18445] ppid=18430 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18445/stat : 18445 (java) S 18430 18430 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419320227 28904845312 10261 33554432000 4194304 4196468 140735244576208 139648572553552 139649594337179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18446] ppid=18430 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/18432/task/18446/stat : 18446 (java) S 18430 18430 12749 0 -1 1077944384 462 0 0 0 2 0 0 0 20 0 20 0 419320227 28904845312 10261 33554432000 4194304 4196468 140735244576208 139648571500912 139649594329730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18447] ppid=18430 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/18432/task/18447/stat : 18447 (java) S 18430 18430 12749 0 -1 1077944384 62 0 0 0 1 0 0 0 20 0 20 0 419320227 28904845312 10261 33554432000 4194304 4196468 140735244576208 139648570448112 139649594329730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18448] ppid=18430 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/18432/task/18448/stat : 18448 (java) S 18430 18430 12749 0 -1 1077944384 310 0 0 0 1 0 0 0 20 0 20 0 419320227 28904845312 10261 33554432000 4194304 4196468 140735244576208 139648569395312 139649594329730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18449] ppid=18430 vsize=28227388 memory=0 CPUtime=0.08 cores=0-7
/proc/18432/task/18449/stat : 18449 (java) R 18430 18430 12749 0 -1 4202560 750 0 0 0 8 0 0 0 20 0 20 0 419320227 28904845312 10261 33554432000 4194304 4196468 140735244576208 139648568342512 139649572987272 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18450] ppid=18430 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18450/stat : 18450 (java) S 18430 18430 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419320227 28904845312 10261 33554432000 4194304 4196468 140735244576208 139648567290976 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18451] ppid=18430 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18432/task/18451/stat : 18451 (java) S 18430 18430 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419320227 28904845312 10261 33554432000 4194304 4196468 140735244576208 139648566238256 139649594329730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42496 KiB

[startup+0.309468 s]*
/proc/loadavg: 3.62 3.93 4.02 3/210 18451
/proc/meminfo: memFree=30589556/32770624 swapFree=66997684/67108860
[pid=18430] ppid=18427 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18430/stat : 18430 (xcsp3-exec) S 18427 18430 12749 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419320221 115843072 363 33554432000 4194304 5098028 140729380318576 140729380316680 139765751255676 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40329216 140729380320117 140729380320361 140729380320361 140729380323274 0
/proc/18430/statm: 28282 363 305 221 0 87 0
[pid=18432] ppid=18430 vsize=28231644 memory=50144 CPUtime=0.52 cores=0-7
/proc/18432/stat : 18432 (java) S 18430 18430 12749 0 -1 1077944320 10882 0 0 0 48 4 0 0 20 0 20 0 419320221 28909203456 12536 33554432000 4194304 4196468 140735244576208 140735244558752 139649594318583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
/proc/18432/statm: 7057911 12536 3360 1 0 7019032 0
[pid=18432/tid=18433] ppid=18430 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/18432/task/18433/stat : 18433 (java) R 18430 18430 12749 0 -1 4202560 7774 0 0 0 27 2 0 0 20 0 20 0 419320221 28909203456 12536 33554432000 4194304 4196468 140735244576208 139649598556176 139649573895408 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18434] ppid=18430 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18434/stat : 18434 (java) S 18430 18430 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419320222 28909203456 12536 33554432000 4194304 4196468 140735244576208 139649546939536 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18435] ppid=18430 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18435/stat : 18435 (java) S 18430 18430 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419320222 28909203456 12536 33554432000 4194304 4196468 140735244576208 139649545886736 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18436] ppid=18430 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18436/stat : 18436 (java) S 18430 18430 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419320222 28909203456 12536 33554432000 4194304 4196468 140735244576208 139649544833936 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18437] ppid=18430 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18437/stat : 18437 (java) S 18430 18430 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419320222 28909203456 12536 33554432000 4194304 4196468 140735244576208 139649543781136 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18438] ppid=18430 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18438/stat : 18438 (java) S 18430 18430 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419320222 28909203456 12536 33554432000 4194304 4196468 140735244576208 139649542728336 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18439] ppid=18430 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18439/stat : 18439 (java) S 18430 18430 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419320222 28909203456 12536 33554432000 4194304 4196468 140735244576208 139649541675536 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18440] ppid=18430 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18440/stat : 18440 (java) S 18430 18430 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419320222 28909203456 12536 33554432000 4194304 4196468 140735244576208 139649540622736 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18441] ppid=18430 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18441/stat : 18441 (java) S 18430 18430 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419320222 28909203456 12536 33554432000 4194304 4196468 140735244576208 139649539569936 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18442] ppid=18430 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18442/stat : 18442 (java) S 18430 18430 12749 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419320223 28909203456 12536 33554432000 4194304 4196468 140735244576208 139648575712112 139649594329730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18443] ppid=18430 vsize=28231644 memory=280432910474624 CPUtime=0 cores=0-7
/proc/18432/task/18443/stat : 18443 (java) S 18430 18430 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419320224 28909203456 12536 33554432000 4194304 4196468 140735244576208 139648574658080 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18444] ppid=18430 vsize=28231644 memory=280432910479232 CPUtime=0 cores=0-7
/proc/18432/task/18444/stat : 18444 (java) S 18430 18430 12749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419320224 28909203456 12536 33554432000 4194304 4196468 140735244576208 139648573605232 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18445] ppid=18430 vsize=28231644 memory=280432910483840 CPUtime=0 cores=0-7
/proc/18432/task/18445/stat : 18445 (java) S 18430 18430 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419320227 28909203456 12536 33554432000 4194304 4196468 140735244576208 139648572553552 139649594337179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18446] ppid=18430 vsize=28231644 memory=280432910488448 CPUtime=0.02 cores=0-7
/proc/18432/task/18446/stat : 18446 (java) S 18430 18430 12749 0 -1 1077944384 474 0 0 0 2 0 0 0 20 0 20 0 419320227 28909203456 12536 33554432000 4194304 4196468 140735244576208 139648571500912 139649594329730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18447] ppid=18430 vsize=28231644 memory=280432910493056 CPUtime=0.03 cores=0-7
/proc/18432/task/18447/stat : 18447 (java) R 18430 18430 12749 0 -1 4202560 161 0 0 0 3 0 0 0 20 0 20 0 419320227 28909203456 12536 33554432000 4194304 4196468 140735244576208 139648570429128 139649577703183 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18448] ppid=18430 vsize=28231644 memory=280432910497664 CPUtime=0.01 cores=0-7
/proc/18432/task/18448/stat : 18448 (java) S 18430 18430 12749 0 -1 1077944384 321 0 0 0 1 0 0 0 20 0 20 0 419320227 28909203456 12536 33554432000 4194304 4196468 140735244576208 139648569395312 139649594329730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18449] ppid=18430 vsize=28231644 memory=280432910502272 CPUtime=0.12 cores=0-7
/proc/18432/task/18449/stat : 18449 (java) S 18430 18430 12749 0 -1 1077944384 842 0 0 0 12 0 0 0 20 0 20 0 419320227 28909203456 12536 33554432000 4194304 4196468 140735244576208 139648568342512 139649594329730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18450] ppid=18430 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18450/stat : 18450 (java) S 18430 18430 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419320227 28909203456 12536 33554432000 4194304 4196468 140735244576208 139648567290976 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18451] ppid=18430 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/18432/task/18451/stat : 18451 (java) S 18430 18430 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419320227 28909203456 12536 33554432000 4194304 4196468 140735244576208 139648566238256 139649594329730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51596 KiB

[startup+0.700937 s]
/proc/loadavg: 3.62 3.93 4.02 5/210 18451
/proc/meminfo: memFree=30558964/32770624 swapFree=66997684/67108860
[pid=18430] ppid=18427 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18430/stat : 18430 (xcsp3-exec) S 18427 18430 12749 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419320221 115843072 363 33554432000 4194304 5098028 140729380318576 140729380316680 139765751255676 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40329216 140729380320117 140729380320361 140729380320361 140729380323274 0
/proc/18430/statm: 28282 363 305 221 0 87 0
[pid=18432] ppid=18430 vsize=28233768 memory=122600 CPUtime=2.01 cores=0-7
/proc/18432/stat : 18432 (java) S 18430 18430 12749 0 -1 1077944320 17157 0 0 0 194 7 0 0 20 0 20 0 419320221 28911378432 30650 33554432000 4194304 4196468 140735244576208 140735244558752 139649594318583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
/proc/18432/statm: 7058442 30650 3449 1 0 7019544 0
[pid=18432/tid=18433] ppid=18430 vsize=28233768 memory=4580 CPUtime=0.68 cores=0-7
/proc/18432/task/18433/stat : 18433 (java) R 18430 18430 12749 0 -1 4202560 9246 0 0 0 64 4 0 0 20 0 20 0 419320221 28911378432 30650 33554432000 4194304 4196468 140735244576208 139649598555728 139649200717056 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18434] ppid=18430 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18434/stat : 18434 (java) S 18430 18430 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419320222 28911378432 30650 33554432000 4194304 4196468 140735244576208 139649546939536 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18435] ppid=18430 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18435/stat : 18435 (java) S 18430 18430 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419320222 28911378432 30650 33554432000 4194304 4196468 140735244576208 139649545886736 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18436] ppid=18430 vsize=28233768 memory=4008 CPUtime=0 cores=0-7
/proc/18432/task/18436/stat : 18436 (java) S 18430 18430 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419320222 28911378432 30650 33554432000 4194304 4196468 140735244576208 139649544833936 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0

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

[pid=18432/tid=18449] ppid=18430 vsize=28768328 memory=280432911139200 CPUtime=1.17 cores=0-7
/proc/18432/task/18449/stat : 18449 (java) S 18430 18430 12749 0 -1 1077944384 5767 0 0 0 114 3 0 0 20 0 28 0 419320227 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648568342512 139649594329730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18450] ppid=18430 vsize=28768328 memory=280432911139264 CPUtime=0 cores=0-7
/proc/18432/task/18450/stat : 18450 (java) S 18430 18430 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419320227 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648567290976 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18451] ppid=18430 vsize=28768328 memory=280432911139328 CPUtime=0 cores=0-7
/proc/18432/task/18451/stat : 18451 (java) S 18430 18430 12749 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 28 0 419320227 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648566238256 139649594329730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18524] ppid=18430 vsize=28768328 memory=280432911139392 CPUtime=1.51 cores=0-7
/proc/18432/task/18524/stat : 18524 (java) R 18430 18430 12749 0 -1 4202560 26 0 0 0 151 0 0 0 20 0 28 0 419320870 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648554114016 139649208204806 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18525] ppid=18430 vsize=28768328 memory=280432911139456 CPUtime=1.51 cores=0-7
/proc/18432/task/18525/stat : 18525 (java) R 18430 18430 12749 0 -1 4202560 22 0 0 0 151 0 0 0 20 0 28 0 419320870 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648550957008 139649208204828 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18526] ppid=18430 vsize=28768328 memory=280432911139520 CPUtime=1.5 cores=0-7
/proc/18432/task/18526/stat : 18526 (java) R 18430 18430 12749 0 -1 4202560 37 0 0 0 150 0 0 0 20 0 28 0 419320870 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648555167488 139649208204837 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18527] ppid=18430 vsize=28768328 memory=280432911139584 CPUtime=1.49 cores=0-7
/proc/18432/task/18527/stat : 18527 (java) R 18430 18430 12749 0 -1 4202560 41 0 0 0 149 0 0 0 20 0 28 0 419320870 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648547800456 139649208204746 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18528] ppid=18430 vsize=28768328 memory=280432911139648 CPUtime=1.5 cores=0-7
/proc/18432/task/18528/stat : 18528 (java) R 18430 18430 12749 0 -1 4202560 29 0 0 0 150 0 0 0 20 0 28 0 419320870 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648553062152 139649208204634 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18529] ppid=18430 vsize=28768328 memory=280432911139712 CPUtime=0 cores=0-7
/proc/18432/task/18529/stat : 18529 (java) S 18430 18430 12749 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 419320870 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648548856528 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18530] ppid=18430 vsize=28768328 memory=280432911139776 CPUtime=1.5 cores=0-7
/proc/18432/task/18530/stat : 18530 (java) R 18430 18430 12749 0 -1 4202560 34 0 0 0 150 0 0 0 20 0 28 0 419320870 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648552010064 139649208204769 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18531] ppid=18430 vsize=28768328 memory=280432911139840 CPUtime=1.5 cores=0-7
/proc/18432/task/18531/stat : 18531 (java) R 18430 18430 12749 0 -1 4202560 25 0 0 0 150 0 0 0 20 0 28 0 419320870 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648549904048 139649208204297 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
Current children cumulated CPU time: 49.2 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 437664 KiB

[startup+8.40117 s]
/proc/loadavg: 4.31 4.07 4.06 8/218 18531
/proc/meminfo: memFree=30202628/32770624 swapFree=66997684/67108860
[pid=18430] ppid=18427 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18430/stat : 18430 (xcsp3-exec) S 18427 18430 12749 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419320221 115843072 363 33554432000 4194304 5098028 140729380318576 140729380316680 139765751255676 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40329216 140729380320117 140729380320361 140729380320361 140729380323274 0
/proc/18430/statm: 28282 363 305 221 0 87 0
[pid=18432] ppid=18430 vsize=28768328 memory=436212 CPUtime=51.94 cores=0-7
/proc/18432/stat : 18432 (java) S 18430 18430 12749 0 -1 1077944320 41766 0 0 0 5147 47 0 0 20 0 28 0 419320221 29458767872 109053 33554432000 4194304 4196468 140735244576208 140735244558752 139649594318583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
/proc/18432/statm: 7192082 109053 3532 1 0 7153184 0
[pid=18432/tid=18433] ppid=18430 vsize=28768328 memory=-6519613052471072158 CPUtime=1.72 cores=0-7
/proc/18432/task/18433/stat : 18433 (java) S 18430 18430 12749 0 -1 1077944384 9982 0 0 0 165 7 0 0 20 0 28 0 419320221 29458767872 109053 33554432000 4194304 4196468 140735244576208 139649598559360 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18434] ppid=18430 vsize=28768328 memory=8027214871665075814 CPUtime=0.06 cores=0-7
/proc/18432/task/18434/stat : 18434 (java) S 18430 18430 12749 0 -1 1077944384 95 0 0 0 4 2 0 0 20 0 28 0 419320222 29458767872 109053 33554432000 4194304 4196468 140735244576208 139649546939536 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18435] ppid=18430 vsize=28768328 memory=7378414964499179114 CPUtime=0.06 cores=0-7
/proc/18432/task/18435/stat : 18435 (java) S 18430 18430 12749 0 -1 1077944384 88 0 0 0 4 2 0 0 20 0 28 0 419320222 29458767872 109053 33554432000 4194304 4196468 140735244576208 139649545886736 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18436] ppid=18430 vsize=28768328 memory=6154003321698478180 CPUtime=0.05 cores=0-7
/proc/18432/task/18436/stat : 18436 (java) S 18430 18430 12749 0 -1 1077944384 92 0 0 0 3 2 0 0 20 0 28 0 419320222 29458767872 109053 33554432000 4194304 4196468 140735244576208 139649544833936 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18437] ppid=18430 vsize=28768328 memory=-9181546050914066336 CPUtime=0.06 cores=0-7
/proc/18432/task/18437/stat : 18437 (java) S 18430 18430 12749 0 -1 1077944384 103 0 0 0 4 2 0 0 20 0 28 0 419320222 29458767872 109053 33554432000 4194304 4196468 140735244576208 139649543781136 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18438] ppid=18430 vsize=28768328 memory=-7533229591079788448 CPUtime=0.05 cores=0-7
/proc/18432/task/18438/stat : 18438 (java) S 18430 18430 12749 0 -1 1077944384 50 0 0 0 3 2 0 0 20 0 28 0 419320222 29458767872 109053 33554432000 4194304 4196468 140735244576208 139649542728336 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18439] ppid=18430 vsize=28768328 memory=-9178176117148050014 CPUtime=0.06 cores=0-7
/proc/18432/task/18439/stat : 18439 (java) S 18430 18430 12749 0 -1 1077944384 82 0 0 0 4 2 0 0 20 0 28 0 419320222 29458767872 109053 33554432000 4194304 4196468 140735244576208 139649541675536 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18440] ppid=18430 vsize=28768328 memory=-7595718316223324558 CPUtime=0.06 cores=0-7
/proc/18432/task/18440/stat : 18440 (java) S 18430 18430 12749 0 -1 1077944384 111 0 0 0 4 2 0 0 20 0 28 0 419320222 29458767872 109053 33554432000 4194304 4196468 140735244576208 139649540622736 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18441] ppid=18430 vsize=28768328 memory=-3833726747341067623 CPUtime=0.06 cores=0-7
/proc/18432/task/18441/stat : 18441 (java) S 18430 18430 12749 0 -1 1077944384 111 0 0 0 4 2 0 0 20 0 28 0 419320222 29458767872 109053 33554432000 4194304 4196468 140735244576208 139649539569936 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18442] ppid=18430 vsize=28768328 memory=6944656575208382560 CPUtime=0.02 cores=0-7
/proc/18432/task/18442/stat : 18442 (java) S 18430 18430 12749 0 -1 1077944384 371 0 0 0 1 1 0 0 20 0 28 0 419320223 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648575712112 139649594329730 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18443] ppid=18430 vsize=28768328 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/18432/task/18443/stat : 18443 (java) S 18430 18430 12749 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 419320224 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648574658144 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18444] ppid=18430 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18444/stat : 18444 (java) S 18430 18430 12749 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 419320224 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648573605248 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18445] ppid=18430 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18445/stat : 18445 (java) S 18430 18430 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419320227 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648572553552 139649594337179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18446] ppid=18430 vsize=28768328 memory=0 CPUtime=2.76 cores=0-7
/proc/18432/task/18446/stat : 18446 (java) S 18430 18430 12749 0 -1 1077944384 5382 0 0 0 274 2 0 0 20 0 28 0 419320227 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648571500912 139649594329730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18447] ppid=18430 vsize=28768328 memory=0 CPUtime=2.82 cores=0-7
/proc/18432/task/18447/stat : 18447 (java) S 18430 18430 12749 0 -1 1077944384 6350 0 0 0 280 2 0 0 20 0 28 0 419320227 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648570448112 139649594329730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 48 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18448] ppid=18430 vsize=28768328 memory=0 CPUtime=2.82 cores=0-7
/proc/18432/task/18448/stat : 18448 (java) S 18430 18430 12749 0 -1 1077944384 8175 0 0 0 279 3 0 0 20 0 28 0 419320227 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648569395312 139649594329730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18449] ppid=18430 vsize=28768328 memory=280432911029280 CPUtime=1.17 cores=0-7
/proc/18432/task/18449/stat : 18449 (java) S 18430 18430 12749 0 -1 1077944384 5770 0 0 0 114 3 0 0 20 0 28 0 419320227 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648568342512 139649594329730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18450] ppid=18430 vsize=28768328 memory=140216455730608 CPUtime=0 cores=0-7
/proc/18432/task/18450/stat : 18450 (java) S 18430 18430 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419320227 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648567290976 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18451] ppid=18430 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18451/stat : 18451 (java) S 18430 18430 12749 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 28 0 419320227 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648566238256 139649594329730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18524] ppid=18430 vsize=28768328 memory=0 CPUtime=1.9 cores=0-7
/proc/18432/task/18524/stat : 18524 (java) R 18430 18430 12749 0 -1 4202560 26 0 0 0 190 0 0 0 20 0 28 0 419320870 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648554114016 139649208204814 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18525] ppid=18430 vsize=28768328 memory=0 CPUtime=1.9 cores=0-7
/proc/18432/task/18525/stat : 18525 (java) R 18430 18430 12749 0 -1 4202560 22 0 0 0 190 0 0 0 20 0 28 0 419320870 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648550957008 139649208204465 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18526] ppid=18430 vsize=28768328 memory=0 CPUtime=1.89 cores=0-7
/proc/18432/task/18526/stat : 18526 (java) R 18430 18430 12749 0 -1 4202560 37 0 0 0 189 0 0 0 20 0 28 0 419320870 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648555167488 139649208204415 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18527] ppid=18430 vsize=28768328 memory=0 CPUtime=1.88 cores=0-7
/proc/18432/task/18527/stat : 18527 (java) R 18430 18430 12749 0 -1 4202560 43 0 0 0 188 0 0 0 20 0 28 0 419320870 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648547800088 139649208204362 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18528] ppid=18430 vsize=28768328 memory=0 CPUtime=1.89 cores=0-7
/proc/18432/task/18528/stat : 18528 (java) R 18430 18430 12749 0 -1 4202560 30 0 0 0 189 0 0 0 20 0 28 0 419320870 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648553062152 139649208204599 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18529] ppid=18430 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/18432/task/18529/stat : 18529 (java) S 18430 18430 12749 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 419320870 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648548856528 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18530] ppid=18430 vsize=28768328 memory=0 CPUtime=1.89 cores=0-7
/proc/18432/task/18530/stat : 18530 (java) R 18430 18430 12749 0 -1 4202560 36 0 0 0 189 0 0 0 20 0 28 0 419320870 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648552010064 139649208204606 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18531] ppid=18430 vsize=28768328 memory=0 CPUtime=1.89 cores=0-7
/proc/18432/task/18531/stat : 18531 (java) R 18430 18430 12749 0 -1 4202560 25 0 0 0 189 0 0 0 20 0 28 0 419320870 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648549904048 139649208204491 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
Current children cumulated CPU time: 51.94 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 437664 KiB

[startup+8.80116 s]
/proc/loadavg: 4.31 4.07 4.06 8/218 18531
/proc/meminfo: memFree=30202628/32770624 swapFree=66997684/67108860
[pid=18430] ppid=18427 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18430/stat : 18430 (xcsp3-exec) S 18427 18430 12749 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419320221 115843072 363 33554432000 4194304 5098028 140729380318576 140729380316680 139765751255676 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40329216 140729380320117 140729380320361 140729380320361 140729380323274 0
/proc/18430/statm: 28282 363 305 221 0 87 0
[pid=18432] ppid=18430 vsize=28768328 memory=436212 CPUtime=54.75 cores=0-7
/proc/18432/stat : 18432 (java) S 18430 18430 12749 0 -1 1077944320 41780 0 0 0 5427 48 0 0 20 0 28 0 419320221 29458767872 109053 33554432000 4194304 4196468 140735244576208 140735244558752 139649594318583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
/proc/18432/statm: 7192082 109053 3532 1 0 7153184 0
[pid=18432/tid=18433] ppid=18430 vsize=28768328 memory=1380 CPUtime=1.72 cores=0-7
/proc/18432/task/18433/stat : 18433 (java) S 18430 18430 12749 0 -1 1077944384 9982 0 0 0 165 7 0 0 20 0 28 0 419320221 29458767872 109053 33554432000 4194304 4196468 140735244576208 139649598559360 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18434] ppid=18430 vsize=28768328 memory=1128 CPUtime=0.06 cores=0-7
/proc/18432/task/18434/stat : 18434 (java) S 18430 18430 12749 0 -1 1077944384 95 0 0 0 4 2 0 0 20 0 28 0 419320222 29458767872 109053 33554432000 4194304 4196468 140735244576208 139649546939536 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18435] ppid=18430 vsize=28768328 memory=772 CPUtime=0.06 cores=0-7
/proc/18432/task/18435/stat : 18435 (java) S 18430 18430 12749 0 -1 1077944384 88 0 0 0 4 2 0 0 20 0 28 0 419320222 29458767872 109053 33554432000 4194304 4196468 140735244576208 139649545886736 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18436] ppid=18430 vsize=28768328 memory=4008 CPUtime=0.05 cores=0-7
/proc/18432/task/18436/stat : 18436 (java) S 18430 18430 12749 0 -1 1077944384 92 0 0 0 3 2 0 0 20 0 28 0 419320222 29458767872 109053 33554432000 4194304 4196468 140735244576208 139649544833936 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18437] ppid=18430 vsize=28768328 memory=948 CPUtime=0.06 cores=0-7
/proc/18432/task/18437/stat : 18437 (java) S 18430 18430 12749 0 -1 1077944384 103 0 0 0 4 2 0 0 20 0 28 0 419320222 29458767872 109053 33554432000 4194304 4196468 140735244576208 139649543781136 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18438] ppid=18430 vsize=28768328 memory=2832 CPUtime=0.05 cores=0-7
/proc/18432/task/18438/stat : 18438 (java) S 18430 18430 12749 0 -1 1077944384 50 0 0 0 3 2 0 0 20 0 28 0 419320222 29458767872 109053 33554432000 4194304 4196468 140735244576208 139649542728336 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18439] ppid=18430 vsize=28768328 memory=9404 CPUtime=0.06 cores=0-7
/proc/18432/task/18439/stat : 18439 (java) S 18430 18430 12749 0 -1 1077944384 82 0 0 0 4 2 0 0 20 0 28 0 419320222 29458767872 109053 33554432000 4194304 4196468 140735244576208 139649541675536 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18440] ppid=18430 vsize=28768328 memory=1548 CPUtime=0.06 cores=0-7
/proc/18432/task/18440/stat : 18440 (java) S 18430 18430 12749 0 -1 1077944384 111 0 0 0 4 2 0 0 20 0 28 0 419320222 29458767872 109053 33554432000 4194304 4196468 140735244576208 139649540622736 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18441] ppid=18430 vsize=28768328 memory=628 CPUtime=0.06 cores=0-7
/proc/18432/task/18441/stat : 18441 (java) S 18430 18430 12749 0 -1 1077944384 111 0 0 0 4 2 0 0 20 0 28 0 419320222 29458767872 109053 33554432000 4194304 4196468 140735244576208 139649539569936 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18442] ppid=18430 vsize=28768328 memory=1056 CPUtime=0.02 cores=0-7
/proc/18432/task/18442/stat : 18442 (java) S 18430 18430 12749 0 -1 1077944384 371 0 0 0 1 1 0 0 20 0 28 0 419320223 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648575712112 139649594329730 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18443] ppid=18430 vsize=28768328 memory=1556 CPUtime=0 cores=0-7
/proc/18432/task/18443/stat : 18443 (java) S 18430 18430 12749 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 419320224 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648574658144 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18444] ppid=18430 vsize=28768328 memory=5924 CPUtime=0 cores=0-7
/proc/18432/task/18444/stat : 18444 (java) S 18430 18430 12749 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 419320224 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648573605248 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18445] ppid=18430 vsize=28768328 memory=14012 CPUtime=0 cores=0-7
/proc/18432/task/18445/stat : 18445 (java) S 18430 18430 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419320227 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648572553552 139649594337179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18446] ppid=18430 vsize=28768328 memory=2116 CPUtime=2.76 cores=0-7
/proc/18432/task/18446/stat : 18446 (java) S 18430 18430 12749 0 -1 1077944384 5382 0 0 0 274 2 0 0 20 0 28 0 419320227 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648571500912 139649594329730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18447] ppid=18430 vsize=28768328 memory=10560 CPUtime=2.83 cores=0-7
/proc/18432/task/18447/stat : 18447 (java) S 18430 18430 12749 0 -1 1077944384 6351 0 0 0 281 2 0 0 20 0 28 0 419320227 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648570448112 139649594329730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 48 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18448] ppid=18430 vsize=28768328 memory=12024 CPUtime=2.82 cores=0-7
/proc/18432/task/18448/stat : 18448 (java) S 18430 18430 12749 0 -1 1077944384 8175 0 0 0 279 3 0 0 20 0 28 0 419320227 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648569395312 139649594329730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18449] ppid=18430 vsize=28768328 memory=1556 CPUtime=1.17 cores=0-7
/proc/18432/task/18449/stat : 18449 (java) S 18430 18430 12749 0 -1 1077944384 5770 0 0 0 114 3 0 0 20 0 28 0 419320227 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648568342512 139649594329730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18450] ppid=18430 vsize=28768328 memory=2241 CPUtime=0 cores=0-7
/proc/18432/task/18450/stat : 18450 (java) S 18430 18430 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419320227 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648567290976 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18451] ppid=18430 vsize=28768328 memory=2244 CPUtime=0 cores=0-7
/proc/18432/task/18451/stat : 18451 (java) S 18430 18430 12749 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 28 0 419320227 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648566238256 139649594329730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18524] ppid=18430 vsize=28768328 memory=140216455536096 CPUtime=2.3 cores=0-7
/proc/18432/task/18524/stat : 18524 (java) R 18430 18430 12749 0 -1 4202560 27 0 0 0 230 0 0 0 20 0 28 0 419320870 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648554114016 139649208204634 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18525] ppid=18430 vsize=28768328 memory=140216455536192 CPUtime=2.3 cores=0-7
/proc/18432/task/18525/stat : 18525 (java) R 18430 18430 12749 0 -1 4202560 24 0 0 0 230 0 0 0 20 0 28 0 419320870 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648550957008 139649208204755 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18526] ppid=18430 vsize=28768328 memory=6656426216303648864 CPUtime=2.29 cores=0-7
/proc/18432/task/18526/stat : 18526 (java) R 18430 18430 12749 0 -1 4202560 42 0 0 0 229 0 0 0 20 0 28 0 419320870 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648555166944 139649208204588 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18527] ppid=18430 vsize=28768328 memory=280432910671736 CPUtime=2.28 cores=0-7
/proc/18432/task/18527/stat : 18527 (java) R 18430 18430 12749 0 -1 4202560 45 0 0 0 228 0 0 0 20 0 28 0 419320870 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648547798920 139649208204705 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18528] ppid=18430 vsize=28768328 memory=280432910430760 CPUtime=2.29 cores=0-7
/proc/18432/task/18528/stat : 18528 (java) R 18430 18430 12749 0 -1 4202560 32 0 0 0 229 0 0 0 20 0 28 0 419320870 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648553062016 139649208204204 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18529] ppid=18430 vsize=28768328 memory=4211961791996928128 CPUtime=0 cores=0-7
/proc/18432/task/18529/stat : 18529 (java) S 18430 18430 12749 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 419320870 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648548856528 139649594328789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18530] ppid=18430 vsize=28768328 memory=436212 CPUtime=2.29 cores=0-7
/proc/18432/task/18530/stat : 18530 (java) R 18430 18430 12749 0 -1 4202560 37 0 0 0 229 0 0 0 20 0 28 0 419320870 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648552010064 139649208204764 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
[pid=18432/tid=18531] ppid=18430 vsize=28768328 memory=0 CPUtime=2.29 cores=0-7
/proc/18432/task/18531/stat : 18531 (java) R 18430 18430 12749 0 -1 4202560 25 0 0 0 229 0 0 0 20 0 28 0 419320870 29458767872 109053 33554432000 4194304 4196468 140735244576208 139648549904208 139649208204372 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14168064 140735244583914 140735244584086 140735244584086 140735244586959 0
Current children cumulated CPU time: 54.75 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 437664 KiB

Child status: 0
Real time (s): 8.81896
CPU time (s): 54.8045
CPU user time (s): 54.3131
CPU system time (s): 0.491359
CPU usage (%): 621.44
Max. virtual memory (cumulated for all children) (KiB): 28881456
Max. memory (cumulated for all children) (KiB): 447128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.3131
system time used= 0.491359
maximum resident set size= 445676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42625
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5500
involuntary context switches= 1097


# summary of solver processes directly reported to runsolver:
#   pid: 18430
#   total CPU time (s): 54.8045
#   total CPU user time (s): 54.3131
#   total CPU system time (s): 0.491359

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.101065 second user time and 0.130094 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-14 04:09:38
IDJOB=4393954
IDBENCH=127979
IDSOLVER=2841
FILE ID=node106/4393954-1568430656
RUNJOBID= node106-1568413091-12776
PBS_JOBID= 21702261
Free space on /tmp= 59112 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-6.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-4393954-1568430656/watcher-4393954-1568430656 -o /tmp/evaluation-result-4393954-1568430656/solver-4393954-1568430656 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568413091-12776 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1925339228 HOME/instance-4393954-1568430656.xml

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

MD5SUM BENCH= 0bc555941feddabd64880acf40a70a83
RANDOM SEED=1925339228

node106.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.79
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.79
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.79
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.79
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:        30626476 kB
MemAvailable:   31901220 kB
Buffers:          183892 kB
Cached:          1371628 kB
SwapCached:         9320 kB
Active:           486960 kB
Inactive:        1083360 kB
Active(anon):      13636 kB
Inactive(anon):    34744 kB
Active(file):     473324 kB
Inactive(file):  1048616 kB
Unevictable:      106908 kB
Mlocked:          106908 kB
SwapTotal:      67108860 kB
SwapFree:       66997684 kB
Dirty:             26920 kB
Writeback:            56 kB
AnonPages:        113020 kB
Mapped:            38188 kB
Shmem:             25300 kB
Slab:             166936 kB
SReclaimable:     137280 kB
SUnreclaim:        29656 kB
KernelStack:        3328 kB
PageTables:         5064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     489664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59088 MiB
End job on node106 at 2019-09-14 04:09:47