Trace number 4394396

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 parallelOPT1049 54.1718 7.62784

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-11.xml
MD5SUMf07db2d4579cd982e010e3ec5f98a04a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1049
Best CPU time to get the best result obtained on this benchmark43.918
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-4394396-1568433986.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394396-1568433986.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
0.70/0.47	c solve instance...
1.00/0.52	o 205 
1.00/0.52	o 226 
1.00/0.53	o 255 
1.00/0.56	o 268 
1.00/0.56	o 537 
1.00/0.57	o 538 
1.00/0.59	o 717 
1.00/0.59	o 734 
1.00/0.59	o 758 
1.00/0.61	o 769 
1.36/0.61	o 862 
1.36/0.62	o 878 
1.36/0.63	o 882 
1.36/0.64	o 896 
1.36/0.64	o 900 
1.36/0.66	o 931 
1.36/0.66	o 935 
1.36/0.69	o 959 
1.36/0.70	o 979 
1.86/0.75	o 986 
1.86/0.77	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (33/35)
1.86/0.77		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1.86/0.77		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1.86/0.77		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1.86/0.77		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1.86/0.77		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1.86/0.77	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (33/35)
1.86/0.77		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
1.86/0.77		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
1.86/0.77		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
1.86/0.77		at org.chocosolver.solver.Solver.repair(Solver.java:443)
1.86/0.77		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
1.86/0.77		at org.chocosolver.solver.Solver.solve(Solver.java:262)
1.86/0.77		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
1.86/0.77		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1.86/0.77		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1.86/0.77		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1.86/0.77		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1.86/0.77		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1.86/0.77		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1.86/0.77		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1.86/0.77		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1.86/0.77		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1.86/0.77	o 1017 
2.56/0.85	o 1020 
3.34/0.91	o 1024 
4.16/1.06	o 1035 
4.16/1.08	o 1040 
4.16/1.11	o 1046 
4.94/1.15	o 1049 
54.08/7.61	s OPTIMUM FOUND
54.08/7.61	v <instantiation>
54.08/7.61	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>
54.08/7.61	v 	<values>0 0 1 0 0 1 0 0 0 0 1 0 0 1 1 1 0 0 0 1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 0 1 1 0 0 0 0 0 0 1 0 1 0 0 0 0 </values>
54.08/7.61	v </instantiation>

Verifier Data

OK	1049

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394396-1568433986/watcher-4394396-1568433986 -o /tmp/evaluation-result-4394396-1568433986/solver-4394396-1568433986 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1568426266-31650 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1286112106 HOME/instance-4394396-1568433986.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=1663, runsolver pid=1660
Current StackSize limit: 8192 KiB


[startup+0.100135 s]*
/proc/loadavg: 5.33 6.63 7.21 3/212 1684
/proc/meminfo: memFree=30854268/32770624 swapFree=66967048/67108860
[pid=1663] ppid=1660 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1663/stat : 1663 (xcsp3-exec) S 1660 1663 31623 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419665406 115843072 363 33554432000 4194304 5098028 140734103331088 140734103329192 140331975062140 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34246656 140734103335797 140734103336041 140734103336041 140734103338954 0
/proc/1663/statm: 28282 363 304 221 0 87 0
[pid=1665] ppid=1663 vsize=28227388 memory=27836 CPUtime=0.12 cores=0-7
/proc/1665/stat : 1665 (java) S 1663 1663 31623 0 -1 1077944320 5924 0 0 0 11 1 0 0 20 0 20 0 419665407 28904845312 6959 33554432000 4194304 4196468 140736148312112 140736148294656 140526729436919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
/proc/1665/statm: 7056847 6959 3151 1 0 7019032 0
[pid=1665/tid=1666] ppid=1663 vsize=28227388 memory=288230380178243832 CPUtime=0.08 cores=0-7
/proc/1665/task/1666/stat : 1666 (java) R 1663 1663 31623 0 -1 4202560 3795 0 0 0 8 0 0 0 20 0 20 0 419665407 28904845312 7025 33554432000 4194304 4196468 140736148312112 140526733656224 140526729458845 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1667] ppid=1663 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1665/task/1667/stat : 1667 (java) S 1663 1663 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419665408 28904845312 7025 33554432000 4194304 4196468 140736148312112 140526701280272 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1668] ppid=1663 vsize=28227388 memory=3062274 CPUtime=0 cores=0-7
/proc/1665/task/1668/stat : 1668 (java) S 1663 1663 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419665408 28904845312 7025 33554432000 4194304 4196468 140736148312112 140526279494800 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1669] ppid=1663 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1665/task/1669/stat : 1669 (java) S 1663 1663 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419665408 28904845312 7025 33554432000 4194304 4196468 140736148312112 140526278441744 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1670] ppid=1663 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1665/task/1670/stat : 1670 (java) S 1663 1663 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419665408 28904845312 7025 33554432000 4194304 4196468 140736148312112 140526277389200 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1671] ppid=1663 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1665/task/1671/stat : 1671 (java) S 1663 1663 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419665408 28904845312 7025 33554432000 4194304 4196468 140736148312112 140526276336144 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1672] ppid=1663 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/1665/task/1672/stat : 1672 (java) S 1663 1663 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419665408 28904845312 7025 33554432000 4194304 4196468 140736148312112 140526275283600 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1673] ppid=1663 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1665/task/1673/stat : 1673 (java) S 1663 1663 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419665408 28904845312 7025 33554432000 4194304 4196468 140736148312112 140526274230544 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1674] ppid=1663 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1665/task/1674/stat : 1674 (java) S 1663 1663 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419665408 28904845312 7025 33554432000 4194304 4196468 140736148312112 140526273178000 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1675] ppid=1663 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1665/task/1675/stat : 1675 (java) S 1663 1663 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419665409 28904845312 7025 33554432000 4194304 4196468 140736148312112 140526113385200 140526729448066 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1676] ppid=1663 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1665/task/1676/stat : 1676 (java) S 1663 1663 31623 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419665410 28904845312 7025 33554432000 4194304 4196468 140736148312112 140526112331424 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1677] ppid=1663 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1665/task/1677/stat : 1677 (java) S 1663 1663 31623 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419665410 28904845312 7025 33554432000 4194304 4196468 140736148312112 140526111278320 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1678] ppid=1663 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1665/task/1678/stat : 1678 (java) S 1663 1663 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419665412 28904845312 7025 33554432000 4194304 4196468 140736148312112 140526110226896 140526729455515 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1679] ppid=1663 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1665/task/1679/stat : 1679 (java) S 1663 1663 31623 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 20 0 419665412 28904845312 7025 33554432000 4194304 4196468 140736148312112 140526109174000 140526729448066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1680] ppid=1663 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1665/task/1680/stat : 1680 (java) S 1663 1663 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419665413 28904845312 7025 33554432000 4194304 4196468 140736148312112 140526108121456 140526729448066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1681] ppid=1663 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1665/task/1681/stat : 1681 (java) S 1663 1663 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419665413 28904845312 7025 33554432000 4194304 4196468 140736148312112 140526107068400 140526729448066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1682] ppid=1663 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/1665/task/1682/stat : 1682 (java) R 1663 1663 31623 0 -1 4202560 398 0 0 0 2 0 0 0 20 0 20 0 419665413 28904845312 7025 33554432000 4194304 4196468 140736148312112 140526106015856 140526722543539 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1683] ppid=1663 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1665/task/1683/stat : 1683 (java) S 1663 1663 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419665413 28904845312 7025 33554432000 4194304 4196468 140736148312112 140526104964064 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1684] ppid=1663 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/1665/task/1684/stat : 1684 (java) S 1663 1663 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419665413 28904845312 7025 33554432000 4194304 4196468 140736148312112 140526103911600 140526729448066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 29288 KiB

[startup+0.210529 s]*
/proc/loadavg: 4.98 6.54 7.18 2/212 1684
/proc/meminfo: memFree=30841880/32770624 swapFree=66967048/67108860
[pid=1663] ppid=1660 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1663/stat : 1663 (xcsp3-exec) S 1660 1663 31623 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419665406 115843072 363 33554432000 4194304 5098028 140734103331088 140734103329192 140331975062140 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34246656 140734103335797 140734103336041 140734103336041 140734103338954 0
/proc/1663/statm: 28282 363 304 221 0 87 0
[pid=1665] ppid=1663 vsize=28227388 memory=39360 CPUtime=0.33 cores=0-7
/proc/1665/stat : 1665 (java) S 1663 1663 31623 0 -1 1077944320 9616 0 0 0 30 3 0 0 20 0 20 0 419665407 28904845312 9840 33554432000 4194304 4196468 140736148312112 140736148294656 140526729436919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
/proc/1665/statm: 7056847 9840 3290 1 0 7019032 0
[pid=1665/tid=1666] ppid=1663 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/1665/task/1666/stat : 1666 (java) R 1663 1663 31623 0 -1 4202560 6713 0 0 0 18 2 0 0 20 0 20 0 419665407 28904845312 9840 33554432000 4194304 4196468 140736148312112 140526733668832 140526729448854 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1667] ppid=1663 vsize=28227388 memory=339 CPUtime=0 cores=0-7
/proc/1665/task/1667/stat : 1667 (java) S 1663 1663 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419665408 28904845312 9840 33554432000 4194304 4196468 140736148312112 140526701280272 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1668] ppid=1663 vsize=28227388 memory=3833602724552713888 CPUtime=0 cores=0-7
/proc/1665/task/1668/stat : 1668 (java) S 1663 1663 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419665408 28904845312 9840 33554432000 4194304 4196468 140736148312112 140526279494800 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1669] ppid=1663 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/1665/task/1669/stat : 1669 (java) S 1663 1663 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419665408 28904845312 9840 33554432000 4194304 4196468 140736148312112 140526278441744 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1670] ppid=1663 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1665/task/1670/stat : 1670 (java) S 1663 1663 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419665408 28904845312 9840 33554432000 4194304 4196468 140736148312112 140526277389200 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1671] ppid=1663 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1665/task/1671/stat : 1671 (java) S 1663 1663 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419665408 28904845312 9840 33554432000 4194304 4196468 140736148312112 140526276336144 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1672] ppid=1663 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/1665/task/1672/stat : 1672 (java) S 1663 1663 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419665408 28904845312 9840 33554432000 4194304 4196468 140736148312112 140526275283600 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1673] ppid=1663 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1665/task/1673/stat : 1673 (java) S 1663 1663 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419665408 28904845312 9840 33554432000 4194304 4196468 140736148312112 140526274230544 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1674] ppid=1663 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1665/task/1674/stat : 1674 (java) S 1663 1663 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419665408 28904845312 9840 33554432000 4194304 4196468 140736148312112 140526273178000 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1675] ppid=1663 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1665/task/1675/stat : 1675 (java) S 1663 1663 31623 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419665409 28904845312 9840 33554432000 4194304 4196468 140736148312112 140526113385200 140526729448066 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1676] ppid=1663 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1665/task/1676/stat : 1676 (java) S 1663 1663 31623 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419665410 28904845312 9840 33554432000 4194304 4196468 140736148312112 140526112331424 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1677] ppid=1663 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1665/task/1677/stat : 1677 (java) S 1663 1663 31623 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419665410 28904845312 9840 33554432000 4194304 4196468 140736148312112 140526111278320 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1678] ppid=1663 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1665/task/1678/stat : 1678 (java) S 1663 1663 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419665412 28904845312 9840 33554432000 4194304 4196468 140736148312112 140526110226896 140526729455515 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1679] ppid=1663 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/1665/task/1679/stat : 1679 (java) S 1663 1663 31623 0 -1 1077944384 435 0 0 0 1 0 0 0 20 0 20 0 419665412 28904845312 9840 33554432000 4194304 4196468 140736148312112 140526109174000 140526729448066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1680] ppid=1663 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/1665/task/1680/stat : 1680 (java) S 1663 1663 31623 0 -1 1077944384 87 0 0 0 1 0 0 0 20 0 20 0 419665413 28904845312 9840 33554432000 4194304 4196468 140736148312112 140526108121456 140526729448066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1681] ppid=1663 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/1665/task/1681/stat : 1681 (java) S 1663 1663 31623 0 -1 1077944384 157 0 0 0 2 0 0 0 20 0 20 0 419665413 28904845312 9840 33554432000 4194304 4196468 140736148312112 140526107068400 140526729448066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1682] ppid=1663 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/1665/task/1682/stat : 1682 (java) R 1663 1663 31623 0 -1 4202560 920 0 0 0 8 0 0 0 20 0 20 0 419665413 28904845312 9840 33554432000 4194304 4196468 140736148312112 140526106015856 140526729448854 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1683] ppid=1663 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1665/task/1683/stat : 1683 (java) S 1663 1663 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419665413 28904845312 9840 33554432000 4194304 4196468 140736148312112 140526104964064 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1684] ppid=1663 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/1665/task/1684/stat : 1684 (java) S 1663 1663 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419665413 28904845312 9840 33554432000 4194304 4196468 140736148312112 140526103911600 140526729448066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 40812 KiB

[startup+0.310342 s]*
/proc/loadavg: 4.98 6.54 7.18 4/212 1684
/proc/meminfo: memFree=30836332/32770624 swapFree=66967048/67108860
[pid=1663] ppid=1660 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1663/stat : 1663 (xcsp3-exec) S 1660 1663 31623 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419665406 115843072 363 33554432000 4194304 5098028 140734103331088 140734103329192 140331975062140 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34246656 140734103335797 140734103336041 140734103336041 140734103338954 0
/proc/1663/statm: 28282 363 304 221 0 87 0
[pid=1665] ppid=1663 vsize=28231644 memory=48872 CPUtime=0.52 cores=0-7
/proc/1665/stat : 1665 (java) S 1663 1663 31623 0 -1 1077944320 11120 0 0 0 48 4 0 0 20 0 20 0 419665407 28909203456 12218 33554432000 4194304 4196468 140736148312112 140736148294656 140526729436919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
/proc/1665/statm: 7057911 12218 3364 1 0 7019032 0
[pid=1665/tid=1666] ppid=1663 vsize=28231644 memory=1398720917958146503 CPUtime=0.3 cores=0-7
/proc/1665/task/1666/stat : 1666 (java) R 1663 1663 31623 0 -1 4202560 7824 0 0 0 27 3 0 0 20 0 20 0 419665407 28909203456 12258 33554432000 4194304 4196468 140736148312112 140526733670224 140526713517436 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1667] ppid=1663 vsize=28231644 memory=2832 CPUtime=0 cores=0-7
/proc/1665/task/1667/stat : 1667 (java) S 1663 1663 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419665408 28909203456 12258 33554432000 4194304 4196468 140736148312112 140526701280272 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1668] ppid=1663 vsize=28231644 memory=1192 CPUtime=0 cores=0-7
/proc/1665/task/1668/stat : 1668 (java) S 1663 1663 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419665408 28909203456 12258 33554432000 4194304 4196468 140736148312112 140526279494800 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1669] ppid=1663 vsize=28231644 memory=940 CPUtime=0 cores=0-7
/proc/1665/task/1669/stat : 1669 (java) S 1663 1663 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419665408 28909203456 12258 33554432000 4194304 4196468 140736148312112 140526278441744 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1670] ppid=1663 vsize=28231644 memory=14008 CPUtime=0 cores=0-7
/proc/1665/task/1670/stat : 1670 (java) S 1663 1663 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419665408 28909203456 12258 33554432000 4194304 4196468 140736148312112 140526277389200 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1671] ppid=1663 vsize=28231644 memory=11824 CPUtime=0 cores=0-7
/proc/1665/task/1671/stat : 1671 (java) S 1663 1663 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419665408 28909203456 12258 33554432000 4194304 4196468 140736148312112 140526276336144 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1672] ppid=1663 vsize=28231644 memory=19964 CPUtime=0 cores=0-7
/proc/1665/task/1672/stat : 1672 (java) S 1663 1663 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419665408 28909203456 12258 33554432000 4194304 4196468 140736148312112 140526275283600 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1673] ppid=1663 vsize=28231644 memory=2120 CPUtime=0 cores=0-7
/proc/1665/task/1673/stat : 1673 (java) S 1663 1663 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419665408 28909203456 12258 33554432000 4194304 4196468 140736148312112 140526274230544 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1674] ppid=1663 vsize=28231644 memory=500 CPUtime=0 cores=0-7
/proc/1665/task/1674/stat : 1674 (java) S 1663 1663 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419665408 28909203456 12258 33554432000 4194304 4196468 140736148312112 140526273178000 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1675] ppid=1663 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/1665/task/1675/stat : 1675 (java) S 1663 1663 31623 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419665409 28909203456 12258 33554432000 4194304 4196468 140736148312112 140526113385200 140526729448066 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1676] ppid=1663 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/1665/task/1676/stat : 1676 (java) S 1663 1663 31623 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419665410 28909203456 12258 33554432000 4194304 4196468 140736148312112 140526112331424 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1677] ppid=1663 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/1665/task/1677/stat : 1677 (java) S 1663 1663 31623 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419665410 28909203456 12258 33554432000 4194304 4196468 140736148312112 140526111278320 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1678] ppid=1663 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/1665/task/1678/stat : 1678 (java) S 1663 1663 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419665412 28909203456 12258 33554432000 4194304 4196468 140736148312112 140526110226896 140526729455515 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1679] ppid=1663 vsize=28231644 memory=2244 CPUtime=0.03 cores=0-7
/proc/1665/task/1679/stat : 1679 (java) R 1663 1663 31623 0 -1 4202560 571 0 0 0 3 0 0 0 20 0 20 0 419665412 28909203456 12258 33554432000 4194304 4196468 140736148312112 140526109155016 140526710628952 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1680] ppid=1663 vsize=28231644 memory=2244 CPUtime=0.02 cores=0-7
/proc/1665/task/1680/stat : 1680 (java) S 1663 1663 31623 0 -1 1077944384 103 0 0 0 2 0 0 0 20 0 20 0 419665413 28909203456 12258 33554432000 4194304 4196468 140736148312112 140526108121456 140526729448066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1681] ppid=1663 vsize=28231644 memory=2244 CPUtime=0.02 cores=0-7
/proc/1665/task/1681/stat : 1681 (java) S 1663 1663 31623 0 -1 1077944384 201 0 0 0 2 0 0 0 20 0 20 0 419665413 28909203456 12258 33554432000 4194304 4196468 140736148312112 140526107068400 140526729448066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1682] ppid=1663 vsize=28231644 memory=2244 CPUtime=0.12 cores=0-7
/proc/1665/task/1682/stat : 1682 (java) S 1663 1663 31623 0 -1 1077944384 1153 0 0 0 12 0 0 0 20 0 20 0 419665413 28909203456 12258 33554432000 4194304 4196468 140736148312112 140526106015856 140526729448066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1683] ppid=1663 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/1665/task/1683/stat : 1683 (java) S 1663 1663 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419665413 28909203456 12258 33554432000 4194304 4196468 140736148312112 140526104964064 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1684] ppid=1663 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/1665/task/1684/stat : 1684 (java) S 1663 1663 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419665413 28909203456 12258 33554432000 4194304 4196468 140736148312112 140526103911600 140526729448066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 50324 KiB

[startup+0.701098 s]
/proc/loadavg: 4.98 6.54 7.18 8/220 1692
/proc/meminfo: memFree=30798528/32770624 swapFree=66967048/67108860
[pid=1663] ppid=1660 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1663/stat : 1663 (xcsp3-exec) S 1660 1663 31623 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419665406 115843072 363 33554432000 4194304 5098028 140734103331088 140734103329192 140331975062140 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34246656 140734103335797 140734103336041 140734103336041 140734103338954 0
/proc/1663/statm: 28282 363 304 221 0 87 0
[pid=1665] ppid=1663 vsize=28767308 memory=186536 CPUtime=1.86 cores=0-7
/proc/1665/stat : 1665 (java) S 1663 1663 31623 0 -1 1077944320 18361 0 0 0 175 11 0 0 20 0 28 0 419665407 29457723392 46634 33554432000 4194304 4196468 140736148312112 140736148294656 140526729436919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
/proc/1665/statm: 7191827 46634 3466 1 0 7152929 0
[pid=1665/tid=1666] ppid=1663 vsize=28767308 memory=279625054656992 CPUtime=0.48 cores=0-7
/proc/1665/task/1666/stat : 1666 (java) R 1663 1663 31623 0 -1 4202560 9214 0 0 0 45 3 0 0 20 0 28 0 419665407 29457723392 46634 33554432000 4194304 4196468 140736148312112 140526733677840 140526729458749 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1667] ppid=1663 vsize=28767308 memory=279625054324832 CPUtime=0 cores=0-7
/proc/1665/task/1667/stat : 1667 (java) S 1663 1663 31623 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 419665408 29457723392 46634 33554432000 4194304 4196468 140736148312112 140526701280272 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1668] ppid=1663 vsize=28767308 memory=2257 CPUtime=0 cores=0-7
/proc/1665/task/1668/stat : 1668 (java) S 1663 1663 31623 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 29 0 419665408 29457723392 46650 33554432000 4194304 4196468 140736148312112 140526279494800 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1669] ppid=1663 vsize=28767308 memory=2372 CPUtime=0 cores=0-7
/proc/1665/task/1669/stat : 1669 (java) S 1663 1663 31623 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 29 0 419665408 29457723392 46650 33554432000 4194304 4196468 140736148312112 140526278441744 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0

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

[pid=1665/tid=1682] ppid=1663 vsize=28769356 memory=1980 CPUtime=0.75 cores=0-7
/proc/1665/task/1682/stat : 1682 (java) S 1663 1663 31623 0 -1 1077944384 5423 0 0 0 73 2 0 0 20 0 28 0 419665413 29459820544 207946 33554432000 4194304 4196468 140736148312112 140526106015856 140526729448066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1683] ppid=1663 vsize=28769356 memory=2572 CPUtime=0 cores=0-7
/proc/1665/task/1683/stat : 1683 (java) S 1663 1663 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419665413 29459820544 207946 33554432000 4194304 4196468 140736148312112 140526104964064 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1684] ppid=1663 vsize=28769356 memory=900 CPUtime=0 cores=0-7
/proc/1665/task/1684/stat : 1684 (java) S 1663 1663 31623 0 -1 1077944384 1185 0 0 0 0 0 0 0 20 0 28 0 419665413 29459820544 207946 33554432000 4194304 4196468 140736148312112 140526103911600 140526729448066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1901] ppid=1663 vsize=28769356 memory=1432 CPUtime=3.61 cores=0-7
/proc/1665/task/1901/stat : 1901 (java) R 1663 1663 31623 0 -1 4202560 161 0 0 0 360 1 0 0 20 0 28 0 419665522 29459820544 207946 33554432000 4194304 4196468 140736148312112 140525890947952 140526369722525 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1902] ppid=1663 vsize=28769356 memory=14008 CPUtime=4.44 cores=0-7
/proc/1665/task/1902/stat : 1902 (java) R 1663 1663 31623 0 -1 4202560 818 0 0 0 439 5 0 0 20 0 28 0 419665522 29459820544 207946 33554432000 4194304 4196468 140736148312112 140526097035864 140526365693031 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1903] ppid=1663 vsize=28769356 memory=11824 CPUtime=3.83 cores=0-7
/proc/1665/task/1903/stat : 1903 (java) R 1663 1663 31623 0 -1 4202560 83 0 0 0 381 2 0 0 20 0 28 0 419665522 29459820544 207946 33554432000 4194304 4196468 140736148312112 140525888843552 140526369722459 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1904] ppid=1663 vsize=28769356 memory=19964 CPUtime=4 cores=0-7
/proc/1665/task/1904/stat : 1904 (java) R 1663 1663 31623 0 -1 4202560 263 0 0 0 397 3 0 0 20 0 28 0 419665522 29459820544 207946 33554432000 4194304 4196468 140736148312112 140525884633088 140526370916757 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1905] ppid=1663 vsize=28769356 memory=2120 CPUtime=3.78 cores=0-7
/proc/1665/task/1905/stat : 1905 (java) R 1663 1663 31623 0 -1 4202560 250 0 0 0 375 3 0 0 20 0 28 0 419665522 29459820544 207946 33554432000 4194304 4196468 140736148312112 140525886738440 140526369315316 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1906] ppid=1663 vsize=28769356 memory=500 CPUtime=3.87 cores=0-7
/proc/1665/task/1906/stat : 1906 (java) R 1663 1663 31623 0 -1 4202560 204 0 0 0 384 3 0 0 20 0 28 0 419665522 29459820544 207946 33554432000 4194304 4196468 140736148312112 140525887790736 140526370916248 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1907] ppid=1663 vsize=28769356 memory=1556 CPUtime=4.01 cores=0-7
/proc/1665/task/1907/stat : 1907 (java) R 1663 1663 31623 0 -1 4202560 189 0 0 0 398 3 0 0 20 0 28 0 419665522 29459820544 207946 33554432000 4194304 4196468 140736148312112 140525889896832 140526369722437 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1908] ppid=1663 vsize=28769356 memory=928 CPUtime=3.51 cores=0-7
/proc/1665/task/1908/stat : 1908 (java) R 1663 1663 31623 0 -1 4202560 275 0 0 0 349 2 0 0 20 0 28 0 419665523 29459820544 207946 33554432000 4194304 4196468 140736148312112 140525885686272 140526369722445 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
Current children cumulated CPU time: 44.84 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 833236 KiB

[startup+7.20139 s]
/proc/loadavg: 5.07 6.53 7.17 9/220 1908
/proc/meminfo: memFree=29683156/32770624 swapFree=66967048/67108860
[pid=1663] ppid=1660 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1663/stat : 1663 (xcsp3-exec) S 1660 1663 31623 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419665406 115843072 363 33554432000 4194304 5098028 140734103331088 140734103329192 140331975062140 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34246656 140734103335797 140734103336041 140734103336041 140734103338954 0
/proc/1663/statm: 28282 363 304 221 0 87 0
[pid=1665] ppid=1663 vsize=28769356 memory=1197592 CPUtime=50.95 cores=0-7
/proc/1665/stat : 1665 (java) S 1663 1663 31623 0 -1 1077944320 56496 0 0 0 5024 71 0 0 20 0 28 0 419665407 29459820544 299398 33554432000 4194304 4196468 140736148312112 140736148294656 140526729436919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
/proc/1665/statm: 7192339 299398 3526 1 0 7153441 0
[pid=1665/tid=1666] ppid=1663 vsize=28769356 memory=7019467087939647793 CPUtime=0.49 cores=0-7
/proc/1665/task/1666/stat : 1666 (java) S 1663 1663 31623 0 -1 1077944384 9217 0 0 0 46 3 0 0 20 0 28 0 419665407 29459820544 299398 33554432000 4194304 4196468 140736148312112 140526733677696 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1667] ppid=1663 vsize=28769356 memory=7019467087956425009 CPUtime=0.07 cores=0-7
/proc/1665/task/1667/stat : 1667 (java) S 1663 1663 31623 0 -1 1077944384 113 0 0 0 5 2 0 0 20 0 28 0 419665408 29459820544 299398 33554432000 4194304 4196468 140736148312112 140526701280272 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1668] ppid=1663 vsize=28769356 memory=7019467087973202225 CPUtime=0.07 cores=0-7
/proc/1665/task/1668/stat : 1668 (java) S 1663 1663 31623 0 -1 1077944384 708 0 0 0 5 2 0 0 20 0 28 0 419665408 29459820544 299398 33554432000 4194304 4196468 140736148312112 140526279494800 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1669] ppid=1663 vsize=28769356 memory=7019467087989979441 CPUtime=0.06 cores=0-7
/proc/1665/task/1669/stat : 1669 (java) S 1663 1663 31623 0 -1 1077944384 120 0 0 0 4 2 0 0 20 0 28 0 419665408 29459820544 299398 33554432000 4194304 4196468 140736148312112 140526278441744 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1670] ppid=1663 vsize=28769356 memory=7019467088006756657 CPUtime=0.07 cores=0-7
/proc/1665/task/1670/stat : 1670 (java) S 1663 1663 31623 0 -1 1077944384 210 0 0 0 5 2 0 0 20 0 28 0 419665408 29459820544 299398 33554432000 4194304 4196468 140736148312112 140526277389200 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1671] ppid=1663 vsize=28769356 memory=7019467088023533873 CPUtime=0.05 cores=0-7
/proc/1665/task/1671/stat : 1671 (java) S 1663 1663 31623 0 -1 1077944384 54 0 0 0 4 1 0 0 20 0 28 0 419665408 29459820544 299398 33554432000 4194304 4196468 140736148312112 140526276336144 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1672] ppid=1663 vsize=28769356 memory=7019467088040311089 CPUtime=0.08 cores=0-7
/proc/1665/task/1672/stat : 1672 (java) S 1663 1663 31623 0 -1 1077944384 75 0 0 0 6 2 0 0 20 0 28 0 419665408 29459820544 299398 33554432000 4194304 4196468 140736148312112 140526275283600 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1673] ppid=1663 vsize=28769356 memory=7019467088057088305 CPUtime=0.06 cores=0-7
/proc/1665/task/1673/stat : 1673 (java) S 1663 1663 31623 0 -1 1077944384 61 0 0 0 4 2 0 0 20 0 28 0 419665408 29459820544 299398 33554432000 4194304 4196468 140736148312112 140526274230544 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1674] ppid=1663 vsize=28769356 memory=55 CPUtime=0.06 cores=0-7
/proc/1665/task/1674/stat : 1674 (java) S 1663 1663 31623 0 -1 1077944384 69 0 0 0 4 2 0 0 20 0 28 0 419665408 29459820544 299398 33554432000 4194304 4196468 140736148312112 140526273178000 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1675] ppid=1663 vsize=28769356 memory=2241 CPUtime=0.01 cores=0-7
/proc/1665/task/1675/stat : 1675 (java) S 1663 1663 31623 0 -1 1077944384 1168 0 0 0 1 0 0 0 20 0 28 0 419665409 29459820544 299398 33554432000 4194304 4196468 140736148312112 140526113385200 140526729448066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1676] ppid=1663 vsize=28769356 memory=2244 CPUtime=0 cores=0-7
/proc/1665/task/1676/stat : 1676 (java) S 1663 1663 31623 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 419665410 29459820544 299398 33554432000 4194304 4196468 140736148312112 140526112331488 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1677] ppid=1663 vsize=28769356 memory=1404238533774188662 CPUtime=0 cores=0-7
/proc/1665/task/1677/stat : 1677 (java) S 1663 1663 31623 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 419665410 29459820544 299398 33554432000 4194304 4196468 140736148312112 140526111278336 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1678] ppid=1663 vsize=28769356 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/1665/task/1678/stat : 1678 (java) S 1663 1663 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419665412 29459820544 299398 33554432000 4194304 4196468 140736148312112 140526110226896 140526729455515 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1679] ppid=1663 vsize=28769356 memory=7234863843487476569 CPUtime=3.35 cores=0-7
/proc/1665/task/1679/stat : 1679 (java) S 1663 1663 31623 0 -1 1077944384 12231 0 0 0 332 3 0 0 20 0 28 0 419665412 29459820544 299398 33554432000 4194304 4196468 140736148312112 140526109174000 140526729448066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1680] ppid=1663 vsize=28769356 memory=139812527288853 CPUtime=2.99 cores=0-7
/proc/1665/task/1680/stat : 1680 (java) S 1663 1663 31623 0 -1 1077944384 7206 0 0 0 298 1 0 0 20 0 28 0 419665413 29459820544 299398 33554432000 4194304 4196468 140736148312112 140526108121456 140526729448066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1681] ppid=1663 vsize=28769356 memory=0 CPUtime=3.17 cores=0-7
/proc/1665/task/1681/stat : 1681 (java) S 1663 1663 31623 0 -1 1077944384 10558 0 0 0 315 2 0 0 20 0 28 0 419665413 29459820544 299398 33554432000 4194304 4196468 140736148312112 140526107068400 140526729448066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1682] ppid=1663 vsize=28769356 memory=7019467088057546289 CPUtime=0.77 cores=0-7
/proc/1665/task/1682/stat : 1682 (java) S 1663 1663 31623 0 -1 1077944384 5451 0 0 0 75 2 0 0 20 0 28 0 419665413 29459820544 299398 33554432000 4194304 4196468 140736148312112 140526106015856 140526729448066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1683] ppid=1663 vsize=28769356 memory=7019467088074323505 CPUtime=0 cores=0-7
/proc/1665/task/1683/stat : 1683 (java) S 1663 1663 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419665413 29459820544 299398 33554432000 4194304 4196468 140736148312112 140526104964064 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1684] ppid=1663 vsize=28769356 memory=7019467087923394097 CPUtime=0 cores=0-7
/proc/1665/task/1684/stat : 1684 (java) S 1663 1663 31623 0 -1 1077944384 1185 0 0 0 0 0 0 0 20 0 28 0 419665413 29459820544 299398 33554432000 4194304 4196468 140736148312112 140526103911600 140526729448066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1901] ppid=1663 vsize=28769356 memory=6820 CPUtime=4.31 cores=0-7
/proc/1665/task/1901/stat : 1901 (java) S 1663 1663 31623 0 -1 1077944384 162 0 0 0 430 1 0 0 20 0 28 0 419665522 29459820544 299398 33554432000 4194304 4196468 140736148312112 140525890948032 140526729448066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1902] ppid=1663 vsize=28769356 memory=6944656592455360604 CPUtime=5.2 cores=0-7
/proc/1665/task/1902/stat : 1902 (java) R 1663 1663 31623 0 -1 4202560 985 0 0 0 514 6 0 0 20 0 28 0 419665522 29459820544 299398 33554432000 4194304 4196468 140736148312112 140526097039520 140526370012973 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1903] ppid=1663 vsize=28769356 memory=288230574492221466 CPUtime=4.5 cores=0-7
/proc/1665/task/1903/stat : 1903 (java) R 1663 1663 31623 0 -1 4202560 88 0 0 0 448 2 0 0 20 0 28 0 419665522 29459820544 299398 33554432000 4194304 4196468 140736148312112 140525888843648 140526729448854 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1904] ppid=1663 vsize=28769356 memory=302022891351048492 CPUtime=4.7 cores=0-7
/proc/1665/task/1904/stat : 1904 (java) R 1663 1663 31623 0 -1 4202560 289 0 0 0 466 4 0 0 20 0 28 0 419665522 29459820544 299398 33554432000 4194304 4196468 140736148312112 140525884633088 140526729448854 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1905] ppid=1663 vsize=28769356 memory=15537418677782099 CPUtime=4.51 cores=0-7
/proc/1665/task/1905/stat : 1905 (java) R 1663 1663 31623 0 -1 4202560 308 0 0 0 447 4 0 0 20 0 28 0 419665522 29459820544 299398 33554432000 4194304 4196468 140736148312112 140525886737952 140526366400629 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1906] ppid=1663 vsize=28769356 memory=7668063822269993060 CPUtime=4.62 cores=0-7
/proc/1665/task/1906/stat : 1906 (java) R 1663 1663 31623 0 -1 1077944384 265 0 0 0 457 5 0 0 20 0 28 0 419665522 29459820544 299398 33554432000 4194304 4196468 140736148312112 140525887790848 140526729447125 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1907] ppid=1663 vsize=28769356 memory=7884231124439884881 CPUtime=4.77 cores=0-7
/proc/1665/task/1907/stat : 1907 (java) S 1663 1663 31623 0 -1 1077944384 242 0 0 0 473 4 0 0 20 0 28 0 419665522 29459820544 299398 33554432000 4194304 4196468 140736148312112 140525889896832 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1908] ppid=1663 vsize=28769356 memory=7884231124439884881 CPUtime=4.22 cores=0-7
/proc/1665/task/1908/stat : 1908 (java) R 1663 1663 31623 0 -1 4202560 282 0 0 0 420 2 0 0 20 0 28 0 419665523 29459820544 299398 33554432000 4194304 4196468 140736148312112 140525885686176 140526372163083 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 1199044 KiB

[startup+7.60256 s]
/proc/loadavg: 5.07 6.53 7.17 9/220 1908
/proc/meminfo: memFree=29683156/32770624 swapFree=66967048/67108860
[pid=1663] ppid=1660 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1663/stat : 1663 (xcsp3-exec) S 1660 1663 31623 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419665406 115843072 363 33554432000 4194304 5098028 140734103331088 140734103329192 140331975062140 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34246656 140734103335797 140734103336041 140734103336041 140734103338954 0
/proc/1663/statm: 28282 363 304 221 0 87 0
[pid=1665] ppid=1663 vsize=28769356 memory=1197640 CPUtime=54.08 cores=0-7
/proc/1665/stat : 1665 (java) S 1663 1663 31623 0 -1 1077944320 56514 0 0 0 5335 73 0 0 20 0 28 0 419665407 29459820544 299410 33554432000 4194304 4196468 140736148312112 140736148294656 140526729436919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
/proc/1665/statm: 7192339 299410 3526 1 0 7153441 0
[pid=1665/tid=1666] ppid=1663 vsize=28769356 memory=8112282956445269571 CPUtime=0.49 cores=0-7
/proc/1665/task/1666/stat : 1666 (java) S 1663 1663 31623 0 -1 1077944384 9217 0 0 0 46 3 0 0 20 0 28 0 419665407 29459820544 299410 33554432000 4194304 4196468 140736148312112 140526733677696 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1667] ppid=1663 vsize=28769356 memory=2004 CPUtime=0.07 cores=0-7
/proc/1665/task/1667/stat : 1667 (java) S 1663 1663 31623 0 -1 1077944384 113 0 0 0 5 2 0 0 20 0 28 0 419665408 29459820544 299410 33554432000 4194304 4196468 140736148312112 140526701280272 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1668] ppid=1663 vsize=28769356 memory=1376 CPUtime=0.07 cores=0-7
/proc/1665/task/1668/stat : 1668 (java) S 1663 1663 31623 0 -1 1077944384 708 0 0 0 5 2 0 0 20 0 28 0 419665408 29459820544 299410 33554432000 4194304 4196468 140736148312112 140526279494800 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1669] ppid=1663 vsize=28769356 memory=1060 CPUtime=0.06 cores=0-7
/proc/1665/task/1669/stat : 1669 (java) S 1663 1663 31623 0 -1 1077944384 120 0 0 0 4 2 0 0 20 0 28 0 419665408 29459820544 299410 33554432000 4194304 4196468 140736148312112 140526278441744 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1670] ppid=1663 vsize=28769356 memory=4068 CPUtime=0.07 cores=0-7
/proc/1665/task/1670/stat : 1670 (java) S 1663 1663 31623 0 -1 1077944384 210 0 0 0 5 2 0 0 20 0 28 0 419665408 29459820544 299410 33554432000 4194304 4196468 140736148312112 140526277389200 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1671] ppid=1663 vsize=28769356 memory=1720 CPUtime=0.05 cores=0-7
/proc/1665/task/1671/stat : 1671 (java) S 1663 1663 31623 0 -1 1077944384 54 0 0 0 4 1 0 0 20 0 28 0 419665408 29459820544 299410 33554432000 4194304 4196468 140736148312112 140526276336144 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1672] ppid=1663 vsize=28769356 memory=5928 CPUtime=0.08 cores=0-7
/proc/1665/task/1672/stat : 1672 (java) S 1663 1663 31623 0 -1 1077944384 75 0 0 0 6 2 0 0 20 0 28 0 419665408 29459820544 299410 33554432000 4194304 4196468 140736148312112 140526275283600 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1673] ppid=1663 vsize=28769356 memory=10484 CPUtime=0.06 cores=0-7
/proc/1665/task/1673/stat : 1673 (java) S 1663 1663 31623 0 -1 1077944384 61 0 0 0 4 2 0 0 20 0 28 0 419665408 29459820544 299410 33554432000 4194304 4196468 140736148312112 140526274230544 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1674] ppid=1663 vsize=28769356 memory=716 CPUtime=0.06 cores=0-7
/proc/1665/task/1674/stat : 1674 (java) S 1663 1663 31623 0 -1 1077944384 69 0 0 0 4 2 0 0 20 0 28 0 419665408 29459820544 299410 33554432000 4194304 4196468 140736148312112 140526273178000 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1675] ppid=1663 vsize=28769356 memory=780 CPUtime=0.01 cores=0-7
/proc/1665/task/1675/stat : 1675 (java) S 1663 1663 31623 0 -1 1077944384 1168 0 0 0 1 0 0 0 20 0 28 0 419665409 29459820544 299410 33554432000 4194304 4196468 140736148312112 140526113385200 140526729448066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1676] ppid=1663 vsize=28769356 memory=2241 CPUtime=0 cores=0-7
/proc/1665/task/1676/stat : 1676 (java) S 1663 1663 31623 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 419665410 29459820544 299410 33554432000 4194304 4196468 140736148312112 140526112331488 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1677] ppid=1663 vsize=28769356 memory=2244 CPUtime=0 cores=0-7
/proc/1665/task/1677/stat : 1677 (java) S 1663 1663 31623 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 419665410 29459820544 299410 33554432000 4194304 4196468 140736148312112 140526111278336 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1678] ppid=1663 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/1665/task/1678/stat : 1678 (java) S 1663 1663 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419665412 29459820544 299410 33554432000 4194304 4196468 140736148312112 140526110226896 140526729455515 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1679] ppid=1663 vsize=28769356 memory=4947 CPUtime=3.35 cores=0-7
/proc/1665/task/1679/stat : 1679 (java) S 1663 1663 31623 0 -1 1077944384 12231 0 0 0 332 3 0 0 20 0 28 0 419665412 29459820544 299410 33554432000 4194304 4196468 140736148312112 140526109174000 140526729448066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1680] ppid=1663 vsize=28769356 memory=276 CPUtime=3 cores=0-7
/proc/1665/task/1680/stat : 1680 (java) S 1663 1663 31623 0 -1 1077944384 7206 0 0 0 298 2 0 0 20 0 28 0 419665413 29459820544 299410 33554432000 4194304 4196468 140736148312112 140526108121456 140526729448066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1681] ppid=1663 vsize=28769356 memory=240744 CPUtime=3.17 cores=0-7
/proc/1665/task/1681/stat : 1681 (java) S 1663 1663 31623 0 -1 1077944384 10561 0 0 0 315 2 0 0 20 0 28 0 419665413 29459820544 299410 33554432000 4194304 4196468 140736148312112 140526107068400 140526729448066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1682] ppid=1663 vsize=28769356 memory=1 CPUtime=0.77 cores=0-7
/proc/1665/task/1682/stat : 1682 (java) S 1663 1663 31623 0 -1 1077944384 5456 0 0 0 75 2 0 0 20 0 28 0 419665413 29459820544 299410 33554432000 4194304 4196468 140736148312112 140526106015856 140526729448066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1683] ppid=1663 vsize=28769356 memory=30106 CPUtime=0 cores=0-7
/proc/1665/task/1683/stat : 1683 (java) S 1663 1663 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419665413 29459820544 299410 33554432000 4194304 4196468 140736148312112 140526104964064 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1684] ppid=1663 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/1665/task/1684/stat : 1684 (java) S 1663 1663 31623 0 -1 1077944384 1185 0 0 0 0 0 0 0 20 0 28 0 419665413 29459820544 299410 33554432000 4194304 4196468 140736148312112 140526103911600 140526729448066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1901] ppid=1663 vsize=28769356 memory=0 CPUtime=4.7 cores=0-7
/proc/1665/task/1901/stat : 1901 (java) R 1663 1663 31623 0 -1 4202560 162 0 0 0 469 1 0 0 20 0 28 0 419665522 29459820544 299410 33554432000 4194304 4196468 140736148312112 140525890948128 140526372162463 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1902] ppid=1663 vsize=28769356 memory=87 CPUtime=5.6 cores=0-7
/proc/1665/task/1902/stat : 1902 (java) R 1663 1663 31623 0 -1 4202560 990 0 0 0 554 6 0 0 20 0 28 0 419665522 29459820544 299410 33554432000 4194304 4196468 140736148312112 140526097039520 140526371525080 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1903] ppid=1663 vsize=28769356 memory=0 CPUtime=4.89 cores=0-7
/proc/1665/task/1903/stat : 1903 (java) R 1663 1663 31623 0 -1 4202560 88 0 0 0 487 2 0 0 20 0 28 0 419665522 29459820544 299410 33554432000 4194304 4196468 140736148312112 140525888843648 140526372162490 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1904] ppid=1663 vsize=28769356 memory=49 CPUtime=5.07 cores=0-7
/proc/1665/task/1904/stat : 1904 (java) R 1663 1663 31623 0 -1 4202560 290 0 0 0 503 4 0 0 20 0 28 0 419665522 29459820544 299410 33554432000 4194304 4196468 140736148312112 140525884632992 140526369903824 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1905] ppid=1663 vsize=28769356 memory=7 CPUtime=4.9 cores=0-7
/proc/1665/task/1905/stat : 1905 (java) S 1663 1663 31623 0 -1 1077944384 309 0 0 0 486 4 0 0 20 0 28 0 419665522 29459820544 299410 33554432000 4194304 4196468 140736148312112 140525886738048 140526729447125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1906] ppid=1663 vsize=28769356 memory=7 CPUtime=5 cores=0-7
/proc/1665/task/1906/stat : 1906 (java) R 1663 1663 31623 0 -1 4202560 267 0 0 0 495 5 0 0 20 0 28 0 419665522 29459820544 299410 33554432000 4194304 4196468 140736148312112 140525887790752 140526370915814 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1907] ppid=1663 vsize=28769356 memory=1192 CPUtime=5.17 cores=0-7
/proc/1665/task/1907/stat : 1907 (java) R 1663 1663 31623 0 -1 1077944384 242 0 0 0 512 5 0 0 20 0 28 0 419665522 29459820544 299410 33554432000 4194304 4196468 140736148312112 140525889896832 140526729447125 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
[pid=1665/tid=1908] ppid=1663 vsize=28769356 memory=940 CPUtime=4.61 cores=0-7
/proc/1665/task/1908/stat : 1908 (java) R 1663 1663 31623 0 -1 4202560 283 0 0 0 458 3 0 0 20 0 28 0 419665523 29459820544 299410 33554432000 4194304 4196468 140736148312112 140525885686272 140526372162265 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23674880 140736148317162 140736148317334 140736148317334 140736148320207 0
Current children cumulated CPU time: 54.08 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 1199092 KiB

Child status: 0
Real time (s): 7.62784
CPU time (s): 54.1718
CPU user time (s): 53.425
CPU system time (s): 0.746775
CPU usage (%): 710.185
Max. virtual memory (cumulated for all children) (KiB): 28884648
Max. memory (cumulated for all children) (KiB): 1199092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.425
system time used= 0.746775
maximum resident set size= 1198080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57328
page faults= 0
swaps= 0
block input operations= 0
block output operations= 160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39918
involuntary context switches= 1143


# summary of solver processes directly reported to runsolver:
#   pid: 1663
#   total CPU time (s): 54.1718
#   total CPU user time (s): 53.425
#   total CPU system time (s): 0.746775

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.102384 second user time and 0.110658 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-14 06:05:43
IDJOB=4394396
IDBENCH=133458
IDSOLVER=2843
FILE ID=node125/4394396-1568433986
RUNJOBID= node125-1568426266-31650
PBS_JOBID= 21702287
Free space on /tmp= 59780 MiB

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

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

MD5SUM BENCH= f07db2d4579cd982e010e3ec5f98a04a
RANDOM SEED=1286112106

node125.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.29
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.29
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.29
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.29
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:        30870008 kB
MemAvailable:   31873616 kB
Buffers:          150080 kB
Cached:          1145520 kB
SwapCached:        38320 kB
Active:           679944 kB
Inactive:         658584 kB
Active(anon):      21592 kB
Inactive(anon):    60816 kB
Active(file):     658352 kB
Inactive(file):   597768 kB
Unevictable:      108024 kB
Mlocked:          108024 kB
SwapTotal:      67108860 kB
SwapFree:       66967048 kB
Dirty:             26020 kB
Writeback:             0 kB
AnonPages:        220680 kB
Mapped:            44556 kB
Shmem:             31276 kB
Slab:             155572 kB
SReclaimable:     126648 kB
SUnreclaim:        28924 kB
KernelStack:        3888 kB
PageTables:         5236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 59752 MiB
End job on node125 at 2019-09-14 06:05:51