Trace number 4393807

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 parallelOPT1109 221.872 53.3283

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393807-1568433932.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393807-1568433932.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
0.72/0.46	c solve instance...
0.72/0.50	o 113 
1.91/0.85	o 147 
1.91/0.85	o 442 
1.91/0.85	o 464 
1.91/0.85	o 476 
1.91/0.85	o 488 
1.91/0.85	o 501 
1.91/0.85	o 503 
1.91/0.85	o 529 
1.91/0.85	o 548 
1.91/0.85	o 553 
1.91/0.85	o 571 
1.91/0.85	o 581 
1.91/0.85	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (39/42)
1.91/0.85		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1.91/0.85		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1.91/0.85		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1.91/0.85		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1.91/0.85		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1.91/0.85	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (39/42)
1.91/0.85		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
1.91/0.85		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
1.91/0.85		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
1.91/0.85		at org.chocosolver.solver.Solver.repair(Solver.java:443)
1.91/0.85		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
1.91/0.85		at org.chocosolver.solver.Solver.solve(Solver.java:262)
1.91/0.85		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
1.91/0.85		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1.91/0.85		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1.91/0.85		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1.91/0.85		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1.91/0.85		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1.91/0.85		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1.91/0.85		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1.91/0.85		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1.91/0.85		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1.91/0.85	o 582 
1.91/0.85	o 675 
1.91/0.85	o 676 
1.91/0.85	o 696 
1.91/0.85	o 718 
1.91/0.85	o 720 
1.91/0.85	o 733 
1.91/0.85	o 744 
1.91/0.85	o 746 
1.91/0.85	o 775 
1.91/0.85	o 777 
1.91/0.85	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (34/38)
1.91/0.85		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1.91/0.85		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1.91/0.85		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1.91/0.85		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1.91/0.85		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1.91/0.85	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (34/38)
1.91/0.85		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
1.91/0.85		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
1.91/0.85		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
1.91/0.85		at org.chocosolver.solver.Solver.repair(Solver.java:443)
1.91/0.85		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
1.91/0.85		at org.chocosolver.solver.Solver.solve(Solver.java:262)
1.91/0.85		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
1.91/0.85		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1.91/0.85		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1.91/0.85		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1.91/0.85		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1.91/0.85		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1.91/0.85		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1.91/0.85		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1.91/0.85		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1.91/0.85		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1.91/0.85	o 838 
1.91/0.85	o 840 
1.91/0.85	o 844 
1.91/0.85	o 855 
1.91/0.85	o 863 
1.91/0.85	o 874 
1.91/0.85	o 899 
1.91/0.85	o 910 
1.91/0.85	o 922 
1.91/0.85	o 929 
1.91/0.85	o 963 
1.91/0.85	o 967 
1.91/0.85	o 998 
1.91/0.85	o 1009 
1.91/0.85	o 1036 
1.91/0.85	o 1063 
1.91/0.87	o 1072 
1.91/0.91	o 1077 
1.91/0.96	o 1081 
4.01/1.01	o 1082 
4.01/1.04	o 1088 
4.01/1.04	o 1091 
4.01/1.05	o 1101 
4.01/1.09	o 1102 
6.26/1.39	o 1109 
221.67/53.29	s OPTIMUM FOUND
221.67/53.29	v <instantiation>
221.67/53.29	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] </list>
221.67/53.29	v 	<values>0 1 1 0 0 1 0 1 1 0 0 0 0 1 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 1 0 1 0 0 0 1 0 0 0 0 1 </values>
221.67/53.29	v </instantiation>

Verifier Data

OK	1109

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393807-1568433932/watcher-4393807-1568433932 -o /tmp/evaluation-result-4393807-1568433932/solver-4393807-1568433932 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node117-1568427144-15778 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1077661846 HOME/instance-4393807-1568433932.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=28024, runsolver pid=28021

[startup+0.100162 s]*
/proc/loadavg: 5.27 5.46 4.21 2/212 28045
/proc/meminfo: memFree=30911092/32770624 swapFree=66947792/67108860
[pid=28024] ppid=28021 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28024/stat : 28024 (xcsp3-exec) S 28021 28024 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419335176 115843072 363 33554432000 4194304 5098028 140723567767520 140723567765624 140635945398908 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13979648 140723567776629 140723567776873 140723567776873 140723567779786 0
/proc/28024/statm: 28282 363 304 221 0 87 0
[pid=28026] ppid=28024 vsize=28227388 memory=29428 CPUtime=0.12 cores=0-7
/proc/28026/stat : 28026 (java) S 28024 28024 15751 0 -1 1077944320 5843 0 0 0 11 1 0 0 20 0 20 0 419335177 28904845312 7357 33554432000 4194304 4196468 140730889964560 140730889947104 140569384496887 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
/proc/28026/statm: 7056847 7357 3114 1 0 7019032 0
[pid=28026/tid=28027] ppid=28024 vsize=28227388 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/28026/task/28027/stat : 28027 (java) R 28024 28024 15751 0 -1 4202560 3731 0 0 0 8 1 0 0 20 0 20 0 419335177 28904845312 7357 33554432000 4194304 4196468 140730889964560 140569388731424 140569384508822 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28028] ppid=28024 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/28026/task/28028/stat : 28028 (java) S 28024 28024 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419335178 28904845312 7357 33554432000 4194304 4196468 140730889964560 140569337117584 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28029] ppid=28024 vsize=28227388 memory=139718868362880 CPUtime=0 cores=0-7
/proc/28026/task/28029/stat : 28029 (java) S 28024 28024 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419335178 28904845312 7357 33554432000 4194304 4196468 140730889964560 140569336064784 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28030] ppid=28024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28030/stat : 28030 (java) S 28024 28024 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419335178 28904845312 7357 33554432000 4194304 4196468 140730889964560 140569335012496 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28031] ppid=28024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28031/stat : 28031 (java) S 28024 28024 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419335178 28904845312 7357 33554432000 4194304 4196468 140730889964560 140569333959696 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28032] ppid=28024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28032/stat : 28032 (java) S 28024 28024 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419335178 28904845312 7357 33554432000 4194304 4196468 140730889964560 140569332906384 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28033] ppid=28024 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/28026/task/28033/stat : 28033 (java) S 28024 28024 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419335178 28904845312 7357 33554432000 4194304 4196468 140730889964560 140569331853584 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28034] ppid=28024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28034/stat : 28034 (java) S 28024 28024 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419335178 28904845312 7357 33554432000 4194304 4196468 140730889964560 140569330801296 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28035] ppid=28024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28035/stat : 28035 (java) S 28024 28024 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419335178 28904845312 7357 33554432000 4194304 4196468 140730889964560 140569329748496 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28036] ppid=28024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28036/stat : 28036 (java) S 28024 28024 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419335179 28904845312 7357 33554432000 4194304 4196468 140730889964560 140567713512048 140569384508034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28037] ppid=28024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28037/stat : 28037 (java) S 28024 28024 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419335180 28904845312 7357 33554432000 4194304 4196468 140730889964560 140567712458016 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28038] ppid=28024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28038/stat : 28038 (java) S 28024 28024 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419335180 28904845312 7357 33554432000 4194304 4196468 140730889964560 140567711405680 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28039] ppid=28024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28039/stat : 28039 (java) S 28024 28024 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419335182 28904845312 7357 33554432000 4194304 4196468 140730889964560 140567710354000 140569384515483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28040] ppid=28024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28040/stat : 28040 (java) S 28024 28024 15751 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 20 0 419335182 28904845312 7357 33554432000 4194304 4196468 140730889964560 140567709300848 140569384508034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28041] ppid=28024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28041/stat : 28041 (java) S 28024 28024 15751 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 419335182 28904845312 7357 33554432000 4194304 4196468 140730889964560 140567708248048 140569384508034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28042] ppid=28024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28042/stat : 28042 (java) S 28024 28024 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419335182 28904845312 7357 33554432000 4194304 4196468 140730889964560 140567707195760 140569384508034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28043] ppid=28024 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/28026/task/28043/stat : 28043 (java) R 28024 28024 15751 0 -1 4202560 363 0 0 0 1 0 0 0 20 0 20 0 419335182 28904845312 7357 33554432000 4194304 4196468 140730889964560 140567706142960 140569384508822 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28044] ppid=28024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28044/stat : 28044 (java) S 28024 28024 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419335183 28904845312 7357 33554432000 4194304 4196468 140730889964560 140567705090912 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28045] ppid=28024 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/28026/task/28045/stat : 28045 (java) S 28024 28024 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419335183 28904845312 7357 33554432000 4194304 4196468 140730889964560 140567704038192 140569384508034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30880 KiB

[startup+0.210579 s]*
/proc/loadavg: 5.27 5.46 4.21 2/212 28045
/proc/meminfo: memFree=30898840/32770624 swapFree=66947792/67108860
[pid=28024] ppid=28021 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28024/stat : 28024 (xcsp3-exec) S 28021 28024 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419335176 115843072 363 33554432000 4194304 5098028 140723567767520 140723567765624 140635945398908 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13979648 140723567776629 140723567776873 140723567776873 140723567779786 0
/proc/28024/statm: 28282 363 304 221 0 87 0
[pid=28026] ppid=28024 vsize=28227388 memory=40812 CPUtime=0.34 cores=0-7
/proc/28026/stat : 28026 (java) S 28024 28024 15751 0 -1 1077944320 9484 0 0 0 30 4 0 0 20 0 20 0 419335177 28904845312 10203 33554432000 4194304 4196468 140730889964560 140730889947104 140569384496887 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
/proc/28026/statm: 7056847 10203 3233 1 0 7019032 0
[pid=28026/tid=28027] ppid=28024 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/28026/task/28027/stat : 28027 (java) R 28024 28024 15751 0 -1 4202560 6642 0 0 0 18 2 0 0 20 0 20 0 419335177 28904845312 10203 33554432000 4194304 4196468 140730889964560 140569388730352 140569384508822 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28028] ppid=28024 vsize=28227388 memory=328 CPUtime=0 cores=0-7
/proc/28026/task/28028/stat : 28028 (java) S 28024 28024 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419335178 28904845312 10203 33554432000 4194304 4196468 140730889964560 140569337117584 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28029] ppid=28024 vsize=28227388 memory=139718871328765 CPUtime=0 cores=0-7
/proc/28026/task/28029/stat : 28029 (java) S 28024 28024 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419335178 28904845312 10203 33554432000 4194304 4196468 140730889964560 140569336064784 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28030] ppid=28024 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/28026/task/28030/stat : 28030 (java) S 28024 28024 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419335178 28904845312 10203 33554432000 4194304 4196468 140730889964560 140569335012496 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28031] ppid=28024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28031/stat : 28031 (java) S 28024 28024 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419335178 28904845312 10203 33554432000 4194304 4196468 140730889964560 140569333959696 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28032] ppid=28024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28032/stat : 28032 (java) S 28024 28024 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419335178 28904845312 10203 33554432000 4194304 4196468 140730889964560 140569332906384 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28033] ppid=28024 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/28026/task/28033/stat : 28033 (java) S 28024 28024 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419335178 28904845312 10203 33554432000 4194304 4196468 140730889964560 140569331853584 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28034] ppid=28024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28034/stat : 28034 (java) S 28024 28024 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419335178 28904845312 10203 33554432000 4194304 4196468 140730889964560 140569330801296 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28035] ppid=28024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28035/stat : 28035 (java) S 28024 28024 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419335178 28904845312 10203 33554432000 4194304 4196468 140730889964560 140569329748496 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28036] ppid=28024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28036/stat : 28036 (java) S 28024 28024 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419335179 28904845312 10203 33554432000 4194304 4196468 140730889964560 140567713512048 140569384508034 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28037] ppid=28024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28037/stat : 28037 (java) S 28024 28024 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419335180 28904845312 10203 33554432000 4194304 4196468 140730889964560 140567712458016 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28038] ppid=28024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28038/stat : 28038 (java) S 28024 28024 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419335180 28904845312 10203 33554432000 4194304 4196468 140730889964560 140567711405680 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28039] ppid=28024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28039/stat : 28039 (java) S 28024 28024 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419335182 28904845312 10203 33554432000 4194304 4196468 140730889964560 140567710354000 140569384515483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28040] ppid=28024 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/28026/task/28040/stat : 28040 (java) S 28024 28024 15751 0 -1 1077944384 350 0 0 0 1 0 0 0 20 0 20 0 419335182 28904845312 10203 33554432000 4194304 4196468 140730889964560 140567709300848 140569384508034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28041] ppid=28024 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/28026/task/28041/stat : 28041 (java) S 28024 28024 15751 0 -1 1077944384 382 0 0 0 2 0 0 0 20 0 20 0 419335182 28904845312 10203 33554432000 4194304 4196468 140730889964560 140567708248048 140569384508034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28042] ppid=28024 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/28026/task/28042/stat : 28042 (java) S 28024 28024 15751 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 20 0 419335182 28904845312 10203 33554432000 4194304 4196468 140730889964560 140567707195760 140569384508034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28043] ppid=28024 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/28026/task/28043/stat : 28043 (java) R 28024 28024 15751 0 -1 4202560 749 0 0 0 7 0 0 0 20 0 20 0 419335182 28904845312 10203 33554432000 4194304 4196468 140730889964560 140567706142960 140569363017022 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28044] ppid=28024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28044/stat : 28044 (java) S 28024 28024 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419335183 28904845312 10203 33554432000 4194304 4196468 140730889964560 140567705090912 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28045] ppid=28024 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/28026/task/28045/stat : 28045 (java) S 28024 28024 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419335183 28904845312 10203 33554432000 4194304 4196468 140730889964560 140567704038192 140569384508034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42264 KiB

[startup+0.310547 s]*
/proc/loadavg: 5.27 5.46 4.21 4/212 28045
/proc/meminfo: memFree=30891432/32770624 swapFree=66947792/67108860
[pid=28024] ppid=28021 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28024/stat : 28024 (xcsp3-exec) S 28021 28024 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419335176 115843072 363 33554432000 4194304 5098028 140723567767520 140723567765624 140635945398908 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13979648 140723567776629 140723567776873 140723567776873 140723567779786 0
/proc/28024/statm: 28282 363 304 221 0 87 0
[pid=28026] ppid=28024 vsize=28231644 memory=49948 CPUtime=0.52 cores=0-7
/proc/28026/stat : 28026 (java) S 28024 28024 15751 0 -1 1077944320 10921 0 0 0 48 4 0 0 20 0 20 0 419335177 28909203456 12487 33554432000 4194304 4196468 140730889964560 140730889947104 140569384496887 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
/proc/28026/statm: 7057911 12487 3306 1 0 7019032 0
[pid=28026/tid=28027] ppid=28024 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/28026/task/28027/stat : 28027 (java) R 28024 28024 15751 0 -1 4202560 7812 0 0 0 27 2 0 0 20 0 20 0 419335177 28909203456 12487 33554432000 4194304 4196468 140730889964560 140569388730672 140569368577374 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28028] ppid=28024 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28028/stat : 28028 (java) S 28024 28024 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419335178 28909203456 12487 33554432000 4194304 4196468 140730889964560 140569337117584 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28029] ppid=28024 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28029/stat : 28029 (java) S 28024 28024 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419335178 28909203456 12487 33554432000 4194304 4196468 140730889964560 140569336064784 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28030] ppid=28024 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28030/stat : 28030 (java) S 28024 28024 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419335178 28909203456 12487 33554432000 4194304 4196468 140730889964560 140569335012496 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28031] ppid=28024 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28031/stat : 28031 (java) S 28024 28024 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419335178 28909203456 12487 33554432000 4194304 4196468 140730889964560 140569333959696 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28032] ppid=28024 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28032/stat : 28032 (java) S 28024 28024 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419335178 28909203456 12487 33554432000 4194304 4196468 140730889964560 140569332906384 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28033] ppid=28024 vsize=28231644 memory=139718708783791 CPUtime=0 cores=0-7
/proc/28026/task/28033/stat : 28033 (java) S 28024 28024 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419335178 28909203456 12487 33554432000 4194304 4196468 140730889964560 140569331853584 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28034] ppid=28024 vsize=28231644 memory=139718708786096 CPUtime=0 cores=0-7
/proc/28026/task/28034/stat : 28034 (java) S 28024 28024 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419335178 28909203456 12487 33554432000 4194304 4196468 140730889964560 140569330801296 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28035] ppid=28024 vsize=28231644 memory=139718708788400 CPUtime=0 cores=0-7
/proc/28026/task/28035/stat : 28035 (java) S 28024 28024 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419335178 28909203456 12487 33554432000 4194304 4196468 140730889964560 140569329748496 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28036] ppid=28024 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28036/stat : 28036 (java) S 28024 28024 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419335179 28909203456 12487 33554432000 4194304 4196468 140730889964560 140567713512048 140569384508034 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28037] ppid=28024 vsize=28231644 memory=279437417590672 CPUtime=0 cores=0-7
/proc/28026/task/28037/stat : 28037 (java) S 28024 28024 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419335180 28909203456 12487 33554432000 4194304 4196468 140730889964560 140567712458016 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28038] ppid=28024 vsize=28231644 memory=279437417588368 CPUtime=0 cores=0-7
/proc/28026/task/28038/stat : 28038 (java) S 28024 28024 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419335180 28909203456 12487 33554432000 4194304 4196468 140730889964560 140567711405680 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28039] ppid=28024 vsize=28231644 memory=279437417595280 CPUtime=0 cores=0-7
/proc/28026/task/28039/stat : 28039 (java) S 28024 28024 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419335182 28909203456 12487 33554432000 4194304 4196468 140730889964560 140567710354000 140569384515483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28040] ppid=28024 vsize=28231644 memory=279437417536560 CPUtime=0.02 cores=0-7
/proc/28026/task/28040/stat : 28040 (java) S 28024 28024 15751 0 -1 1077944384 375 0 0 0 2 0 0 0 20 0 20 0 419335182 28909203456 12487 33554432000 4194304 4196468 140730889964560 140567709300848 140569384508034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28041] ppid=28024 vsize=28231644 memory=279437417609104 CPUtime=0.03 cores=0-7
/proc/28026/task/28041/stat : 28041 (java) S 28024 28024 15751 0 -1 1077944384 391 0 0 0 3 0 0 0 20 0 20 0 419335182 28909203456 12487 33554432000 4194304 4196468 140730889964560 140567708248048 140569384508034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28042] ppid=28024 vsize=28231644 memory=279437417616016 CPUtime=0.03 cores=0-7
/proc/28026/task/28042/stat : 28042 (java) R 28024 28024 15751 0 -1 4202560 183 0 0 0 3 0 0 0 20 0 20 0 419335182 28909203456 12487 33554432000 4194304 4196468 140730889964560 140567707195760 140569366041071 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28043] ppid=28024 vsize=28231644 memory=279437417613712 CPUtime=0.12 cores=0-7
/proc/28026/task/28043/stat : 28043 (java) S 28024 28024 15751 0 -1 1077944384 856 0 0 0 12 0 0 0 20 0 20 0 419335182 28909203456 12487 33554432000 4194304 4196468 140730889964560 140567706142960 140569384508034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28044] ppid=28024 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28044/stat : 28044 (java) S 28024 28024 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419335183 28909203456 12487 33554432000 4194304 4196468 140730889964560 140567705090912 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28045] ppid=28024 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/28026/task/28045/stat : 28045 (java) S 28024 28024 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419335183 28909203456 12487 33554432000 4194304 4196468 140730889964560 140567704038192 140569384508034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51400 KiB

[startup+0.701171 s]
/proc/loadavg: 5.27 5.46 4.21 6/220 28061
/proc/meminfo: memFree=30830704/32770624 swapFree=66947792/67108860
[pid=28024] ppid=28021 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28024/stat : 28024 (xcsp3-exec) S 28021 28024 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419335176 115843072 363 33554432000 4194304 5098028 140723567767520 140723567765624 140635945398908 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13979648 140723567776629 140723567776873 140723567776873 140723567779786 0
/proc/28024/statm: 28282 363 304 221 0 87 0
[pid=28026] ppid=28024 vsize=28832844 memory=192328 CPUtime=1.91 cores=0-7
/proc/28026/stat : 28026 (java) S 28024 28024 15751 0 -1 1077944320 19573 0 0 0 179 12 0 0 20 0 25 0 419335177 29524832256 48082 33554432000 4194304 4196468 140730889964560 140730889947104 140569384496887 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
/proc/28026/statm: 7208211 48082 3482 1 0 7169313 0
[pid=28026/tid=28027] ppid=28024 vsize=28832844 memory=0 CPUtime=0.48 cores=0-7
/proc/28026/task/28027/stat : 28027 (java) S 28024 28024 15751 0 -1 1077944384 9126 0 0 0 45 3 0 0 20 0 25 0 419335177 29524832256 48082 33554432000 4194304 4196468 140730889964560 140569388737664 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28028] ppid=28024 vsize=28832844 memory=139718708994928 CPUtime=0 cores=0-7
/proc/28026/task/28028/stat : 28028 (java) S 28024 28024 15751 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 26 0 419335178 29524832256 48082 33554432000 4194304 4196468 140730889964560 140569337117584 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28029] ppid=28024 vsize=28832844 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28029/stat : 28029 (java) S 28024 28024 15751 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 26 0 419335178 29524832256 48082 33554432000 4194304 4196468 140730889964560 140569336064784 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28030] ppid=28024 vsize=28832844 memory=0 CPUtime=0 cores=0-7
/proc/28026/task/28030/stat : 28030 (java) S 28024 28024 15751 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 26 0 419335178 29524832256 48082 33554432000 4194304 4196468 140730889964560 140569335012496 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0

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

[pid=28026/tid=28441] ppid=28024 vsize=28834892 memory=17713 CPUtime=48.31 cores=0-7
/proc/28026/task/28441/stat : 28441 (java) R 28024 28024 15751 0 -1 4202560 2892 0 0 0 4820 11 0 0 20 0 28 0 419335316 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567183118040 140569003998976 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28442] ppid=28024 vsize=28834892 memory=4420 CPUtime=21.86 cores=0-7
/proc/28026/task/28442/stat : 28442 (java) S 28024 28024 15751 0 -1 1077944384 1260 0 0 0 2177 9 0 0 20 0 28 0 419335316 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567186281120 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28443] ppid=28024 vsize=28834892 memory=6628 CPUtime=21.75 cores=0-7
/proc/28026/task/28443/stat : 28443 (java) S 28024 28024 15751 0 -1 1077944384 1342 0 0 0 2159 16 0 0 20 0 28 0 419335316 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567179965472 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28444] ppid=28024 vsize=28834892 memory=8836 CPUtime=22.36 cores=0-7
/proc/28026/task/28444/stat : 28444 (java) S 28024 28024 15751 0 -1 1077944384 1411 0 0 0 2222 14 0 0 20 0 28 0 419335316 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567184176032 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28445] ppid=28024 vsize=28834892 memory=11044 CPUtime=21.72 cores=0-7
/proc/28026/task/28445/stat : 28445 (java) S 28024 28024 15751 0 -1 1077944384 605 0 0 0 2166 6 0 0 20 0 28 0 419335317 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567181018400 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28446] ppid=28024 vsize=28834892 memory=13252 CPUtime=21.99 cores=0-7
/proc/28026/task/28446/stat : 28446 (java) S 28024 28024 15751 0 -1 1077944384 1969 0 0 0 2180 19 0 0 20 0 28 0 419335317 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567177860256 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
Current children cumulated CPU time: 219.76 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 2853932 KiB

[startup+52.1011 s]*
/proc/loadavg: 4.33 5.29 4.23 2/219 28449
/proc/meminfo: memFree=28083624/32770624 swapFree=66947792/67108860
[pid=28024] ppid=28021 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28024/stat : 28024 (xcsp3-exec) S 28021 28024 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419335176 115843072 363 33554432000 4194304 5098028 140723567767520 140723567765624 140635945398908 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13979648 140723567776629 140723567776873 140723567776873 140723567779786 0
/proc/28024/statm: 28282 363 304 221 0 87 0
[pid=28026] ppid=28024 vsize=28834892 memory=2852480 CPUtime=220.57 cores=0-7
/proc/28026/stat : 28026 (java) S 28024 28024 15751 0 -1 1077944320 88332 0 0 0 21900 157 0 0 20 0 28 0 419335177 29526929408 713120 33554432000 4194304 4196468 140730889964560 140730889947104 140569384496887 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
/proc/28026/statm: 7208723 713120 3528 1 0 7169825 0
[pid=28026/tid=28027] ppid=28024 vsize=28834892 memory=0 CPUtime=0.49 cores=0-7
/proc/28026/task/28027/stat : 28027 (java) S 28024 28024 15751 0 -1 1077944384 9126 0 0 0 46 3 0 0 20 0 28 0 419335177 29526929408 713120 33554432000 4194304 4196468 140730889964560 140569388737664 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28028] ppid=28024 vsize=28834892 memory=14 CPUtime=0.15 cores=0-7
/proc/28026/task/28028/stat : 28028 (java) S 28024 28024 15751 0 -1 1077944384 189 0 0 0 10 5 0 0 20 0 28 0 419335178 29526929408 713120 33554432000 4194304 4196468 140730889964560 140569337117584 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28029] ppid=28024 vsize=28834892 memory=14 CPUtime=0.16 cores=0-7
/proc/28026/task/28029/stat : 28029 (java) S 28024 28024 15751 0 -1 1077944384 211 0 0 0 12 4 0 0 20 0 28 0 419335178 29526929408 713120 33554432000 4194304 4196468 140730889964560 140569336064784 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28030] ppid=28024 vsize=28834892 memory=4872558044660077418 CPUtime=0.15 cores=0-7
/proc/28026/task/28030/stat : 28030 (java) S 28024 28024 15751 0 -1 1077944384 260 0 0 0 11 4 0 0 20 0 28 0 419335178 29526929408 713120 33554432000 4194304 4196468 140730889964560 140569335012496 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28031] ppid=28024 vsize=28834892 memory=4136 CPUtime=0.14 cores=0-7
/proc/28026/task/28031/stat : 28031 (java) S 28024 28024 15751 0 -1 1077944384 592 0 0 0 10 4 0 0 20 0 28 0 419335178 29526929408 713120 33554432000 4194304 4196468 140730889964560 140569333959696 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28032] ppid=28024 vsize=28834892 memory=780 CPUtime=0.14 cores=0-7
/proc/28026/task/28032/stat : 28032 (java) S 28024 28024 15751 0 -1 1077944384 713 0 0 0 10 4 0 0 20 0 28 0 419335178 29526929408 713120 33554432000 4194304 4196468 140730889964560 140569332906384 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28033] ppid=28024 vsize=28834892 memory=2832 CPUtime=0.14 cores=0-7
/proc/28026/task/28033/stat : 28033 (java) S 28024 28024 15751 0 -1 1077944384 339 0 0 0 10 4 0 0 20 0 28 0 419335178 29526929408 713120 33554432000 4194304 4196468 140730889964560 140569331853584 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28034] ppid=28024 vsize=28834892 memory=1720 CPUtime=0.15 cores=0-7
/proc/28026/task/28034/stat : 28034 (java) S 28024 28024 15751 0 -1 1077944384 630 0 0 0 11 4 0 0 20 0 28 0 419335178 29526929408 713120 33554432000 4194304 4196468 140730889964560 140569330801296 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28035] ppid=28024 vsize=28834892 memory=1200 CPUtime=0.15 cores=0-7
/proc/28026/task/28035/stat : 28035 (java) S 28024 28024 15751 0 -1 1077944384 240 0 0 0 11 4 0 0 20 0 28 0 419335178 29526929408 713120 33554432000 4194304 4196468 140730889964560 140569329748496 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28036] ppid=28024 vsize=28834892 memory=5964 CPUtime=0.03 cores=0-7
/proc/28026/task/28036/stat : 28036 (java) S 28024 28024 15751 0 -1 1077944384 2987 0 0 0 2 1 0 0 20 0 28 0 419335179 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567713512048 140569384508034 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28037] ppid=28024 vsize=28834892 memory=14012 CPUtime=0 cores=0-7
/proc/28026/task/28037/stat : 28037 (java) S 28024 28024 15751 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 419335180 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567712458080 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28038] ppid=28024 vsize=28834892 memory=10992 CPUtime=0 cores=0-7
/proc/28026/task/28038/stat : 28038 (java) S 28024 28024 15751 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 419335180 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567711405696 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28039] ppid=28024 vsize=28834892 memory=12024 CPUtime=0 cores=0-7
/proc/28026/task/28039/stat : 28039 (java) S 28024 28024 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419335182 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567710354000 140569384515483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28040] ppid=28024 vsize=28834892 memory=2120 CPUtime=3.43 cores=0-7
/proc/28026/task/28040/stat : 28040 (java) S 28024 28024 15751 0 -1 1077944384 16263 0 0 0 338 5 0 0 20 0 28 0 419335182 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567709300848 140569384508034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28041] ppid=28024 vsize=28834892 memory=500 CPUtime=3.44 cores=0-7
/proc/28026/task/28041/stat : 28041 (java) S 28024 28024 15751 0 -1 1077944384 17612 0 0 0 339 5 0 0 20 0 28 0 419335182 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567708248048 140569384508034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28042] ppid=28024 vsize=28834892 memory=1556 CPUtime=3.95 cores=0-7
/proc/28026/task/28042/stat : 28042 (java) S 28024 28024 15751 0 -1 1077944384 14145 0 0 0 391 4 0 0 20 0 28 0 419335182 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567707195760 140569384508034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28043] ppid=28024 vsize=28834892 memory=924 CPUtime=0.76 cores=0-7
/proc/28026/task/28043/stat : 28043 (java) S 28024 28024 15751 0 -1 1077944384 5594 0 0 0 75 1 0 0 20 0 28 0 419335182 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567706142960 140569384508034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28044] ppid=28024 vsize=28834892 memory=1452 CPUtime=0 cores=0-7
/proc/28026/task/28044/stat : 28044 (java) S 28024 28024 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419335183 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567705090912 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28045] ppid=28024 vsize=28834892 memory=2852480 CPUtime=0.01 cores=0-7
/proc/28026/task/28045/stat : 28045 (java) S 28024 28024 15751 0 -1 1077944384 644 0 0 0 0 1 0 0 20 0 28 0 419335183 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567704038192 140569384508034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28439] ppid=28024 vsize=28834892 memory=15534115864709562 CPUtime=22.06 cores=0-7
/proc/28026/task/28439/stat : 28439 (java) S 28024 28024 15751 0 -1 1077944384 600 0 0 0 2201 5 0 0 20 0 28 0 419335316 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567182069936 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28440] ppid=28024 vsize=28834892 memory=2832 CPUtime=22.16 cores=0-7
/proc/28026/task/28440/stat : 28440 (java) S 28024 28024 15751 0 -1 1077944384 273 0 0 0 2210 6 0 0 20 0 28 0 419335316 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567185229216 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28441] ppid=28024 vsize=28834892 memory=1720 CPUtime=49.12 cores=0-7
/proc/28026/task/28441/stat : 28441 (java) R 28024 28024 15751 0 -1 4202560 2892 0 0 0 4901 11 0 0 20 0 28 0 419335316 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567183118040 140569003998976 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28442] ppid=28024 vsize=28834892 memory=1200 CPUtime=21.86 cores=0-7
/proc/28026/task/28442/stat : 28442 (java) S 28024 28024 15751 0 -1 1077944384 1260 0 0 0 2177 9 0 0 20 0 28 0 419335316 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567186281120 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28443] ppid=28024 vsize=28834892 memory=5964 CPUtime=21.75 cores=0-7
/proc/28026/task/28443/stat : 28443 (java) S 28024 28024 15751 0 -1 1077944384 1342 0 0 0 2159 16 0 0 20 0 28 0 419335316 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567179965472 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28444] ppid=28024 vsize=28834892 memory=14012 CPUtime=22.36 cores=0-7
/proc/28026/task/28444/stat : 28444 (java) S 28024 28024 15751 0 -1 1077944384 1411 0 0 0 2222 14 0 0 20 0 28 0 419335316 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567184176032 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28445] ppid=28024 vsize=28834892 memory=10992 CPUtime=21.72 cores=0-7
/proc/28026/task/28445/stat : 28445 (java) S 28024 28024 15751 0 -1 1077944384 605 0 0 0 2166 6 0 0 20 0 28 0 419335317 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567181018400 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28446] ppid=28024 vsize=28834892 memory=0 CPUtime=21.99 cores=0-7
/proc/28026/task/28446/stat : 28446 (java) S 28024 28024 15751 0 -1 1077944384 1969 0 0 0 2180 19 0 0 20 0 28 0 419335317 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567177860256 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
Current children cumulated CPU time: 220.57 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 2853932 KiB

[startup+52.901 s]
/proc/loadavg: 4.33 5.29 4.23 2/219 28449
/proc/meminfo: memFree=28083624/32770624 swapFree=66947792/67108860
[pid=28024] ppid=28021 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28024/stat : 28024 (xcsp3-exec) S 28021 28024 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419335176 115843072 363 33554432000 4194304 5098028 140723567767520 140723567765624 140635945398908 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13979648 140723567776629 140723567776873 140723567776873 140723567779786 0
/proc/28024/statm: 28282 363 304 221 0 87 0
[pid=28026] ppid=28024 vsize=28834892 memory=2852480 CPUtime=221.36 cores=0-7
/proc/28026/stat : 28026 (java) S 28024 28024 15751 0 -1 1077944320 88332 0 0 0 21979 157 0 0 20 0 28 0 419335177 29526929408 713120 33554432000 4194304 4196468 140730889964560 140730889947104 140569384496887 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
/proc/28026/statm: 7208723 713120 3528 1 0 7169825 0
[pid=28026/tid=28027] ppid=28024 vsize=28834892 memory=924 CPUtime=0.49 cores=0-7
/proc/28026/task/28027/stat : 28027 (java) S 28024 28024 15751 0 -1 1077944384 9126 0 0 0 46 3 0 0 20 0 28 0 419335177 29526929408 713120 33554432000 4194304 4196468 140730889964560 140569388737664 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28028] ppid=28024 vsize=28834892 memory=1672 CPUtime=0.15 cores=0-7
/proc/28026/task/28028/stat : 28028 (java) S 28024 28024 15751 0 -1 1077944384 189 0 0 0 10 5 0 0 20 0 28 0 419335178 29526929408 713120 33554432000 4194304 4196468 140730889964560 140569337117584 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28029] ppid=28024 vsize=28834892 memory=1452 CPUtime=0.16 cores=0-7
/proc/28026/task/28029/stat : 28029 (java) S 28024 28024 15751 0 -1 1077944384 211 0 0 0 12 4 0 0 20 0 28 0 419335178 29526929408 713120 33554432000 4194304 4196468 140730889964560 140569336064784 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28030] ppid=28024 vsize=28834892 memory=2852480 CPUtime=0.15 cores=0-7
/proc/28026/task/28030/stat : 28030 (java) S 28024 28024 15751 0 -1 1077944384 260 0 0 0 11 4 0 0 20 0 28 0 419335178 29526929408 713120 33554432000 4194304 4196468 140730889964560 140569335012496 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28031] ppid=28024 vsize=28834892 memory=0 CPUtime=0.14 cores=0-7
/proc/28026/task/28031/stat : 28031 (java) S 28024 28024 15751 0 -1 1077944384 592 0 0 0 10 4 0 0 20 0 28 0 419335178 29526929408 713120 33554432000 4194304 4196468 140730889964560 140569333959696 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28032] ppid=28024 vsize=28834892 memory=0 CPUtime=0.14 cores=0-7
/proc/28026/task/28032/stat : 28032 (java) S 28024 28024 15751 0 -1 1077944384 713 0 0 0 10 4 0 0 20 0 28 0 419335178 29526929408 713120 33554432000 4194304 4196468 140730889964560 140569332906384 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28033] ppid=28024 vsize=28834892 memory=0 CPUtime=0.14 cores=0-7
/proc/28026/task/28033/stat : 28033 (java) S 28024 28024 15751 0 -1 1077944384 339 0 0 0 10 4 0 0 20 0 28 0 419335178 29526929408 713120 33554432000 4194304 4196468 140730889964560 140569331853584 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28034] ppid=28024 vsize=28834892 memory=6791534058613427641 CPUtime=0.15 cores=0-7
/proc/28026/task/28034/stat : 28034 (java) S 28024 28024 15751 0 -1 1077944384 630 0 0 0 11 4 0 0 20 0 28 0 419335178 29526929408 713120 33554432000 4194304 4196468 140730889964560 140569330801296 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28035] ppid=28024 vsize=28834892 memory=1452 CPUtime=0.15 cores=0-7
/proc/28026/task/28035/stat : 28035 (java) S 28024 28024 15751 0 -1 1077944384 240 0 0 0 11 4 0 0 20 0 28 0 419335178 29526929408 713120 33554432000 4194304 4196468 140730889964560 140569329748496 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28036] ppid=28024 vsize=28834892 memory=1452 CPUtime=0.03 cores=0-7
/proc/28026/task/28036/stat : 28036 (java) S 28024 28024 15751 0 -1 1077944384 2987 0 0 0 2 1 0 0 20 0 28 0 419335179 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567713512048 140569384508034 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28037] ppid=28024 vsize=28834892 memory=1825268 CPUtime=0 cores=0-7
/proc/28026/task/28037/stat : 28037 (java) S 28024 28024 15751 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 419335180 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567712458080 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28038] ppid=28024 vsize=28834892 memory=678516 CPUtime=0 cores=0-7
/proc/28026/task/28038/stat : 28038 (java) S 28024 28024 15751 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 419335180 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567711405696 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28039] ppid=28024 vsize=28834892 memory=1825224 CPUtime=0 cores=0-7
/proc/28026/task/28039/stat : 28039 (java) S 28024 28024 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419335182 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567710354000 140569384515483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28040] ppid=28024 vsize=28834892 memory=1452 CPUtime=3.43 cores=0-7
/proc/28026/task/28040/stat : 28040 (java) S 28024 28024 15751 0 -1 1077944384 16263 0 0 0 338 5 0 0 20 0 28 0 419335182 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567709300848 140569384508034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28041] ppid=28024 vsize=28834892 memory=2852480 CPUtime=3.44 cores=0-7
/proc/28026/task/28041/stat : 28041 (java) S 28024 28024 15751 0 -1 1077944384 17612 0 0 0 339 5 0 0 20 0 28 0 419335182 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567708248048 140569384508034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28042] ppid=28024 vsize=28834892 memory=1720 CPUtime=3.95 cores=0-7
/proc/28026/task/28042/stat : 28042 (java) S 28024 28024 15751 0 -1 1077944384 14145 0 0 0 391 4 0 0 20 0 28 0 419335182 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567707195760 140569384508034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28043] ppid=28024 vsize=28834892 memory=1200 CPUtime=0.76 cores=0-7
/proc/28026/task/28043/stat : 28043 (java) S 28024 28024 15751 0 -1 1077944384 5594 0 0 0 75 1 0 0 20 0 28 0 419335182 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567706142960 140569384508034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28044] ppid=28024 vsize=28834892 memory=5964 CPUtime=0 cores=0-7
/proc/28026/task/28044/stat : 28044 (java) S 28024 28024 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419335183 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567705090912 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28045] ppid=28024 vsize=28834892 memory=1452 CPUtime=0.01 cores=0-7
/proc/28026/task/28045/stat : 28045 (java) S 28024 28024 15751 0 -1 1077944384 644 0 0 0 0 1 0 0 20 0 28 0 419335183 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567704038192 140569384508034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28439] ppid=28024 vsize=28834892 memory=0 CPUtime=22.06 cores=0-7
/proc/28026/task/28439/stat : 28439 (java) S 28024 28024 15751 0 -1 1077944384 600 0 0 0 2201 5 0 0 20 0 28 0 419335316 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567182069936 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28440] ppid=28024 vsize=28834892 memory=500 CPUtime=22.16 cores=0-7
/proc/28026/task/28440/stat : 28440 (java) S 28024 28024 15751 0 -1 1077944384 273 0 0 0 2210 6 0 0 20 0 28 0 419335316 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567185229216 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28441] ppid=28024 vsize=28834892 memory=1556 CPUtime=49.91 cores=0-7
/proc/28026/task/28441/stat : 28441 (java) R 28024 28024 15751 0 -1 4202560 2892 0 0 0 4980 11 0 0 20 0 28 0 419335316 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567183118040 140569003999066 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28442] ppid=28024 vsize=28834892 memory=6791534058613427641 CPUtime=21.86 cores=0-7
/proc/28026/task/28442/stat : 28442 (java) S 28024 28024 15751 0 -1 1077944384 1260 0 0 0 2177 9 0 0 20 0 28 0 419335316 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567186281120 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28443] ppid=28024 vsize=28834892 memory=924 CPUtime=21.75 cores=0-7
/proc/28026/task/28443/stat : 28443 (java) S 28024 28024 15751 0 -1 1077944384 1342 0 0 0 2159 16 0 0 20 0 28 0 419335316 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567179965472 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28444] ppid=28024 vsize=28834892 memory=4920 CPUtime=22.36 cores=0-7
/proc/28026/task/28444/stat : 28444 (java) S 28024 28024 15751 0 -1 1077944384 1411 0 0 0 2222 14 0 0 20 0 28 0 419335316 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567184176032 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28445] ppid=28024 vsize=28834892 memory=4104 CPUtime=21.72 cores=0-7
/proc/28026/task/28445/stat : 28445 (java) S 28024 28024 15751 0 -1 1077944384 605 0 0 0 2166 6 0 0 20 0 28 0 419335317 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567181018400 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
[pid=28026/tid=28446] ppid=28024 vsize=28834892 memory=1412 CPUtime=21.99 cores=0-7
/proc/28026/task/28446/stat : 28446 (java) S 28024 28024 15751 0 -1 1077944384 1969 0 0 0 2180 19 0 0 20 0 28 0 419335317 29526929408 713120 33554432000 4194304 4196468 140730889964560 140567177860256 140569384507093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34504704 140730889966570 140730889966742 140730889966742 140730889969615 0
Current children cumulated CPU time: 221.36 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 2853932 KiB

[startup+53.301 s]
/proc/loadavg: 4.33 5.29 4.23 2/219 28449
/proc/meminfo: memFree=28083624/32770624 swapFree=66947792/67108860
[pid=28024] ppid=28021 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28024/stat : 28024 (xcsp3-exec) S 28021 28024 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419335176 115843072 363 33554432000 4194304 5098028 140723567767520 140723567765624 140635945398908 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13979648 140723567776629 140723567776873 140723567776873 140723567779786 0
/proc/28024/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 0
Real time (s): 53.3283
CPU time (s): 221.872
CPU user time (s): 220.265
CPU system time (s): 1.6074
CPU usage (%): 416.05
Max. virtual memory (cumulated for all children) (KiB): 28950852
Max. memory (cumulated for all children) (KiB): 2853932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 220.265
system time used= 1.6074
maximum resident set size= 2854528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92297
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62460
involuntary context switches= 2134


# summary of solver processes directly reported to runsolver:
#   pid: 28024
#   total CPU time (s): 221.872
#   total CPU user time (s): 220.265
#   total CPU system time (s): 1.6074

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.479181 second user time and 0.643383 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-14 06:04:50
IDJOB=4393807
IDBENCH=133453
IDSOLVER=2841
FILE ID=node117/4393807-1568433932
RUNJOBID= node117-1568427144-15778
PBS_JOBID= 21702295
Free space on /tmp= 61184 MiB

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

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

MD5SUM BENCH= 370e5889e420807efe2c272780cce411
RANDOM SEED=1077661846

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30928516 kB
MemAvailable:   31864736 kB
Buffers:          149092 kB
Cached:          1053468 kB
SwapCached:        51712 kB
Active:           775716 kB
Inactive:         480588 kB
Active(anon):      18720 kB
Inactive(anon):    59356 kB
Active(file):     756996 kB
Inactive(file):   421232 kB
Unevictable:      110108 kB
Mlocked:          110108 kB
SwapTotal:      67108860 kB
SwapFree:       66947792 kB
Dirty:             26288 kB
Writeback:             0 kB
AnonPages:        112956 kB
Mapped:            33520 kB
Shmem:             15712 kB
Slab:             176156 kB
SReclaimable:     147656 kB
SUnreclaim:        28500 kB
KernelStack:        3488 kB
PageTables:         5212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

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