Trace number 4394430

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 parallelOPT20 38.765 5.97226

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-20-4-5-8.xml
MD5SUMcc4f118531160cfe6c95c1294546deff
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark13.7083
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints81
Number of domains21
Minimum domain size4
Maximum domain size21
Distribution of domain sizes[{"size":4,"count":7},{"size":5,"count":7},{"size":6,"count":6},{"size":21,"count":40}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":20},{"degree":21,"count":19},{"degree":22,"count":1},{"degree":23,"count":20}]
Minimum constraint arity1
Maximum constraint arity21
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":40},{"arity":20,"count":20},{"arity":21,"count":20}]
Number of extensional constraints40
Number of intensional constraints21
Distribution of constraint types[{"type":"extension","count":40},{"type":"intension","count":21},{"type":"count","count":20}]
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-4394430-1568430677.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394430-1568430677.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
4.03/1.31	c solve instance...
4.64/1.46	o -1000 
7.80/1.86	o -992 
7.80/1.86	o -991 
7.80/1.87	o -989 
7.80/1.87	o -984 
7.80/1.89	o 2 
10.11/2.18	o 8 
10.11/2.20	o 10 
10.81/2.21	o 11 
13.22/2.52	o 13 
17.95/3.17	o 18 
18.66/3.25	o 20 
38.33/5.96	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (96/98)
38.33/5.96		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
38.33/5.96		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
38.33/5.96		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
38.33/5.96		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
38.33/5.96		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
38.33/5.96	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (96/98)
38.33/5.96		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
38.33/5.96		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
38.33/5.96		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
38.33/5.96		at org.chocosolver.solver.Solver.repair(Solver.java:443)
38.33/5.96		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
38.33/5.96		at org.chocosolver.solver.Solver.solve(Solver.java:262)
38.33/5.96		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
38.33/5.96		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
38.33/5.96		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
38.33/5.96		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
38.33/5.96		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
38.33/5.96		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
38.33/5.96		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
38.33/5.96		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
38.33/5.96		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
38.33/5.96		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
38.33/5.96	s OPTIMUM FOUND
38.33/5.96	v <instantiation>
38.33/5.96	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] </list>
38.33/5.96	v 	<values>1 2 3 8 -1 0 -1 12 7 -1 5 -1 13 14 19 10 15 16 17 18 0 1 2 3 -1 15 -1 5 4 -1 14 -1 6 7 8 13 12 11 10 9 -5 0 -2 5 0 1 0 3 2 0 -2 0 -4 2 4 3 6 3 2 2 </values>
38.33/5.96	v </instantiation>

Verifier Data

OK	20

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394430-1568430677/watcher-4394430-1568430677 -o /tmp/evaluation-result-4394430-1568430677/solver-4394430-1568430677 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568413091-12776 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1698090411 HOME/instance-4394430-1568430677.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=18941, runsolver pid=18938
Current StackSize limit: 8192 KiB


[startup+0.100161 s]*
/proc/loadavg: 4.68 4.15 4.09 3/210 18962
/proc/meminfo: memFree=30609056/32770624 swapFree=66997684/67108860
[pid=18941] ppid=18938 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18941/stat : 18941 (xcsp3-exec) S 18938 18941 12749 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419322324 115843072 364 33554432000 4194304 5098028 140729603266480 140729603264584 140050841621116 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32907264 140729603269493 140729603269737 140729603269737 140729603272650 0
/proc/18941/statm: 28282 364 305 221 0 87 0
[pid=18943] ppid=18941 vsize=28227388 memory=29100 CPUtime=0.12 cores=0-7
/proc/18943/stat : 18943 (java) S 18941 18941 12749 0 -1 1077944320 5762 0 0 0 11 1 0 0 20 0 20 0 419322325 28904845312 7275 33554432000 4194304 4196468 140723298349376 140723298331920 140332490501879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
/proc/18943/statm: 7056847 7275 3110 1 0 7019032 0
[pid=18943/tid=18944] ppid=18941 vsize=28227388 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/18943/task/18944/stat : 18944 (java) R 18941 18941 12749 0 -1 4202560 3665 0 0 0 8 1 0 0 20 0 20 0 419322325 28904845312 7275 33554432000 4194304 4196468 140723298349376 140332494735152 140332490523805 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18945] ppid=18941 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18945/stat : 18945 (java) S 18941 18941 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322326 28904845312 7275 33554432000 4194304 4196468 140723298349376 140332443121936 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18946] ppid=18941 vsize=28227388 memory=140240677274797 CPUtime=0 cores=0-7
/proc/18943/task/18946/stat : 18946 (java) S 18941 18941 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419322326 28904845312 7275 33554432000 4194304 4196468 140723298349376 140332442069392 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18947] ppid=18941 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18947/stat : 18947 (java) S 18941 18941 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419322326 28904845312 7275 33554432000 4194304 4196468 140723298349376 140332441016848 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18948] ppid=18941 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18948/stat : 18948 (java) S 18941 18941 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419322326 28904845312 7275 33554432000 4194304 4196468 140723298349376 140332439964304 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18949] ppid=18941 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18949/stat : 18949 (java) S 18941 18941 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419322326 28904845312 7275 33554432000 4194304 4196468 140723298349376 140332438911760 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18950] ppid=18941 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18943/task/18950/stat : 18950 (java) S 18941 18941 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419322326 28904845312 7275 33554432000 4194304 4196468 140723298349376 140332437859216 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18951] ppid=18941 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18951/stat : 18951 (java) S 18941 18941 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322326 28904845312 7275 33554432000 4194304 4196468 140723298349376 140332436806672 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18952] ppid=18941 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18952/stat : 18952 (java) S 18941 18941 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322326 28904845312 7275 33554432000 4194304 4196468 140723298349376 140332435754128 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18953] ppid=18941 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18953/stat : 18953 (java) S 18941 18941 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419322327 28904845312 7275 33554432000 4194304 4196468 140723298349376 140330954491888 140332490513026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18954] ppid=18941 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18954/stat : 18954 (java) S 18941 18941 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419322328 28904845312 7275 33554432000 4194304 4196468 140723298349376 140330953438112 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18955] ppid=18941 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18955/stat : 18955 (java) S 18941 18941 12749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419322328 28904845312 7275 33554432000 4194304 4196468 140723298349376 140330952385520 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18956] ppid=18941 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18956/stat : 18956 (java) S 18941 18941 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322330 28904845312 7275 33554432000 4194304 4196468 140723298349376 140330951334096 140332490520475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18957] ppid=18941 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18957/stat : 18957 (java) S 18941 18941 12749 0 -1 1077944384 319 0 0 0 0 0 0 0 20 0 20 0 419322330 28904845312 7275 33554432000 4194304 4196468 140723298349376 140330950281712 140332490513026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18958] ppid=18941 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18958/stat : 18958 (java) S 18941 18941 12749 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 419322330 28904845312 7275 33554432000 4194304 4196468 140723298349376 140330949229168 140332490513026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18959] ppid=18941 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18959/stat : 18959 (java) S 18941 18941 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419322330 28904845312 7275 33554432000 4194304 4196468 140723298349376 140330948176624 140332490513026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18960] ppid=18941 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/18943/task/18960/stat : 18960 (java) R 18941 18941 12749 0 -1 4202560 340 0 0 0 1 0 0 0 20 0 20 0 419322330 28904845312 7275 33554432000 4194304 4196468 140723298349376 140330947124080 140332490513814 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18961] ppid=18941 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18961/stat : 18961 (java) S 18941 18941 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419322331 28904845312 7275 33554432000 4194304 4196468 140723298349376 140330946070752 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18962] ppid=18941 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18943/task/18962/stat : 18962 (java) S 18941 18941 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322331 28904845312 7275 33554432000 4194304 4196468 140723298349376 140330945018288 140332490513026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30556 KiB

[startup+0.210431 s]*
/proc/loadavg: 4.68 4.15 4.09 2/210 18962
/proc/meminfo: memFree=30596840/32770624 swapFree=66997684/67108860
[pid=18941] ppid=18938 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18941/stat : 18941 (xcsp3-exec) S 18938 18941 12749 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419322324 115843072 364 33554432000 4194304 5098028 140729603266480 140729603264584 140050841621116 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32907264 140729603269493 140729603269737 140729603269737 140729603272650 0
/proc/18941/statm: 28282 364 305 221 0 87 0
[pid=18943] ppid=18941 vsize=28227388 memory=40432 CPUtime=0.33 cores=0-7
/proc/18943/stat : 18943 (java) S 18941 18941 12749 0 -1 1077944320 9382 0 0 0 30 3 0 0 20 0 20 0 419322325 28904845312 10108 33554432000 4194304 4196468 140723298349376 140723298331920 140332490501879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
/proc/18943/statm: 7056847 10108 3261 1 0 7019032 0
[pid=18943/tid=18944] ppid=18941 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/18943/task/18944/stat : 18944 (java) R 18941 18941 12749 0 -1 4202560 6631 0 0 0 17 2 0 0 20 0 20 0 419322325 28904845312 10108 33554432000 4194304 4196468 140723298349376 140332494735584 140332474582366 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18945] ppid=18941 vsize=28227388 memory=288230591823085922 CPUtime=0 cores=0-7
/proc/18943/task/18945/stat : 18945 (java) S 18941 18941 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322326 28904845312 10108 33554432000 4194304 4196468 140723298349376 140332443121936 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18946] ppid=18941 vsize=28227388 memory=3904821823494637216 CPUtime=0 cores=0-7
/proc/18943/task/18946/stat : 18946 (java) S 18941 18941 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419322326 28904845312 10108 33554432000 4194304 4196468 140723298349376 140332442069392 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18947] ppid=18941 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18943/task/18947/stat : 18947 (java) S 18941 18941 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419322326 28904845312 10108 33554432000 4194304 4196468 140723298349376 140332441016848 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18948] ppid=18941 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18948/stat : 18948 (java) S 18941 18941 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419322326 28904845312 10108 33554432000 4194304 4196468 140723298349376 140332439964304 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18949] ppid=18941 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18949/stat : 18949 (java) S 18941 18941 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419322326 28904845312 10108 33554432000 4194304 4196468 140723298349376 140332438911760 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18950] ppid=18941 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18943/task/18950/stat : 18950 (java) S 18941 18941 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419322326 28904845312 10108 33554432000 4194304 4196468 140723298349376 140332437859216 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18951] ppid=18941 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18951/stat : 18951 (java) S 18941 18941 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322326 28904845312 10108 33554432000 4194304 4196468 140723298349376 140332436806672 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18952] ppid=18941 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18952/stat : 18952 (java) S 18941 18941 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322326 28904845312 10108 33554432000 4194304 4196468 140723298349376 140332435754128 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18953] ppid=18941 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18953/stat : 18953 (java) S 18941 18941 12749 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 419322327 28904845312 10108 33554432000 4194304 4196468 140723298349376 140330954491888 140332490513026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18954] ppid=18941 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18954/stat : 18954 (java) S 18941 18941 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419322328 28904845312 10108 33554432000 4194304 4196468 140723298349376 140330953438112 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18955] ppid=18941 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18955/stat : 18955 (java) S 18941 18941 12749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419322328 28904845312 10108 33554432000 4194304 4196468 140723298349376 140330952385520 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18956] ppid=18941 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18956/stat : 18956 (java) S 18941 18941 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322330 28904845312 10108 33554432000 4194304 4196468 140723298349376 140330951334096 140332490520475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18957] ppid=18941 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/18943/task/18957/stat : 18957 (java) S 18941 18941 12749 0 -1 1077944384 461 0 0 0 2 0 0 0 20 0 20 0 419322330 28904845312 10108 33554432000 4194304 4196468 140723298349376 140330950281712 140332490513026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18958] ppid=18941 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18958/stat : 18958 (java) S 18941 18941 12749 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 419322330 28904845312 10108 33554432000 4194304 4196468 140723298349376 140330949229168 140332490513026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18959] ppid=18941 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/18943/task/18959/stat : 18959 (java) S 18941 18941 12749 0 -1 1077944384 77 0 0 0 1 0 0 0 20 0 20 0 419322330 28904845312 10108 33554432000 4194304 4196468 140723298349376 140330948176624 140332490513026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18960] ppid=18941 vsize=28227388 memory=0 CPUtime=0.07 cores=0-7
/proc/18943/task/18960/stat : 18960 (java) R 18941 18941 12749 0 -1 4202560 774 0 0 0 7 0 0 0 20 0 20 0 419322330 28904845312 10108 33554432000 4194304 4196468 140723298349376 140330947124080 140332474742163 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18961] ppid=18941 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18961/stat : 18961 (java) S 18941 18941 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419322331 28904845312 10108 33554432000 4194304 4196468 140723298349376 140330946070752 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18962] ppid=18941 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18943/task/18962/stat : 18962 (java) S 18941 18941 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322331 28904845312 10108 33554432000 4194304 4196468 140723298349376 140330945018288 140332490513026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 41888 KiB

[startup+0.30979 s]*
/proc/loadavg: 4.39 4.10 4.07 4/210 18962
/proc/meminfo: memFree=30589312/32770624 swapFree=66997684/67108860
[pid=18941] ppid=18938 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18941/stat : 18941 (xcsp3-exec) S 18938 18941 12749 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419322324 115843072 364 33554432000 4194304 5098028 140729603266480 140729603264584 140050841621116 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32907264 140729603269493 140729603269737 140729603269737 140729603272650 0
/proc/18941/statm: 28282 364 305 221 0 87 0
[pid=18943] ppid=18941 vsize=28231644 memory=50192 CPUtime=0.52 cores=0-7
/proc/18943/stat : 18943 (java) S 18941 18941 12749 0 -1 1077944320 10900 0 0 0 48 4 0 0 20 0 20 0 419322325 28909203456 12548 33554432000 4194304 4196468 140723298349376 140723298331920 140332490501879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
/proc/18943/statm: 7057911 12548 3363 1 0 7019032 0
[pid=18943/tid=18944] ppid=18941 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/18943/task/18944/stat : 18944 (java) R 18941 18941 12749 0 -1 4202560 7772 0 0 0 27 2 0 0 20 0 20 0 419322325 28909203456 12548 33554432000 4194304 4196468 140723298349376 140332494732992 140332474582366 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18945] ppid=18941 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18945/stat : 18945 (java) S 18941 18941 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322326 28909203456 12548 33554432000 4194304 4196468 140723298349376 140332443121936 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18946] ppid=18941 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18946/stat : 18946 (java) S 18941 18941 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419322326 28909203456 12548 33554432000 4194304 4196468 140723298349376 140332442069392 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18947] ppid=18941 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18947/stat : 18947 (java) S 18941 18941 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419322326 28909203456 12548 33554432000 4194304 4196468 140723298349376 140332441016848 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18948] ppid=18941 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18948/stat : 18948 (java) S 18941 18941 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419322326 28909203456 12548 33554432000 4194304 4196468 140723298349376 140332439964304 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18949] ppid=18941 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18949/stat : 18949 (java) S 18941 18941 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419322326 28909203456 12548 33554432000 4194304 4196468 140723298349376 140332438911760 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18950] ppid=18941 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18950/stat : 18950 (java) S 18941 18941 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419322326 28909203456 12548 33554432000 4194304 4196468 140723298349376 140332437859216 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18951] ppid=18941 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18951/stat : 18951 (java) S 18941 18941 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322326 28909203456 12548 33554432000 4194304 4196468 140723298349376 140332436806672 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18952] ppid=18941 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18952/stat : 18952 (java) S 18941 18941 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322326 28909203456 12548 33554432000 4194304 4196468 140723298349376 140332435754128 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18953] ppid=18941 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18953/stat : 18953 (java) S 18941 18941 12749 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 419322327 28909203456 12548 33554432000 4194304 4196468 140723298349376 140330954491888 140332490513026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18954] ppid=18941 vsize=28231644 memory=280481094638976 CPUtime=0 cores=0-7
/proc/18943/task/18954/stat : 18954 (java) S 18941 18941 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419322328 28909203456 12548 33554432000 4194304 4196468 140723298349376 140330953438112 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18955] ppid=18941 vsize=28231644 memory=280481094643584 CPUtime=0 cores=0-7
/proc/18943/task/18955/stat : 18955 (java) S 18941 18941 12749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419322328 28909203456 12548 33554432000 4194304 4196468 140723298349376 140330952385520 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18956] ppid=18941 vsize=28231644 memory=280481094648192 CPUtime=0 cores=0-7
/proc/18943/task/18956/stat : 18956 (java) S 18941 18941 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322330 28909203456 12548 33554432000 4194304 4196468 140723298349376 140330951334096 140332490520475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18957] ppid=18941 vsize=28231644 memory=280481094652800 CPUtime=0.02 cores=0-7
/proc/18943/task/18957/stat : 18957 (java) S 18941 18941 12749 0 -1 1077944384 483 0 0 0 2 0 0 0 20 0 20 0 419322330 28909203456 12548 33554432000 4194304 4196468 140723298349376 140330950281712 140332490513026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18958] ppid=18941 vsize=28231644 memory=280481094657408 CPUtime=0.01 cores=0-7
/proc/18943/task/18958/stat : 18958 (java) S 18941 18941 12749 0 -1 1077944384 153 0 0 0 1 0 0 0 20 0 20 0 419322330 28909203456 12548 33554432000 4194304 4196468 140723298349376 140330949229168 140332490513026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18959] ppid=18941 vsize=28231644 memory=280481094662016 CPUtime=0.03 cores=0-7
/proc/18943/task/18959/stat : 18959 (java) R 18941 18941 12749 0 -1 4202560 230 0 0 0 3 0 0 0 20 0 20 0 419322330 28909203456 12548 33554432000 4194304 4196468 140723298349376 140330948167008 140332475628129 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18960] ppid=18941 vsize=28231644 memory=280481094666624 CPUtime=0.12 cores=0-7
/proc/18943/task/18960/stat : 18960 (java) S 18941 18941 12749 0 -1 1077944384 950 0 0 0 12 0 0 0 20 0 20 0 419322330 28909203456 12548 33554432000 4194304 4196468 140723298349376 140330947124080 140332490513026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18961] ppid=18941 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18961/stat : 18961 (java) S 18941 18941 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419322331 28909203456 12548 33554432000 4194304 4196468 140723298349376 140330946070752 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18962] ppid=18941 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/18943/task/18962/stat : 18962 (java) S 18941 18941 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322331 28909203456 12548 33554432000 4194304 4196468 140723298349376 140330945018288 140332490513026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51648 KiB

[startup+0.701023 s]
/proc/loadavg: 4.39 4.10 4.07 5/210 18962
/proc/meminfo: memFree=30557908/32770624 swapFree=66997684/67108860
[pid=18941] ppid=18938 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18941/stat : 18941 (xcsp3-exec) S 18938 18941 12749 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419322324 115843072 364 33554432000 4194304 5098028 140729603266480 140729603264584 140050841621116 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32907264 140729603269493 140729603269737 140729603269737 140729603272650 0
/proc/18941/statm: 28282 364 305 221 0 87 0
[pid=18943] ppid=18941 vsize=28233768 memory=107372 CPUtime=1.92 cores=0-7
/proc/18943/stat : 18943 (java) S 18941 18941 12749 0 -1 1077944320 16466 0 0 0 186 6 0 0 20 0 20 0 419322325 28911378432 26843 33554432000 4194304 4196468 140723298349376 140723298331920 140332490501879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
/proc/18943/statm: 7058442 26843 3450 1 0 7019544 0
[pid=18943/tid=18944] ppid=18941 vsize=28233768 memory=4580 CPUtime=0.68 cores=0-7
/proc/18943/task/18944/stat : 18944 (java) R 18941 18941 12749 0 -1 4202560 9212 0 0 0 64 4 0 0 20 0 20 0 419322325 28911378432 26843 33554432000 4194304 4196468 140723298349376 140332494736880 140332104812020 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18945] ppid=18941 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18945/stat : 18945 (java) S 18941 18941 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322326 28911378432 26843 33554432000 4194304 4196468 140723298349376 140332443121936 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18946] ppid=18941 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18946/stat : 18946 (java) S 18941 18941 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419322326 28911378432 26843 33554432000 4194304 4196468 140723298349376 140332442069392 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18947] ppid=18941 vsize=28233768 memory=4008 CPUtime=0 cores=0-7
/proc/18943/task/18947/stat : 18947 (java) S 18941 18941 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419322326 28911378432 26843 33554432000 4194304 4196468 140723298349376 140332441016848 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0

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

[pid=18943/tid=18960] ppid=18941 vsize=28769356 memory=6944656592455360608 CPUtime=1.09 cores=0-7
/proc/18943/task/18960/stat : 18960 (java) S 18941 18941 12749 0 -1 1077944384 4808 0 0 0 107 2 0 0 20 0 28 0 419322330 29459820544 95102 33554432000 4194304 4196468 140723298349376 140330947124080 140332490513026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18961] ppid=18941 vsize=28769356 memory=6933690279252828305 CPUtime=0 cores=0-7
/proc/18943/task/18961/stat : 18961 (java) S 18941 18941 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419322331 29459820544 95102 33554432000 4194304 4196468 140723298349376 140330946070752 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18962] ppid=18941 vsize=28769356 memory=-7966001734603266090 CPUtime=0 cores=0-7
/proc/18943/task/18962/stat : 18962 (java) R 18941 18941 12749 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 28 0 419322331 29459820544 95102 33554432000 4194304 4196468 140723298349376 140330945018288 140332490513026 0 4 0 16800975 0 0 0 -1 7 0 0 44 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=19067] ppid=18941 vsize=28769356 memory=1128 CPUtime=2.34 cores=0-7
/proc/18943/task/19067/stat : 19067 (java) R 18941 18941 12749 0 -1 4202560 115 0 0 0 234 0 0 0 20 0 28 0 419322650 29459820544 95102 33554432000 4194304 4196468 140723298349376 140330858356072 140332107965994 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=19068] ppid=18941 vsize=28769356 memory=772 CPUtime=2.23 cores=0-7
/proc/18943/task/19068/stat : 19068 (java) R 18941 18941 12749 0 -1 4202560 75 0 0 0 223 0 0 0 20 0 28 0 419322650 29459820544 95102 33554432000 4194304 4196468 140723298349376 140330857303928 140332107965919 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=19069] ppid=18941 vsize=28769356 memory=4008 CPUtime=2.3 cores=0-7
/proc/18943/task/19069/stat : 19069 (java) R 18941 18941 12749 0 -1 4202560 168 0 0 0 230 0 0 0 20 0 28 0 419322650 29459820544 95102 33554432000 4194304 4196468 140723298349376 140330864672512 140332107965860 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=19070] ppid=18941 vsize=28769356 memory=948 CPUtime=2.32 cores=0-7
/proc/18943/task/19070/stat : 19070 (java) R 18941 18941 12749 0 -1 4202560 182 0 0 0 232 0 0 0 20 0 28 0 419322650 29459820544 95102 33554432000 4194304 4196468 140723298349376 140330865727608 140332107965924 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=19071] ppid=18941 vsize=28769356 memory=2832 CPUtime=2.34 cores=0-7
/proc/18943/task/19071/stat : 19071 (java) R 18941 18941 12749 0 -1 4202560 193 0 0 0 234 0 0 0 20 0 28 0 419322650 29459820544 95102 33554432000 4194304 4196468 140723298349376 140330861517256 140332107966114 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=19072] ppid=18941 vsize=28769356 memory=9404 CPUtime=2.31 cores=0-7
/proc/18943/task/19072/stat : 19072 (java) R 18941 18941 12749 0 -1 4202560 230 0 0 0 231 0 0 0 20 0 28 0 419322650 29459820544 95102 33554432000 4194304 4196468 140723298349376 140330859409688 140332108219970 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=19073] ppid=18941 vsize=28769356 memory=1548 CPUtime=2.2 cores=0-7
/proc/18943/task/19073/stat : 19073 (java) R 18941 18941 12749 0 -1 4202560 106 0 0 0 219 1 0 0 20 0 28 0 419322650 29459820544 95102 33554432000 4194304 4196468 140723298349376 140330862567576 140332107989402 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=19074] ppid=18941 vsize=28769356 memory=628 CPUtime=0 cores=0-7
/proc/18943/task/19074/stat : 19074 (java) S 18941 18941 12749 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 419322651 29459820544 95102 33554432000 4194304 4196468 140723298349376 140330860467024 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
Current children cumulated CPU time: 36.2 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 381864 KiB

[startup+5.80117 s]
/proc/loadavg: 4.39 4.10 4.07 10/219 19074
/proc/meminfo: memFree=30258092/32770624 swapFree=66997684/67108860
[pid=18941] ppid=18938 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18941/stat : 18941 (xcsp3-exec) S 18938 18941 12749 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419322324 115843072 364 33554432000 4194304 5098028 140729603266480 140729603264584 140050841621116 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32907264 140729603269493 140729603269737 140729603269737 140729603272650 0
/proc/18941/statm: 28282 364 305 221 0 87 0
[pid=18943] ppid=18941 vsize=28769356 memory=380440 CPUtime=37.63 cores=0-7
/proc/18943/stat : 18943 (java) S 18941 18941 12749 0 -1 1077944320 31642 0 0 0 3730 33 0 0 20 0 28 0 419322325 29459820544 95110 33554432000 4194304 4196468 140723298349376 140723298331920 140332490501879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
/proc/18943/statm: 7192339 95110 3525 1 0 7153441 0
[pid=18943/tid=18944] ppid=18941 vsize=28769356 memory=2024 CPUtime=1.27 cores=0-7
/proc/18943/task/18944/stat : 18944 (java) S 18941 18941 12749 0 -1 1077944384 9580 0 0 0 122 5 0 0 20 0 28 0 419322325 29459820544 95110 33554432000 4194304 4196468 140723298349376 140332494742656 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18945] ppid=18941 vsize=28769356 memory=1380 CPUtime=0.02 cores=0-7
/proc/18943/task/18945/stat : 18945 (java) S 18941 18941 12749 0 -1 1077944384 69 0 0 0 1 1 0 0 20 0 28 0 419322326 29459820544 95110 33554432000 4194304 4196468 140723298349376 140332443121936 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18946] ppid=18941 vsize=28769356 memory=1128 CPUtime=0.04 cores=0-7
/proc/18943/task/18946/stat : 18946 (java) S 18941 18941 12749 0 -1 1077944384 81 0 0 0 2 2 0 0 20 0 28 0 419322326 29459820544 95110 33554432000 4194304 4196468 140723298349376 140332442069392 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18947] ppid=18941 vsize=28769356 memory=772 CPUtime=0.04 cores=0-7
/proc/18943/task/18947/stat : 18947 (java) S 18941 18941 12749 0 -1 1077944384 77 0 0 0 2 2 0 0 20 0 28 0 419322326 29459820544 95110 33554432000 4194304 4196468 140723298349376 140332441016848 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18948] ppid=18941 vsize=28769356 memory=4008 CPUtime=0.02 cores=0-7
/proc/18943/task/18948/stat : 18948 (java) S 18941 18941 12749 0 -1 1077944384 61 0 0 0 1 1 0 0 20 0 28 0 419322326 29459820544 95110 33554432000 4194304 4196468 140723298349376 140332439964304 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18949] ppid=18941 vsize=28769356 memory=948 CPUtime=0.03 cores=0-7
/proc/18943/task/18949/stat : 18949 (java) S 18941 18941 12749 0 -1 1077944384 36 0 0 0 2 1 0 0 20 0 28 0 419322326 29459820544 95110 33554432000 4194304 4196468 140723298349376 140332438911760 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18950] ppid=18941 vsize=28769356 memory=2832 CPUtime=0.03 cores=0-7
/proc/18943/task/18950/stat : 18950 (java) S 18941 18941 12749 0 -1 1077944384 76 0 0 0 2 1 0 0 20 0 28 0 419322326 29459820544 95110 33554432000 4194304 4196468 140723298349376 140332437859216 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18951] ppid=18941 vsize=28769356 memory=9404 CPUtime=0.04 cores=0-7
/proc/18943/task/18951/stat : 18951 (java) S 18941 18941 12749 0 -1 1077944384 85 0 0 0 2 2 0 0 20 0 28 0 419322326 29459820544 95110 33554432000 4194304 4196468 140723298349376 140332436806672 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18952] ppid=18941 vsize=28769356 memory=0 CPUtime=0.04 cores=0-7
/proc/18943/task/18952/stat : 18952 (java) S 18941 18941 12749 0 -1 1077944384 91 0 0 0 2 2 0 0 20 0 28 0 419322326 29459820544 95110 33554432000 4194304 4196468 140723298349376 140332435754128 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18953] ppid=18941 vsize=28769356 memory=280481095151040 CPUtime=0.01 cores=0-7
/proc/18943/task/18953/stat : 18953 (java) S 18941 18941 12749 0 -1 1077944384 240 0 0 0 1 0 0 0 20 0 28 0 419322327 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330954491888 140332490513026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18954] ppid=18941 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18954/stat : 18954 (java) S 18941 18941 12749 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 419322328 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330953438176 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18955] ppid=18941 vsize=28769356 memory=280481095440032 CPUtime=0 cores=0-7
/proc/18943/task/18955/stat : 18955 (java) S 18941 18941 12749 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 419322328 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330952385536 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18956] ppid=18941 vsize=28769356 memory=140240547736512 CPUtime=0 cores=0-7
/proc/18943/task/18956/stat : 18956 (java) S 18941 18941 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419322330 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330951334096 140332490520475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18957] ppid=18941 vsize=28769356 memory=0 CPUtime=2.46 cores=0-7
/proc/18943/task/18957/stat : 18957 (java) S 18941 18941 12749 0 -1 1077944384 4633 0 0 0 245 1 0 0 20 0 28 0 419322330 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330950281712 140332490513026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 46 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18958] ppid=18941 vsize=28769356 memory=280481094435056 CPUtime=2.14 cores=0-7
/proc/18943/task/18958/stat : 18958 (java) S 18941 18941 12749 0 -1 1077944384 3094 0 0 0 213 1 0 0 20 0 28 0 419322330 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330949229168 140332490513026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 38 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18959] ppid=18941 vsize=28769356 memory=0 CPUtime=2.24 cores=0-7
/proc/18943/task/18959/stat : 18959 (java) S 18941 18941 12749 0 -1 1077944384 3808 0 0 0 223 1 0 0 20 0 28 0 419322330 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330948176624 140332490513026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18960] ppid=18941 vsize=28769356 memory=280481094435056 CPUtime=1.09 cores=0-7
/proc/18943/task/18960/stat : 18960 (java) S 18941 18941 12749 0 -1 1077944384 4808 0 0 0 107 2 0 0 20 0 28 0 419322330 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330947124080 140332490513026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18961] ppid=18941 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/18943/task/18961/stat : 18961 (java) S 18941 18941 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419322331 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330946070752 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18962] ppid=18941 vsize=28769356 memory=12024 CPUtime=0 cores=0-7
/proc/18943/task/18962/stat : 18962 (java) S 18941 18941 12749 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 28 0 419322331 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330945018288 140332490513026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 44 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=19067] ppid=18941 vsize=28769356 memory=1556 CPUtime=2.54 cores=0-7
/proc/18943/task/19067/stat : 19067 (java) R 18941 18941 12749 0 -1 4202560 120 0 0 0 254 0 0 0 20 0 28 0 419322650 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330858356072 140332109282123 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=19068] ppid=18941 vsize=28769356 memory=500 CPUtime=2.43 cores=0-7
/proc/18943/task/19068/stat : 19068 (java) R 18941 18941 12749 0 -1 4202560 75 0 0 0 243 0 0 0 20 0 28 0 419322650 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330857303928 140332108219983 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=19069] ppid=18941 vsize=28769356 memory=928 CPUtime=2.5 cores=0-7
/proc/18943/task/19069/stat : 19069 (java) R 18941 18941 12749 0 -1 4202560 168 0 0 0 250 0 0 0 20 0 28 0 419322650 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330864672512 140332107965989 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=19070] ppid=18941 vsize=28769356 memory=1528 CPUtime=2.52 cores=0-7
/proc/18943/task/19070/stat : 19070 (java) R 18941 18941 12749 0 -1 4202560 184 0 0 0 252 0 0 0 20 0 28 0 419322650 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330865727608 140332107965816 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=19071] ppid=18941 vsize=28769356 memory=1448 CPUtime=2.54 cores=0-7
/proc/18943/task/19071/stat : 19071 (java) R 18941 18941 12749 0 -1 4202560 193 0 0 0 254 0 0 0 20 0 28 0 419322650 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330861517256 140332107965924 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=19072] ppid=18941 vsize=28769356 memory=876 CPUtime=2.51 cores=0-7
/proc/18943/task/19072/stat : 19072 (java) R 18941 18941 12749 0 -1 4202560 230 0 0 0 251 0 0 0 20 0 28 0 419322650 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330859409688 140332107966188 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=19073] ppid=18941 vsize=28769356 memory=1980 CPUtime=2.4 cores=0-7
/proc/18943/task/19073/stat : 19073 (java) R 18941 18941 12749 0 -1 4202560 106 0 0 0 239 1 0 0 20 0 28 0 419322650 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330862567512 140332107966136 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=19074] ppid=18941 vsize=28769356 memory=2552 CPUtime=0 cores=0-7
/proc/18943/task/19074/stat : 19074 (java) S 18941 18941 12749 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 419322651 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330860467024 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
Current children cumulated CPU time: 37.63 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 381896 KiB

[startup+5.90113 s]
/proc/loadavg: 4.39 4.10 4.07 10/219 19074
/proc/meminfo: memFree=30258092/32770624 swapFree=66997684/67108860
[pid=18941] ppid=18938 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18941/stat : 18941 (xcsp3-exec) S 18938 18941 12749 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419322324 115843072 364 33554432000 4194304 5098028 140729603266480 140729603264584 140050841621116 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32907264 140729603269493 140729603269737 140729603269737 140729603272650 0
/proc/18941/statm: 28282 364 305 221 0 87 0
[pid=18943] ppid=18941 vsize=28769356 memory=380440 CPUtime=38.33 cores=0-7
/proc/18943/stat : 18943 (java) S 18941 18941 12749 0 -1 1077944320 31646 0 0 0 3800 33 0 0 20 0 28 0 419322325 29459820544 95110 33554432000 4194304 4196468 140723298349376 140723298331920 140332490501879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
/proc/18943/statm: 7192339 95110 3525 1 0 7153441 0
[pid=18943/tid=18944] ppid=18941 vsize=28769356 memory=1456 CPUtime=1.27 cores=0-7
/proc/18943/task/18944/stat : 18944 (java) S 18941 18941 12749 0 -1 1077944384 9580 0 0 0 122 5 0 0 20 0 28 0 419322325 29459820544 95110 33554432000 4194304 4196468 140723298349376 140332494742656 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18945] ppid=18941 vsize=28769356 memory=1456 CPUtime=0.02 cores=0-7
/proc/18943/task/18945/stat : 18945 (java) S 18941 18941 12749 0 -1 1077944384 69 0 0 0 1 1 0 0 20 0 28 0 419322326 29459820544 95110 33554432000 4194304 4196468 140723298349376 140332443121936 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18946] ppid=18941 vsize=28769356 memory=380328 CPUtime=0.04 cores=0-7
/proc/18943/task/18946/stat : 18946 (java) S 18941 18941 12749 0 -1 1077944384 81 0 0 0 2 2 0 0 20 0 28 0 419322326 29459820544 95110 33554432000 4194304 4196468 140723298349376 140332442069392 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18947] ppid=18941 vsize=28769356 memory=6791534058613427641 CPUtime=0.04 cores=0-7
/proc/18943/task/18947/stat : 18947 (java) S 18941 18941 12749 0 -1 1077944384 77 0 0 0 2 2 0 0 20 0 28 0 419322326 29459820544 95110 33554432000 4194304 4196468 140723298349376 140332441016848 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18948] ppid=18941 vsize=28769356 memory=288230617509003574 CPUtime=0.02 cores=0-7
/proc/18943/task/18948/stat : 18948 (java) S 18941 18941 12749 0 -1 1077944384 61 0 0 0 1 1 0 0 20 0 28 0 419322326 29459820544 95110 33554432000 4194304 4196468 140723298349376 140332439964304 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18949] ppid=18941 vsize=28769356 memory=-9108684669924967205 CPUtime=0.03 cores=0-7
/proc/18943/task/18949/stat : 18949 (java) S 18941 18941 12749 0 -1 1077944384 36 0 0 0 2 1 0 0 20 0 28 0 419322326 29459820544 95110 33554432000 4194304 4196468 140723298349376 140332438911760 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18950] ppid=18941 vsize=28769356 memory=25316 CPUtime=0.03 cores=0-7
/proc/18943/task/18950/stat : 18950 (java) S 18941 18941 12749 0 -1 1077944384 76 0 0 0 2 1 0 0 20 0 28 0 419322326 29459820544 95110 33554432000 4194304 4196468 140723298349376 140332437859216 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18951] ppid=18941 vsize=28769356 memory=6944656575208382560 CPUtime=0.04 cores=0-7
/proc/18943/task/18951/stat : 18951 (java) S 18941 18941 12749 0 -1 1077944384 85 0 0 0 2 2 0 0 20 0 28 0 419322326 29459820544 95110 33554432000 4194304 4196468 140723298349376 140332436806672 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18952] ppid=18941 vsize=28769356 memory=57 CPUtime=0.04 cores=0-7
/proc/18943/task/18952/stat : 18952 (java) S 18941 18941 12749 0 -1 1077944384 91 0 0 0 2 2 0 0 20 0 28 0 419322326 29459820544 95110 33554432000 4194304 4196468 140723298349376 140332435754128 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18953] ppid=18941 vsize=28769356 memory=2670038 CPUtime=0.01 cores=0-7
/proc/18943/task/18953/stat : 18953 (java) S 18941 18941 12749 0 -1 1077944384 240 0 0 0 1 0 0 0 20 0 28 0 419322327 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330954491888 140332490513026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18954] ppid=18941 vsize=28769356 memory=2671448 CPUtime=0 cores=0-7
/proc/18943/task/18954/stat : 18954 (java) S 18941 18941 12749 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 419322328 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330953438176 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18955] ppid=18941 vsize=28769356 memory=-6948055166404804227 CPUtime=0 cores=0-7
/proc/18943/task/18955/stat : 18955 (java) S 18941 18941 12749 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 419322328 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330952385536 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18956] ppid=18941 vsize=28769356 memory=-3252517613198930781 CPUtime=0 cores=0-7
/proc/18943/task/18956/stat : 18956 (java) S 18941 18941 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419322330 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330951334096 140332490520475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18957] ppid=18941 vsize=28769356 memory=-2895008908443675764 CPUtime=2.46 cores=0-7
/proc/18943/task/18957/stat : 18957 (java) S 18941 18941 12749 0 -1 1077944384 4633 0 0 0 245 1 0 0 20 0 28 0 419322330 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330950281712 140332490513026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 46 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18958] ppid=18941 vsize=28769356 memory=7681407940103534239 CPUtime=2.14 cores=0-7
/proc/18943/task/18958/stat : 18958 (java) S 18941 18941 12749 0 -1 1077944384 3094 0 0 0 213 1 0 0 20 0 28 0 419322330 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330949229168 140332490513026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 38 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18959] ppid=18941 vsize=28769356 memory=8547712850019655617 CPUtime=2.24 cores=0-7
/proc/18943/task/18959/stat : 18959 (java) S 18941 18941 12749 0 -1 1077944384 3808 0 0 0 223 1 0 0 20 0 28 0 419322330 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330948176624 140332490513026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18960] ppid=18941 vsize=28769356 memory=6791534058613427641 CPUtime=1.09 cores=0-7
/proc/18943/task/18960/stat : 18960 (java) S 18941 18941 12749 0 -1 1077944384 4808 0 0 0 107 2 0 0 20 0 28 0 419322330 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330947124080 140332490513026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18961] ppid=18941 vsize=28769356 memory=3624 CPUtime=0 cores=0-7
/proc/18943/task/18961/stat : 18961 (java) S 18941 18941 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419322331 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330946070752 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=18962] ppid=18941 vsize=28769356 memory=26892 CPUtime=0 cores=0-7
/proc/18943/task/18962/stat : 18962 (java) S 18941 18941 12749 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 28 0 419322331 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330945018288 140332490513026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 44 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=19067] ppid=18941 vsize=28769356 memory=984 CPUtime=2.64 cores=0-7
/proc/18943/task/19067/stat : 19067 (java) R 18941 18941 12749 0 -1 4202560 120 0 0 0 264 0 0 0 20 0 28 0 419322650 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330858356072 140332107966072 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=19068] ppid=18941 vsize=28769356 memory=2024 CPUtime=2.53 cores=0-7
/proc/18943/task/19068/stat : 19068 (java) R 18941 18941 12749 0 -1 4202560 75 0 0 0 253 0 0 0 20 0 28 0 419322650 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330857303928 140332107965888 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=19069] ppid=18941 vsize=28769356 memory=6791534058613427641 CPUtime=2.6 cores=0-7
/proc/18943/task/19069/stat : 19069 (java) R 18941 18941 12749 0 -1 4202560 168 0 0 0 260 0 0 0 20 0 28 0 419322650 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330864672512 140332107965966 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=19070] ppid=18941 vsize=28769356 memory=1556 CPUtime=2.62 cores=0-7
/proc/18943/task/19070/stat : 19070 (java) R 18941 18941 12749 0 -1 4202560 188 0 0 0 262 0 0 0 20 0 28 0 419322650 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330865727608 140332107965901 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=19071] ppid=18941 vsize=28769356 memory=5924 CPUtime=2.64 cores=0-7
/proc/18943/task/19071/stat : 19071 (java) R 18941 18941 12749 0 -1 4202560 193 0 0 0 264 0 0 0 20 0 28 0 419322650 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330861517256 140332107965860 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=19072] ppid=18941 vsize=28769356 memory=14012 CPUtime=2.61 cores=0-7
/proc/18943/task/19072/stat : 19072 (java) R 18941 18941 12749 0 -1 4202560 230 0 0 0 261 0 0 0 20 0 28 0 419322650 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330859409688 140332107965825 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=19073] ppid=18941 vsize=28769356 memory=2116 CPUtime=2.5 cores=0-7
/proc/18943/task/19073/stat : 19073 (java) R 18941 18941 12749 0 -1 4202560 106 0 0 0 249 1 0 0 20 0 28 0 419322650 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330862567512 140332107965971 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
[pid=18943/tid=19074] ppid=18941 vsize=28769356 memory=10568 CPUtime=0 cores=0-7
/proc/18943/task/19074/stat : 19074 (java) S 18941 18941 12749 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 419322651 29459820544 95110 33554432000 4194304 4196468 140723298349376 140330860467024 140332490512085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37376000 140723298354154 140723298354326 140723298354326 140723298357199 0
Current children cumulated CPU time: 38.33 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 381896 KiB

Child status: 0
Real time (s): 5.97226
CPU time (s): 38.765
CPU user time (s): 38.4135
CPU system time (s): 0.351454
CPU usage (%): 649.084
Max. virtual memory (cumulated for all children) (KiB): 28882484
Max. memory (cumulated for all children) (KiB): 383340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.4135
system time used= 0.351454
maximum resident set size= 382180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33079
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4993
involuntary context switches= 751


# summary of solver processes directly reported to runsolver:
#   pid: 18941
#   total CPU time (s): 38.765
#   total CPU user time (s): 38.4135
#   total CPU system time (s): 0.351454

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.077676 second user time and 0.094562 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-14 04:09:59
IDJOB=4394430
IDBENCH=127982
IDSOLVER=2843
FILE ID=node106/4394430-1568430677
RUNJOBID= node106-1568413091-12776
PBS_JOBID= 21702261
Free space on /tmp= 59112 MiB

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

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

MD5SUM BENCH= cc4f118531160cfe6c95c1294546deff
RANDOM SEED=1698090411

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30624720 kB
MemAvailable:   31899276 kB
Buffers:          183984 kB
Cached:          1371528 kB
SwapCached:         9320 kB
Active:           488504 kB
Inactive:        1083724 kB
Active(anon):      15628 kB
Inactive(anon):    34744 kB
Active(file):     472876 kB
Inactive(file):  1048980 kB
Unevictable:      106908 kB
Mlocked:          106908 kB
SwapTotal:      67108860 kB
SwapFree:       66997684 kB
Dirty:             26692 kB
Writeback:             0 kB
AnonPages:        130680 kB
Mapped:            38324 kB
Shmem:             25300 kB
Slab:             166324 kB
SReclaimable:     137072 kB
SUnreclaim:        29252 kB
KernelStack:        3696 kB
PageTables:         5180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     489728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

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