Trace number 4393952

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 parallelWrong Opt.-8 31.9516 5.79671

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-25-5-5-0.xml
MD5SUM297e7ff3843a631e244fdcc6d730e090
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark41
Best CPU time to get the best result obtained on this benchmark34.5009
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints101
Number of domains24
Minimum domain size4
Maximum domain size26
Distribution of domain sizes[{"size":4,"count":12},{"size":5,"count":7},{"size":6,"count":6},{"size":26,"count":50}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":25},{"degree":26,"count":24},{"degree":27,"count":1},{"degree":28,"count":25}]
Minimum constraint arity1
Maximum constraint arity26
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":50},{"arity":25,"count":25},{"arity":26,"count":25}]
Number of extensional constraints50
Number of intensional constraints26
Distribution of constraint types[{"type":"extension","count":50},{"type":"intension","count":26},{"type":"count","count":25}]
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-4393952-1568430738.xml"  -tl '20160s' -p 8
0.10/0.19	c Choco e747e1e
0.10/0.20	c [HOME/instance-4393952-1568430738.xml, -tl, 20160s, -p, 8]
0.30/0.24	c 8 solvers in parallel
0.30/0.30	c parse instance...
4.87/1.92	c solve instance...
5.35/2.03	o -1000 
29.82/5.53	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (41/135)
29.82/5.53		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
29.82/5.53		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
29.82/5.53		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
29.82/5.53		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
29.82/5.53		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
29.82/5.53	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (41/135)
29.82/5.53		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
29.82/5.53		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
29.82/5.53		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
29.82/5.53		at org.chocosolver.solver.Solver.repair(Solver.java:443)
29.82/5.53		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
29.82/5.53		at org.chocosolver.solver.Solver.solve(Solver.java:262)
29.82/5.53		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
29.82/5.53		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
29.82/5.53		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
29.82/5.53		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
29.82/5.53		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
29.82/5.53		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
29.82/5.53		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
29.82/5.53		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
29.82/5.53		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
29.82/5.53		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
29.82/5.53	o -977 
31.44/5.77	o -8 
31.44/5.77	s OPTIMUM FOUND
31.44/5.77	v <instantiation>
31.44/5.77	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] 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] p[20] p[21] p[22] p[23] p[24] 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] g[20] g[21] g[22] g[23] g[24] </list>
31.44/5.77	v 	<values>1 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 0 1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -4 -4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>
31.44/5.77	v </instantiation>

Verifier Data

OK	-8

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393952-1568430738/watcher-4393952-1568430738 -o /tmp/evaluation-result-4393952-1568430738/solver-4393952-1568430738 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node136-1568427975-11878 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1384746349 HOME/instance-4393952-1568430738.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=12333, runsolver pid=12330
Current StackSize limit: 8192 KiB


[startup+0.100155 s]*
/proc/loadavg: 6.86 7.53 7.47 3/212 12354
/proc/meminfo: memFree=25821888/32770624 swapFree=67002152/67108860
[pid=12333] ppid=12330 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/12333/stat : 12333 (xcsp3-exec) S 12330 12333 11851 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419322439 115843072 363 33554432000 4194304 5098028 140728423615744 140728423613848 140118021546620 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9916416 140728423617397 140728423617641 140728423617641 140728423620554 0
/proc/12333/statm: 28282 363 305 221 0 87 0
[pid=12335] ppid=12333 vsize=28227388 memory=28532 CPUtime=0.1 cores=0-7
/proc/12335/stat : 12335 (java) S 12333 12333 11851 0 -1 1077944320 5569 0 0 0 9 1 0 0 20 0 20 0 419322439 28904845312 7133 33554432000 4194304 4196468 140724552431856 140724552414400 140429040332535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
/proc/12335/statm: 7056847 7133 3029 1 0 7019032 0
[pid=12335/tid=12336] ppid=12333 vsize=28227388 memory=4134930498285298233 CPUtime=0.07 cores=0-7
/proc/12335/task/12336/stat : 12336 (java) R 12333 12333 11851 0 -1 4202560 3613 0 0 0 6 1 0 0 20 0 20 0 419322439 28904845312 7133 33554432000 4194304 4196468 140724552431856 140429044561952 140429040354461 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12337] ppid=12333 vsize=28227388 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/12335/task/12337/stat : 12337 (java) S 12333 12333 11851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419322440 28904845312 7133 33554432000 4194304 4196468 140724552431856 140428992952592 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12338] ppid=12333 vsize=28227388 memory=140515603154560 CPUtime=0 cores=0-7
/proc/12335/task/12338/stat : 12338 (java) S 12333 12333 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322440 28904845312 7133 33554432000 4194304 4196468 140724552431856 140428991900048 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12339] ppid=12333 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12339/stat : 12339 (java) S 12333 12333 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322440 28904845312 7133 33554432000 4194304 4196468 140724552431856 140428990847504 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12340] ppid=12333 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12340/stat : 12340 (java) S 12333 12333 11851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419322440 28904845312 7133 33554432000 4194304 4196468 140724552431856 140428588210832 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12341] ppid=12333 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12341/stat : 12341 (java) S 12333 12333 11851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419322440 28904845312 7133 33554432000 4194304 4196468 140724552431856 140428587158288 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12342] ppid=12333 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/12335/task/12342/stat : 12342 (java) S 12333 12333 11851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419322440 28904845312 7133 33554432000 4194304 4196468 140724552431856 140428586105744 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12343] ppid=12333 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12343/stat : 12343 (java) S 12333 12333 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322440 28904845312 7133 33554432000 4194304 4196468 140724552431856 140428585053200 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12344] ppid=12333 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12344/stat : 12344 (java) S 12333 12333 11851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419322440 28904845312 7133 33554432000 4194304 4196468 140724552431856 140428584000656 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12345] ppid=12333 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12345/stat : 12345 (java) S 12333 12333 11851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419322442 28904845312 7133 33554432000 4194304 4196468 140724552431856 140427419457520 140429040343682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12346] ppid=12333 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12346/stat : 12346 (java) S 12333 12333 11851 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419322442 28904845312 7133 33554432000 4194304 4196468 140724552431856 140427418403744 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12347] ppid=12333 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12347/stat : 12347 (java) S 12333 12333 11851 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419322442 28904845312 7133 33554432000 4194304 4196468 140724552431856 140427417351152 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12348] ppid=12333 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12348/stat : 12348 (java) S 12333 12333 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322445 28904845312 7133 33554432000 4194304 4196468 140724552431856 140427416299728 140429040351131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12349] ppid=12333 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12349/stat : 12349 (java) S 12333 12333 11851 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 419322446 28904845312 7133 33554432000 4194304 4196468 140724552431856 140427415247344 140429040343682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12350] ppid=12333 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12350/stat : 12350 (java) S 12333 12333 11851 0 -1 1077944384 276 0 0 0 0 0 0 0 20 0 20 0 419322446 28904845312 7133 33554432000 4194304 4196468 140724552431856 140427414194800 140429040343682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12351] ppid=12333 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12351/stat : 12351 (java) S 12333 12333 11851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419322446 28904845312 7133 33554432000 4194304 4196468 140724552431856 140427413142256 140429040343682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12352] ppid=12333 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/12335/task/12352/stat : 12352 (java) S 12333 12333 11851 0 -1 1077944384 339 0 0 0 1 0 0 0 20 0 20 0 419322446 28904845312 7133 33554432000 4194304 4196468 140724552431856 140427412089712 140429040343682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12353] ppid=12333 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12353/stat : 12353 (java) S 12333 12333 11851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419322447 28904845312 7133 33554432000 4194304 4196468 140724552431856 140427411036384 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12354] ppid=12333 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/12335/task/12354/stat : 12354 (java) S 12333 12333 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322447 28904845312 7133 33554432000 4194304 4196468 140724552431856 140427409983920 140429040343682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 29984 KiB

[startup+0.21047 s]*
/proc/loadavg: 6.86 7.53 7.47 2/212 12354
/proc/meminfo: memFree=25808172/32770624 swapFree=67002152/67108860
[pid=12333] ppid=12330 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/12333/stat : 12333 (xcsp3-exec) S 12330 12333 11851 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419322439 115843072 363 33554432000 4194304 5098028 140728423615744 140728423613848 140118021546620 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9916416 140728423617397 140728423617641 140728423617641 140728423620554 0
/proc/12333/statm: 28282 363 305 221 0 87 0
[pid=12335] ppid=12333 vsize=28227388 memory=40872 CPUtime=0.3 cores=0-7
/proc/12335/stat : 12335 (java) S 12333 12333 11851 0 -1 1077944320 9452 0 0 0 27 3 0 0 20 0 20 0 419322439 28904845312 10218 33554432000 4194304 4196468 140724552431856 140724552414400 140429040332535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
/proc/12335/statm: 7056847 10218 3280 1 0 7019032 0
[pid=12335/tid=12336] ppid=12333 vsize=28227388 memory=8318255677412212789 CPUtime=0.18 cores=0-7
/proc/12335/task/12336/stat : 12336 (java) R 12333 12333 11851 0 -1 4202560 6606 0 0 0 16 2 0 0 20 0 20 0 419322439 28904845312 10218 33554432000 4194304 4196468 140724552431856 140429044566416 140429040344470 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12337] ppid=12333 vsize=28227388 memory=330 CPUtime=0 cores=0-7
/proc/12335/task/12337/stat : 12337 (java) S 12333 12333 11851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419322440 28904845312 10218 33554432000 4194304 4196468 140724552431856 140428992952592 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12338] ppid=12333 vsize=28227388 memory=288370891754866304 CPUtime=0 cores=0-7
/proc/12335/task/12338/stat : 12338 (java) S 12333 12333 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322440 28904845312 10218 33554432000 4194304 4196468 140724552431856 140428991900048 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12339] ppid=12333 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/12335/task/12339/stat : 12339 (java) S 12333 12333 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322440 28904845312 10218 33554432000 4194304 4196468 140724552431856 140428990847504 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12340] ppid=12333 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12340/stat : 12340 (java) S 12333 12333 11851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419322440 28904845312 10218 33554432000 4194304 4196468 140724552431856 140428588210832 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12341] ppid=12333 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12341/stat : 12341 (java) S 12333 12333 11851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419322440 28904845312 10218 33554432000 4194304 4196468 140724552431856 140428587158288 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12342] ppid=12333 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/12335/task/12342/stat : 12342 (java) S 12333 12333 11851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419322440 28904845312 10218 33554432000 4194304 4196468 140724552431856 140428586105744 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12343] ppid=12333 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12343/stat : 12343 (java) S 12333 12333 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322440 28904845312 10218 33554432000 4194304 4196468 140724552431856 140428585053200 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12344] ppid=12333 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12344/stat : 12344 (java) S 12333 12333 11851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419322440 28904845312 10218 33554432000 4194304 4196468 140724552431856 140428584000656 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12345] ppid=12333 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12345/stat : 12345 (java) S 12333 12333 11851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419322442 28904845312 10218 33554432000 4194304 4196468 140724552431856 140427419457520 140429040343682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12346] ppid=12333 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12346/stat : 12346 (java) S 12333 12333 11851 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419322442 28904845312 10218 33554432000 4194304 4196468 140724552431856 140427418403744 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12347] ppid=12333 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12347/stat : 12347 (java) S 12333 12333 11851 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419322442 28904845312 10218 33554432000 4194304 4196468 140724552431856 140427417351152 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12348] ppid=12333 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12348/stat : 12348 (java) S 12333 12333 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322445 28904845312 10218 33554432000 4194304 4196468 140724552431856 140427416299728 140429040351131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12349] ppid=12333 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12349/stat : 12349 (java) S 12333 12333 11851 0 -1 1077944384 155 0 0 0 0 0 0 0 20 0 20 0 419322446 28904845312 10218 33554432000 4194304 4196468 140724552431856 140427415247344 140429040343682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12350] ppid=12333 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/12335/task/12350/stat : 12350 (java) S 12333 12333 11851 0 -1 1077944384 305 0 0 0 1 0 0 0 20 0 20 0 419322446 28904845312 10218 33554432000 4194304 4196468 140724552431856 140427414194800 140429040343682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12351] ppid=12333 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/12335/task/12351/stat : 12351 (java) S 12333 12333 11851 0 -1 1077944384 360 0 0 0 2 0 0 0 20 0 20 0 419322446 28904845312 10218 33554432000 4194304 4196468 140724552431856 140427413142256 140429040343682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12352] ppid=12333 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/12335/task/12352/stat : 12352 (java) R 12333 12333 11851 0 -1 4202560 716 0 0 0 7 0 0 0 20 0 20 0 419322446 28904845312 10218 33554432000 4194304 4196468 140724552431856 140427412089712 140429040344470 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12353] ppid=12333 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12353/stat : 12353 (java) S 12333 12333 11851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419322447 28904845312 10218 33554432000 4194304 4196468 140724552431856 140427411036384 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12354] ppid=12333 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/12335/task/12354/stat : 12354 (java) S 12333 12333 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322447 28904845312 10218 33554432000 4194304 4196468 140724552431856 140427409983920 140429040343682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42324 KiB

[startup+0.31048 s]*
/proc/loadavg: 6.86 7.53 7.47 2/212 12354
/proc/meminfo: memFree=25804796/32770624 swapFree=67002152/67108860
[pid=12333] ppid=12330 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/12333/stat : 12333 (xcsp3-exec) S 12330 12333 11851 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419322439 115843072 363 33554432000 4194304 5098028 140728423615744 140728423613848 140118021546620 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9916416 140728423617397 140728423617641 140728423617641 140728423620554 0
/proc/12333/statm: 28282 363 305 221 0 87 0
[pid=12335] ppid=12333 vsize=28231644 memory=46944 CPUtime=0.48 cores=0-7
/proc/12335/stat : 12335 (java) S 12333 12333 11851 0 -1 1077944320 10627 0 0 0 44 4 0 0 20 0 20 0 419322439 28909203456 11736 33554432000 4194304 4196468 140724552431856 140724552414400 140429040332535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
/proc/12335/statm: 7057911 11736 3302 1 0 7019032 0
[pid=12335/tid=12336] ppid=12333 vsize=28231644 memory=6791534058613427641 CPUtime=0.27 cores=0-7
/proc/12335/task/12336/stat : 12336 (java) R 12333 12333 11851 0 -1 4202560 7652 0 0 0 25 2 0 0 20 0 20 0 419322439 28909203456 11736 33554432000 4194304 4196468 140724552431856 140429044569168 140429040353882 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12337] ppid=12333 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12337/stat : 12337 (java) S 12333 12333 11851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419322440 28909203456 11736 33554432000 4194304 4196468 140724552431856 140428992952592 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12338] ppid=12333 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12338/stat : 12338 (java) S 12333 12333 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322440 28909203456 11736 33554432000 4194304 4196468 140724552431856 140428991900048 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12339] ppid=12333 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12339/stat : 12339 (java) S 12333 12333 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322440 28909203456 11736 33554432000 4194304 4196468 140724552431856 140428990847504 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12340] ppid=12333 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12340/stat : 12340 (java) S 12333 12333 11851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419322440 28909203456 11736 33554432000 4194304 4196468 140724552431856 140428588210832 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12341] ppid=12333 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/12335/task/12341/stat : 12341 (java) S 12333 12333 11851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419322440 28909203456 11736 33554432000 4194304 4196468 140724552431856 140428587158288 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12342] ppid=12333 vsize=28231644 memory=140515492328367 CPUtime=0 cores=0-7
/proc/12335/task/12342/stat : 12342 (java) S 12333 12333 11851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419322440 28909203456 11736 33554432000 4194304 4196468 140724552431856 140428586105744 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12343] ppid=12333 vsize=28231644 memory=140515492330672 CPUtime=0 cores=0-7
/proc/12335/task/12343/stat : 12343 (java) S 12333 12333 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322440 28909203456 11736 33554432000 4194304 4196468 140724552431856 140428585053200 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12344] ppid=12333 vsize=28231644 memory=140515492332976 CPUtime=0 cores=0-7
/proc/12335/task/12344/stat : 12344 (java) S 12333 12333 11851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419322440 28909203456 11736 33554432000 4194304 4196468 140724552431856 140428584000656 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12345] ppid=12333 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12345/stat : 12345 (java) S 12333 12333 11851 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 419322442 28909203456 11736 33554432000 4194304 4196468 140724552431856 140427419457520 140429040343682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12346] ppid=12333 vsize=28231644 memory=281030984672912 CPUtime=0 cores=0-7
/proc/12335/task/12346/stat : 12346 (java) S 12333 12333 11851 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419322442 28909203456 11736 33554432000 4194304 4196468 140724552431856 140427418403744 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12347] ppid=12333 vsize=28231644 memory=281030984679824 CPUtime=0 cores=0-7
/proc/12335/task/12347/stat : 12347 (java) S 12333 12333 11851 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419322442 28909203456 11736 33554432000 4194304 4196468 140724552431856 140427417351152 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12348] ppid=12333 vsize=28231644 memory=281030984621104 CPUtime=0 cores=0-7
/proc/12335/task/12348/stat : 12348 (java) S 12333 12333 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322445 28909203456 11736 33554432000 4194304 4196468 140724552431856 140427416299728 140429040351131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12349] ppid=12333 vsize=28231644 memory=281030984693648 CPUtime=0.01 cores=0-7
/proc/12335/task/12349/stat : 12349 (java) S 12333 12333 11851 0 -1 1077944384 187 0 0 0 1 0 0 0 20 0 20 0 419322446 28909203456 11736 33554432000 4194304 4196468 140724552431856 140427415247344 140429040343682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12350] ppid=12333 vsize=28231644 memory=281030984700560 CPUtime=0.02 cores=0-7
/proc/12335/task/12350/stat : 12350 (java) S 12333 12333 11851 0 -1 1077944384 312 0 0 0 2 0 0 0 20 0 20 0 419322446 28909203456 11736 33554432000 4194304 4196468 140724552431856 140427414194800 140429040343682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12351] ppid=12333 vsize=28231644 memory=281030984698256 CPUtime=0.03 cores=0-7
/proc/12335/task/12351/stat : 12351 (java) S 12333 12333 11851 0 -1 1077944384 360 0 0 0 3 0 0 0 20 0 20 0 419322446 28909203456 11736 33554432000 4194304 4196468 140724552431856 140427413142256 140429040343682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12352] ppid=12333 vsize=28231644 memory=281030984714416 CPUtime=0.12 cores=0-7
/proc/12335/task/12352/stat : 12352 (java) R 12333 12333 11851 0 -1 4202560 808 0 0 0 12 0 0 0 20 0 20 0 419322446 28909203456 11736 33554432000 4194304 4196468 140724552431856 140427412089712 140429024413022 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12353] ppid=12333 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12353/stat : 12353 (java) S 12333 12333 11851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419322447 28909203456 11736 33554432000 4194304 4196468 140724552431856 140427411036384 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12354] ppid=12333 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/12335/task/12354/stat : 12354 (java) S 12333 12333 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322447 28909203456 11736 33554432000 4194304 4196468 140724552431856 140427409983920 140429040343682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 48396 KiB

[startup+0.705017 s]
/proc/loadavg: 6.86 7.53 7.47 5/212 12354
/proc/meminfo: memFree=25775464/32770624 swapFree=67002152/67108860
[pid=12333] ppid=12330 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/12333/stat : 12333 (xcsp3-exec) S 12330 12333 11851 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419322439 115843072 363 33554432000 4194304 5098028 140728423615744 140728423613848 140118021546620 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9916416 140728423617397 140728423617641 140728423617641 140728423620554 0
/proc/12333/statm: 28282 363 305 221 0 87 0
[pid=12335] ppid=12333 vsize=28233768 memory=120568 CPUtime=1.9 cores=0-7
/proc/12335/stat : 12335 (java) S 12333 12333 11851 0 -1 1077944320 16147 0 0 0 183 7 0 0 20 0 20 0 419322439 28911378432 30142 33554432000 4194304 4196468 140724552431856 140724552414400 140429040332535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
/proc/12335/statm: 7058442 30142 3455 1 0 7019544 0
[pid=12335/tid=12336] ppid=12333 vsize=28233768 memory=281030985072304 CPUtime=0.66 cores=0-7
/proc/12335/task/12336/stat : 12336 (java) R 12333 12333 11851 0 -1 4202560 9170 0 0 0 62 4 0 0 20 0 20 0 419322439 28911378432 30142 33554432000 4194304 4196468 140724552431856 140429044568064 140429040353882 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12337] ppid=12333 vsize=28233768 memory=140515492537200 CPUtime=0 cores=0-7
/proc/12335/task/12337/stat : 12337 (java) S 12333 12333 11851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419322440 28911378432 30142 33554432000 4194304 4196468 140724552431856 140428992952592 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12338] ppid=12333 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12338/stat : 12338 (java) S 12333 12333 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322440 28911378432 30142 33554432000 4194304 4196468 140724552431856 140428991900048 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12339] ppid=12333 vsize=28233768 memory=1056 CPUtime=0 cores=0-7
/proc/12335/task/12339/stat : 12339 (java) S 12333 12333 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419322440 28911378432 30142 33554432000 4194304 4196468 140724552431856 140428990847504 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0

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

[pid=12335/tid=12338] ppid=12333 vsize=28768328 memory=7681905605394137914 CPUtime=0.05 cores=0-7
/proc/12335/task/12338/stat : 12338 (java) S 12333 12333 11851 0 -1 1077944384 83 0 0 0 2 3 0 0 20 0 28 0 419322440 29458767872 109065 33554432000 4194304 4196468 140724552431856 140428991900048 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12339] ppid=12333 vsize=28768328 memory=0 CPUtime=0.03 cores=0-7
/proc/12335/task/12339/stat : 12339 (java) S 12333 12333 11851 0 -1 1077944384 37 0 0 0 1 2 0 0 20 0 28 0 419322440 29458767872 109065 33554432000 4194304 4196468 140724552431856 140428990847504 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12340] ppid=12333 vsize=28768328 memory=281030985644192 CPUtime=0.04 cores=0-7
/proc/12335/task/12340/stat : 12340 (java) S 12333 12333 11851 0 -1 1077944384 100 0 0 0 2 2 0 0 20 0 28 0 419322440 29458767872 109065 33554432000 4194304 4196468 140724552431856 140428588210832 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12341] ppid=12333 vsize=28768328 memory=288230574492221466 CPUtime=0.05 cores=0-7
/proc/12335/task/12341/stat : 12341 (java) S 12333 12333 11851 0 -1 1077944384 51 0 0 0 2 3 0 0 20 0 28 0 419322440 29458767872 109065 33554432000 4194304 4196468 140724552431856 140428587158288 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12342] ppid=12333 vsize=28768328 memory=0 CPUtime=0.05 cores=0-7
/proc/12335/task/12342/stat : 12342 (java) S 12333 12333 11851 0 -1 1077944384 110 0 0 0 2 3 0 0 20 0 28 0 419322440 29458767872 109065 33554432000 4194304 4196468 140724552431856 140428586105744 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12343] ppid=12333 vsize=28768328 memory=0 CPUtime=0.04 cores=0-7
/proc/12335/task/12343/stat : 12343 (java) S 12333 12333 11851 0 -1 1077944384 83 0 0 0 2 2 0 0 20 0 28 0 419322440 29458767872 109065 33554432000 4194304 4196468 140724552431856 140428585053200 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12344] ppid=12333 vsize=28768328 memory=0 CPUtime=0.05 cores=0-7
/proc/12335/task/12344/stat : 12344 (java) S 12333 12333 11851 0 -1 1077944384 107 0 0 0 3 2 0 0 20 0 28 0 419322440 29458767872 109065 33554432000 4194304 4196468 140724552431856 140428584000656 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12345] ppid=12333 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12345/stat : 12345 (java) S 12333 12333 11851 0 -1 1077944384 563 0 0 0 0 0 0 0 20 0 28 0 419322442 29458767872 109065 33554432000 4194304 4196468 140724552431856 140427419457520 140429040343682 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12346] ppid=12333 vsize=28768328 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/12335/task/12346/stat : 12346 (java) S 12333 12333 11851 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 419322442 29458767872 109065 33554432000 4194304 4196468 140724552431856 140427418403808 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12347] ppid=12333 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12347/stat : 12347 (java) S 12333 12333 11851 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 419322442 29458767872 109065 33554432000 4194304 4196468 140724552431856 140427417351168 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12348] ppid=12333 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12348/stat : 12348 (java) S 12333 12333 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419322445 29458767872 109065 33554432000 4194304 4196468 140724552431856 140427416299728 140429040351131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12349] ppid=12333 vsize=28768328 memory=0 CPUtime=1.8 cores=0-7
/proc/12335/task/12349/stat : 12349 (java) S 12333 12333 11851 0 -1 1077944384 5078 0 0 0 177 3 0 0 20 0 28 0 419322446 29458767872 109065 33554432000 4194304 4196468 140724552431856 140427415247344 140429040343682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12350] ppid=12333 vsize=28768328 memory=0 CPUtime=1.97 cores=0-7
/proc/12335/task/12350/stat : 12350 (java) S 12333 12333 11851 0 -1 1077944384 4701 0 0 0 195 2 0 0 20 0 28 0 419322446 29458767872 109065 33554432000 4194304 4196468 140724552431856 140427414194800 140429040343682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12351] ppid=12333 vsize=28768328 memory=0 CPUtime=1.68 cores=0-7
/proc/12335/task/12351/stat : 12351 (java) S 12333 12333 11851 0 -1 1077944384 5178 0 0 0 166 2 0 0 20 0 28 0 419322446 29458767872 109065 33554432000 4194304 4196468 140724552431856 140427413142256 140429040343682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 28 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12352] ppid=12333 vsize=28768328 memory=0 CPUtime=1.01 cores=0-7
/proc/12335/task/12352/stat : 12352 (java) S 12333 12333 11851 0 -1 1077944384 4487 0 0 0 99 2 0 0 20 0 28 0 419322446 29458767872 109065 33554432000 4194304 4196468 140724552431856 140427412089712 140429040343682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12353] ppid=12333 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12353/stat : 12353 (java) S 12333 12333 11851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419322447 29458767872 109065 33554432000 4194304 4196468 140724552431856 140427411036384 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12354] ppid=12333 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12354/stat : 12354 (java) S 12333 12333 11851 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 419322447 29458767872 109065 33554432000 4194304 4196468 140724552431856 140427409983920 140429040343682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12363] ppid=12333 vsize=28768328 memory=0 CPUtime=2.73 cores=0-7
/proc/12335/task/12363/stat : 12363 (java) R 12333 12333 11851 0 -1 4202560 194 0 0 0 273 0 0 0 20 0 28 0 419322643 29458767872 109065 33554432000 4194304 4196468 140724552431856 140427397623240 140428678080484 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12364] ppid=12333 vsize=28768328 memory=7597400396391606122 CPUtime=2.63 cores=0-7
/proc/12335/task/12364/stat : 12364 (java) R 12333 12333 11851 0 -1 4202560 190 0 0 0 263 0 0 0 20 0 28 0 419322643 29458767872 109065 33554432000 4194304 4196468 140724552431856 140427391307056 140428677554812 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12365] ppid=12333 vsize=28768328 memory=6942411325102840164 CPUtime=0.41 cores=0-7
/proc/12335/task/12365/stat : 12365 (java) S 12333 12333 11851 0 -1 1077944384 111 0 0 0 41 0 0 0 20 0 28 0 419322643 29458767872 109065 33554432000 4194304 4196468 140724552431856 140427398681808 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12366] ppid=12333 vsize=28768328 memory=7739270300171266647 CPUtime=2.68 cores=0-7
/proc/12335/task/12366/stat : 12366 (java) R 12333 12333 11851 0 -1 4202560 232 0 0 0 268 0 0 0 20 0 28 0 419322643 29458767872 109065 33554432000 4194304 4196468 140724552431856 140427395521112 140428679558723 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12367] ppid=12333 vsize=28768328 memory=140515603154560 CPUtime=2.3 cores=0-7
/proc/12335/task/12367/stat : 12367 (java) R 12333 12333 11851 0 -1 4202560 282 0 0 0 230 0 0 0 20 0 28 0 419322643 29458767872 109065 33554432000 4194304 4196468 140724552431856 140427393415864 140428677554849 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12368] ppid=12333 vsize=28768328 memory=281030985545920 CPUtime=2.67 cores=0-7
/proc/12335/task/12368/stat : 12368 (java) R 12333 12333 11851 0 -1 4202560 106 0 0 0 267 0 0 0 20 0 28 0 419322643 29458767872 109065 33554432000 4194304 4196468 140724552431856 140427394468056 140428677554677 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12369] ppid=12333 vsize=28768328 memory=0 CPUtime=2.5 cores=0-7
/proc/12335/task/12369/stat : 12369 (java) R 12333 12333 11851 0 -1 4202560 320 0 0 0 249 1 0 0 20 0 28 0 419322643 29458767872 109065 33554432000 4194304 4196468 140724552431856 140427392360512 140428678081281 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12370] ppid=12333 vsize=28768328 memory=0 CPUtime=2.5 cores=0-7
/proc/12335/task/12370/stat : 12370 (java) R 12333 12333 11851 0 -1 4202560 134 0 0 0 250 0 0 0 20 0 28 0 419322643 29458767872 109065 33554432000 4194304 4196468 140724552431856 140427396575048 140428677554915 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
Current children cumulated CPU time: 27.68 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 437712 KiB

[startup+5.60208 s]
/proc/loadavg: 6.47 7.44 7.44 9/220 12370
/proc/meminfo: memFree=25416068/32770624 swapFree=67002152/67108860
[pid=12333] ppid=12330 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/12333/stat : 12333 (xcsp3-exec) S 12330 12333 11851 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419322439 115843072 363 33554432000 4194304 5098028 140728423615744 140728423613848 140118021546620 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9916416 140728423617397 140728423617641 140728423617641 140728423620554 0
/proc/12333/statm: 28282 363 305 221 0 87 0
[pid=12335] ppid=12333 vsize=28834892 memory=432196 CPUtime=30.59 cores=0-7
/proc/12335/stat : 12335 (java) S 12333 12333 11851 0 -1 1077944320 35539 0 0 0 3013 46 0 0 20 0 29 0 419322439 29526929408 108049 33554432000 4194304 4196468 140724552431856 140724552414400 140429040332535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
/proc/12335/statm: 7208723 108049 3523 1 0 7169825 0
[pid=12335/tid=12336] ppid=12333 vsize=28834892 memory=1918050 CPUtime=1.83 cores=0-7
/proc/12335/task/12336/stat : 12336 (java) S 12333 12333 11851 0 -1 1077944384 9805 0 0 0 176 7 0 0 20 0 29 0 419322439 29526929408 108049 33554432000 4194304 4196468 140724552431856 140429044573312 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12337] ppid=12333 vsize=28834892 memory=0 CPUtime=0.05 cores=0-7
/proc/12335/task/12337/stat : 12337 (java) S 12333 12333 11851 0 -1 1077944384 102 0 0 0 2 3 0 0 20 0 29 0 419322440 29526929408 108049 33554432000 4194304 4196468 140724552431856 140428992952592 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12338] ppid=12333 vsize=28834892 memory=56 CPUtime=0.05 cores=0-7
/proc/12335/task/12338/stat : 12338 (java) S 12333 12333 11851 0 -1 1077944384 83 0 0 0 2 3 0 0 20 0 29 0 419322440 29526929408 108049 33554432000 4194304 4196468 140724552431856 140428991900048 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12339] ppid=12333 vsize=28834892 memory=288230376974057755 CPUtime=0.03 cores=0-7
/proc/12335/task/12339/stat : 12339 (java) S 12333 12333 11851 0 -1 1077944384 37 0 0 0 1 2 0 0 20 0 29 0 419322440 29526929408 108049 33554432000 4194304 4196468 140724552431856 140428990847504 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12340] ppid=12333 vsize=28834892 memory=288284497974396055 CPUtime=0.04 cores=0-7
/proc/12335/task/12340/stat : 12340 (java) S 12333 12333 11851 0 -1 1077944384 100 0 0 0 2 2 0 0 20 0 29 0 419322440 29526929408 108049 33554432000 4194304 4196468 140724552431856 140428588210832 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12341] ppid=12333 vsize=28834892 memory=0 CPUtime=0.05 cores=0-7
/proc/12335/task/12341/stat : 12341 (java) S 12333 12333 11851 0 -1 1077944384 51 0 0 0 2 3 0 0 20 0 29 0 419322440 29526929408 108049 33554432000 4194304 4196468 140724552431856 140428587158288 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12342] ppid=12333 vsize=28834892 memory=0 CPUtime=0.05 cores=0-7
/proc/12335/task/12342/stat : 12342 (java) S 12333 12333 11851 0 -1 1077944384 110 0 0 0 2 3 0 0 20 0 29 0 419322440 29526929408 108049 33554432000 4194304 4196468 140724552431856 140428586105744 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12343] ppid=12333 vsize=28834892 memory=0 CPUtime=0.04 cores=0-7
/proc/12335/task/12343/stat : 12343 (java) S 12333 12333 11851 0 -1 1077944384 83 0 0 0 2 2 0 0 20 0 29 0 419322440 29526929408 108049 33554432000 4194304 4196468 140724552431856 140428585053200 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12344] ppid=12333 vsize=28834892 memory=1452 CPUtime=0.05 cores=0-7
/proc/12335/task/12344/stat : 12344 (java) S 12333 12333 11851 0 -1 1077944384 107 0 0 0 3 2 0 0 20 0 29 0 419322440 29526929408 108049 33554432000 4194304 4196468 140724552431856 140428584000656 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12345] ppid=12333 vsize=28834892 memory=436136 CPUtime=0 cores=0-7
/proc/12335/task/12345/stat : 12345 (java) S 12333 12333 11851 0 -1 1077944384 563 0 0 0 0 0 0 0 20 0 29 0 419322442 29526929408 108049 33554432000 4194304 4196468 140724552431856 140427419457520 140429040343682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12346] ppid=12333 vsize=28834892 memory=160 CPUtime=0 cores=0-7
/proc/12335/task/12346/stat : 12346 (java) S 12333 12333 11851 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 29 0 419322442 29526929408 108049 33554432000 4194304 4196468 140724552431856 140427418403808 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12347] ppid=12333 vsize=28834892 memory=128 CPUtime=0 cores=0-7
/proc/12335/task/12347/stat : 12347 (java) S 12333 12333 11851 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 29 0 419322442 29526929408 108049 33554432000 4194304 4196468 140724552431856 140427417351168 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12348] ppid=12333 vsize=28834892 memory=159 CPUtime=0 cores=0-7
/proc/12335/task/12348/stat : 12348 (java) S 12333 12333 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 29 0 419322445 29526929408 108049 33554432000 4194304 4196468 140724552431856 140427416299728 140429040351131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12349] ppid=12333 vsize=28834892 memory=142 CPUtime=1.83 cores=0-7
/proc/12335/task/12349/stat : 12349 (java) R 12333 12333 11851 0 -1 4202560 5358 0 0 0 180 3 0 0 20 0 29 0 419322446 29526929408 108049 33554432000 4194304 4196468 140724552431856 140427415233592 140429020680968 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12350] ppid=12333 vsize=28834892 memory=142 CPUtime=2.01 cores=0-7
/proc/12335/task/12350/stat : 12350 (java) R 12333 12333 11851 0 -1 4202560 4908 0 0 0 199 2 0 0 20 0 29 0 419322446 29526929408 108049 33554432000 4194304 4196468 140724552431856 140427414195096 140429032621917 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12351] ppid=12333 vsize=28834892 memory=281030985577216 CPUtime=1.69 cores=0-7
/proc/12335/task/12351/stat : 12351 (java) R 12333 12333 11851 0 -1 12591168 5313 0 0 0 167 2 0 0 20 0 29 0 419322446 29526929408 108049 33554432000 4194304 4196468 140724552431856 140427413130920 140429021032832 0 4 0 16800975 0 0 0 -1 3 0 0 28 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12352] ppid=12333 vsize=28834892 memory=0 CPUtime=1.04 cores=0-7
/proc/12335/task/12352/stat : 12352 (java) R 12333 12333 11851 0 -1 4202560 5000 0 0 0 102 2 0 0 20 0 29 0 419322446 29526929408 108049 33554432000 4194304 4196468 140724552431856 140427412086968 140429019148657 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12353] ppid=12333 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12353/stat : 12353 (java) S 12333 12333 11851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 29 0 419322447 29526929408 108049 33554432000 4194304 4196468 140724552431856 140427411036384 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12354] ppid=12333 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12354/stat : 12354 (java) S 12333 12333 11851 0 -1 1077944384 222 0 0 0 0 0 0 0 20 0 29 0 419322447 29526929408 108049 33554432000 4194304 4196468 140724552431856 140427409983920 140429040343682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12368] ppid=12333 vsize=28834892 memory=0 CPUtime=3.05 cores=0-7
/proc/12335/task/12368/stat : 12368 (java) R 12333 12333 11851 0 -1 4202560 109 0 0 0 305 0 0 0 20 0 29 0 419322643 29526929408 108049 33554432000 4194304 4196468 140724552431856 140427394467304 140428678081046 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
Current children cumulated CPU time: 30.59 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 433648 KiB

[startup+5.70906 s]
/proc/loadavg: 6.47 7.44 7.44 9/220 12370
/proc/meminfo: memFree=25416068/32770624 swapFree=67002152/67108860
[pid=12333] ppid=12330 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/12333/stat : 12333 (xcsp3-exec) S 12330 12333 11851 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419322439 115843072 363 33554432000 4194304 5098028 140728423615744 140728423613848 140118021546620 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9916416 140728423617397 140728423617641 140728423617641 140728423620554 0
/proc/12333/statm: 28282 363 305 221 0 87 0
[pid=12335] ppid=12333 vsize=28834892 memory=432968 CPUtime=31.44 cores=0-7
/proc/12335/stat : 12335 (java) S 12333 12333 11851 0 -1 1077944320 36675 0 0 0 3097 47 0 0 20 0 29 0 419322439 29526929408 108242 33554432000 4194304 4196468 140724552431856 140724552414400 140429040332535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
/proc/12335/statm: 7208723 108242 3523 1 0 7169825 0
[pid=12335/tid=12336] ppid=12333 vsize=28834892 memory=436244 CPUtime=1.83 cores=0-7
/proc/12335/task/12336/stat : 12336 (java) S 12333 12333 11851 0 -1 1077944384 9805 0 0 0 176 7 0 0 20 0 29 0 419322439 29526929408 108242 33554432000 4194304 4196468 140724552431856 140429044573312 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12337] ppid=12333 vsize=28834892 memory=6791534058613427641 CPUtime=0.05 cores=0-7
/proc/12335/task/12337/stat : 12337 (java) S 12333 12333 11851 0 -1 1077944384 102 0 0 0 2 3 0 0 20 0 29 0 419322440 29526929408 108242 33554432000 4194304 4196468 140724552431856 140428992952592 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12338] ppid=12333 vsize=28834892 memory=0 CPUtime=0.05 cores=0-7
/proc/12335/task/12338/stat : 12338 (java) S 12333 12333 11851 0 -1 1077944384 83 0 0 0 2 3 0 0 20 0 29 0 419322440 29526929408 108242 33554432000 4194304 4196468 140724552431856 140428991900048 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12339] ppid=12333 vsize=28834892 memory=432312 CPUtime=0.03 cores=0-7
/proc/12335/task/12339/stat : 12339 (java) S 12333 12333 11851 0 -1 1077944384 37 0 0 0 1 2 0 0 20 0 29 0 419322440 29526929408 108242 33554432000 4194304 4196468 140724552431856 140428990847504 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12340] ppid=12333 vsize=28834892 memory=436180 CPUtime=0.04 cores=0-7
/proc/12335/task/12340/stat : 12340 (java) S 12333 12333 11851 0 -1 1077944384 100 0 0 0 2 2 0 0 20 0 29 0 419322440 29526929408 108242 33554432000 4194304 4196468 140724552431856 140428588210832 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12341] ppid=12333 vsize=28834892 memory=281030984493696 CPUtime=0.05 cores=0-7
/proc/12335/task/12341/stat : 12341 (java) S 12333 12333 11851 0 -1 1077944384 51 0 0 0 2 3 0 0 20 0 29 0 419322440 29526929408 108242 33554432000 4194304 4196468 140724552431856 140428587158288 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12342] ppid=12333 vsize=28834892 memory=6944656592455359580 CPUtime=0.05 cores=0-7
/proc/12335/task/12342/stat : 12342 (java) S 12333 12333 11851 0 -1 1077944384 110 0 0 0 2 3 0 0 20 0 29 0 419322440 29526929408 108242 33554432000 4194304 4196468 140724552431856 140428586105744 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12343] ppid=12333 vsize=28834892 memory=1412 CPUtime=0.04 cores=0-7
/proc/12335/task/12343/stat : 12343 (java) S 12333 12333 11851 0 -1 1077944384 83 0 0 0 2 2 0 0 20 0 29 0 419322440 29526929408 108242 33554432000 4194304 4196468 140724552431856 140428585053200 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12344] ppid=12333 vsize=28834892 memory=2644 CPUtime=0.05 cores=0-7
/proc/12335/task/12344/stat : 12344 (java) S 12333 12333 11851 0 -1 1077944384 107 0 0 0 3 2 0 0 20 0 29 0 419322440 29526929408 108242 33554432000 4194304 4196468 140724552431856 140428584000656 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12345] ppid=12333 vsize=28834892 memory=1452 CPUtime=0 cores=0-7
/proc/12335/task/12345/stat : 12345 (java) S 12333 12333 11851 0 -1 1077944384 563 0 0 0 0 0 0 0 20 0 29 0 419322442 29526929408 108242 33554432000 4194304 4196468 140724552431856 140427419457520 140429040343682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12346] ppid=12333 vsize=28834892 memory=436248 CPUtime=0 cores=0-7
/proc/12335/task/12346/stat : 12346 (java) S 12333 12333 11851 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 29 0 419322442 29526929408 108242 33554432000 4194304 4196468 140724552431856 140427418403808 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12347] ppid=12333 vsize=28834892 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/12335/task/12347/stat : 12347 (java) S 12333 12333 11851 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 29 0 419322442 29526929408 108242 33554432000 4194304 4196468 140724552431856 140427417351168 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12348] ppid=12333 vsize=28834892 memory=13841 CPUtime=0 cores=0-7
/proc/12335/task/12348/stat : 12348 (java) S 12333 12333 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 29 0 419322445 29526929408 108242 33554432000 4194304 4196468 140724552431856 140427416299728 140429040351131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12349] ppid=12333 vsize=28834892 memory=23621 CPUtime=1.87 cores=0-7
/proc/12335/task/12349/stat : 12349 (java) R 12333 12333 11851 0 -1 4202560 5528 0 0 0 184 3 0 0 20 0 29 0 419322446 29526929408 108242 33554432000 4194304 4196468 140724552431856 140427415233592 140429023832733 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12350] ppid=12333 vsize=28834892 memory=0 CPUtime=2.06 cores=0-7
/proc/12335/task/12350/stat : 12350 (java) R 12333 12333 11851 0 -1 4202560 5275 0 0 0 204 2 0 0 20 0 29 0 419322446 29526929408 108242 33554432000 4194304 4196468 140724552431856 140427414195096 140429021876639 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12351] ppid=12333 vsize=28834892 memory=0 CPUtime=1.73 cores=0-7
/proc/12335/task/12351/stat : 12351 (java) R 12333 12333 11851 0 -1 4202560 5559 0 0 0 171 2 0 0 20 0 29 0 419322446 29526929408 108242 33554432000 4194304 4196468 140724552431856 140427413135448 140429023815951 0 4 0 16800975 0 0 0 -1 7 0 0 28 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12352] ppid=12333 vsize=28834892 memory=281030984811472 CPUtime=1.07 cores=0-7
/proc/12335/task/12352/stat : 12352 (java) R 12333 12333 11851 0 -1 1077944384 5308 0 0 0 105 2 0 0 20 0 29 0 419322446 29526929408 108242 33554432000 4194304 4196468 140724552431856 140427412089712 140429040343682 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12353] ppid=12333 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12353/stat : 12353 (java) S 12333 12333 11851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 29 0 419322447 29526929408 108242 33554432000 4194304 4196468 140724552431856 140427411036384 140429040342741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12354] ppid=12333 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/12335/task/12354/stat : 12354 (java) R 12333 12333 11851 0 -1 1077944384 222 0 0 0 0 0 0 0 20 0 29 0 419322447 29526929408 108242 33554432000 4194304 4196468 140724552431856 140427409983920 140429040343682 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
[pid=12335/tid=12368] ppid=12333 vsize=28834892 memory=281030985250608 CPUtime=3.11 cores=0-7
/proc/12335/task/12368/stat : 12368 (java) R 12333 12333 11851 0 -1 4202560 109 0 0 0 311 0 0 0 20 0 29 0 419322643 29526929408 108242 33554432000 4194304 4196468 140724552431856 140427394469632 140428677554559 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26918912 140724552438762 140724552438934 140724552438934 140724552441807 0
Current children cumulated CPU time: 31.44 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 434420 KiB

Child status: 0
Real time (s): 5.79671
CPU time (s): 31.9516
CPU user time (s): 31.4637
CPU system time (s): 0.487895
CPU usage (%): 551.202
Max. virtual memory (cumulated for all children) (KiB): 28948020
Max. memory (cumulated for all children) (KiB): 437816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.4637
system time used= 0.487895
maximum resident set size= 436368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37636
page faults= 0
swaps= 0
block input operations= 32
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4855
involuntary context switches= 639


# summary of solver processes directly reported to runsolver:
#   pid: 12333
#   total CPU time (s): 31.9516
#   total CPU user time (s): 31.4637
#   total CPU system time (s): 0.487895

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.058616 second user time and 0.117232 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-14 05:11:34
IDJOB=4393952
IDBENCH=128018
IDSOLVER=2841
FILE ID=node136/4393952-1568430738
RUNJOBID= node136-1568427975-11878
PBS_JOBID= 21702302
Free space on /tmp= 61168 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-25-5-5-0.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-4393952-1568430738/watcher-4393952-1568430738 -o /tmp/evaluation-result-4393952-1568430738/solver-4393952-1568430738 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node136-1568427975-11878 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1384746349 HOME/instance-4393952-1568430738.xml

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

MD5SUM BENCH= 297e7ff3843a631e244fdcc6d730e090
RANDOM SEED=1384746349

node136.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.00
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.54
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.00
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.54
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.00
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.54
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.00
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25838888 kB
MemAvailable:   31889296 kB
Buffers:           81088 kB
Cached:          6245704 kB
SwapCached:         3116 kB
Active:          2037552 kB
Inactive:        4297172 kB
Active(anon):       6192 kB
Inactive(anon):    42132 kB
Active(file):    2031360 kB
Inactive(file):  4255040 kB
Unevictable:      107800 kB
Mlocked:          107800 kB
SwapTotal:      67108860 kB
SwapFree:       67002152 kB
Dirty:             26988 kB
Writeback:             0 kB
AnonPages:        121028 kB
Mapped:            43480 kB
Shmem:             31936 kB
Slab:             189160 kB
SReclaimable:     159684 kB
SUnreclaim:        29476 kB
KernelStack:        3728 kB
PageTables:         5648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61140 MiB
End job on node136 at 2019-09-14 05:11:40