Trace number 4394398

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 parallelOPT992 306.049 61.2565

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-17.xml
MD5SUM072cba4c7f6c08974f35ec38dd54383a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark992
Best CPU time to get the best result obtained on this benchmark125.727
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-4394398-1568433963.xml"  -tl '20160s' -p 8
0.11/0.20	c Choco e747e1e
0.11/0.20	c [HOME/instance-4394398-1568433963.xml, -tl, 20160s, -p, 8]
0.33/0.24	c 8 solvers in parallel
0.33/0.31	c parse instance...
0.69/0.51	c solve instance...
0.98/0.55	o 0 
0.98/0.56	o 138 
0.98/0.57	o 159 
0.98/0.57	o 169 
0.98/0.57	o 408 
1.29/0.62	o 412 
1.29/0.62	o 422 
1.29/0.62	o 452 
1.29/0.62	o 462 
1.29/0.62	o 465 
1.29/0.63	o 472 
1.29/0.63	o 475 
1.29/0.63	o 477 
1.29/0.63	o 484 
1.29/0.63	o 503 
1.29/0.63	o 506 
1.29/0.63	o 516 
1.29/0.64	o 519 
1.29/0.64	o 528 
1.29/0.64	o 531 
1.29/0.65	o 534 
1.29/0.65	o 537 
1.29/0.65	o 585 
1.29/0.65	o 597 
1.29/0.66	o 603 
1.29/0.67	o 614 
1.29/0.67	o 620 
1.29/0.70	o 626 
1.73/0.70	o 633 
1.73/0.71	o 639 
1.73/0.71	o 641 
1.73/0.72	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (37/39)
1.73/0.72		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1.73/0.72		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1.73/0.72		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1.73/0.72		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1.73/0.72		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1.73/0.72	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (37/39)
1.73/0.72		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
1.73/0.72		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
1.73/0.72		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
1.73/0.72		at org.chocosolver.solver.Solver.repair(Solver.java:443)
1.73/0.72		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
1.73/0.72		at org.chocosolver.solver.Solver.solve(Solver.java:262)
1.73/0.72		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
1.73/0.72		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1.73/0.72		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1.73/0.72		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1.73/0.72		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1.73/0.72		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1.73/0.72		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1.73/0.72		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1.73/0.72		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1.73/0.72		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1.73/0.72	o 651 
1.73/0.73	o 660 
1.73/0.73	o 664 
1.73/0.73	o 672 
1.73/0.77	o 719 
2.35/0.80	o 789 
2.35/0.82	o 790 
2.35/0.83	o 798 
2.35/0.84	o 812 
2.35/0.86	o 836 
2.35/0.88	o 837 
2.95/0.92	o 842 
2.95/0.93	o 854 
2.95/0.95	o 876 
2.95/0.96	o 912 
2.95/0.98	o 920 
2.95/0.98	o 926 
3.73/1.03	o 927 
3.73/1.03	o 933 
3.73/1.05	o 935 
3.73/1.09	o 953 
3.73/1.09	o 960 
4.43/1.15	o 972 
5.14/1.21	o 979 
5.14/1.25	o 988 
7.43/1.52	o 989 
7.43/1.53	o 992 
305.94/61.22	s OPTIMUM FOUND
305.94/61.22	v <instantiation>
305.94/61.22	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>
305.94/61.22	v 	<values>0 0 0 0 0 0 0 1 1 1 0 0 1 0 0 0 1 1 1 0 0 1 1 0 0 0 0 0 0 1 0 1 1 1 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 1 </values>
305.94/61.22	v </instantiation>

Verifier Data

OK	992

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394398-1568433963/watcher-4394398-1568433963 -o /tmp/evaluation-result-4394398-1568433963/solver-4394398-1568433963 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568427322-28555 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 2013973817 HOME/instance-4394398-1568433963.xml 

running on 8 cores: 0-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=1108, runsolver pid=1105

[startup+0.100158 s]*
/proc/loadavg: 6.95 6.19 4.77 2/212 1129
/proc/meminfo: memFree=30848460/32770688 swapFree=66961112/67108860
[pid=1108] ppid=1105 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1108/stat : 1108 (xcsp3-exec) S 1105 1108 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419338017 115843072 363 33554432000 4194304 5098028 140729214419168 140729214417272 140573928833660 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 26574848 140729214423925 140729214424169 140729214424169 140729214427082 0
/proc/1108/statm: 28282 363 304 221 0 87 0
[pid=1110] ppid=1108 vsize=28227388 memory=29184 CPUtime=0.11 cores=0-7
/proc/1110/stat : 1110 (java) S 1108 1108 28528 0 -1 1077944320 5753 0 0 0 10 1 0 0 20 0 20 0 419338017 28904845312 7296 33554432000 4194304 4196468 140732959423632 140732959406176 140377596018423 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
/proc/1110/statm: 7056847 7296 3121 1 0 7019032 0
[pid=1110/tid=1111] ppid=1108 vsize=28227388 memory=6935054825532540783 CPUtime=0.09 cores=0-7
/proc/1110/task/1111/stat : 1111 (java) R 1108 1108 28528 0 -1 4202560 3677 0 0 0 8 1 0 0 20 0 20 0 419338017 28904845312 7296 33554432000 4194304 4196468 140732959423632 140377600243232 140377588269013 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1112] ppid=1108 vsize=28227388 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/1110/task/1112/stat : 1112 (java) S 1108 1108 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338018 28904845312 7296 33554432000 4194304 4196468 140732959423632 140377548638608 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1113] ppid=1108 vsize=28227388 memory=139996691723904 CPUtime=0 cores=0-7
/proc/1110/task/1113/stat : 1113 (java) S 1108 1108 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419338018 28904845312 7296 33554432000 4194304 4196468 140732959423632 140377547585808 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1114] ppid=1108 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1110/task/1114/stat : 1114 (java) S 1108 1108 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338018 28904845312 7296 33554432000 4194304 4196468 140732959423632 140377546533520 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1115] ppid=1108 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1110/task/1115/stat : 1115 (java) S 1108 1108 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419338018 28904845312 7296 33554432000 4194304 4196468 140732959423632 140377545480720 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1116] ppid=1108 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1110/task/1116/stat : 1116 (java) S 1108 1108 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338018 28904845312 7296 33554432000 4194304 4196468 140732959423632 140377544428432 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1117] ppid=1108 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/1110/task/1117/stat : 1117 (java) S 1108 1108 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419338018 28904845312 7296 33554432000 4194304 4196468 140732959423632 140377543375632 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1118] ppid=1108 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1110/task/1118/stat : 1118 (java) S 1108 1108 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338018 28904845312 7296 33554432000 4194304 4196468 140732959423632 140377542323344 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1119] ppid=1108 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1110/task/1119/stat : 1119 (java) S 1108 1108 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338018 28904845312 7296 33554432000 4194304 4196468 140732959423632 140377541270544 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1120] ppid=1108 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1110/task/1120/stat : 1120 (java) S 1108 1108 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338020 28904845312 7296 33554432000 4194304 4196468 140732959423632 140376310708336 140377596029570 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1121] ppid=1108 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1110/task/1121/stat : 1121 (java) S 1108 1108 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419338020 28904845312 7296 33554432000 4194304 4196468 140732959423632 140376309654304 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1122] ppid=1108 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1110/task/1122/stat : 1122 (java) S 1108 1108 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419338020 28904845312 7296 33554432000 4194304 4196468 140732959423632 140375923745904 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1123] ppid=1108 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1110/task/1123/stat : 1123 (java) S 1108 1108 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419338023 28904845312 7296 33554432000 4194304 4196468 140732959423632 140375922694224 140377596037019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1124] ppid=1108 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1110/task/1124/stat : 1124 (java) S 1108 1108 28528 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 20 0 419338023 28904845312 7296 33554432000 4194304 4196468 140732959423632 140375921642096 140377596029570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1125] ppid=1108 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1110/task/1125/stat : 1125 (java) S 1108 1108 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419338023 28904845312 7296 33554432000 4194304 4196468 140732959423632 140375920589296 140377596029570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1126] ppid=1108 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1110/task/1126/stat : 1126 (java) S 1108 1108 28528 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 419338023 28904845312 7296 33554432000 4194304 4196468 140732959423632 140375919537008 140377596029570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1127] ppid=1108 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/1110/task/1127/stat : 1127 (java) R 1108 1108 28528 0 -1 4202560 339 0 0 0 1 0 0 0 20 0 20 0 419338023 28904845312 7296 33554432000 4194304 4196468 140732959423632 140375918484208 140377596030358 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1128] ppid=1108 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1110/task/1128/stat : 1128 (java) S 1108 1108 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419338023 28904845312 7296 33554432000 4194304 4196468 140732959423632 140375917431136 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1129] ppid=1108 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/1110/task/1129/stat : 1129 (java) S 1108 1108 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419338024 28904845312 7296 33554432000 4194304 4196468 140732959423632 140375916378416 140377596029570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30636 KiB

[startup+0.211595 s]*
/proc/loadavg: 6.95 6.19 4.77 3/212 1129
/proc/meminfo: memFree=30835224/32770688 swapFree=66961112/67108860
[pid=1108] ppid=1105 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1108/stat : 1108 (xcsp3-exec) S 1105 1108 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419338017 115843072 363 33554432000 4194304 5098028 140729214419168 140729214417272 140573928833660 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 26574848 140729214423925 140729214424169 140729214424169 140729214427082 0
/proc/1108/statm: 28282 363 304 221 0 87 0
[pid=1110] ppid=1108 vsize=28227388 memory=40856 CPUtime=0.33 cores=0-7
/proc/1110/stat : 1110 (java) S 1108 1108 28528 0 -1 1077944320 9441 0 0 0 30 3 0 0 20 0 20 0 419338017 28904845312 10214 33554432000 4194304 4196468 140732959423632 140732959406176 140377596018423 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
/proc/1110/statm: 7056847 10214 3312 1 0 7019032 0
[pid=1110/tid=1111] ppid=1108 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/1110/task/1111/stat : 1111 (java) R 1108 1108 28528 0 -1 4202560 6628 0 0 0 17 2 0 0 20 0 20 0 419338017 28904845312 10279 33554432000 4194304 4196468 140732959423632 140377600256496 140377596030358 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1112] ppid=1108 vsize=28227388 memory=342 CPUtime=0 cores=0-7
/proc/1110/task/1112/stat : 1112 (java) S 1108 1108 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338018 28904845312 10279 33554432000 4194304 4196468 140732959423632 140377548638608 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1113] ppid=1108 vsize=28227388 memory=139996691748267 CPUtime=0 cores=0-7
/proc/1110/task/1113/stat : 1113 (java) S 1108 1108 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419338018 28904845312 10279 33554432000 4194304 4196468 140732959423632 140377547585808 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1114] ppid=1108 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/1110/task/1114/stat : 1114 (java) S 1108 1108 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338018 28904845312 10279 33554432000 4194304 4196468 140732959423632 140377546533520 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1115] ppid=1108 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1110/task/1115/stat : 1115 (java) S 1108 1108 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419338018 28904845312 10279 33554432000 4194304 4196468 140732959423632 140377545480720 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1116] ppid=1108 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1110/task/1116/stat : 1116 (java) S 1108 1108 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338018 28904845312 10279 33554432000 4194304 4196468 140732959423632 140377544428432 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1117] ppid=1108 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/1110/task/1117/stat : 1117 (java) S 1108 1108 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419338018 28904845312 10279 33554432000 4194304 4196468 140732959423632 140377543375632 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1118] ppid=1108 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1110/task/1118/stat : 1118 (java) S 1108 1108 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338018 28904845312 10279 33554432000 4194304 4196468 140732959423632 140377542323344 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1119] ppid=1108 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1110/task/1119/stat : 1119 (java) S 1108 1108 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338018 28904845312 10279 33554432000 4194304 4196468 140732959423632 140377541270544 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1120] ppid=1108 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1110/task/1120/stat : 1120 (java) S 1108 1108 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338020 28904845312 10279 33554432000 4194304 4196468 140732959423632 140376310708336 140377596029570 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1121] ppid=1108 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1110/task/1121/stat : 1121 (java) S 1108 1108 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419338020 28904845312 10279 33554432000 4194304 4196468 140732959423632 140376309654304 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1122] ppid=1108 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1110/task/1122/stat : 1122 (java) S 1108 1108 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419338020 28904845312 10279 33554432000 4194304 4196468 140732959423632 140375923745904 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1123] ppid=1108 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1110/task/1123/stat : 1123 (java) S 1108 1108 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419338023 28904845312 10279 33554432000 4194304 4196468 140732959423632 140375922694224 140377596037019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1124] ppid=1108 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/1110/task/1124/stat : 1124 (java) S 1108 1108 28528 0 -1 1077944384 470 0 0 0 1 0 0 0 20 0 20 0 419338023 28904845312 10279 33554432000 4194304 4196468 140732959423632 140375921642096 140377596029570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1125] ppid=1108 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/1110/task/1125/stat : 1125 (java) S 1108 1108 28528 0 -1 1077944384 37 0 0 0 1 0 0 0 20 0 20 0 419338023 28904845312 10279 33554432000 4194304 4196468 140732959423632 140375920589296 140377596029570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1126] ppid=1108 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/1110/task/1126/stat : 1126 (java) S 1108 1108 28528 0 -1 1077944384 261 0 0 0 2 0 0 0 20 0 20 0 419338023 28904845312 10279 33554432000 4194304 4196468 140732959423632 140375919537008 140377596029570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1127] ppid=1108 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/1110/task/1127/stat : 1127 (java) R 1108 1108 28528 0 -1 4202560 738 0 0 0 8 0 0 0 20 0 20 0 419338023 28904845312 10279 33554432000 4194304 4196468 140732959423632 140375918484208 140377588255550 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1128] ppid=1108 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1110/task/1128/stat : 1128 (java) S 1108 1108 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419338023 28904845312 10279 33554432000 4194304 4196468 140732959423632 140375917431136 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1129] ppid=1108 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/1110/task/1129/stat : 1129 (java) S 1108 1108 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419338024 28904845312 10279 33554432000 4194304 4196468 140732959423632 140375916378416 140377596029570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42308 KiB

[startup+0.311485 s]*
/proc/loadavg: 6.95 6.19 4.77 2/212 1129
/proc/meminfo: memFree=30830420/32770688 swapFree=66961112/67108860
[pid=1108] ppid=1105 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1108/stat : 1108 (xcsp3-exec) S 1105 1108 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419338017 115843072 363 33554432000 4194304 5098028 140729214419168 140729214417272 140573928833660 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 26574848 140729214423925 140729214424169 140729214424169 140729214427082 0
/proc/1108/statm: 28282 363 304 221 0 87 0
[pid=1110] ppid=1108 vsize=28231644 memory=46704 CPUtime=0.52 cores=0-7
/proc/1110/stat : 1110 (java) S 1108 1108 28528 0 -1 1077944320 10567 0 0 0 48 4 0 0 20 0 20 0 419338017 28909203456 11676 33554432000 4194304 4196468 140732959423632 140732959406176 140377596018423 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
/proc/1110/statm: 7057911 11676 3333 1 0 7019032 0
[pid=1110/tid=1111] ppid=1108 vsize=28231644 memory=6935054825532540783 CPUtime=0.3 cores=0-7
/proc/1110/task/1111/stat : 1111 (java) R 1108 1108 28528 0 -1 4202560 7622 0 0 0 27 3 0 0 20 0 20 0 419338017 28909203456 11741 33554432000 4194304 4196468 140732959423632 140377600240928 140377580098910 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1112] ppid=1108 vsize=28231644 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/1110/task/1112/stat : 1112 (java) S 1108 1108 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338018 28909203456 11741 33554432000 4194304 4196468 140732959423632 140377548638608 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1113] ppid=1108 vsize=28231644 memory=780 CPUtime=0 cores=0-7
/proc/1110/task/1113/stat : 1113 (java) S 1108 1108 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419338018 28909203456 11741 33554432000 4194304 4196468 140732959423632 140377547585808 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1114] ppid=1108 vsize=28231644 memory=3988 CPUtime=0 cores=0-7
/proc/1110/task/1114/stat : 1114 (java) S 1108 1108 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338018 28909203456 11741 33554432000 4194304 4196468 140732959423632 140377546533520 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1115] ppid=1108 vsize=28231644 memory=1088 CPUtime=0 cores=0-7
/proc/1110/task/1115/stat : 1115 (java) S 1108 1108 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419338018 28909203456 11741 33554432000 4194304 4196468 140732959423632 140377545480720 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1116] ppid=1108 vsize=28231644 memory=2832 CPUtime=0 cores=0-7
/proc/1110/task/1116/stat : 1116 (java) S 1108 1108 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338018 28909203456 11741 33554432000 4194304 4196468 140732959423632 140377544428432 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1117] ppid=1108 vsize=28231644 memory=1564 CPUtime=0 cores=0-7
/proc/1110/task/1117/stat : 1117 (java) S 1108 1108 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419338018 28909203456 11741 33554432000 4194304 4196468 140732959423632 140377543375632 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1118] ppid=1108 vsize=28231644 memory=8560 CPUtime=0 cores=0-7
/proc/1110/task/1118/stat : 1118 (java) S 1108 1108 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338018 28909203456 11741 33554432000 4194304 4196468 140732959423632 140377542323344 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1119] ppid=1108 vsize=28231644 memory=14008 CPUtime=0 cores=0-7
/proc/1110/task/1119/stat : 1119 (java) S 1108 1108 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338018 28909203456 11741 33554432000 4194304 4196468 140732959423632 140377541270544 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1120] ppid=1108 vsize=28231644 memory=4100 CPUtime=0 cores=0-7
/proc/1110/task/1120/stat : 1120 (java) S 1108 1108 28528 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419338020 28909203456 11741 33554432000 4194304 4196468 140732959423632 140376310708336 140377596029570 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1121] ppid=1108 vsize=28231644 memory=19136 CPUtime=0 cores=0-7
/proc/1110/task/1121/stat : 1121 (java) S 1108 1108 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419338020 28909203456 11741 33554432000 4194304 4196468 140732959423632 140376309654304 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1122] ppid=1108 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/1110/task/1122/stat : 1122 (java) S 1108 1108 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419338020 28909203456 11741 33554432000 4194304 4196468 140732959423632 140375923745904 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1123] ppid=1108 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/1110/task/1123/stat : 1123 (java) S 1108 1108 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419338023 28909203456 11741 33554432000 4194304 4196468 140732959423632 140375922694224 140377596037019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1124] ppid=1108 vsize=28231644 memory=0 CPUtime=0.02 cores=0-7
/proc/1110/task/1124/stat : 1124 (java) S 1108 1108 28528 0 -1 1077944384 475 0 0 0 2 0 0 0 20 0 20 0 419338023 28909203456 11741 33554432000 4194304 4196468 140732959423632 140375921642096 140377596029570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1125] ppid=1108 vsize=28231644 memory=0 CPUtime=0.01 cores=0-7
/proc/1110/task/1125/stat : 1125 (java) S 1108 1108 28528 0 -1 1077944384 65 0 0 0 1 0 0 0 20 0 20 0 419338023 28909203456 11741 33554432000 4194304 4196468 140732959423632 140375920589296 140377596029570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1126] ppid=1108 vsize=28231644 memory=0 CPUtime=0.03 cores=0-7
/proc/1110/task/1126/stat : 1126 (java) S 1108 1108 28528 0 -1 1077944384 272 0 0 0 3 0 0 0 20 0 20 0 419338023 28909203456 11741 33554432000 4194304 4196468 140732959423632 140375919537008 140377596029570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1127] ppid=1108 vsize=28231644 memory=139996539487727 CPUtime=0.13 cores=0-7
/proc/1110/task/1127/stat : 1127 (java) S 1108 1108 28528 0 -1 1077944384 832 0 0 0 13 0 0 0 20 0 20 0 419338023 28909203456 11741 33554432000 4194304 4196468 140732959423632 140375918484208 140377596029570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1128] ppid=1108 vsize=28231644 memory=139996539515764 CPUtime=0 cores=0-7
/proc/1110/task/1128/stat : 1128 (java) S 1108 1108 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419338023 28909203456 11741 33554432000 4194304 4196468 140732959423632 140375917431136 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1129] ppid=1108 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/1110/task/1129/stat : 1129 (java) S 1108 1108 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419338024 28909203456 11741 33554432000 4194304 4196468 140732959423632 140375916378416 140377596029570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 48156 KiB

[startup+0.701067 s]
/proc/loadavg: 6.95 6.19 4.77 4/212 1129
/proc/meminfo: memFree=30816396/32770688 swapFree=66961112/67108860
[pid=1108] ppid=1105 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1108/stat : 1108 (xcsp3-exec) S 1105 1108 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419338017 115843072 363 33554432000 4194304 5098028 140729214419168 140729214417272 140573928833660 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 26574848 140729214423925 140729214424169 140729214424169 140729214427082 0
/proc/1108/statm: 28282 363 304 221 0 87 0
[pid=1110] ppid=1108 vsize=28832844 memory=190492 CPUtime=1.73 cores=0-7
/proc/1110/stat : 1110 (java) S 1108 1108 28528 0 -1 1077944320 18553 0 0 0 161 12 0 0 20 0 28 0 419338017 29524832256 47620 33554432000 4194304 4196468 140732959423632 140732959406176 140377596018423 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
/proc/1110/statm: 7208211 47640 3474 1 0 7169313 0
[pid=1110/tid=1111] ppid=1108 vsize=28832844 memory=279993079030080 CPUtime=0.53 cores=0-7
/proc/1110/task/1111/stat : 1111 (java) R 1108 1108 28528 0 -1 4202560 9170 0 0 0 49 4 0 0 20 0 28 0 419338017 29524832256 47610 33554432000 4194304 4196468 140732959423632 140377600259200 140377198701344 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1112] ppid=1108 vsize=28832844 memory=139996539691888 CPUtime=0 cores=0-7
/proc/1110/task/1112/stat : 1112 (java) S 1108 1108 28528 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 25 0 419338018 29524832256 47610 33554432000 4194304 4196468 140732959423632 140377548638608 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1113] ppid=1108 vsize=28832844 memory=0 CPUtime=0 cores=0-7
/proc/1110/task/1113/stat : 1113 (java) S 1108 1108 28528 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 25 0 419338018 29524832256 47611 33554432000 4194304 4196468 140732959423632 140377547585808 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1114] ppid=1108 vsize=28832844 memory=0 CPUtime=0 cores=0-7
/proc/1110/task/1114/stat : 1114 (java) S 1108 1108 28528 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 419338018 29524832256 47611 33554432000 4194304 4196468 140732959423632 140377546533520 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0

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

[pid=1110/tid=1127] ppid=1108 vsize=28834892 memory=3612062220039999042 CPUtime=0.87 cores=0-7
/proc/1110/task/1127/stat : 1127 (java) S 1108 1108 28528 0 -1 1077944384 4232 0 0 0 85 2 0 0 20 0 28 0 419338023 29526929408 867896 33554432000 4194304 4196468 140732959423632 140375918484208 140377596029570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1128] ppid=1108 vsize=28834892 memory=2315025429014397500 CPUtime=0 cores=0-7
/proc/1110/task/1128/stat : 1128 (java) S 1108 1108 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419338023 29526929408 867896 33554432000 4194304 4196468 140732959423632 140375917431136 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1129] ppid=1108 vsize=28834892 memory=4207180775430273554 CPUtime=0.01 cores=0-7
/proc/1110/task/1129/stat : 1129 (java) S 1108 1108 28528 0 -1 1077944384 953 0 0 0 1 0 0 0 20 0 28 0 419338024 29526929408 867896 33554432000 4194304 4196468 140732959423632 140375916378416 140377596029570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1609] ppid=1108 vsize=28834892 memory=2315025527356975765 CPUtime=33.28 cores=0-7
/proc/1110/task/1609/stat : 1609 (java) S 1108 1108 28528 0 -1 1077944384 1038 0 0 0 3321 7 0 0 20 0 28 0 419338170 29526929408 867896 33554432000 4194304 4196468 140732959423632 140375907172400 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1610] ppid=1108 vsize=28834892 memory=739411071508597216 CPUtime=33.11 cores=0-7
/proc/1110/task/1610/stat : 1610 (java) S 1108 1108 28528 0 -1 1077944384 313 0 0 0 3301 10 0 0 20 0 28 0 419338170 29526929408 867896 33554432000 4194304 4196468 140732959423632 140375396008720 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1611] ppid=1108 vsize=28834892 memory=4207180775430273810 CPUtime=57.72 cores=0-7
/proc/1110/task/1611/stat : 1611 (java) R 1108 1108 28528 0 -1 4202560 2869 0 0 0 5755 17 0 0 20 0 28 0 419338170 29526929408 867896 33554432000 4194304 4196468 140732959423632 140375392845496 140377206493885 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1612] ppid=1108 vsize=28834892 memory=2315000351372279197 CPUtime=33.35 cores=0-7
/proc/1110/task/1612/stat : 1612 (java) S 1108 1108 28528 0 -1 1077944384 2267 0 0 0 3311 24 0 0 20 0 28 0 419338170 29526929408 867896 33554432000 4194304 4196468 140732959423632 140375391798288 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1613] ppid=1108 vsize=28834892 memory=3617437814379636164 CPUtime=33.37 cores=0-7
/proc/1110/task/1613/stat : 1613 (java) S 1108 1108 28528 0 -1 1077944384 1926 0 0 0 3320 17 0 0 20 0 28 0 419338170 29526929408 867896 33554432000 4194304 4196468 140732959423632 140375390745488 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1614] ppid=1108 vsize=28834892 memory=2319555592894735735 CPUtime=33.8 cores=0-7
/proc/1110/task/1614/stat : 1614 (java) S 1108 1108 28528 0 -1 1077944384 2799 0 0 0 3362 18 0 0 20 0 28 0 419338170 29526929408 867896 33554432000 4194304 4196468 140732959423632 140375394956560 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1615] ppid=1108 vsize=28834892 memory=3761832290909177168 CPUtime=33.6 cores=0-7
/proc/1110/task/1615/stat : 1615 (java) S 1108 1108 28528 0 -1 1077944384 4389 0 0 0 3332 28 0 0 20 0 28 0 419338171 29526929408 867896 33554432000 4194304 4196468 140732959423632 140375393903760 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1616] ppid=1108 vsize=28834892 memory=3977155133354429938 CPUtime=33.29 cores=0-7
/proc/1110/task/1616/stat : 1616 (java) S 1108 1108 28528 0 -1 1077944384 965 0 0 0 3322 7 0 0 20 0 28 0 419338171 29526929408 867896 33554432000 4194304 4196468 140732959423632 140375397062160 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
Current children cumulated CPU time: 304.72 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 3473036 KiB

[startup+60.8012 s]
/proc/loadavg: 5.28 5.97 4.79 2/219 1619
/proc/meminfo: memFree=27401064/32770688 swapFree=66961112/67108860
[pid=1108] ppid=1105 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1108/stat : 1108 (xcsp3-exec) S 1105 1108 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419338017 115843072 363 33554432000 4194304 5098028 140729214419168 140729214417272 140573928833660 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 26574848 140729214423925 140729214424169 140729214424169 140729214427082 0
/proc/1108/statm: 28282 363 304 221 0 87 0
[pid=1110] ppid=1108 vsize=28834892 memory=3471584 CPUtime=305.51 cores=0-7
/proc/1110/stat : 1110 (java) S 1108 1108 28528 0 -1 1077944320 74287 0 0 0 30338 213 0 0 20 0 28 0 419338017 29526929408 867896 33554432000 4194304 4196468 140732959423632 140732959406176 140377596018423 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
/proc/1110/statm: 7208723 867896 3527 1 0 7169825 0
[pid=1110/tid=1111] ppid=1108 vsize=28834892 memory=3471584 CPUtime=0.55 cores=0-7
/proc/1110/task/1111/stat : 1111 (java) S 1108 1108 28528 0 -1 1077944384 9174 0 0 0 51 4 0 0 20 0 28 0 419338017 29526929408 867896 33554432000 4194304 4196468 140732959423632 140377600259200 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1112] ppid=1108 vsize=28834892 memory=3546497319776438550 CPUtime=0.18 cores=0-7
/proc/1110/task/1112/stat : 1112 (java) S 1108 1108 28528 0 -1 1077944384 233 0 0 0 11 7 0 0 20 0 28 0 419338018 29526929408 867896 33554432000 4194304 4196468 140732959423632 140377548638608 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1113] ppid=1108 vsize=28834892 memory=3546497319776438646 CPUtime=0.18 cores=0-7
/proc/1110/task/1113/stat : 1113 (java) S 1108 1108 28528 0 -1 1077944384 274 0 0 0 12 6 0 0 20 0 28 0 419338018 29526929408 867896 33554432000 4194304 4196468 140732959423632 140377547585808 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1114] ppid=1108 vsize=28834892 memory=3546497319776438742 CPUtime=0.19 cores=0-7
/proc/1110/task/1114/stat : 1114 (java) S 1108 1108 28528 0 -1 1077944384 970 0 0 0 12 7 0 0 20 0 28 0 419338018 29526929408 867896 33554432000 4194304 4196468 140732959423632 140377546533520 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1115] ppid=1108 vsize=28834892 memory=3977155133354666194 CPUtime=0.18 cores=0-7
/proc/1110/task/1115/stat : 1115 (java) S 1108 1108 28528 0 -1 1077944384 436 0 0 0 13 5 0 0 20 0 28 0 419338018 29526929408 867896 33554432000 4194304 4196468 140732959423632 140377545480720 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1116] ppid=1108 vsize=28834892 memory=3612 CPUtime=0.18 cores=0-7
/proc/1110/task/1116/stat : 1116 (java) S 1108 1108 28528 0 -1 1077944384 709 0 0 0 11 7 0 0 20 0 28 0 419338018 29526929408 867896 33554432000 4194304 4196468 140732959423632 140377544428432 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1117] ppid=1108 vsize=28834892 memory=39700 CPUtime=0.19 cores=0-7
/proc/1110/task/1117/stat : 1117 (java) S 1108 1108 28528 0 -1 1077944384 1040 0 0 0 13 6 0 0 20 0 28 0 419338018 29526929408 867896 33554432000 4194304 4196468 140732959423632 140377543375632 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1118] ppid=1108 vsize=28834892 memory=984 CPUtime=0.18 cores=0-7
/proc/1110/task/1118/stat : 1118 (java) S 1108 1108 28528 0 -1 1077944384 295 0 0 0 11 7 0 0 20 0 28 0 419338018 29526929408 867896 33554432000 4194304 4196468 140732959423632 140377542323344 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1119] ppid=1108 vsize=28834892 memory=2044 CPUtime=0.18 cores=0-7
/proc/1110/task/1119/stat : 1119 (java) S 1108 1108 28528 0 -1 1077944384 355 0 0 0 12 6 0 0 20 0 28 0 419338018 29526929408 867896 33554432000 4194304 4196468 140732959423632 140377541270544 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1120] ppid=1108 vsize=28834892 memory=1388 CPUtime=0.03 cores=0-7
/proc/1110/task/1120/stat : 1120 (java) S 1108 1108 28528 0 -1 1077944384 3544 0 0 0 2 1 0 0 20 0 28 0 419338020 29526929408 867896 33554432000 4194304 4196468 140732959423632 140376310708336 140377596029570 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1121] ppid=1108 vsize=28834892 memory=1056 CPUtime=0 cores=0-7
/proc/1110/task/1121/stat : 1121 (java) S 1108 1108 28528 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 419338020 29526929408 867896 33554432000 4194304 4196468 140732959423632 140376309654368 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1122] ppid=1108 vsize=28834892 memory=780 CPUtime=0 cores=0-7
/proc/1110/task/1122/stat : 1122 (java) S 1108 1108 28528 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 419338020 29526929408 867896 33554432000 4194304 4196468 140732959423632 140375923745920 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1123] ppid=1108 vsize=28834892 memory=1708 CPUtime=0 cores=0-7
/proc/1110/task/1123/stat : 1123 (java) S 1108 1108 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419338023 29526929408 867896 33554432000 4194304 4196468 140732959423632 140375922694224 140377596037019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1124] ppid=1108 vsize=28834892 memory=1280 CPUtime=1.79 cores=0-7
/proc/1110/task/1124/stat : 1124 (java) S 1108 1108 28528 0 -1 1077944384 6466 0 0 0 177 2 0 0 20 0 28 0 419338023 29526929408 867896 33554432000 4194304 4196468 140732959423632 140375921642096 140377596029570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1125] ppid=1108 vsize=28834892 memory=4126316290023845779 CPUtime=2.31 cores=0-7
/proc/1110/task/1125/stat : 1125 (java) S 1108 1108 28528 0 -1 1077944384 12577 0 0 0 228 3 0 0 20 0 28 0 419338023 29526929408 867896 33554432000 4194304 4196468 140732959423632 140375920589296 140377596029570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1126] ppid=1108 vsize=28834892 memory=301741373374332954 CPUtime=1.95 cores=0-7
/proc/1110/task/1126/stat : 1126 (java) S 1108 1108 28528 0 -1 1077944384 6836 0 0 0 193 2 0 0 20 0 28 0 419338023 29526929408 867896 33554432000 4194304 4196468 140732959423632 140375919537008 140377596029570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1127] ppid=1108 vsize=28834892 memory=303430244793319739 CPUtime=0.87 cores=0-7
/proc/1110/task/1127/stat : 1127 (java) S 1108 1108 28528 0 -1 1077944384 4232 0 0 0 85 2 0 0 20 0 28 0 419338023 29526929408 867896 33554432000 4194304 4196468 140732959423632 140375918484208 140377596029570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1128] ppid=1108 vsize=28834892 memory=15253740382848475 CPUtime=0 cores=0-7
/proc/1110/task/1128/stat : 1128 (java) S 1108 1108 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419338023 29526929408 867896 33554432000 4194304 4196468 140732959423632 140375917431136 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1129] ppid=1108 vsize=28834892 memory=0 CPUtime=0.01 cores=0-7
/proc/1110/task/1129/stat : 1129 (java) S 1108 1108 28528 0 -1 1077944384 962 0 0 0 1 0 0 0 20 0 28 0 419338024 29526929408 867896 33554432000 4194304 4196468 140732959423632 140375916378416 140377596029570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1609] ppid=1108 vsize=28834892 memory=0 CPUtime=33.28 cores=0-7
/proc/1110/task/1609/stat : 1609 (java) S 1108 1108 28528 0 -1 1077944384 1038 0 0 0 3321 7 0 0 20 0 28 0 419338170 29526929408 867896 33554432000 4194304 4196468 140732959423632 140375907172400 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1610] ppid=1108 vsize=28834892 memory=0 CPUtime=33.11 cores=0-7
/proc/1110/task/1610/stat : 1610 (java) S 1108 1108 28528 0 -1 1077944384 313 0 0 0 3301 10 0 0 20 0 28 0 419338170 29526929408 867896 33554432000 4194304 4196468 140732959423632 140375396008720 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1611] ppid=1108 vsize=28834892 memory=0 CPUtime=58.51 cores=0-7
/proc/1110/task/1611/stat : 1611 (java) R 1108 1108 28528 0 -1 4202560 2869 0 0 0 5834 17 0 0 20 0 28 0 419338170 29526929408 867896 33554432000 4194304 4196468 140732959423632 140375392845496 140377206493880 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1612] ppid=1108 vsize=28834892 memory=0 CPUtime=33.35 cores=0-7
/proc/1110/task/1612/stat : 1612 (java) S 1108 1108 28528 0 -1 1077944384 2267 0 0 0 3311 24 0 0 20 0 28 0 419338170 29526929408 867896 33554432000 4194304 4196468 140732959423632 140375391798288 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1613] ppid=1108 vsize=28834892 memory=0 CPUtime=33.37 cores=0-7
/proc/1110/task/1613/stat : 1613 (java) S 1108 1108 28528 0 -1 1077944384 1926 0 0 0 3320 17 0 0 20 0 28 0 419338170 29526929408 867896 33554432000 4194304 4196468 140732959423632 140375390745488 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1614] ppid=1108 vsize=28834892 memory=0 CPUtime=33.8 cores=0-7
/proc/1110/task/1614/stat : 1614 (java) S 1108 1108 28528 0 -1 1077944384 2799 0 0 0 3362 18 0 0 20 0 28 0 419338170 29526929408 867896 33554432000 4194304 4196468 140732959423632 140375394956560 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1615] ppid=1108 vsize=28834892 memory=139996539477187 CPUtime=33.6 cores=0-7
/proc/1110/task/1615/stat : 1615 (java) S 1108 1108 28528 0 -1 1077944384 4389 0 0 0 3332 28 0 0 20 0 28 0 419338171 29526929408 867896 33554432000 4194304 4196468 140732959423632 140375393903760 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1616] ppid=1108 vsize=28834892 memory=0 CPUtime=33.29 cores=0-7
/proc/1110/task/1616/stat : 1616 (java) S 1108 1108 28528 0 -1 1077944384 965 0 0 0 3322 7 0 0 20 0 28 0 419338171 29526929408 867896 33554432000 4194304 4196468 140732959423632 140375397062160 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
Current children cumulated CPU time: 305.51 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 3473036 KiB

[startup+61.2012 s]
/proc/loadavg: 5.28 5.97 4.79 2/219 1619
/proc/meminfo: memFree=27401308/32770688 swapFree=66961112/67108860
[pid=1108] ppid=1105 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1108/stat : 1108 (xcsp3-exec) S 1105 1108 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419338017 115843072 363 33554432000 4194304 5098028 140729214419168 140729214417272 140573928833660 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 26574848 140729214423925 140729214424169 140729214424169 140729214427082 0
/proc/1108/statm: 28282 363 304 221 0 87 0
[pid=1110] ppid=1108 vsize=28834892 memory=3471612 CPUtime=305.94 cores=0-7
/proc/1110/stat : 1110 (java) S 1108 1108 28528 0 -1 1077944320 76271 0 0 0 30380 214 0 0 20 0 28 0 419338017 29526929408 867903 33554432000 4194304 4196468 140732959423632 140732959406176 140377596018423 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
/proc/1110/statm: 7208723 867903 3527 1 0 7169825 0
[pid=1110/tid=1111] ppid=1108 vsize=28834892 memory=1280 CPUtime=0.55 cores=0-7
/proc/1110/task/1111/stat : 1111 (java) S 1108 1108 28528 0 -1 1077944384 9174 0 0 0 51 4 0 0 20 0 28 0 419338017 29526929408 867903 33554432000 4194304 4196468 140732959423632 140377600259200 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1112] ppid=1108 vsize=28834892 memory=5932 CPUtime=0.18 cores=0-7
/proc/1110/task/1112/stat : 1112 (java) S 1108 1108 28528 0 -1 1077944384 233 0 0 0 11 7 0 0 20 0 28 0 419338018 29526929408 867903 33554432000 4194304 4196468 140732959423632 140377548638608 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1113] ppid=1108 vsize=28834892 memory=1452 CPUtime=0.18 cores=0-7
/proc/1110/task/1113/stat : 1113 (java) S 1108 1108 28528 0 -1 1077944384 274 0 0 0 12 6 0 0 20 0 28 0 419338018 29526929408 867903 33554432000 4194304 4196468 140732959423632 140377547585808 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1114] ppid=1108 vsize=28834892 memory=3471584 CPUtime=0.19 cores=0-7
/proc/1110/task/1114/stat : 1114 (java) S 1108 1108 28528 0 -1 1077944384 970 0 0 0 12 7 0 0 20 0 28 0 419338018 29526929408 867903 33554432000 4194304 4196468 140732959423632 140377546533520 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1115] ppid=1108 vsize=28834892 memory=1088 CPUtime=0.18 cores=0-7
/proc/1110/task/1115/stat : 1115 (java) S 1108 1108 28528 0 -1 1077944384 436 0 0 0 13 5 0 0 20 0 28 0 419338018 29526929408 867903 33554432000 4194304 4196468 140732959423632 140377545480720 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1116] ppid=1108 vsize=28834892 memory=2832 CPUtime=0.18 cores=0-7
/proc/1110/task/1116/stat : 1116 (java) S 1108 1108 28528 0 -1 1077944384 709 0 0 0 11 7 0 0 20 0 28 0 419338018 29526929408 867903 33554432000 4194304 4196468 140732959423632 140377544428432 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1117] ppid=1108 vsize=28834892 memory=1452 CPUtime=0.19 cores=0-7
/proc/1110/task/1117/stat : 1117 (java) S 1108 1108 28528 0 -1 1077944384 1040 0 0 0 13 6 0 0 20 0 28 0 419338018 29526929408 867903 33554432000 4194304 4196468 140732959423632 140377543375632 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1118] ppid=1108 vsize=28834892 memory=1452 CPUtime=0.18 cores=0-7
/proc/1110/task/1118/stat : 1118 (java) S 1108 1108 28528 0 -1 1077944384 295 0 0 0 11 7 0 0 20 0 28 0 419338018 29526929408 867903 33554432000 4194304 4196468 140732959423632 140377542323344 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1119] ppid=1108 vsize=28834892 memory=3471584 CPUtime=0.18 cores=0-7
/proc/1110/task/1119/stat : 1119 (java) S 1108 1108 28528 0 -1 1077944384 355 0 0 0 12 6 0 0 20 0 28 0 419338018 29526929408 867903 33554432000 4194304 4196468 140732959423632 140377541270544 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1120] ppid=1108 vsize=28834892 memory=4100 CPUtime=0.03 cores=0-7
/proc/1110/task/1120/stat : 1120 (java) S 1108 1108 28528 0 -1 1077944384 3544 0 0 0 2 1 0 0 20 0 28 0 419338020 29526929408 867903 33554432000 4194304 4196468 140732959423632 140376310708336 140377596029570 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1121] ppid=1108 vsize=28834892 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/1110/task/1121/stat : 1121 (java) S 1108 1108 28528 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 419338020 29526929408 867903 33554432000 4194304 4196468 140732959423632 140376309654368 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1122] ppid=1108 vsize=28834892 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/1110/task/1122/stat : 1122 (java) S 1108 1108 28528 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 419338020 29526929408 867903 33554432000 4194304 4196468 140732959423632 140375923745920 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1123] ppid=1108 vsize=28834892 memory=15253740382848475 CPUtime=0 cores=0-7
/proc/1110/task/1123/stat : 1123 (java) S 1108 1108 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419338023 29526929408 867903 33554432000 4194304 4196468 140732959423632 140375922694224 140377596037019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1124] ppid=1108 vsize=28834892 memory=14008 CPUtime=1.8 cores=0-7
/proc/1110/task/1124/stat : 1124 (java) S 1108 1108 28528 0 -1 1077944384 6650 0 0 0 178 2 0 0 20 0 28 0 419338023 29526929408 867903 33554432000 4194304 4196468 140732959423632 140375921642096 140377596029570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1125] ppid=1108 vsize=28834892 memory=4100 CPUtime=2.33 cores=0-7
/proc/1110/task/1125/stat : 1125 (java) R 1108 1108 28528 0 -1 4202560 12962 0 0 0 229 4 0 0 20 0 28 0 419338023 29526929408 867903 33554432000 4194304 4196468 140732959423632 140375920589296 140377580947893 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1126] ppid=1108 vsize=28834892 memory=19136 CPUtime=1.95 cores=0-7
/proc/1110/task/1126/stat : 1126 (java) S 1108 1108 28528 0 -1 1077944384 7276 0 0 0 193 2 0 0 20 0 28 0 419338023 29526929408 867903 33554432000 4194304 4196468 140732959423632 140375919537008 140377596029570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1127] ppid=1108 vsize=28834892 memory=14068 CPUtime=0.87 cores=0-7
/proc/1110/task/1127/stat : 1127 (java) S 1108 1108 28528 0 -1 1077944384 4804 0 0 0 85 2 0 0 20 0 28 0 419338023 29526929408 867903 33554432000 4194304 4196468 140732959423632 140375918484208 140377596029570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1128] ppid=1108 vsize=28834892 memory=2120 CPUtime=0 cores=0-7
/proc/1110/task/1128/stat : 1128 (java) S 1108 1108 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419338023 29526929408 867903 33554432000 4194304 4196468 140732959423632 140375917431136 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1129] ppid=1108 vsize=28834892 memory=496 CPUtime=0.01 cores=0-7
/proc/1110/task/1129/stat : 1129 (java) S 1108 1108 28528 0 -1 1077944384 962 0 0 0 1 0 0 0 20 0 28 0 419338024 29526929408 867903 33554432000 4194304 4196468 140732959423632 140375916378416 140377596029570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1609] ppid=1108 vsize=28834892 memory=1556 CPUtime=33.28 cores=0-7
/proc/1110/task/1609/stat : 1609 (java) S 1108 1108 28528 0 -1 1077944384 1038 0 0 0 3321 7 0 0 20 0 28 0 419338170 29526929408 867903 33554432000 4194304 4196468 140732959423632 140375907172400 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1610] ppid=1108 vsize=28834892 memory=928 CPUtime=33.11 cores=0-7
/proc/1110/task/1610/stat : 1610 (java) S 1108 1108 28528 0 -1 1077944384 313 0 0 0 3301 10 0 0 20 0 28 0 419338170 29526929408 867903 33554432000 4194304 4196468 140732959423632 140375396008720 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1611] ppid=1108 vsize=28834892 memory=1412 CPUtime=58.91 cores=0-7
/proc/1110/task/1611/stat : 1611 (java) R 1108 1108 28528 0 -1 4202560 3272 0 0 0 5874 17 0 0 20 0 28 0 419338170 29526929408 867903 33554432000 4194304 4196468 140732959423632 140375392848960 140377197766580 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1612] ppid=1108 vsize=28834892 memory=3364 CPUtime=33.35 cores=0-7
/proc/1110/task/1612/stat : 1612 (java) S 1108 1108 28528 0 -1 1077944384 2267 0 0 0 3311 24 0 0 20 0 28 0 419338170 29526929408 867903 33554432000 4194304 4196468 140732959423632 140375391798288 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1613] ppid=1108 vsize=28834892 memory=1452 CPUtime=33.37 cores=0-7
/proc/1110/task/1613/stat : 1613 (java) S 1108 1108 28528 0 -1 1077944384 1926 0 0 0 3320 17 0 0 20 0 28 0 419338170 29526929408 867903 33554432000 4194304 4196468 140732959423632 140375390745488 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1614] ppid=1108 vsize=28834892 memory=288230574492221466 CPUtime=33.8 cores=0-7
/proc/1110/task/1614/stat : 1614 (java) S 1108 1108 28528 0 -1 1077944384 2799 0 0 0 3362 18 0 0 20 0 28 0 419338170 29526929408 867903 33554432000 4194304 4196468 140732959423632 140375394956560 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1615] ppid=1108 vsize=28834892 memory=288230596050944315 CPUtime=33.6 cores=0-7
/proc/1110/task/1615/stat : 1615 (java) S 1108 1108 28528 0 -1 1077944384 4389 0 0 0 3332 28 0 0 20 0 28 0 419338171 29526929408 867903 33554432000 4194304 4196468 140732959423632 140375393903760 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
[pid=1110/tid=1616] ppid=1108 vsize=28834892 memory=15253740382848475 CPUtime=33.29 cores=0-7
/proc/1110/task/1616/stat : 1616 (java) S 1108 1108 28528 0 -1 1077944384 965 0 0 0 3322 7 0 0 20 0 28 0 419338171 29526929408 867903 33554432000 4194304 4196468 140732959423632 140375397062160 140377596028629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140732959425514 140732959425686 140732959425686 140732959428559 0
Current children cumulated CPU time: 305.94 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 3473064 KiB

Child status: 0
Real time (s): 61.2565
CPU time (s): 306.049
CPU user time (s): 303.879
CPU system time (s): 2.17024
CPU usage (%): 499.62
Max. virtual memory (cumulated for all children) (KiB): 28948020
Max. memory (cumulated for all children) (KiB): 3473064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 303.879
system time used= 2.17024
maximum resident set size= 3474216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79027
page faults= 0
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 101845
involuntary context switches= 2378


# summary of solver processes directly reported to runsolver:
#   pid: 1108
#   total CPU time (s): 306.049
#   total CPU user time (s): 303.879
#   total CPU system time (s): 2.17024

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.550326 second user time and 0.838693 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-14 06:05:22
IDJOB=4394398
IDBENCH=133454
IDSOLVER=2843
FILE ID=node116/4394398-1568433963
RUNJOBID= node116-1568427322-28555
PBS_JOBID= 21702297
Free space on /tmp= 61244 MiB

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

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

MD5SUM BENCH= 072cba4c7f6c08974f35ec38dd54383a
RANDOM SEED=2013973817

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        30864064 kB
MemAvailable:   31854844 kB
Buffers:           84216 kB
Cached:          1192780 kB
SwapCached:        46656 kB
Active:           945876 kB
Inactive:         382892 kB
Active(anon):       4388 kB
Inactive(anon):    88336 kB
Active(file):     941488 kB
Inactive(file):   294556 kB
Unevictable:      109348 kB
Mlocked:          109348 kB
SwapTotal:      67108860 kB
SwapFree:       66961112 kB
Dirty:             25904 kB
Writeback:             0 kB
AnonPages:        115136 kB
Mapped:            44096 kB
Shmem:             32004 kB
Slab:             169260 kB
SReclaimable:     141140 kB
SUnreclaim:        28120 kB
KernelStack:        3392 kB
PageTables:         5220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     497604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61216 MiB
End job on node116 at 2019-09-14 06:06:24