Trace number 4394535

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 parallelOPT103 1065.41 144.858

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-41-06.xml
MD5SUM9c0419560fe3c6efa350d2101b8d9fdb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark103
Best CPU time to get the best result obtained on this benchmark115.382
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints72
Number of domains2
Minimum domain size1
Maximum domain size155
Distribution of domain sizes[{"size":1,"count":1},{"size":155,"count":31}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":5,"count":1},{"degree":6,"count":3},{"degree":7,"count":16},{"degree":8,"count":5},{"degree":9,"count":4},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity26
Distribution of constraint arities[{"arity":2,"count":68},{"arity":21,"count":2},{"arity":23,"count":1},{"arity":26,"count":1}]
Number of extensional constraints0
Number of intensional constraints68
Distribution of constraint types[{"type":"intension","count":68},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

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-4394535-1568431376.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394535-1568431376.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.59/0.72	c solve instance...
2.16/0.89	o 108 
2.77/0.99	o 107 
53.37/7.40	o 106 
87.27/12.15	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (87/118)
87.27/12.16		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
87.27/12.16		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
87.27/12.16		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
87.27/12.16		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
87.27/12.16		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
87.27/12.16	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (87/118)
87.27/12.16		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
87.27/12.16		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
87.27/12.16		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
87.27/12.16		at org.chocosolver.solver.Solver.repair(Solver.java:443)
87.27/12.16		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
87.27/12.16		at org.chocosolver.solver.Solver.solve(Solver.java:262)
87.27/12.16		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
87.27/12.16		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
87.27/12.16		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
87.27/12.16		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
87.27/12.16		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
87.27/12.16		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
87.27/12.16		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
87.27/12.16		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
87.27/12.16		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
87.27/12.16		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
87.27/12.16	o 105 
89.36/12.97	o 104 
114.87/16.42	o 103 
1065.34/144.84	s OPTIMUM FOUND
1065.34/144.84	v <instantiation>
1065.34/144.84	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] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] </list>
1065.34/144.84	v 	<values>0 0 34 11 9 16 25 38 14 56 21 35 20 57 48 64 64 41 52 82 86 65 73 80 50 80 56 84 98 93 92 103 </values>
1065.34/144.84	v </instantiation>

Verifier Data

OK	103

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394535-1568431376/watcher-4394535-1568431376 -o /tmp/evaluation-result-4394535-1568431376/solver-4394535-1568431376 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node133-1568426604-21617 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 377845353 HOME/instance-4394535-1568431376.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=23547, runsolver pid=23544

[startup+0.100097 s]*
/proc/loadavg: 7.24 6.92 6.28 3/217 23568
/proc/meminfo: memFree=31445560/32770624 swapFree=67004140/67108860
[pid=23547] ppid=23544 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23547/stat : 23547 (xcsp3-exec) S 23544 23547 21590 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419377277 115843072 364 33554432000 4194304 5098028 140729950406528 140729950404632 140345496556156 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18673664 140729950409590 140729950409833 140729950409833 140729950412746 0
/proc/23547/statm: 28282 364 305 221 0 87 0
[pid=23549] ppid=23547 vsize=28227388 memory=28888 CPUtime=0.12 cores=0-7
/proc/23549/stat : 23549 (java) S 23547 23547 21590 0 -1 1077944320 5707 0 0 0 11 1 0 0 20 0 20 0 419377277 28904845312 7222 33554432000 4194304 4196468 140727192845488 140727192828032 140450529230583 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
/proc/23549/statm: 7056847 7222 3120 1 0 7019032 0
[pid=23549/tid=23550] ppid=23547 vsize=28227388 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/23549/task/23550/stat : 23550 (java) R 23547 23547 21590 0 -1 4202560 3588 0 0 0 8 0 0 0 20 0 20 0 419377277 28904845312 7222 33554432000 4194304 4196468 140727192845488 140450533467008 140450529242518 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23551] ppid=23547 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/23549/task/23551/stat : 23551 (java) S 23547 23547 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419377278 28904845312 7222 33554432000 4194304 4196468 140727192845488 140450481850896 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23552] ppid=23547 vsize=28227388 memory=139990407067264 CPUtime=0 cores=0-7
/proc/23549/task/23552/stat : 23552 (java) S 23547 23547 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419377278 28904845312 7222 33554432000 4194304 4196468 140727192845488 140450480798352 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23553] ppid=23547 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23549/task/23553/stat : 23553 (java) S 23547 23547 21590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419377278 28904845312 7222 33554432000 4194304 4196468 140727192845488 140450479745296 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23554] ppid=23547 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23549/task/23554/stat : 23554 (java) S 23547 23547 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419377278 28904845312 7222 33554432000 4194304 4196468 140727192845488 140450478692752 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23555] ppid=23547 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23549/task/23555/stat : 23555 (java) S 23547 23547 21590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419377278 28904845312 7222 33554432000 4194304 4196468 140727192845488 140450477640720 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23556] ppid=23547 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23549/task/23556/stat : 23556 (java) S 23547 23547 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419377278 28904845312 7222 33554432000 4194304 4196468 140727192845488 140450476588176 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23557] ppid=23547 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23549/task/23557/stat : 23557 (java) S 23547 23547 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419377278 28904845312 7222 33554432000 4194304 4196468 140727192845488 140450475535120 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23558] ppid=23547 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23549/task/23558/stat : 23558 (java) S 23547 23547 21590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419377278 28904845312 7222 33554432000 4194304 4196468 140727192845488 140450474482576 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23559] ppid=23547 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23549/task/23559/stat : 23559 (java) S 23547 23547 21590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419377279 28904845312 7222 33554432000 4194304 4196468 140727192845488 140448993315056 140450529241730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23560] ppid=23547 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23549/task/23560/stat : 23560 (java) S 23547 23547 21590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419377280 28904845312 7222 33554432000 4194304 4196468 140727192845488 140448992261280 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23561] ppid=23547 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23549/task/23561/stat : 23561 (java) S 23547 23547 21590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419377280 28904845312 7222 33554432000 4194304 4196468 140727192845488 140448991208176 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23562] ppid=23547 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23549/task/23562/stat : 23562 (java) S 23547 23547 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419377282 28904845312 7222 33554432000 4194304 4196468 140727192845488 140448990156752 140450529249179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23563] ppid=23547 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23549/task/23563/stat : 23563 (java) S 23547 23547 21590 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 419377282 28904845312 7222 33554432000 4194304 4196468 140727192845488 140448989104880 140450529241730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23564] ppid=23547 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23549/task/23564/stat : 23564 (java) S 23547 23547 21590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419377282 28904845312 7222 33554432000 4194304 4196468 140727192845488 140448920234864 140450529241730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23565] ppid=23547 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23549/task/23565/stat : 23565 (java) R 23547 23547 21590 0 -1 4202560 132 0 0 0 0 0 0 0 20 0 20 0 419377283 28904845312 7222 33554432000 4194304 4196468 140727192845488 140448919181808 140450512654413 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23566] ppid=23547 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/23549/task/23566/stat : 23566 (java) R 23547 23547 21590 0 -1 4202560 375 0 0 0 2 0 0 0 20 0 20 0 419377283 28904845312 7222 33554432000 4194304 4196468 140727192845488 140448918129264 140450513311070 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23567] ppid=23547 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23549/task/23567/stat : 23567 (java) S 23547 23547 21590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419377283 28904845312 7288 33554432000 4194304 4196468 140727192845488 140448917076448 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23568] ppid=23547 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23549/task/23568/stat : 23568 (java) S 23547 23547 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419377283 28904845312 7288 33554432000 4194304 4196468 140727192845488 140448916023984 140450529241730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30344 KiB

[startup+0.211047 s]*
/proc/loadavg: 7.24 6.92 6.28 3/217 23568
/proc/meminfo: memFree=31431940/32770624 swapFree=67004140/67108860
[pid=23547] ppid=23544 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23547/stat : 23547 (xcsp3-exec) S 23544 23547 21590 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419377277 115843072 364 33554432000 4194304 5098028 140729950406528 140729950404632 140345496556156 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18673664 140729950409590 140729950409833 140729950409833 140729950412746 0
/proc/23547/statm: 28282 364 305 221 0 87 0
[pid=23549] ppid=23547 vsize=28227388 memory=41304 CPUtime=0.34 cores=0-7
/proc/23549/stat : 23549 (java) S 23547 23547 21590 0 -1 1077944320 9516 0 0 0 31 3 0 0 20 0 20 0 419377277 28904845312 10326 33554432000 4194304 4196468 140727192845488 140727192828032 140450529230583 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
/proc/23549/statm: 7056847 10326 3304 1 0 7019032 0
[pid=23549/tid=23550] ppid=23547 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/23549/task/23550/stat : 23550 (java) R 23547 23547 21590 0 -1 4202560 6609 0 0 0 18 2 0 0 20 0 20 0 419377277 28904845312 10326 33554432000 4194304 4196468 140727192845488 140450533465728 140450513311070 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23551] ppid=23547 vsize=28227388 memory=331 CPUtime=0 cores=0-7
/proc/23549/task/23551/stat : 23551 (java) S 23547 23547 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419377278 28904845312 10326 33554432000 4194304 4196468 140727192845488 140450481850896 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23552] ppid=23547 vsize=28227388 memory=4051468910828992160 CPUtime=0 cores=0-7
/proc/23549/task/23552/stat : 23552 (java) S 23547 23547 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419377278 28904845312 10326 33554432000 4194304 4196468 140727192845488 140450480798352 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23553] ppid=23547 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23549/task/23553/stat : 23553 (java) S 23547 23547 21590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419377278 28904845312 10326 33554432000 4194304 4196468 140727192845488 140450479745296 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23554] ppid=23547 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23549/task/23554/stat : 23554 (java) S 23547 23547 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419377278 28904845312 10326 33554432000 4194304 4196468 140727192845488 140450478692752 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23555] ppid=23547 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23549/task/23555/stat : 23555 (java) S 23547 23547 21590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419377278 28904845312 10326 33554432000 4194304 4196468 140727192845488 140450477640720 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23556] ppid=23547 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23549/task/23556/stat : 23556 (java) S 23547 23547 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419377278 28904845312 10326 33554432000 4194304 4196468 140727192845488 140450476588176 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23557] ppid=23547 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23549/task/23557/stat : 23557 (java) S 23547 23547 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419377278 28904845312 10326 33554432000 4194304 4196468 140727192845488 140450475535120 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23558] ppid=23547 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23549/task/23558/stat : 23558 (java) S 23547 23547 21590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419377278 28904845312 10326 33554432000 4194304 4196468 140727192845488 140450474482576 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23559] ppid=23547 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23549/task/23559/stat : 23559 (java) S 23547 23547 21590 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419377279 28904845312 10326 33554432000 4194304 4196468 140727192845488 140448993315056 140450529241730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23560] ppid=23547 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23549/task/23560/stat : 23560 (java) S 23547 23547 21590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419377280 28904845312 10326 33554432000 4194304 4196468 140727192845488 140448992261280 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23561] ppid=23547 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23549/task/23561/stat : 23561 (java) S 23547 23547 21590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419377280 28904845312 10326 33554432000 4194304 4196468 140727192845488 140448991208176 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23562] ppid=23547 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23549/task/23562/stat : 23562 (java) S 23547 23547 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419377282 28904845312 10326 33554432000 4194304 4196468 140727192845488 140448990156752 140450529249179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23563] ppid=23547 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23549/task/23563/stat : 23563 (java) S 23547 23547 21590 0 -1 1077944384 341 0 0 0 0 0 0 0 20 0 20 0 419377282 28904845312 10326 33554432000 4194304 4196468 140727192845488 140448989104880 140450529241730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23564] ppid=23547 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/23549/task/23564/stat : 23564 (java) S 23547 23547 21590 0 -1 1077944384 110 0 0 0 1 0 0 0 20 0 20 0 419377282 28904845312 10326 33554432000 4194304 4196468 140727192845488 140448920234864 140450529241730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23565] ppid=23547 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/23549/task/23565/stat : 23565 (java) S 23547 23547 21590 0 -1 1077944384 341 0 0 0 1 0 0 0 20 0 20 0 419377283 28904845312 10326 33554432000 4194304 4196468 140727192845488 140448919181808 140450529241730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23566] ppid=23547 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/23549/task/23566/stat : 23566 (java) S 23547 23547 21590 0 -1 1077944384 802 0 0 0 8 0 0 0 20 0 20 0 419377283 28904845312 10326 33554432000 4194304 4196468 140727192845488 140448918129264 140450529241730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23567] ppid=23547 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23549/task/23567/stat : 23567 (java) S 23547 23547 21590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419377283 28904845312 10326 33554432000 4194304 4196468 140727192845488 140448917076448 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23568] ppid=23547 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23549/task/23568/stat : 23568 (java) S 23547 23547 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419377283 28904845312 10326 33554432000 4194304 4196468 140727192845488 140448916023984 140450529241730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42760 KiB

[startup+0.310824 s]*
/proc/loadavg: 7.24 6.92 6.28 3/217 23568
/proc/meminfo: memFree=31424308/32770624 swapFree=67004140/67108860
[pid=23547] ppid=23544 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23547/stat : 23547 (xcsp3-exec) S 23544 23547 21590 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419377277 115843072 364 33554432000 4194304 5098028 140729950406528 140729950404632 140345496556156 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18673664 140729950409590 140729950409833 140729950409833 140729950412746 0
/proc/23547/statm: 28282 364 305 221 0 87 0
[pid=23549] ppid=23547 vsize=28231644 memory=50312 CPUtime=0.52 cores=0-7
/proc/23549/stat : 23549 (java) S 23547 23547 21590 0 -1 1077944320 10934 0 0 0 48 4 0 0 20 0 20 0 419377277 28909203456 12513 33554432000 4194304 4196468 140727192845488 140727192828032 140450529230583 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
/proc/23549/statm: 7057911 12578 3351 1 0 7019032 0
[pid=23549/tid=23550] ppid=23547 vsize=28231644 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/23549/task/23550/stat : 23550 (java) R 23547 23547 21590 0 -1 4202560 7802 0 0 0 27 3 0 0 20 0 20 0 419377277 28909203456 12578 33554432000 4194304 4196468 140727192845488 140450533464368 140450513311070 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23551] ppid=23547 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23549/task/23551/stat : 23551 (java) S 23547 23547 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419377278 28909203456 12578 33554432000 4194304 4196468 140727192845488 140450481850896 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23552] ppid=23547 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23549/task/23552/stat : 23552 (java) S 23547 23547 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419377278 28909203456 12578 33554432000 4194304 4196468 140727192845488 140450480798352 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23553] ppid=23547 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23549/task/23553/stat : 23553 (java) S 23547 23547 21590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419377278 28909203456 12578 33554432000 4194304 4196468 140727192845488 140450479745296 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23554] ppid=23547 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23549/task/23554/stat : 23554 (java) S 23547 23547 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419377278 28909203456 12578 33554432000 4194304 4196468 140727192845488 140450478692752 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23555] ppid=23547 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/23549/task/23555/stat : 23555 (java) S 23547 23547 21590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419377278 28909203456 12578 33554432000 4194304 4196468 140727192845488 140450477640720 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23556] ppid=23547 vsize=28231644 memory=139990298358703 CPUtime=0 cores=0-7
/proc/23549/task/23556/stat : 23556 (java) S 23547 23547 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419377278 28909203456 12578 33554432000 4194304 4196468 140727192845488 140450476588176 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23557] ppid=23547 vsize=28231644 memory=139990298361008 CPUtime=0 cores=0-7
/proc/23549/task/23557/stat : 23557 (java) S 23547 23547 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419377278 28909203456 12578 33554432000 4194304 4196468 140727192845488 140450475535120 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23558] ppid=23547 vsize=28231644 memory=139990298363312 CPUtime=0 cores=0-7
/proc/23549/task/23558/stat : 23558 (java) S 23547 23547 21590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419377278 28909203456 12578 33554432000 4194304 4196468 140727192845488 140450474482576 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23559] ppid=23547 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23549/task/23559/stat : 23559 (java) S 23547 23547 21590 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419377279 28909203456 12578 33554432000 4194304 4196468 140727192845488 140448993315056 140450529241730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23560] ppid=23547 vsize=28231644 memory=279980596733584 CPUtime=0 cores=0-7
/proc/23549/task/23560/stat : 23560 (java) S 23547 23547 21590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419377280 28909203456 12585 33554432000 4194304 4196468 140727192845488 140448992261280 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23561] ppid=23547 vsize=28231644 memory=279980596740496 CPUtime=0 cores=0-7
/proc/23549/task/23561/stat : 23561 (java) S 23547 23547 21590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419377280 28909203456 12585 33554432000 4194304 4196468 140727192845488 140448991208176 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23562] ppid=23547 vsize=28231644 memory=279980596681776 CPUtime=0 cores=0-7
/proc/23549/task/23562/stat : 23562 (java) S 23547 23547 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419377282 28909203456 12585 33554432000 4194304 4196468 140727192845488 140448990156752 140450529249179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23563] ppid=23547 vsize=28231644 memory=279980596754320 CPUtime=0.03 cores=0-7
/proc/23549/task/23563/stat : 23563 (java) R 23547 23547 21590 0 -1 4202560 460 0 0 0 3 0 0 0 20 0 20 0 419377282 28909203456 12585 33554432000 4194304 4196468 140727192845488 140448989095264 140450522327439 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23564] ppid=23547 vsize=28231644 memory=279980596761232 CPUtime=0.03 cores=0-7
/proc/23549/task/23564/stat : 23564 (java) S 23547 23547 21590 0 -1 1077944384 123 0 0 0 3 0 0 0 20 0 20 0 419377282 28909203456 12585 33554432000 4194304 4196468 140727192845488 140448920234864 140450529241730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23565] ppid=23547 vsize=28231644 memory=279980596758928 CPUtime=0.02 cores=0-7
/proc/23549/task/23565/stat : 23565 (java) S 23547 23547 21590 0 -1 1077944384 352 0 0 0 2 0 0 0 20 0 20 0 419377283 28909203456 12585 33554432000 4194304 4196468 140727192845488 140448919181808 140450529241730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23566] ppid=23547 vsize=28231644 memory=279980596775088 CPUtime=0.12 cores=0-7
/proc/23549/task/23566/stat : 23566 (java) S 23547 23547 21590 0 -1 1077944384 888 0 0 0 12 0 0 0 20 0 20 0 419377283 28909203456 12585 33554432000 4194304 4196468 140727192845488 140448918129264 140450529241730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23567] ppid=23547 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23549/task/23567/stat : 23567 (java) S 23547 23547 21590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419377283 28909203456 12585 33554432000 4194304 4196468 140727192845488 140448917076448 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23568] ppid=23547 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/23549/task/23568/stat : 23568 (java) S 23547 23547 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419377283 28909203456 12585 33554432000 4194304 4196468 140727192845488 140448916023984 140450529241730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51768 KiB

[startup+0.700995 s]
/proc/loadavg: 7.24 6.92 6.28 2/217 23568
/proc/meminfo: memFree=31407120/32770624 swapFree=67004140/67108860
[pid=23547] ppid=23544 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23547/stat : 23547 (xcsp3-exec) S 23544 23547 21590 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419377277 115843072 364 33554432000 4194304 5098028 140729950406528 140729950404632 140345496556156 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18673664 140729950409590 140729950409833 140729950409833 140729950412746 0
/proc/23547/statm: 28282 364 305 221 0 87 0
[pid=23549] ppid=23547 vsize=28233768 memory=89196 CPUtime=1.59 cores=0-7
/proc/23549/stat : 23549 (java) S 23547 23547 21590 0 -1 1077944320 15514 0 0 0 152 7 0 0 20 0 20 0 419377277 28911378432 22299 33554432000 4194304 4196468 140727192845488 140727192828032 140450529230583 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
/proc/23549/statm: 7058442 22299 3452 1 0 7019544 0
[pid=23549/tid=23550] ppid=23547 vsize=28233768 memory=279980597132976 CPUtime=0.67 cores=0-7
/proc/23549/task/23550/stat : 23550 (java) R 23547 23547 21590 0 -1 4202560 9319 0 0 0 63 4 0 0 20 0 20 0 419377277 28911378432 22299 33554432000 4194304 4196468 140727192845488 140450533464736 140450145088481 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23551] ppid=23547 vsize=28233768 memory=139990298567536 CPUtime=0 cores=0-7
/proc/23549/task/23551/stat : 23551 (java) S 23547 23547 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419377278 28911378432 22299 33554432000 4194304 4196468 140727192845488 140450481850896 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23552] ppid=23547 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/23549/task/23552/stat : 23552 (java) S 23547 23547 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419377278 28911378432 22299 33554432000 4194304 4196468 140727192845488 140450480798352 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23553] ppid=23547 vsize=28233768 memory=2832 CPUtime=0 cores=0-7
/proc/23549/task/23553/stat : 23553 (java) S 23547 23547 21590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419377278 28911378432 22299 33554432000 4194304 4196468 140727192845488 140450479745296 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0

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

[pid=23549/tid=23566] ppid=23547 vsize=28834892 memory=1540 CPUtime=1.18 cores=0-7
/proc/23549/task/23566/stat : 23566 (java) S 23547 23547 21590 0 -1 1077944384 14015 0 0 0 115 3 0 0 20 0 28 0 419377283 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448918129264 140450529241730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23567] ppid=23547 vsize=28834892 memory=728 CPUtime=0 cores=0-7
/proc/23549/task/23567/stat : 23567 (java) S 23547 23547 21590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419377283 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448917076448 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23568] ppid=23547 vsize=28834892 memory=3924 CPUtime=0.03 cores=0-7
/proc/23549/task/23568/stat : 23568 (java) S 23547 23547 21590 0 -1 1077944384 2100 0 0 0 2 1 0 0 20 0 28 0 419377283 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448916023984 140450529241730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 27 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23618] ppid=23547 vsize=28834892 memory=2832 CPUtime=116.83 cores=0-7
/proc/23549/task/23618/stat : 23618 (java) S 23547 23547 21590 0 -1 1077944384 1357 0 0 0 11683 0 0 0 20 0 28 0 419378920 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448898641184 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23619] ppid=23547 vsize=28834892 memory=1212 CPUtime=117.09 cores=0-7
/proc/23549/task/23619/stat : 23619 (java) S 23547 23547 21590 0 -1 1077944384 1635 0 0 0 11708 1 0 0 20 0 28 0 419378920 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448902853456 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23620] ppid=23547 vsize=28834892 memory=1036 CPUtime=116.7 cores=0-7
/proc/23549/task/23620/stat : 23620 (java) S 23547 23547 21590 0 -1 1077944384 10662 0 0 0 11664 6 0 0 20 0 28 0 419378920 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448901801424 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23621] ppid=23547 vsize=28834892 memory=14008 CPUtime=116.82 cores=0-7
/proc/23549/task/23621/stat : 23621 (java) S 23547 23547 21590 0 -1 1077944384 4060 0 0 0 11681 1 0 0 20 0 28 0 419378920 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448896538192 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23622] ppid=23547 vsize=28834892 memory=12024 CPUtime=117.05 cores=0-7
/proc/23549/task/23622/stat : 23622 (java) S 23547 23547 21590 0 -1 1077944384 2581 0 0 0 11704 1 0 0 20 0 28 0 419378920 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448904959184 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23623] ppid=23547 vsize=28834892 memory=2116 CPUtime=116.98 cores=0-7
/proc/23549/task/23623/stat : 23623 (java) S 23547 23547 21590 0 -1 1077944384 2503 0 0 0 11698 0 0 0 20 0 28 0 419378920 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448897590608 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23624] ppid=23547 vsize=28834892 memory=21720 CPUtime=116.8 cores=0-7
/proc/23549/task/23624/stat : 23624 (java) S 23547 23547 21590 0 -1 1077944384 5667 0 0 0 11679 1 0 0 20 0 28 0 419378920 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448900748240 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23625] ppid=23547 vsize=28834892 memory=496 CPUtime=126.2 cores=0-7
/proc/23549/task/23625/stat : 23625 (java) R 23547 23547 21590 0 -1 4202560 1450 0 0 0 12618 2 0 0 20 0 28 0 419378920 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448899693200 140450156790444 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
Current children cumulated CPU time: 1065.04 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 453612 KiB

[startup+144.701 s]
/proc/loadavg: 7.02 7.22 6.50 2/225 23634
/proc/meminfo: memFree=31024492/32770624 swapFree=67004140/67108860
[pid=23547] ppid=23544 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23547/stat : 23547 (xcsp3-exec) S 23544 23547 21590 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419377277 115843072 364 33554432000 4194304 5098028 140729950406528 140729950404632 140345496556156 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18673664 140729950409590 140729950409833 140729950409833 140729950412746 0
/proc/23547/statm: 28282 364 305 221 0 87 0
[pid=23549] ppid=23547 vsize=28834892 memory=452156 CPUtime=1065.24 cores=0-7
/proc/23549/stat : 23549 (java) S 23547 23547 21590 0 -1 1077944320 173371 0 0 0 106396 128 0 0 20 0 28 0 419377277 29526929408 113039 33554432000 4194304 4196468 140727192845488 140727192828032 140450529230583 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
/proc/23549/statm: 7208723 113039 3529 1 0 7169825 0
[pid=23549/tid=23550] ppid=23547 vsize=28834892 memory=1744 CPUtime=0.74 cores=0-7
/proc/23549/task/23550/stat : 23550 (java) S 23547 23547 21590 0 -1 1077944384 10143 0 0 0 69 5 0 0 20 0 28 0 419377277 29526929408 113039 33554432000 4194304 4196468 140727192845488 140450533471360 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23551] ppid=23547 vsize=28834892 memory=792 CPUtime=0.54 cores=0-7
/proc/23549/task/23551/stat : 23551 (java) S 23547 23547 21590 0 -1 1077944384 2729 0 0 0 46 8 0 0 20 0 28 0 419377278 29526929408 113039 33554432000 4194304 4196468 140727192845488 140450481850896 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23552] ppid=23547 vsize=28834892 memory=1440 CPUtime=0.56 cores=0-7
/proc/23549/task/23552/stat : 23552 (java) S 23547 23547 21590 0 -1 1077944384 2818 0 0 0 47 9 0 0 20 0 28 0 419377278 29526929408 113039 33554432000 4194304 4196468 140727192845488 140450480798352 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23553] ppid=23547 vsize=28834892 memory=1984 CPUtime=0.55 cores=0-7
/proc/23549/task/23553/stat : 23553 (java) S 23547 23547 21590 0 -1 1077944384 2431 0 0 0 48 7 0 0 20 0 28 0 419377278 29526929408 113039 33554432000 4194304 4196468 140727192845488 140450479745296 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23554] ppid=23547 vsize=28834892 memory=2376 CPUtime=0.55 cores=0-7
/proc/23549/task/23554/stat : 23554 (java) S 23547 23547 21590 0 -1 1077944384 3471 0 0 0 47 8 0 0 20 0 28 0 419377278 29526929408 113039 33554432000 4194304 4196468 140727192845488 140450478692752 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23555] ppid=23547 vsize=28834892 memory=1768 CPUtime=0.54 cores=0-7
/proc/23549/task/23555/stat : 23555 (java) S 23547 23547 21590 0 -1 1077944384 2491 0 0 0 46 8 0 0 20 0 28 0 419377278 29526929408 113039 33554432000 4194304 4196468 140727192845488 140450477640720 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23556] ppid=23547 vsize=28834892 memory=111628 CPUtime=0.56 cores=0-7
/proc/23549/task/23556/stat : 23556 (java) S 23547 23547 21590 0 -1 1077944384 2573 0 0 0 49 7 0 0 20 0 28 0 419377278 29526929408 113039 33554432000 4194304 4196468 140727192845488 140450476588176 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23557] ppid=23547 vsize=28834892 memory=804 CPUtime=0.56 cores=0-7
/proc/23549/task/23557/stat : 23557 (java) S 23547 23547 21590 0 -1 1077944384 3537 0 0 0 47 9 0 0 20 0 28 0 419377278 29526929408 113039 33554432000 4194304 4196468 140727192845488 140450475535120 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23558] ppid=23547 vsize=28834892 memory=1660 CPUtime=0.55 cores=0-7
/proc/23549/task/23558/stat : 23558 (java) S 23547 23547 21590 0 -1 1077944384 2712 0 0 0 48 7 0 0 20 0 28 0 419377278 29526929408 113039 33554432000 4194304 4196468 140727192845488 140450474482576 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23559] ppid=23547 vsize=28834892 memory=1804 CPUtime=0.33 cores=0-7
/proc/23549/task/23559/stat : 23559 (java) S 23547 23547 21590 0 -1 1077944384 7851 0 0 0 23 10 0 0 20 0 28 0 419377279 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448993315056 140450529241730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23560] ppid=23547 vsize=28834892 memory=920 CPUtime=0 cores=0-7
/proc/23549/task/23560/stat : 23560 (java) S 23547 23547 21590 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 419377280 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448992261344 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23561] ppid=23547 vsize=28834892 memory=4520 CPUtime=0 cores=0-7
/proc/23549/task/23561/stat : 23561 (java) S 23547 23547 21590 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 28 0 419377280 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448991208192 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23562] ppid=23547 vsize=28834892 memory=4104 CPUtime=0 cores=0-7
/proc/23549/task/23562/stat : 23562 (java) S 23547 23547 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419377282 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448990156752 140450529249179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23563] ppid=23547 vsize=28834892 memory=1412 CPUtime=4.3 cores=0-7
/proc/23549/task/23563/stat : 23563 (java) S 23547 23547 21590 0 -1 1077944384 28162 0 0 0 426 4 0 0 20 0 28 0 419377282 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448989104880 140450529241730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23564] ppid=23547 vsize=28834892 memory=3508 CPUtime=4.31 cores=0-7
/proc/23549/task/23564/stat : 23564 (java) S 23547 23547 21590 0 -1 1077944384 22598 0 0 0 425 6 0 0 20 0 28 0 419377282 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448920234864 140450529241730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23565] ppid=23547 vsize=28834892 memory=6791534058613427641 CPUtime=4.36 cores=0-7
/proc/23549/task/23565/stat : 23565 (java) S 23547 23547 21590 0 -1 1077944384 26004 0 0 0 430 6 0 0 20 0 28 0 419377283 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448919181808 140450529241730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23566] ppid=23547 vsize=28834892 memory=288230583166042426 CPUtime=1.18 cores=0-7
/proc/23549/task/23566/stat : 23566 (java) S 23547 23547 21590 0 -1 1077944384 14015 0 0 0 115 3 0 0 20 0 28 0 419377283 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448918129264 140450529241730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23567] ppid=23547 vsize=28834892 memory=14694080391154107 CPUtime=0 cores=0-7
/proc/23549/task/23567/stat : 23567 (java) S 23547 23547 21590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419377283 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448917076448 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23568] ppid=23547 vsize=28834892 memory=42 CPUtime=0.03 cores=0-7
/proc/23549/task/23568/stat : 23568 (java) S 23547 23547 21590 0 -1 1077944384 2100 0 0 0 2 1 0 0 20 0 28 0 419377283 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448916023984 140450529241730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 27 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23618] ppid=23547 vsize=28834892 memory=1456 CPUtime=116.83 cores=0-7
/proc/23549/task/23618/stat : 23618 (java) S 23547 23547 21590 0 -1 1077944384 1357 0 0 0 11683 0 0 0 20 0 28 0 419378920 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448898641184 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23619] ppid=23547 vsize=28834892 memory=792 CPUtime=117.09 cores=0-7
/proc/23549/task/23619/stat : 23619 (java) S 23547 23547 21590 0 -1 1077944384 1635 0 0 0 11708 1 0 0 20 0 28 0 419378920 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448902853456 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23620] ppid=23547 vsize=28834892 memory=1440 CPUtime=116.7 cores=0-7
/proc/23549/task/23620/stat : 23620 (java) S 23547 23547 21590 0 -1 1077944384 10662 0 0 0 11664 6 0 0 20 0 28 0 419378920 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448901801424 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23621] ppid=23547 vsize=28834892 memory=1456 CPUtime=116.82 cores=0-7
/proc/23549/task/23621/stat : 23621 (java) S 23547 23547 21590 0 -1 1077944384 4060 0 0 0 11681 1 0 0 20 0 28 0 419378920 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448896538192 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23622] ppid=23547 vsize=28834892 memory=452156 CPUtime=117.05 cores=0-7
/proc/23549/task/23622/stat : 23622 (java) S 23547 23547 21590 0 -1 1077944384 2581 0 0 0 11704 1 0 0 20 0 28 0 419378920 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448904959184 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23623] ppid=23547 vsize=28834892 memory=1768 CPUtime=116.98 cores=0-7
/proc/23549/task/23623/stat : 23623 (java) S 23547 23547 21590 0 -1 1077944384 2503 0 0 0 11698 0 0 0 20 0 28 0 419378920 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448897590608 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23624] ppid=23547 vsize=28834892 memory=111628 CPUtime=116.8 cores=0-7
/proc/23549/task/23624/stat : 23624 (java) S 23547 23547 21590 0 -1 1077944384 5667 0 0 0 11679 1 0 0 20 0 28 0 419378920 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448900748240 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23625] ppid=23547 vsize=28834892 memory=804 CPUtime=126.4 cores=0-7
/proc/23549/task/23625/stat : 23625 (java) R 23547 23547 21590 0 -1 4202560 1450 0 0 0 12638 2 0 0 20 0 28 0 419378920 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448899693200 140450156790507 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
Current children cumulated CPU time: 1065.24 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 453612 KiB

[startup+144.801 s]
/proc/loadavg: 7.02 7.22 6.50 2/225 23634
/proc/meminfo: memFree=31024492/32770624 swapFree=67004140/67108860
[pid=23547] ppid=23544 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23547/stat : 23547 (xcsp3-exec) S 23544 23547 21590 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419377277 115843072 364 33554432000 4194304 5098028 140729950406528 140729950404632 140345496556156 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18673664 140729950409590 140729950409833 140729950409833 140729950412746 0
/proc/23547/statm: 28282 364 305 221 0 87 0
[pid=23549] ppid=23547 vsize=28834892 memory=452156 CPUtime=1065.34 cores=0-7
/proc/23549/stat : 23549 (java) S 23547 23547 21590 0 -1 1077944320 173371 0 0 0 106406 128 0 0 20 0 28 0 419377277 29526929408 113039 33554432000 4194304 4196468 140727192845488 140727192828032 140450529230583 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
/proc/23549/statm: 7208723 113039 3529 1 0 7169825 0
[pid=23549/tid=23550] ppid=23547 vsize=28834892 memory=452156 CPUtime=0.74 cores=0-7
/proc/23549/task/23550/stat : 23550 (java) S 23547 23547 21590 0 -1 1077944384 10143 0 0 0 69 5 0 0 20 0 28 0 419377277 29526929408 113039 33554432000 4194304 4196468 140727192845488 140450533471360 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23551] ppid=23547 vsize=28834892 memory=452156 CPUtime=0.54 cores=0-7
/proc/23549/task/23551/stat : 23551 (java) S 23547 23547 21590 0 -1 1077944384 2729 0 0 0 46 8 0 0 20 0 28 0 419377278 29526929408 113039 33554432000 4194304 4196468 140727192845488 140450481850896 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23552] ppid=23547 vsize=28834892 memory=452156 CPUtime=0.56 cores=0-7
/proc/23549/task/23552/stat : 23552 (java) S 23547 23547 21590 0 -1 1077944384 2818 0 0 0 47 9 0 0 20 0 28 0 419377278 29526929408 113039 33554432000 4194304 4196468 140727192845488 140450480798352 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23553] ppid=23547 vsize=28834892 memory=452156 CPUtime=0.55 cores=0-7
/proc/23549/task/23553/stat : 23553 (java) S 23547 23547 21590 0 -1 1077944384 2431 0 0 0 48 7 0 0 20 0 28 0 419377278 29526929408 113039 33554432000 4194304 4196468 140727192845488 140450479745296 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23554] ppid=23547 vsize=28834892 memory=0 CPUtime=0.55 cores=0-7
/proc/23549/task/23554/stat : 23554 (java) S 23547 23547 21590 0 -1 1077944384 3471 0 0 0 47 8 0 0 20 0 28 0 419377278 29526929408 113039 33554432000 4194304 4196468 140727192845488 140450478692752 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23555] ppid=23547 vsize=28834892 memory=6441671830094048355 CPUtime=0.54 cores=0-7
/proc/23549/task/23555/stat : 23555 (java) S 23547 23547 21590 0 -1 1077944384 2491 0 0 0 46 8 0 0 20 0 28 0 419377278 29526929408 113039 33554432000 4194304 4196468 140727192845488 140450477640720 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23556] ppid=23547 vsize=28834892 memory=164 CPUtime=0.56 cores=0-7
/proc/23549/task/23556/stat : 23556 (java) S 23547 23547 21590 0 -1 1077944384 2573 0 0 0 49 7 0 0 20 0 28 0 419377278 29526929408 113039 33554432000 4194304 4196468 140727192845488 140450476588176 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23557] ppid=23547 vsize=28834892 memory=6943526294502006880 CPUtime=0.56 cores=0-7
/proc/23549/task/23557/stat : 23557 (java) S 23547 23547 21590 0 -1 1077944384 3537 0 0 0 47 9 0 0 20 0 28 0 419377278 29526929408 113039 33554432000 4194304 4196468 140727192845488 140450475535120 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23558] ppid=23547 vsize=28834892 memory=3280 CPUtime=0.55 cores=0-7
/proc/23549/task/23558/stat : 23558 (java) S 23547 23547 21590 0 -1 1077944384 2712 0 0 0 48 7 0 0 20 0 28 0 419377278 29526929408 113039 33554432000 4194304 4196468 140727192845488 140450474482576 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23559] ppid=23547 vsize=28834892 memory=40668 CPUtime=0.33 cores=0-7
/proc/23549/task/23559/stat : 23559 (java) S 23547 23547 21590 0 -1 1077944384 7851 0 0 0 23 10 0 0 20 0 28 0 419377279 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448993315056 140450529241730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23560] ppid=23547 vsize=28834892 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/23549/task/23560/stat : 23560 (java) S 23547 23547 21590 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 419377280 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448992261344 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23561] ppid=23547 vsize=28834892 memory=285576 CPUtime=0 cores=0-7
/proc/23549/task/23561/stat : 23561 (java) S 23547 23547 21590 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 28 0 419377280 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448991208192 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23562] ppid=23547 vsize=28834892 memory=496 CPUtime=0 cores=0-7
/proc/23549/task/23562/stat : 23562 (java) S 23547 23547 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419377282 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448990156752 140450529249179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23563] ppid=23547 vsize=28834892 memory=1564 CPUtime=4.3 cores=0-7
/proc/23549/task/23563/stat : 23563 (java) S 23547 23547 21590 0 -1 1077944384 28162 0 0 0 426 4 0 0 20 0 28 0 419377282 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448989104880 140450529241730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23564] ppid=23547 vsize=28834892 memory=1456 CPUtime=4.31 cores=0-7
/proc/23549/task/23564/stat : 23564 (java) S 23547 23547 21590 0 -1 1077944384 22598 0 0 0 425 6 0 0 20 0 28 0 419377282 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448920234864 140450529241730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23565] ppid=23547 vsize=28834892 memory=452156 CPUtime=4.36 cores=0-7
/proc/23549/task/23565/stat : 23565 (java) S 23547 23547 21590 0 -1 1077944384 26004 0 0 0 430 6 0 0 20 0 28 0 419377283 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448919181808 140450529241730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23566] ppid=23547 vsize=28834892 memory=1456 CPUtime=1.18 cores=0-7
/proc/23549/task/23566/stat : 23566 (java) S 23547 23547 21590 0 -1 1077944384 14015 0 0 0 115 3 0 0 20 0 28 0 419377283 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448918129264 140450529241730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23567] ppid=23547 vsize=28834892 memory=1456 CPUtime=0 cores=0-7
/proc/23549/task/23567/stat : 23567 (java) S 23547 23547 21590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419377283 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448917076448 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23568] ppid=23547 vsize=28834892 memory=1456 CPUtime=0.03 cores=0-7
/proc/23549/task/23568/stat : 23568 (java) S 23547 23547 21590 0 -1 1077944384 2100 0 0 0 2 1 0 0 20 0 28 0 419377283 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448916023984 140450529241730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 27 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23618] ppid=23547 vsize=28834892 memory=3280 CPUtime=116.83 cores=0-7
/proc/23549/task/23618/stat : 23618 (java) S 23547 23547 21590 0 -1 1077944384 1357 0 0 0 11683 0 0 0 20 0 28 0 419378920 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448898641184 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23619] ppid=23547 vsize=28834892 memory=1456 CPUtime=117.09 cores=0-7
/proc/23549/task/23619/stat : 23619 (java) S 23547 23547 21590 0 -1 1077944384 1635 0 0 0 11708 1 0 0 20 0 28 0 419378920 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448902853456 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23620] ppid=23547 vsize=28834892 memory=1456 CPUtime=116.7 cores=0-7
/proc/23549/task/23620/stat : 23620 (java) S 23547 23547 21590 0 -1 1077944384 10662 0 0 0 11664 6 0 0 20 0 28 0 419378920 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448901801424 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23621] ppid=23547 vsize=28834892 memory=1456 CPUtime=116.82 cores=0-7
/proc/23549/task/23621/stat : 23621 (java) S 23547 23547 21590 0 -1 1077944384 4060 0 0 0 11681 1 0 0 20 0 28 0 419378920 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448896538192 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23622] ppid=23547 vsize=28834892 memory=452156 CPUtime=117.05 cores=0-7
/proc/23549/task/23622/stat : 23622 (java) S 23547 23547 21590 0 -1 1077944384 2581 0 0 0 11704 1 0 0 20 0 28 0 419378920 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448904959184 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23623] ppid=23547 vsize=28834892 memory=1456 CPUtime=116.98 cores=0-7
/proc/23549/task/23623/stat : 23623 (java) S 23547 23547 21590 0 -1 1077944384 2503 0 0 0 11698 0 0 0 20 0 28 0 419378920 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448897590608 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23624] ppid=23547 vsize=28834892 memory=452156 CPUtime=116.8 cores=0-7
/proc/23549/task/23624/stat : 23624 (java) S 23547 23547 21590 0 -1 1077944384 5667 0 0 0 11679 1 0 0 20 0 28 0 419378920 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448900748240 140450529240789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
[pid=23549/tid=23625] ppid=23547 vsize=28834892 memory=1456 CPUtime=126.5 cores=0-7
/proc/23549/task/23625/stat : 23625 (java) R 23547 23547 21590 0 -1 4202560 1450 0 0 0 12648 2 0 0 20 0 28 0 419378920 29526929408 113039 33554432000 4194304 4196468 140727192845488 140448899693200 140450156790500 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 31121408 140727192851434 140727192851606 140727192851606 140727192854479 0
Current children cumulated CPU time: 1065.34 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 453612 KiB

Child status: 0
Real time (s): 144.858
CPU time (s): 1065.41
CPU user time (s): 1064.12
CPU system time (s): 1.28956
CPU usage (%): 735.485
Max. virtual memory (cumulated for all children) (KiB): 28948020
Max. memory (cumulated for all children) (KiB): 453612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1064.12
system time used= 1.28956
maximum resident set size= 452668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174494
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21452
involuntary context switches= 14669


# summary of solver processes directly reported to runsolver:
#   pid: 23547
#   total CPU time (s): 1065.41
#   total CPU user time (s): 1064.12
#   total CPU system time (s): 1.28956

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.32007 second user time and 1.73922 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-14 05:22:17
IDJOB=4394535
IDBENCH=129880
IDSOLVER=2843
FILE ID=node133/4394535-1568431376
RUNJOBID= node133-1568426604-21617
PBS_JOBID= 21702289
Free space on /tmp= 59416 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-41-06.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-4394535-1568431376/watcher-4394535-1568431376 -o /tmp/evaluation-result-4394535-1568431376/solver-4394535-1568431376 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node133-1568426604-21617 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 377845353 HOME/instance-4394535-1568431376.xml

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

MD5SUM BENCH= 9c0419560fe3c6efa350d2101b8d9fdb
RANDOM SEED=377845353

node133.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.18
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.18
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.18
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.18
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:        31462152 kB
MemAvailable:   31897768 kB
Buffers:          198304 kB
Cached:           521076 kB
SwapCached:         3364 kB
Active:           403108 kB
Inactive:         319108 kB
Active(anon):      26920 kB
Inactive(anon):    16056 kB
Active(file):     376188 kB
Inactive(file):   303052 kB
Unevictable:      111224 kB
Mlocked:          111224 kB
SwapTotal:      67108860 kB
SwapFree:       67004140 kB
Dirty:             26064 kB
Writeback:             0 kB
AnonPages:        112332 kB
Mapped:            44428 kB
Shmem:             31516 kB
Slab:             173552 kB
SReclaimable:     144420 kB
SUnreclaim:        29132 kB
KernelStack:        3456 kB
PageTables:         5152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 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:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 59392 MiB
End job on node133 at 2019-09-14 05:24:42