Trace number 4393884

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 parallelOPT34 193.337 24.9376

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-05-12.xml
MD5SUMd0005c97ad61d9cead696518787f869e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark14.8846
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints146
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":60},{"size":9,"count":60}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":60},{"degree":7,"count":4},{"degree":8,"count":26},{"degree":10,"count":30}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":60},{"arity":3,"count":26},{"arity":4,"count":4},{"arity":6,"count":26},{"arity":9,"count":30}]
Number of extensional constraints86
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":86},{"type":"sum","count":60}]
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-4393884-1568419185.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393884-1568419185.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.69/0.73	c solve instance...
1.69/0.78	o 0 
1.69/0.79	o 4 
2.17/0.82	o 5 
2.17/0.83	o 6 
2.17/0.85	o 8 
2.17/0.85	o 9 
2.17/0.85	o 10 
2.17/0.87	o 12 
2.17/0.87	o 14 
2.17/0.89	o 16 
2.86/0.95	o 17 
2.86/0.99	o 18 
3.58/1.01	o 21 
3.58/1.02	o 22 
3.58/1.05	o 23 
3.58/1.06	o 25 
3.58/1.06	o 26 
4.32/1.13	o 27 
4.32/1.17	o 28 
4.92/1.27	o 29 
5.67/1.35	o 30 
6.45/1.49	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (36/38)
6.45/1.49		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
6.45/1.49		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
6.45/1.49		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
6.45/1.49		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
6.45/1.49		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
6.45/1.49	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (36/38)
6.45/1.49		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
6.45/1.49		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
6.45/1.49		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
6.45/1.49		at org.chocosolver.solver.Solver.repair(Solver.java:443)
6.45/1.49		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
6.45/1.49		at org.chocosolver.solver.Solver.solve(Solver.java:262)
6.45/1.49		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
6.45/1.49		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
6.45/1.49		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
6.45/1.49		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
6.45/1.49		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
6.45/1.49		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
6.45/1.49		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
6.45/1.49		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
6.45/1.49		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
6.45/1.49		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
6.45/1.49	o 31 
6.45/1.50	o 32 
8.80/1.75	o 33 
22.95/3.51	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (31/33)
22.95/3.51		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
22.95/3.51		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
22.95/3.51		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
22.95/3.51		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
22.95/3.51		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
22.95/3.51	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (31/33)
22.95/3.51		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
22.95/3.51		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
22.95/3.51		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
22.95/3.51		at org.chocosolver.solver.Solver.repair(Solver.java:443)
22.95/3.51		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
22.95/3.51		at org.chocosolver.solver.Solver.solve(Solver.java:262)
22.95/3.51		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
22.95/3.51		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
22.95/3.51		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
22.95/3.51		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
22.95/3.51		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
22.95/3.51		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
22.95/3.51		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
22.95/3.51		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
22.95/3.51		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
22.95/3.51		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
22.95/3.51	o 34 
193.16/24.92	s OPTIMUM FOUND
193.16/24.92	v <instantiation>
193.16/24.92	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[0][11] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[1][11] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[2][11] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[3][10] s[3][11] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[4][10] s[4][11] </list>
193.16/24.92	v 	<values>1 1 0 1 1 0 0 1 1 0 1 1 1 1 0 1 0 1 0 0 1 0 1 1 0 0 0 1 0 1 1 0 1 0 0 0 1 1 0 1 0 1 0 0 1 0 1 1 1 1 0 1 1 0 0 1 1 0 1 1 3 3 4 2 3 2 2 2 2 4 3 3 3 3 5 3 6 3 4 5 3 5 3 3 4 4 5 2 6 3 3 4 2 5 4 4 3 3 5 3 6 3 4 5 3 5 3 3 3 3 4 2 3 2 2 2 2 4 3 3 </values>
193.16/24.92	v </instantiation>

Verifier Data

OK	34

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393884-1568419185/watcher-4393884-1568419185 -o /tmp/evaluation-result-4393884-1568419185/solver-4393884-1568419185 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node119-1568417505-21287 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1796031219 HOME/instance-4393884-1568419185.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=22192, runsolver pid=22189
Current StackSize limit: 8192 KiB


[startup+0.100135 s]*
/proc/loadavg: 4.73 7.00 6.39 2/211 22213
/proc/meminfo: memFree=23116020/32770624 swapFree=66939840/67108860
[pid=22192] ppid=22189 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22192/stat : 22192 (xcsp3-exec) S 22189 22192 21260 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417833369 115843072 364 33554432000 4194304 5098028 140724547017840 140724547015944 140257540932220 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 21934080 140724547023733 140724547023977 140724547023977 140724547026890 0
/proc/22192/statm: 28282 364 305 221 0 87 0
[pid=22194] ppid=22192 vsize=28227388 memory=29516 CPUtime=0.13 cores=0-7
/proc/22194/stat : 22194 (java) S 22192 22192 21260 0 -1 1077944320 5844 0 0 0 11 2 0 0 20 0 20 0 417833369 28904845312 7379 33554432000 4194304 4196468 140727539488160 140727539470704 139903729532663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
/proc/22194/statm: 7056847 7379 3121 1 0 7019032 0
[pid=22194/tid=22195] ppid=22192 vsize=28227388 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/22194/task/22195/stat : 22195 (java) R 22192 22192 21260 0 -1 4202560 3767 0 0 0 8 1 0 0 20 0 20 0 417833369 28904845312 7379 33554432000 4194304 4196468 140727539488160 139903733764592 139903729544598 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22196] ppid=22192 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/22194/task/22196/stat : 22196 (java) S 22192 22192 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417833370 28904845312 7379 33554432000 4194304 4196468 140727539488160 139903682153360 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22197] ppid=22192 vsize=28227388 memory=140434051872384 CPUtime=0 cores=0-7
/proc/22194/task/22197/stat : 22197 (java) S 22192 22192 21260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417833370 28904845312 7379 33554432000 4194304 4196468 140727539488160 139903681100560 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22198] ppid=22192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22198/stat : 22198 (java) S 22192 22192 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417833370 28904845312 7379 33554432000 4194304 4196468 140727539488160 139903680048272 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22199] ppid=22192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22199/stat : 22199 (java) S 22192 22192 21260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417833370 28904845312 7379 33554432000 4194304 4196468 140727539488160 139903678995472 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22200] ppid=22192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22200/stat : 22200 (java) S 22192 22192 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417833370 28904845312 7379 33554432000 4194304 4196468 140727539488160 139903677942160 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22201] ppid=22192 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/22194/task/22201/stat : 22201 (java) S 22192 22192 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417833370 28904845312 7379 33554432000 4194304 4196468 140727539488160 139903676889360 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22202] ppid=22192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22202/stat : 22202 (java) S 22192 22192 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417833370 28904845312 7379 33554432000 4194304 4196468 140727539488160 139903675837072 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22203] ppid=22192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22203/stat : 22203 (java) S 22192 22192 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417833370 28904845312 7379 33554432000 4194304 4196468 140727539488160 139903674784272 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22204] ppid=22192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22204/stat : 22204 (java) S 22192 22192 21260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417833371 28904845312 7379 33554432000 4194304 4196468 140727539488160 139901858040432 139903729543810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22205] ppid=22192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22205/stat : 22205 (java) S 22192 22192 21260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 417833372 28904845312 7379 33554432000 4194304 4196468 140727539488160 139901856986400 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22206] ppid=22192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22206/stat : 22206 (java) S 22192 22192 21260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 417833372 28904845312 7379 33554432000 4194304 4196468 140727539488160 139901855934064 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22207] ppid=22192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22207/stat : 22207 (java) S 22192 22192 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417833375 28904845312 7379 33554432000 4194304 4196468 140727539488160 139901854882384 139903729551259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22208] ppid=22192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22208/stat : 22208 (java) S 22192 22192 21260 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 417833375 28904845312 7379 33554432000 4194304 4196468 140727539488160 139901853829232 139903729543810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22209] ppid=22192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22209/stat : 22209 (java) R 22192 22192 21260 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 20 0 417833375 28904845312 7379 33554432000 4194304 4196468 140727539488160 139901852776432 139903729543810 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22210] ppid=22192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22210/stat : 22210 (java) S 22192 22192 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417833375 28904845312 7379 33554432000 4194304 4196468 140727539488160 139901851724144 139903729543810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22211] ppid=22192 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/22194/task/22211/stat : 22211 (java) R 22192 22192 21260 0 -1 4202560 340 0 0 0 2 0 0 0 20 0 20 0 417833375 28904845312 7379 33554432000 4194304 4196468 140727539488160 139901850671344 139903708189827 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22212] ppid=22192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22212/stat : 22212 (java) S 22192 22192 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417833375 28904845312 7379 33554432000 4194304 4196468 140727539488160 139901541374816 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22213] ppid=22192 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/22194/task/22213/stat : 22213 (java) S 22192 22192 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417833375 28904845312 7379 33554432000 4194304 4196468 140727539488160 139901540322096 139903729543810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30972 KiB

[startup+0.213563 s]*
/proc/loadavg: 4.73 7.00 6.39 3/211 22213
/proc/meminfo: memFree=23103784/32770624 swapFree=66939840/67108860
[pid=22192] ppid=22189 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22192/stat : 22192 (xcsp3-exec) S 22189 22192 21260 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417833369 115843072 364 33554432000 4194304 5098028 140724547017840 140724547015944 140257540932220 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 21934080 140724547023733 140724547023977 140724547023977 140724547026890 0
/proc/22192/statm: 28282 364 305 221 0 87 0
[pid=22194] ppid=22192 vsize=28227388 memory=40996 CPUtime=0.34 cores=0-7
/proc/22194/stat : 22194 (java) S 22192 22192 21260 0 -1 1077944320 9526 0 0 0 31 3 0 0 20 0 20 0 417833369 28904845312 10249 33554432000 4194304 4196468 140727539488160 140727539470704 139903729532663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
/proc/22194/statm: 7056847 10249 3299 1 0 7019032 0
[pid=22194/tid=22195] ppid=22192 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/22194/task/22195/stat : 22195 (java) S 22192 22192 21260 0 -1 1077944384 6687 0 0 0 18 2 0 0 20 0 20 0 417833369 28904845312 10249 33554432000 4194304 4196468 140727539488160 139903733767648 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22196] ppid=22192 vsize=28227388 memory=342 CPUtime=0 cores=0-7
/proc/22194/task/22196/stat : 22196 (java) S 22192 22192 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417833370 28904845312 10249 33554432000 4194304 4196468 140727539488160 139903682153360 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22197] ppid=22192 vsize=28227388 memory=140434054966069 CPUtime=0 cores=0-7
/proc/22194/task/22197/stat : 22197 (java) S 22192 22192 21260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417833370 28904845312 10249 33554432000 4194304 4196468 140727539488160 139903681100560 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22198] ppid=22192 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/22194/task/22198/stat : 22198 (java) S 22192 22192 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417833370 28904845312 10249 33554432000 4194304 4196468 140727539488160 139903680048272 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22199] ppid=22192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22199/stat : 22199 (java) S 22192 22192 21260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417833370 28904845312 10249 33554432000 4194304 4196468 140727539488160 139903678995472 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22200] ppid=22192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22200/stat : 22200 (java) S 22192 22192 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417833370 28904845312 10249 33554432000 4194304 4196468 140727539488160 139903677942160 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22201] ppid=22192 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/22194/task/22201/stat : 22201 (java) S 22192 22192 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417833370 28904845312 10249 33554432000 4194304 4196468 140727539488160 139903676889360 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22202] ppid=22192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22202/stat : 22202 (java) S 22192 22192 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417833370 28904845312 10249 33554432000 4194304 4196468 140727539488160 139903675837072 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22203] ppid=22192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22203/stat : 22203 (java) S 22192 22192 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417833370 28904845312 10249 33554432000 4194304 4196468 140727539488160 139903674784272 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22204] ppid=22192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22204/stat : 22204 (java) S 22192 22192 21260 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 417833371 28904845312 10249 33554432000 4194304 4196468 140727539488160 139901858040432 139903729543810 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22205] ppid=22192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22205/stat : 22205 (java) S 22192 22192 21260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 417833372 28904845312 10249 33554432000 4194304 4196468 140727539488160 139901856986400 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22206] ppid=22192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22206/stat : 22206 (java) S 22192 22192 21260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 417833372 28904845312 10249 33554432000 4194304 4196468 140727539488160 139901855934064 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22207] ppid=22192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22207/stat : 22207 (java) S 22192 22192 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417833375 28904845312 10249 33554432000 4194304 4196468 140727539488160 139901854882384 139903729551259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22208] ppid=22192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22208/stat : 22208 (java) S 22192 22192 21260 0 -1 1077944384 324 0 0 0 0 0 0 0 20 0 20 0 417833375 28904845312 10249 33554432000 4194304 4196468 140727539488160 139901853829232 139903729543810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22209] ppid=22192 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/22194/task/22209/stat : 22209 (java) S 22192 22192 21260 0 -1 1077944384 359 0 0 0 2 0 0 0 20 0 20 0 417833375 28904845312 10249 33554432000 4194304 4196468 140727539488160 139901852776432 139903729543810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22210] ppid=22192 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/22194/task/22210/stat : 22210 (java) S 22192 22192 21260 0 -1 1077944384 99 0 0 0 1 0 0 0 20 0 20 0 417833375 28904845312 10249 33554432000 4194304 4196468 140727539488160 139901851724144 139903729543810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22211] ppid=22192 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/22194/task/22211/stat : 22211 (java) S 22192 22192 21260 0 -1 1077944384 750 0 0 0 8 0 0 0 20 0 20 0 417833375 28904845312 10249 33554432000 4194304 4196468 140727539488160 139901850671344 139903729543810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22212] ppid=22192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22212/stat : 22212 (java) S 22192 22192 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417833375 28904845312 10249 33554432000 4194304 4196468 140727539488160 139901541374816 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22213] ppid=22192 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/22194/task/22213/stat : 22213 (java) S 22192 22192 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417833375 28904845312 10249 33554432000 4194304 4196468 140727539488160 139901540322096 139903729543810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42452 KiB

[startup+0.311156 s]*
/proc/loadavg: 4.73 7.00 6.39 3/211 22213
/proc/meminfo: memFree=23096748/32770624 swapFree=66939840/67108860
[pid=22192] ppid=22189 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22192/stat : 22192 (xcsp3-exec) S 22189 22192 21260 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417833369 115843072 364 33554432000 4194304 5098028 140724547017840 140724547015944 140257540932220 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 21934080 140724547023733 140724547023977 140724547023977 140724547026890 0
/proc/22192/statm: 28282 364 305 221 0 87 0
[pid=22194] ppid=22192 vsize=28231644 memory=50344 CPUtime=0.53 cores=0-7
/proc/22194/stat : 22194 (java) S 22192 22192 21260 0 -1 1077944320 10948 0 0 0 48 5 0 0 20 0 20 0 417833369 28909203456 12586 33554432000 4194304 4196468 140727539488160 140727539470704 139903729532663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
/proc/22194/statm: 7057911 12586 3360 1 0 7019032 0
[pid=22194/tid=22195] ppid=22192 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/22194/task/22195/stat : 22195 (java) R 22192 22192 21260 0 -1 4202560 7859 0 0 0 26 3 0 0 20 0 20 0 417833369 28909203456 12586 33554432000 4194304 4196468 140727539488160 139903733766448 139903713613150 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22196] ppid=22192 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22196/stat : 22196 (java) S 22192 22192 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417833370 28909203456 12586 33554432000 4194304 4196468 140727539488160 139903682153360 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22197] ppid=22192 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22197/stat : 22197 (java) S 22192 22192 21260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417833370 28909203456 12586 33554432000 4194304 4196468 140727539488160 139903681100560 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22198] ppid=22192 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22198/stat : 22198 (java) S 22192 22192 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417833370 28909203456 12586 33554432000 4194304 4196468 140727539488160 139903680048272 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22199] ppid=22192 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22199/stat : 22199 (java) S 22192 22192 21260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417833370 28909203456 12586 33554432000 4194304 4196468 140727539488160 139903678995472 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22200] ppid=22192 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22200/stat : 22200 (java) S 22192 22192 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417833370 28909203456 12651 33554432000 4194304 4196468 140727539488160 139903677942160 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22201] ppid=22192 vsize=28231644 memory=140433955056303 CPUtime=0 cores=0-7
/proc/22194/task/22201/stat : 22201 (java) S 22192 22192 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417833370 28909203456 12651 33554432000 4194304 4196468 140727539488160 139903676889360 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22202] ppid=22192 vsize=28231644 memory=140433955058608 CPUtime=0 cores=0-7
/proc/22194/task/22202/stat : 22202 (java) S 22192 22192 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417833370 28909203456 12651 33554432000 4194304 4196468 140727539488160 139903675837072 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22203] ppid=22192 vsize=28231644 memory=140433955060912 CPUtime=0 cores=0-7
/proc/22194/task/22203/stat : 22203 (java) S 22192 22192 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417833370 28909203456 12651 33554432000 4194304 4196468 140727539488160 139903674784272 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22204] ppid=22192 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22204/stat : 22204 (java) S 22192 22192 21260 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 417833371 28909203456 12651 33554432000 4194304 4196468 140727539488160 139901858040432 139903729543810 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22205] ppid=22192 vsize=28231644 memory=280867910135696 CPUtime=0 cores=0-7
/proc/22194/task/22205/stat : 22205 (java) S 22192 22192 21260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 417833372 28909203456 12651 33554432000 4194304 4196468 140727539488160 139901856986400 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22206] ppid=22192 vsize=28231644 memory=280867910133392 CPUtime=0 cores=0-7
/proc/22194/task/22206/stat : 22206 (java) S 22192 22192 21260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 417833372 28909203456 12651 33554432000 4194304 4196468 140727539488160 139901855934064 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22207] ppid=22192 vsize=28231644 memory=280867910140304 CPUtime=0 cores=0-7
/proc/22194/task/22207/stat : 22207 (java) S 22192 22192 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417833375 28909203456 12651 33554432000 4194304 4196468 140727539488160 139901854882384 139903729551259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22208] ppid=22192 vsize=28231644 memory=280867910081584 CPUtime=0.01 cores=0-7
/proc/22194/task/22208/stat : 22208 (java) S 22192 22192 21260 0 -1 1077944384 331 0 0 0 1 0 0 0 20 0 20 0 417833375 28909203456 12651 33554432000 4194304 4196468 140727539488160 139901853829232 139903729543810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22209] ppid=22192 vsize=28231644 memory=280867910154128 CPUtime=0.04 cores=0-7
/proc/22194/task/22209/stat : 22209 (java) S 22192 22192 21260 0 -1 1077944384 477 0 0 0 4 0 0 0 20 0 20 0 417833375 28909203456 12651 33554432000 4194304 4196468 140727539488160 139901852776432 139903729543810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22210] ppid=22192 vsize=28231644 memory=280867910161040 CPUtime=0.02 cores=0-7
/proc/22194/task/22210/stat : 22210 (java) S 22192 22192 21260 0 -1 1077944384 130 0 0 0 2 0 0 0 20 0 20 0 417833375 28909203456 12651 33554432000 4194304 4196468 140727539488160 139901851724144 139903729543810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22211] ppid=22192 vsize=28231644 memory=280867910158736 CPUtime=0.12 cores=0-7
/proc/22194/task/22211/stat : 22211 (java) S 22192 22192 21260 0 -1 1077944384 847 0 0 0 12 0 0 0 20 0 20 0 417833375 28909203456 12651 33554432000 4194304 4196468 140727539488160 139901850671344 139903729543810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22212] ppid=22192 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22212/stat : 22212 (java) S 22192 22192 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417833375 28909203456 12651 33554432000 4194304 4196468 140727539488160 139901541374816 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22213] ppid=22192 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/22194/task/22213/stat : 22213 (java) S 22192 22192 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417833375 28909203456 12651 33554432000 4194304 4196468 140727539488160 139901540322096 139903729543810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51800 KiB

[startup+0.700939 s]
/proc/loadavg: 4.73 7.00 6.39 5/211 22213
/proc/meminfo: memFree=23085128/32770624 swapFree=66939840/67108860
[pid=22192] ppid=22189 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22192/stat : 22192 (xcsp3-exec) S 22189 22192 21260 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417833369 115843072 364 33554432000 4194304 5098028 140724547017840 140724547015944 140257540932220 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 21934080 140724547023733 140724547023977 140724547023977 140724547026890 0
/proc/22192/statm: 28282 364 305 221 0 87 0
[pid=22194] ppid=22192 vsize=28233768 memory=94492 CPUtime=1.69 cores=0-7
/proc/22194/stat : 22194 (java) S 22192 22192 21260 0 -1 1077944320 16856 0 0 0 161 8 0 0 20 0 20 0 417833369 28911378432 23623 33554432000 4194304 4196468 140727539488160 140727539470704 139903729532663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
/proc/22194/statm: 7058442 23623 3454 1 0 7019544 0
[pid=22194/tid=22195] ppid=22192 vsize=28233768 memory=0 CPUtime=0.68 cores=0-7
/proc/22194/task/22195/stat : 22195 (java) R 22192 22192 21260 0 -1 4202560 9289 0 0 0 63 5 0 0 20 0 20 0 417833369 28911378432 23623 33554432000 4194304 4196468 140727539488160 139903733770688 139903344918272 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22196] ppid=22192 vsize=28233768 memory=140433955267440 CPUtime=0 cores=0-7
/proc/22194/task/22196/stat : 22196 (java) S 22192 22192 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417833370 28911378432 23623 33554432000 4194304 4196468 140727539488160 139903682153360 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22197] ppid=22192 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/22194/task/22197/stat : 22197 (java) S 22192 22192 21260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417833370 28911378432 23623 33554432000 4194304 4196468 140727539488160 139903681100560 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22198] ppid=22192 vsize=28233768 memory=1256 CPUtime=0 cores=0-7
/proc/22194/task/22198/stat : 22198 (java) S 22192 22192 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417833370 28911378432 23623 33554432000 4194304 4196468 140727539488160 139903680048272 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0

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

[pid=22194/tid=22211] ppid=22192 vsize=28834892 memory=924 CPUtime=1.11 cores=0-7
/proc/22194/task/22211/stat : 22211 (java) S 22192 22192 21260 0 -1 1077944384 7492 0 0 0 110 1 0 0 20 0 28 0 417833375 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901850671344 139903729543810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 22 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22212] ppid=22192 vsize=28834892 memory=3688 CPUtime=0 cores=0-7
/proc/22194/task/22212/stat : 22212 (java) S 22192 22192 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 417833375 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901541374816 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22213] ppid=22192 vsize=28834892 memory=1984 CPUtime=0.01 cores=0-7
/proc/22194/task/22213/stat : 22213 (java) S 22192 22192 21260 0 -1 1077944384 854 0 0 0 0 1 0 0 20 0 28 0 417833375 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901540322096 139903729543810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 22 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22414] ppid=22192 vsize=28834892 memory=1440 CPUtime=20.53 cores=0-7
/proc/22194/task/22414/stat : 22414 (java) R 22192 22192 21260 0 -1 4202560 333 0 0 0 2053 0 0 0 20 0 28 0 417833720 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901527138264 139903352184073 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22415] ppid=22192 vsize=28834892 memory=812 CPUtime=20.38 cores=0-7
/proc/22194/task/22415/stat : 22415 (java) R 22192 22192 21260 0 -1 4202560 306 0 0 0 2038 0 0 0 20 0 28 0 417833720 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901528195184 139903347915417 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22416] ppid=22192 vsize=28834892 memory=2580 CPUtime=20.44 cores=0-7
/proc/22194/task/22416/stat : 22416 (java) R 22192 22192 21260 0 -1 4202560 2480 0 0 0 2040 4 0 0 20 0 28 0 417833720 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901523981552 139903347501824 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22417] ppid=22192 vsize=28834892 memory=1760 CPUtime=20.49 cores=0-7
/proc/22194/task/22417/stat : 22417 (java) R 22192 22192 21260 0 -1 4202560 1222 0 0 0 2043 6 0 0 20 0 28 0 417833720 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901525033112 139903351715934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22418] ppid=22192 vsize=28834892 memory=111636 CPUtime=20.45 cores=0-7
/proc/22194/task/22418/stat : 22418 (java) R 22192 22192 21260 0 -1 4202560 504 0 0 0 2044 1 0 0 20 0 28 0 417833720 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901520830728 139903347914412 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22419] ppid=22192 vsize=28834892 memory=808 CPUtime=20.59 cores=0-7
/proc/22194/task/22419/stat : 22419 (java) R 22192 22192 21260 0 -1 4202560 506 0 0 0 2057 2 0 0 20 0 28 0 417833720 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901526085752 139903351264564 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22420] ppid=22192 vsize=28834892 memory=4108 CPUtime=20.37 cores=0-7
/proc/22194/task/22420/stat : 22420 (java) R 22192 22192 21260 0 -1 4202560 805 0 0 0 2034 3 0 0 20 0 28 0 417833720 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901530297176 139903352184139 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22421] ppid=22192 vsize=28834892 memory=1808 CPUtime=20.43 cores=0-7
/proc/22194/task/22421/stat : 22421 (java) R 22192 22192 21260 0 -1 4202560 1287 0 0 0 2039 4 0 0 20 0 28 0 417833721 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901531353392 139903343105687 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
Current children cumulated CPU time: 189.16 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 1174208 KiB

[startup+24.801 s]
/proc/loadavg: 6.55 7.25 6.49 10/219 22421
/proc/meminfo: memFree=21974752/32770624 swapFree=66939840/67108860
[pid=22192] ppid=22189 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22192/stat : 22192 (xcsp3-exec) S 22189 22192 21260 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417833369 115843072 364 33554432000 4194304 5098028 140724547017840 140724547015944 140257540932220 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 21934080 140724547023733 140724547023977 140724547023977 140724547026890 0
/proc/22192/statm: 28282 364 305 221 0 87 0
[pid=22194] ppid=22192 vsize=28834892 memory=1172752 CPUtime=192.34 cores=0-7
/proc/22194/stat : 22194 (java) S 22192 22192 21260 0 -1 1077944320 55564 0 0 0 19168 66 0 0 20 0 28 0 417833369 29526929408 293188 33554432000 4194304 4196468 140727539488160 140727539470704 139903729532663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
/proc/22194/statm: 7208723 293188 3541 1 0 7169825 0
[pid=22194/tid=22195] ppid=22192 vsize=28834892 memory=3 CPUtime=0.75 cores=0-7
/proc/22194/task/22195/stat : 22195 (java) S 22192 22192 21260 0 -1 1077944384 9471 0 0 0 70 5 0 0 20 0 28 0 417833369 29526929408 293188 33554432000 4194304 4196468 140727539488160 139903733773440 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22196] ppid=22192 vsize=28834892 memory=4 CPUtime=0.09 cores=0-7
/proc/22194/task/22196/stat : 22196 (java) S 22192 22192 21260 0 -1 1077944384 458 0 0 0 6 3 0 0 20 0 28 0 417833370 29526929408 293188 33554432000 4194304 4196468 140727539488160 139903682153360 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22197] ppid=22192 vsize=28834892 memory=288230574492221466 CPUtime=0.06 cores=0-7
/proc/22194/task/22197/stat : 22197 (java) S 22192 22192 21260 0 -1 1077944384 119 0 0 0 4 2 0 0 20 0 28 0 417833370 29526929408 293188 33554432000 4194304 4196468 140727539488160 139903681100560 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22198] ppid=22192 vsize=28834892 memory=288230596050944315 CPUtime=0.06 cores=0-7
/proc/22194/task/22198/stat : 22198 (java) S 22192 22192 21260 0 -1 1077944384 180 0 0 0 4 2 0 0 20 0 28 0 417833370 29526929408 293188 33554432000 4194304 4196468 140727539488160 139903680048272 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22199] ppid=22192 vsize=28834892 memory=14699582244260401 CPUtime=0.07 cores=0-7
/proc/22194/task/22199/stat : 22199 (java) S 22192 22192 21260 0 -1 1077944384 371 0 0 0 4 3 0 0 20 0 28 0 417833370 29526929408 293188 33554432000 4194304 4196468 140727539488160 139903678995472 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22200] ppid=22192 vsize=28834892 memory=4872558044660077418 CPUtime=0.07 cores=0-7
/proc/22194/task/22200/stat : 22200 (java) S 22192 22192 21260 0 -1 1077944384 533 0 0 0 5 2 0 0 20 0 28 0 417833370 29526929408 293188 33554432000 4194304 4196468 140727539488160 139903677942160 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22201] ppid=22192 vsize=28834892 memory=4108 CPUtime=0.06 cores=0-7
/proc/22194/task/22201/stat : 22201 (java) S 22192 22192 21260 0 -1 1077944384 644 0 0 0 4 2 0 0 20 0 28 0 417833370 29526929408 293188 33554432000 4194304 4196468 140727539488160 139903676889360 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22202] ppid=22192 vsize=28834892 memory=1456 CPUtime=0.08 cores=0-7
/proc/22194/task/22202/stat : 22202 (java) S 22192 22192 21260 0 -1 1077944384 210 0 0 0 5 3 0 0 20 0 28 0 417833370 29526929408 293188 33554432000 4194304 4196468 140727539488160 139903675837072 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22203] ppid=22192 vsize=28834892 memory=1172752 CPUtime=0.06 cores=0-7
/proc/22194/task/22203/stat : 22203 (java) S 22192 22192 21260 0 -1 1077944384 157 0 0 0 4 2 0 0 20 0 28 0 417833370 29526929408 293188 33554432000 4194304 4196468 140727539488160 139903674784272 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22204] ppid=22192 vsize=28834892 memory=9580 CPUtime=0.02 cores=0-7
/proc/22194/task/22204/stat : 22204 (java) S 22192 22192 21260 0 -1 1077944384 1245 0 0 0 2 0 0 0 20 0 28 0 417833371 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901858040432 139903729543810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22205] ppid=22192 vsize=28834892 memory=1052 CPUtime=0 cores=0-7
/proc/22194/task/22205/stat : 22205 (java) S 22192 22192 21260 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 417833372 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901856986464 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22206] ppid=22192 vsize=28834892 memory=776 CPUtime=0 cores=0-7
/proc/22194/task/22206/stat : 22206 (java) S 22192 22192 21260 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 417833372 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901855934080 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22207] ppid=22192 vsize=28834892 memory=2832 CPUtime=0 cores=0-7
/proc/22194/task/22207/stat : 22207 (java) S 22192 22192 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 417833375 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901854882384 139903729551259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22208] ppid=22192 vsize=28834892 memory=668 CPUtime=2.51 cores=0-7
/proc/22194/task/22208/stat : 22208 (java) S 22192 22192 21260 0 -1 1077944384 6079 0 0 0 249 2 0 0 20 0 28 0 417833375 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901853829232 139903729543810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22209] ppid=22192 vsize=28834892 memory=1256 CPUtime=2.85 cores=0-7
/proc/22194/task/22209/stat : 22209 (java) S 22192 22192 21260 0 -1 1077944384 7762 0 0 0 283 2 0 0 20 0 28 0 417833375 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901852776432 139903729543810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22210] ppid=22192 vsize=28834892 memory=1076 CPUtime=2.69 cores=0-7
/proc/22194/task/22210/stat : 22210 (java) S 22192 22192 21260 0 -1 1077944384 7340 0 0 0 267 2 0 0 20 0 28 0 417833375 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901851724144 139903729543810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 19 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22211] ppid=22192 vsize=28834892 memory=14008 CPUtime=1.11 cores=0-7
/proc/22194/task/22211/stat : 22211 (java) S 22192 22192 21260 0 -1 1077944384 7492 0 0 0 110 1 0 0 20 0 28 0 417833375 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901850671344 139903729543810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 22 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22212] ppid=22192 vsize=28834892 memory=1456 CPUtime=0 cores=0-7
/proc/22194/task/22212/stat : 22212 (java) S 22192 22192 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 417833375 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901541374816 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22213] ppid=22192 vsize=28834892 memory=1172752 CPUtime=0.01 cores=0-7
/proc/22194/task/22213/stat : 22213 (java) S 22192 22192 21260 0 -1 1077944384 854 0 0 0 0 1 0 0 20 0 28 0 417833375 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901540322096 139903729543810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 22 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22414] ppid=22192 vsize=28834892 memory=7900382160082058845 CPUtime=20.93 cores=0-7
/proc/22194/task/22414/stat : 22414 (java) R 22192 22192 21260 0 -1 4202560 334 0 0 0 2093 0 0 0 20 0 28 0 417833720 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901527138264 139903352183769 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22415] ppid=22192 vsize=28834892 memory=0 CPUtime=20.78 cores=0-7
/proc/22194/task/22415/stat : 22415 (java) R 22192 22192 21260 0 -1 4202560 307 0 0 0 2078 0 0 0 20 0 28 0 417833720 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901528195184 139903348869200 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22416] ppid=22192 vsize=28834892 memory=0 CPUtime=20.84 cores=0-7
/proc/22194/task/22416/stat : 22416 (java) R 22192 22192 21260 0 -1 4202560 2481 0 0 0 2080 4 0 0 20 0 28 0 417833720 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901523981552 139903352009789 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22417] ppid=22192 vsize=28834892 memory=7236547281622689387 CPUtime=20.89 cores=0-7
/proc/22194/task/22417/stat : 22417 (java) R 22192 22192 21260 0 -1 4202560 1223 0 0 0 2083 6 0 0 20 0 28 0 417833720 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901525033112 139903348839101 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22418] ppid=22192 vsize=28834892 memory=-6510923483710009956 CPUtime=20.85 cores=0-7
/proc/22194/task/22418/stat : 22418 (java) R 22192 22192 21260 0 -1 4202560 504 0 0 0 2084 1 0 0 20 0 28 0 417833720 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901520830728 139903347625942 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22419] ppid=22192 vsize=28834892 memory=973 CPUtime=20.99 cores=0-7
/proc/22194/task/22419/stat : 22419 (java) R 22192 22192 21260 0 -1 4202560 506 0 0 0 2097 2 0 0 20 0 28 0 417833720 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901526085752 139903347916849 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22420] ppid=22192 vsize=28834892 memory=280867912011344 CPUtime=20.77 cores=0-7
/proc/22194/task/22420/stat : 22420 (java) R 22192 22192 21260 0 -1 4202560 805 0 0 0 2074 3 0 0 20 0 28 0 417833720 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901530297176 139903343106296 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22421] ppid=22192 vsize=28834892 memory=0 CPUtime=20.83 cores=0-7
/proc/22194/task/22421/stat : 22421 (java) R 22192 22192 21260 0 -1 4202560 1289 0 0 0 2079 4 0 0 20 0 28 0 417833721 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901531353392 139903347625847 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
Current children cumulated CPU time: 192.34 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 1174208 KiB

[startup+24.902 s]
/proc/loadavg: 6.55 7.25 6.49 10/219 22421
/proc/meminfo: memFree=21974752/32770624 swapFree=66939840/67108860
[pid=22192] ppid=22189 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22192/stat : 22192 (xcsp3-exec) S 22189 22192 21260 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417833369 115843072 364 33554432000 4194304 5098028 140724547017840 140724547015944 140257540932220 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 21934080 140724547023733 140724547023977 140724547023977 140724547026890 0
/proc/22192/statm: 28282 364 305 221 0 87 0
[pid=22194] ppid=22192 vsize=28834892 memory=1172752 CPUtime=193.16 cores=0-7
/proc/22194/stat : 22194 (java) S 22192 22192 21260 0 -1 1077944320 55723 0 0 0 19249 67 0 0 20 0 28 0 417833369 29526929408 293188 33554432000 4194304 4196468 140727539488160 140727539470704 139903729532663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
/proc/22194/statm: 7208723 293188 3541 1 0 7169825 0
[pid=22194/tid=22195] ppid=22192 vsize=28834892 memory=1456 CPUtime=0.75 cores=0-7
/proc/22194/task/22195/stat : 22195 (java) S 22192 22192 21260 0 -1 1077944384 9471 0 0 0 70 5 0 0 20 0 28 0 417833369 29526929408 293188 33554432000 4194304 4196468 140727539488160 139903733773440 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22196] ppid=22192 vsize=28834892 memory=1172752 CPUtime=0.09 cores=0-7
/proc/22194/task/22196/stat : 22196 (java) S 22192 22192 21260 0 -1 1077944384 458 0 0 0 6 3 0 0 20 0 28 0 417833370 29526929408 293188 33554432000 4194304 4196468 140727539488160 139903682153360 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22197] ppid=22192 vsize=28834892 memory=1456 CPUtime=0.06 cores=0-7
/proc/22194/task/22197/stat : 22197 (java) S 22192 22192 21260 0 -1 1077944384 119 0 0 0 4 2 0 0 20 0 28 0 417833370 29526929408 293188 33554432000 4194304 4196468 140727539488160 139903681100560 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22198] ppid=22192 vsize=28834892 memory=1172752 CPUtime=0.06 cores=0-7
/proc/22194/task/22198/stat : 22198 (java) S 22192 22192 21260 0 -1 1077944384 180 0 0 0 4 2 0 0 20 0 28 0 417833370 29526929408 293188 33554432000 4194304 4196468 140727539488160 139903680048272 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22199] ppid=22192 vsize=28834892 memory=140438346839679 CPUtime=0.07 cores=0-7
/proc/22194/task/22199/stat : 22199 (java) S 22192 22192 21260 0 -1 1077944384 371 0 0 0 4 3 0 0 20 0 28 0 417833370 29526929408 293188 33554432000 4194304 4196468 140727539488160 139903678995472 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22200] ppid=22192 vsize=28834892 memory=1172752 CPUtime=0.07 cores=0-7
/proc/22194/task/22200/stat : 22200 (java) S 22192 22192 21260 0 -1 1077944384 533 0 0 0 5 2 0 0 20 0 28 0 417833370 29526929408 293188 33554432000 4194304 4196468 140727539488160 139903677942160 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22201] ppid=22192 vsize=28834892 memory=1171224 CPUtime=0.06 cores=0-7
/proc/22194/task/22201/stat : 22201 (java) S 22192 22192 21260 0 -1 1077944384 644 0 0 0 4 2 0 0 20 0 28 0 417833370 29526929408 293188 33554432000 4194304 4196468 140727539488160 139903676889360 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22202] ppid=22192 vsize=28834892 memory=1456 CPUtime=0.08 cores=0-7
/proc/22194/task/22202/stat : 22202 (java) S 22192 22192 21260 0 -1 1077944384 210 0 0 0 5 3 0 0 20 0 28 0 417833370 29526929408 293188 33554432000 4194304 4196468 140727539488160 139903675837072 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22203] ppid=22192 vsize=28834892 memory=1152664 CPUtime=0.06 cores=0-7
/proc/22194/task/22203/stat : 22203 (java) S 22192 22192 21260 0 -1 1077944384 157 0 0 0 4 2 0 0 20 0 28 0 417833370 29526929408 293188 33554432000 4194304 4196468 140727539488160 139903674784272 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22204] ppid=22192 vsize=28834892 memory=1152664 CPUtime=0.02 cores=0-7
/proc/22194/task/22204/stat : 22204 (java) S 22192 22192 21260 0 -1 1077944384 1245 0 0 0 2 0 0 0 20 0 28 0 417833371 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901858040432 139903729543810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22205] ppid=22192 vsize=28834892 memory=1456 CPUtime=0 cores=0-7
/proc/22194/task/22205/stat : 22205 (java) S 22192 22192 21260 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 417833372 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901856986464 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22206] ppid=22192 vsize=28834892 memory=1456 CPUtime=0 cores=0-7
/proc/22194/task/22206/stat : 22206 (java) S 22192 22192 21260 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 417833372 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901855934080 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22207] ppid=22192 vsize=28834892 memory=1152664 CPUtime=0 cores=0-7
/proc/22194/task/22207/stat : 22207 (java) S 22192 22192 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 417833375 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901854882384 139903729551259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22208] ppid=22192 vsize=28834892 memory=5 CPUtime=2.51 cores=0-7
/proc/22194/task/22208/stat : 22208 (java) S 22192 22192 21260 0 -1 1077944384 6079 0 0 0 249 2 0 0 20 0 28 0 417833375 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901853829232 139903729543810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22209] ppid=22192 vsize=28834892 memory=2 CPUtime=2.85 cores=0-7
/proc/22194/task/22209/stat : 22209 (java) S 22192 22192 21260 0 -1 1077944384 7762 0 0 0 283 2 0 0 20 0 28 0 417833375 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901852776432 139903729543810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22210] ppid=22192 vsize=28834892 memory=0 CPUtime=2.69 cores=0-7
/proc/22194/task/22210/stat : 22210 (java) S 22192 22192 21260 0 -1 1077944384 7340 0 0 0 267 2 0 0 20 0 28 0 417833375 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901851724144 139903729543810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 19 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22211] ppid=22192 vsize=28834892 memory=1456 CPUtime=1.11 cores=0-7
/proc/22194/task/22211/stat : 22211 (java) S 22192 22192 21260 0 -1 1077944384 7492 0 0 0 110 1 0 0 20 0 28 0 417833375 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901850671344 139903729543810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 22 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22212] ppid=22192 vsize=28834892 memory=1172752 CPUtime=0 cores=0-7
/proc/22194/task/22212/stat : 22212 (java) S 22192 22192 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 417833375 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901541374816 139903729542869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22213] ppid=22192 vsize=28834892 memory=1171224 CPUtime=0.01 cores=0-7
/proc/22194/task/22213/stat : 22213 (java) S 22192 22192 21260 0 -1 1077944384 854 0 0 0 0 1 0 0 20 0 28 0 417833375 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901540322096 139903729543810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 22 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22414] ppid=22192 vsize=28834892 memory=0 CPUtime=21.03 cores=0-7
/proc/22194/task/22414/stat : 22414 (java) R 22192 22192 21260 0 -1 4202560 345 0 0 0 2103 0 0 0 20 0 28 0 417833720 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901527138264 139903347915560 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22415] ppid=22192 vsize=28834892 memory=0 CPUtime=20.88 cores=0-7
/proc/22194/task/22415/stat : 22415 (java) R 22192 22192 21260 0 -1 4202560 324 0 0 0 2088 0 0 0 20 0 28 0 417833720 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901528195184 139903347916812 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22416] ppid=22192 vsize=28834892 memory=0 CPUtime=20.94 cores=0-7
/proc/22194/task/22416/stat : 22416 (java) R 22192 22192 21260 0 -1 4202560 2529 0 0 0 2090 4 0 0 20 0 28 0 417833720 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901523981552 139903347626279 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22417] ppid=22192 vsize=28834892 memory=0 CPUtime=20.99 cores=0-7
/proc/22194/task/22417/stat : 22417 (java) R 22192 22192 21260 0 -1 4202560 1246 0 0 0 2093 6 0 0 20 0 28 0 417833720 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901525033112 139903713871508 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22418] ppid=22192 vsize=28834892 memory=0 CPUtime=20.95 cores=0-7
/proc/22194/task/22418/stat : 22418 (java) R 22192 22192 21260 0 -1 4202560 515 0 0 0 2094 1 0 0 20 0 28 0 417833720 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901520830728 139903347913874 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22419] ppid=22192 vsize=28834892 memory=1456 CPUtime=21.09 cores=0-7
/proc/22194/task/22419/stat : 22419 (java) R 22192 22192 21260 0 -1 4202560 516 0 0 0 2107 2 0 0 20 0 28 0 417833720 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901526085752 139903345442910 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22420] ppid=22192 vsize=28834892 memory=1172752 CPUtime=20.87 cores=0-7
/proc/22194/task/22420/stat : 22420 (java) R 22192 22192 21260 0 -1 4202560 836 0 0 0 2084 3 0 0 20 0 28 0 417833720 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901530297176 139903352184199 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
[pid=22194/tid=22421] ppid=22192 vsize=28834892 memory=0 CPUtime=20.93 cores=0-7
/proc/22194/task/22421/stat : 22421 (java) R 22192 22192 21260 0 -1 4202560 1298 0 0 0 2089 4 0 0 20 0 28 0 417833721 29526929408 293188 33554432000 4194304 4196468 140727539488160 139901531353392 139903343105702 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10006528 140727539491818 140727539491990 140727539491990 140727539494863 0
Current children cumulated CPU time: 193.16 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 1174208 KiB

Child status: 0
Real time (s): 24.9376
CPU time (s): 193.337
CPU user time (s): 192.65
CPU system time (s): 0.687401
CPU usage (%): 775.284
Max. virtual memory (cumulated for all children) (KiB): 28949940
Max. memory (cumulated for all children) (KiB): 1176776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 192.65
system time used= 0.687401
maximum resident set size= 1175320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57496
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7391
involuntary context switches= 3281


# summary of solver processes directly reported to runsolver:
#   pid: 22192
#   total CPU time (s): 193.337
#   total CPU user time (s): 192.65
#   total CPU system time (s): 0.687401

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.249814 second user time and 0.309677 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-14 01:59:05
IDJOB=4393884
IDBENCH=115990
IDSOLVER=2841
FILE ID=node119/4393884-1568419185
RUNJOBID= node119-1568417505-21287
PBS_JOBID= 21702275
Free space on /tmp= 61504 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-05-12.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-4393884-1568419185/watcher-4393884-1568419185 -o /tmp/evaluation-result-4393884-1568419185/solver-4393884-1568419185 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node119-1568417505-21287 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1796031219 HOME/instance-4393884-1568419185.xml

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

MD5SUM BENCH= d0005c97ad61d9cead696518787f869e
RANDOM SEED=1796031219

node119.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.47
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.47
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.47
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.47
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:        23133880 kB
MemAvailable:   31816988 kB
Buffers:          203548 kB
Cached:          8744124 kB
SwapCached:        61108 kB
Active:          2821984 kB
Inactive:        6192312 kB
Active(anon):       5364 kB
Inactive(anon):   102432 kB
Active(file):    2816620 kB
Inactive(file):  6089880 kB
Unevictable:      107736 kB
Mlocked:          107736 kB
SwapTotal:      67108860 kB
SwapFree:       66939840 kB
Dirty:             26284 kB
Writeback:             0 kB
AnonPages:        186184 kB
Mapped:            44896 kB
Shmem:             32816 kB
Slab:             215152 kB
SReclaimable:     184884 kB
SUnreclaim:        30268 kB
KernelStack:        3872 kB
PageTables:         5880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61476 MiB
End job on node119 at 2019-09-14 01:59:30