Trace number 4394552

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 parallelOPT41 126.502 17.7462

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.2796
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-4394552-1568430740.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394552-1568430740.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
5.00/1.91	c solve instance...
5.68/2.03	o -1000 
14.28/3.17	o -6 
25.23/4.50	o -4 
27.57/4.85	o -3 
28.36/4.91	o 4 
30.00/5.19	o 7 
31.51/5.39	o 8 
32.30/5.42	o 19 
32.30/5.47	o 23 
33.77/5.67	o 26 
33.77/5.69	o 30 
50.43/7.77	o 34 
66.45/10.17	o 37 
66.69/10.23	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (94/98)
66.69/10.23		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
66.69/10.23		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
66.69/10.23		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
66.69/10.23		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
66.69/10.23		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
66.69/10.23	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (94/98)
66.69/10.23		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
66.69/10.23		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
66.69/10.23		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
66.69/10.23		at org.chocosolver.solver.Solver.repair(Solver.java:443)
66.69/10.23		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
66.69/10.23		at org.chocosolver.solver.Solver.solve(Solver.java:262)
66.69/10.23		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
66.69/10.23		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
66.69/10.23		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
66.69/10.23		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
66.69/10.23		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
66.69/10.23		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
66.69/10.23		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
66.69/10.23		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
66.69/10.23		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
66.69/10.23		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
66.69/10.23	o 38 
66.69/10.24	o 41 
126.32/17.72	java.util.concurrent.ExecutionException: java.lang.NullPointerException
126.32/17.72		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
126.32/17.72		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
126.32/17.72		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
126.32/17.72		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
126.32/17.72		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
126.32/17.72	Caused by: java.lang.NullPointerException
126.32/17.72		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
126.32/17.72		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
126.32/17.72		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
126.32/17.72		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
126.32/17.72		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
126.32/17.72		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
126.32/17.72		... 4 more
126.32/17.72	Caused by: java.lang.NullPointerException
126.32/17.72		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
126.32/17.72		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
126.32/17.72		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
126.32/17.72		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
126.32/17.72		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
126.32/17.72		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
126.32/17.72		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
126.32/17.72		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
126.32/17.72		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
126.32/17.72		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
126.32/17.72		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
126.32/17.72		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
126.32/17.72		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
126.32/17.72		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
126.32/17.72		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
126.32/17.72		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
126.32/17.72		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
126.32/17.72		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
126.32/17.72	Caused by: java.lang.NullPointerException
126.32/17.72		at org.chocosolver.sat.SatSolver.detachLearnt(SatSolver.java:369)
126.32/17.72		at org.chocosolver.sat.PropNogoods.addLearnt(PropNogoods.java:560)
126.32/17.72		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.extractNogoodFromPath(NogoodFromRestarts.java:85)
126.32/17.72		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.beforeRestart(NogoodFromRestarts.java:65)
126.32/17.72		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.beforeRestart(SearchMonitorList.java:141)
126.32/17.72		at org.chocosolver.solver.Solver.restart(Solver.java:596)
126.32/17.72		at org.chocosolver.solver.search.loop.move.MoveRestart.restart(MoveRestart.java:135)
126.32/17.72		at org.chocosolver.solver.search.loop.move.MoveRestart.repair(MoveRestart.java:96)
126.32/17.72		at org.chocosolver.solver.search.loop.move.MoveRestart.repair(MoveRestart.java:94)
126.32/17.72		at org.chocosolver.solver.Solver.repair(Solver.java:438)
126.32/17.72		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
126.32/17.72		at org.chocosolver.solver.Solver.solve(Solver.java:262)
126.32/17.72		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
126.32/17.72		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
126.32/17.72		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
126.32/17.72		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
126.32/17.72		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
126.32/17.72		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
126.32/17.72		... 4 more
126.32/17.72	s OPTIMUM FOUND
126.32/17.72	v <instantiation>
126.32/17.72	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>
126.32/17.72	v 	<values>1 2 3 4 9 0 5 6 13 8 11 12 7 14 19 10 15 16 17 18 -1 -1 -1 -1 -1 0 1 2 3 4 19 18 17 6 5 14 15 16 7 8 13 12 11 10 9 -1 -1 -1 -1 -1 -4 6 6 -2 1 -3 0 -3 5 6 3 7 -6 7 2 0 3 3 6 4 0 0 0 0 0 </values>
126.32/17.72	v </instantiation>

Verifier Data

OK	41

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394552-1568430740/watcher-4394552-1568430740 -o /tmp/evaluation-result-4394552-1568430740/solver-4394552-1568430740 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1568430672-19252 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1456739903 HOME/instance-4394552-1568430740.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=19905, runsolver pid=19902

[startup+0.100111 s]*
/proc/loadavg: 6.91 7.65 7.57 2/212 19926
/proc/meminfo: memFree=30959352/32770624 swapFree=66935256/67108860
[pid=19905] ppid=19902 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19905/stat : 19905 (xcsp3-exec) S 19902 19905 19225 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419345407 115843072 364 33554432000 4194304 5098028 140725181089904 140725181088008 140189506372220 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34193408 140725181096821 140725181097065 140725181097065 140725181099978 0
/proc/19905/statm: 28282 364 305 221 0 87 0
[pid=19907] ppid=19905 vsize=28227388 memory=28856 CPUtime=0.12 cores=0-7
/proc/19907/stat : 19907 (java) S 19905 19905 19225 0 -1 1077944320 5706 0 0 0 11 1 0 0 20 0 20 0 419345408 28904845312 7214 33554432000 4194304 4196468 140720646564224 140720646546768 139683396484855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
/proc/19907/statm: 7056847 7214 3117 1 0 7019032 0
[pid=19907/tid=19908] ppid=19905 vsize=28227388 memory=8330984693821251735 CPUtime=0.08 cores=0-7
/proc/19907/task/19908/stat : 19908 (java) R 19905 19905 19225 0 -1 4202560 3593 0 0 0 8 0 0 0 20 0 20 0 419345408 28904845312 7214 33554432000 4194304 4196468 140720646564224 139683400717648 139683396496790 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19909] ppid=19905 vsize=28227388 memory=732370656647310309 CPUtime=0 cores=0-7
/proc/19907/task/19909/stat : 19909 (java) S 19905 19905 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419345409 28904845312 7214 33554432000 4194304 4196468 140720646564224 139683349105424 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19910] ppid=19905 vsize=28227388 memory=140518309856896 CPUtime=0 cores=0-7
/proc/19907/task/19910/stat : 19910 (java) S 19905 19905 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419345409 28904845312 7214 33554432000 4194304 4196468 140720646564224 139683348052880 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19911] ppid=19905 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19911/stat : 19911 (java) S 19905 19905 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419345409 28904845312 7214 33554432000 4194304 4196468 140720646564224 139683347000336 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19912] ppid=19905 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19912/stat : 19912 (java) S 19905 19905 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419345409 28904845312 7214 33554432000 4194304 4196468 140720646564224 139683345947792 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19913] ppid=19905 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19913/stat : 19913 (java) S 19905 19905 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419345409 28904845312 7214 33554432000 4194304 4196468 140720646564224 139683344894224 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19914] ppid=19905 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19907/task/19914/stat : 19914 (java) S 19905 19905 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419345409 28904845312 7214 33554432000 4194304 4196468 140720646564224 139683343841680 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19915] ppid=19905 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19915/stat : 19915 (java) S 19905 19905 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419345409 28904845312 7214 33554432000 4194304 4196468 140720646564224 139682941622800 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19916] ppid=19905 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19916/stat : 19916 (java) S 19905 19905 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419345409 28904845312 7214 33554432000 4194304 4196468 140720646564224 139682940570256 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19917] ppid=19905 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19917/stat : 19917 (java) S 19905 19905 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419345410 28904845312 7214 33554432000 4194304 4196468 140720646564224 139681524058608 139683396496002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19918] ppid=19905 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19918/stat : 19918 (java) S 19905 19905 19225 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419345411 28904845312 7214 33554432000 4194304 4196468 140720646564224 139681523004832 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19919] ppid=19905 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19919/stat : 19919 (java) S 19905 19905 19225 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419345411 28904845312 7214 33554432000 4194304 4196468 140720646564224 139681521952240 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19920] ppid=19905 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19920/stat : 19920 (java) S 19905 19905 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419345413 28904845312 7214 33554432000 4194304 4196468 140720646564224 139681520900816 139683396503451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19921] ppid=19905 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19921/stat : 19921 (java) S 19905 19905 19225 0 -1 1077944384 318 0 0 0 0 0 0 0 20 0 20 0 419345413 28904845312 7214 33554432000 4194304 4196468 140720646564224 139681519847408 139683396496002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19922] ppid=19905 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19922/stat : 19922 (java) S 19905 19905 19225 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 419345413 28904845312 7214 33554432000 4194304 4196468 140720646564224 139681518794864 139683396496002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19923] ppid=19905 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19923/stat : 19923 (java) S 19905 19905 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419345413 28904845312 7214 33554432000 4194304 4196468 140720646564224 139681517742320 139683396496002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19924] ppid=19905 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/19907/task/19924/stat : 19924 (java) S 19905 19905 19225 0 -1 1077944384 359 0 0 0 1 0 0 0 20 0 20 0 419345413 28904845312 7214 33554432000 4194304 4196468 140720646564224 139681516689776 139683396496002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19925] ppid=19905 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19925/stat : 19925 (java) S 19905 19905 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419345414 28904845312 7214 33554432000 4194304 4196468 140720646564224 139681515637472 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19926] ppid=19905 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19907/task/19926/stat : 19926 (java) S 19905 19905 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419345414 28904845312 7214 33554432000 4194304 4196468 140720646564224 139681514585008 139683396496002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30312 KiB

[startup+0.209888 s]*
/proc/loadavg: 6.91 7.65 7.57 3/212 19926
/proc/meminfo: memFree=30947252/32770624 swapFree=66935256/67108860
[pid=19905] ppid=19902 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19905/stat : 19905 (xcsp3-exec) S 19902 19905 19225 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419345407 115843072 364 33554432000 4194304 5098028 140725181089904 140725181088008 140189506372220 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34193408 140725181096821 140725181097065 140725181097065 140725181099978 0
/proc/19905/statm: 28282 364 305 221 0 87 0
[pid=19907] ppid=19905 vsize=28227388 memory=40860 CPUtime=0.33 cores=0-7
/proc/19907/stat : 19907 (java) S 19905 19905 19225 0 -1 1077944320 9511 0 0 0 30 3 0 0 20 0 20 0 419345408 28904845312 10215 33554432000 4194304 4196468 140720646564224 140720646546768 139683396484855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
/proc/19907/statm: 7056847 10215 3249 1 0 7019032 0
[pid=19907/tid=19908] ppid=19905 vsize=28227388 memory=0 CPUtime=0.2 cores=0-7
/proc/19907/task/19908/stat : 19908 (java) R 19905 19905 19225 0 -1 4202560 6622 0 0 0 18 2 0 0 20 0 20 0 419345408 28904845312 10215 33554432000 4194304 4196468 140720646564224 139683400718896 139683380565342 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19909] ppid=19905 vsize=28227388 memory=732370656647310309 CPUtime=0 cores=0-7
/proc/19907/task/19909/stat : 19909 (java) S 19905 19905 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419345409 28904845312 10215 33554432000 4194304 4196468 140720646564224 139683349105424 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19910] ppid=19905 vsize=28227388 memory=140518309856896 CPUtime=0 cores=0-7
/proc/19907/task/19910/stat : 19910 (java) S 19905 19905 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419345409 28904845312 10215 33554432000 4194304 4196468 140720646564224 139683348052880 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19911] ppid=19905 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19911/stat : 19911 (java) S 19905 19905 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419345409 28904845312 10215 33554432000 4194304 4196468 140720646564224 139683347000336 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19912] ppid=19905 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19912/stat : 19912 (java) S 19905 19905 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419345409 28904845312 10215 33554432000 4194304 4196468 140720646564224 139683345947792 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19913] ppid=19905 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19913/stat : 19913 (java) S 19905 19905 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419345409 28904845312 10215 33554432000 4194304 4196468 140720646564224 139683344894224 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19914] ppid=19905 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19907/task/19914/stat : 19914 (java) S 19905 19905 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419345409 28904845312 10215 33554432000 4194304 4196468 140720646564224 139683343841680 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19915] ppid=19905 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19915/stat : 19915 (java) S 19905 19905 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419345409 28904845312 10215 33554432000 4194304 4196468 140720646564224 139682941622800 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19916] ppid=19905 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19916/stat : 19916 (java) S 19905 19905 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419345409 28904845312 10215 33554432000 4194304 4196468 140720646564224 139682940570256 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19917] ppid=19905 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19917/stat : 19917 (java) S 19905 19905 19225 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419345410 28904845312 10215 33554432000 4194304 4196468 140720646564224 139681524058608 139683396496002 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19918] ppid=19905 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19918/stat : 19918 (java) S 19905 19905 19225 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419345411 28904845312 10215 33554432000 4194304 4196468 140720646564224 139681523004832 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19919] ppid=19905 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19919/stat : 19919 (java) S 19905 19905 19225 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419345411 28904845312 10215 33554432000 4194304 4196468 140720646564224 139681521952240 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19920] ppid=19905 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19920/stat : 19920 (java) S 19905 19905 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419345413 28904845312 10215 33554432000 4194304 4196468 140720646564224 139681520900816 139683396503451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19921] ppid=19905 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/19907/task/19921/stat : 19921 (java) S 19905 19905 19225 0 -1 1077944384 561 0 0 0 2 0 0 0 20 0 20 0 419345413 28904845312 10215 33554432000 4194304 4196468 140720646564224 139681519847408 139683396496002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19922] ppid=19905 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19922/stat : 19922 (java) S 19905 19905 19225 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 419345413 28904845312 10215 33554432000 4194304 4196468 140720646564224 139681518794864 139683396496002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19923] ppid=19905 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/19907/task/19923/stat : 19923 (java) S 19905 19905 19225 0 -1 1077944384 112 0 0 0 1 0 0 0 20 0 20 0 419345413 28904845312 10215 33554432000 4194304 4196468 140720646564224 139681517742320 139683396496002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19924] ppid=19905 vsize=28227388 memory=0 CPUtime=0.07 cores=0-7
/proc/19907/task/19924/stat : 19924 (java) R 19905 19905 19225 0 -1 4202560 779 0 0 0 7 0 0 0 20 0 20 0 419345413 28904845312 10215 33554432000 4194304 4196468 140720646564224 139681516689776 139683375423164 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19925] ppid=19905 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19925/stat : 19925 (java) S 19905 19905 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419345414 28904845312 10215 33554432000 4194304 4196468 140720646564224 139681515637472 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19926] ppid=19905 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19907/task/19926/stat : 19926 (java) S 19905 19905 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419345414 28904845312 10215 33554432000 4194304 4196468 140720646564224 139681514585008 139683396496002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42316 KiB

[startup+0.3096 s]*
/proc/loadavg: 6.91 7.65 7.57 4/212 19926
/proc/meminfo: memFree=30940332/32770624 swapFree=66935256/67108860
[pid=19905] ppid=19902 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19905/stat : 19905 (xcsp3-exec) S 19902 19905 19225 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419345407 115843072 364 33554432000 4194304 5098028 140725181089904 140725181088008 140189506372220 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34193408 140725181096821 140725181097065 140725181097065 140725181099978 0
/proc/19905/statm: 28282 364 305 221 0 87 0
[pid=19907] ppid=19905 vsize=28231644 memory=50076 CPUtime=0.52 cores=0-7
/proc/19907/stat : 19907 (java) S 19905 19905 19225 0 -1 1077944320 10890 0 0 0 48 4 0 0 20 0 20 0 419345408 28909203456 12519 33554432000 4194304 4196468 140720646564224 140720646546768 139683396484855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
/proc/19907/statm: 7057911 12519 3341 1 0 7019032 0
[pid=19907/tid=19908] ppid=19905 vsize=28231644 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/19907/task/19908/stat : 19908 (java) R 19905 19905 19225 0 -1 4202560 7776 0 0 0 27 3 0 0 20 0 20 0 419345408 28909203456 12519 33554432000 4194304 4196468 140720646564224 139683400715968 139683380565342 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19909] ppid=19905 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19909/stat : 19909 (java) S 19905 19905 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419345409 28909203456 12519 33554432000 4194304 4196468 140720646564224 139683349105424 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19910] ppid=19905 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19910/stat : 19910 (java) S 19905 19905 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419345409 28909203456 12519 33554432000 4194304 4196468 140720646564224 139683348052880 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19911] ppid=19905 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19911/stat : 19911 (java) S 19905 19905 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419345409 28909203456 12519 33554432000 4194304 4196468 140720646564224 139683347000336 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19912] ppid=19905 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19912/stat : 19912 (java) S 19905 19905 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419345409 28909203456 12519 33554432000 4194304 4196468 140720646564224 139683345947792 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19913] ppid=19905 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/19907/task/19913/stat : 19913 (java) S 19905 19905 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419345409 28909203456 12519 33554432000 4194304 4196468 140720646564224 139683344894224 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19914] ppid=19905 vsize=28231644 memory=140518176682927 CPUtime=0 cores=0-7
/proc/19907/task/19914/stat : 19914 (java) S 19905 19905 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419345409 28909203456 12519 33554432000 4194304 4196468 140720646564224 139683343841680 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19915] ppid=19905 vsize=28231644 memory=140518176685232 CPUtime=0 cores=0-7
/proc/19907/task/19915/stat : 19915 (java) S 19905 19905 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419345409 28909203456 12519 33554432000 4194304 4196468 140720646564224 139682941622800 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19916] ppid=19905 vsize=28231644 memory=140518176687536 CPUtime=0 cores=0-7
/proc/19907/task/19916/stat : 19916 (java) S 19905 19905 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419345409 28909203456 12519 33554432000 4194304 4196468 140720646564224 139682940570256 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19917] ppid=19905 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19917/stat : 19917 (java) S 19905 19905 19225 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419345410 28909203456 12519 33554432000 4194304 4196468 140720646564224 139681524058608 139683396496002 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19918] ppid=19905 vsize=28231644 memory=281036353382032 CPUtime=0 cores=0-7
/proc/19907/task/19918/stat : 19918 (java) S 19905 19905 19225 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419345411 28909203456 12519 33554432000 4194304 4196468 140720646564224 139681523004832 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19919] ppid=19905 vsize=28231644 memory=281036353388944 CPUtime=0 cores=0-7
/proc/19907/task/19919/stat : 19919 (java) S 19905 19905 19225 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419345411 28909203456 12519 33554432000 4194304 4196468 140720646564224 139681521952240 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19920] ppid=19905 vsize=28231644 memory=281036353330224 CPUtime=0 cores=0-7
/proc/19907/task/19920/stat : 19920 (java) S 19905 19905 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419345413 28909203456 12519 33554432000 4194304 4196468 140720646564224 139681520900816 139683396503451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19921] ppid=19905 vsize=28231644 memory=281036353402768 CPUtime=0.02 cores=0-7
/proc/19907/task/19921/stat : 19921 (java) S 19905 19905 19225 0 -1 1077944384 573 0 0 0 2 0 0 0 20 0 20 0 419345413 28909203456 12519 33554432000 4194304 4196468 140720646564224 139681519847408 139683396496002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19922] ppid=19905 vsize=28231644 memory=281036353409680 CPUtime=0.03 cores=0-7
/proc/19907/task/19922/stat : 19922 (java) R 19905 19905 19225 0 -1 4202560 244 0 0 0 3 0 0 0 20 0 20 0 419345413 28909203456 12519 33554432000 4194304 4196468 140720646564224 139681518784864 139683378002737 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19923] ppid=19905 vsize=28231644 memory=281036353407376 CPUtime=0.02 cores=0-7
/proc/19907/task/19923/stat : 19923 (java) S 19905 19905 19225 0 -1 1077944384 116 0 0 0 2 0 0 0 20 0 20 0 419345413 28909203456 12519 33554432000 4194304 4196468 140720646564224 139681517742320 139683396496002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19924] ppid=19905 vsize=28231644 memory=281036353423536 CPUtime=0.12 cores=0-7
/proc/19907/task/19924/stat : 19924 (java) S 19905 19905 19225 0 -1 1077944384 871 0 0 0 12 0 0 0 20 0 20 0 419345413 28909203456 12519 33554432000 4194304 4196468 140720646564224 139681516689776 139683396496002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19925] ppid=19905 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19925/stat : 19925 (java) S 19905 19905 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419345414 28909203456 12519 33554432000 4194304 4196468 140720646564224 139681515637472 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19926] ppid=19905 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/19907/task/19926/stat : 19926 (java) S 19905 19905 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419345414 28909203456 12519 33554432000 4194304 4196468 140720646564224 139681514585008 139683396496002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51532 KiB

[startup+0.700945 s]
/proc/loadavg: 6.91 7.65 7.57 6/212 19926
/proc/meminfo: memFree=30908964/32770624 swapFree=66935256/67108860
[pid=19905] ppid=19902 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19905/stat : 19905 (xcsp3-exec) S 19902 19905 19225 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419345407 115843072 364 33554432000 4194304 5098028 140725181089904 140725181088008 140189506372220 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34193408 140725181096821 140725181097065 140725181097065 140725181099978 0
/proc/19905/statm: 28282 364 305 221 0 87 0
[pid=19907] ppid=19905 vsize=28233768 memory=122416 CPUtime=2 cores=0-7
/proc/19907/stat : 19907 (java) S 19905 19905 19225 0 -1 1077944320 16621 0 0 0 194 6 0 0 20 0 20 0 419345408 28911378432 30604 33554432000 4194304 4196468 140720646564224 140720646546768 139683396484855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
/proc/19907/statm: 7058442 30604 3454 1 0 7019544 0
[pid=19907/tid=19908] ppid=19905 vsize=28233768 memory=281036353718464 CPUtime=0.68 cores=0-7
/proc/19907/task/19908/stat : 19908 (java) R 19905 19905 19225 0 -1 4202560 9158 0 0 0 64 4 0 0 20 0 20 0 419345408 28911378432 30604 33554432000 4194304 4196468 140720646564224 139683400721952 139683023644960 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19909] ppid=19905 vsize=28233768 memory=5076651345044 CPUtime=0 cores=0-7
/proc/19907/task/19909/stat : 19909 (java) S 19905 19905 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419345409 28911378432 30604 33554432000 4194304 4196468 140720646564224 139683349105424 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19910] ppid=19905 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19910/stat : 19910 (java) S 19905 19905 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419345409 28911378432 30604 33554432000 4194304 4196468 140720646564224 139683348052880 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19911] ppid=19905 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19911/stat : 19911 (java) S 19905 19905 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419345409 28911378432 30604 33554432000 4194304 4196468 140720646564224 139683347000336 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0

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

[pid=19907/tid=20038] ppid=19905 vsize=28901456 memory=7237398200207235428 CPUtime=6.79 cores=0-7
/proc/19907/task/20038/stat : 20038 (java) R 19905 19905 19225 0 -1 4202560 348 0 0 0 679 0 0 0 20 0 29 0 419346425 29595090944 183280 33554432000 4194304 4196468 140720646564224 139681501410296 139683024676151 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=20047] ppid=19905 vsize=28901456 memory=6944656592455097440 CPUtime=6.78 cores=0-7
/proc/19907/task/20047/stat : 20047 (java) R 19905 19905 19225 0 -1 4202560 226 0 0 0 678 0 0 0 20 0 29 0 419346432 29595090944 183280 33554432000 4194304 4196468 140720646564224 139681495092488 139683031370031 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=20048] ppid=19905 vsize=28901456 memory=7234030490512353113 CPUtime=6.9 cores=0-7
/proc/19907/task/20048/stat : 20048 (java) R 19905 19905 19225 0 -1 4202560 226 0 0 0 690 0 0 0 20 0 29 0 419346432 29595090944 183280 33554432000 4194304 4196468 140720646564224 139681500357112 139683030995165 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=20049] ppid=19905 vsize=28901456 memory=7234030490512353113 CPUtime=6.62 cores=0-7
/proc/19907/task/20049/stat : 20049 (java) R 19905 19905 19225 0 -1 4202560 2137 0 0 0 655 7 0 0 20 0 29 0 419346432 29595090944 183280 33554432000 4194304 4196468 140720646564224 139681497199728 139683035562124 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=20050] ppid=19905 vsize=28901456 memory=8026650869813564775 CPUtime=6.91 cores=0-7
/proc/19907/task/20050/stat : 20050 (java) R 19905 19905 19225 0 -1 4202560 446 0 0 0 691 0 0 0 20 0 29 0 419346432 29595090944 183280 33554432000 4194304 4196468 140720646564224 139681498251000 139683030995426 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=20051] ppid=19905 vsize=28901456 memory=-1189914978686163229 CPUtime=6.67 cores=0-7
/proc/19907/task/20051/stat : 20051 (java) R 19905 19905 19225 0 -1 4202560 616 0 0 0 667 0 0 0 20 0 29 0 419346432 29595090944 183280 33554432000 4194304 4196468 140720646564224 139681496145880 139683030995367 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=20052] ppid=19905 vsize=28901456 memory=6656426216303648864 CPUtime=6.78 cores=0-7
/proc/19907/task/20052/stat : 20052 (java) R 19905 19905 19225 0 -1 4202560 272 0 0 0 678 0 0 0 20 0 29 0 419346432 29595090944 183280 33554432000 4194304 4196468 140720646564224 139681499306088 139683031896749 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=20053] ppid=19905 vsize=28901456 memory=6944652177228980320 CPUtime=6.74 cores=0-7
/proc/19907/task/20053/stat : 20053 (java) R 19905 19905 19225 0 -1 4202560 222 0 0 0 674 0 0 0 20 0 29 0 419346432 29595090944 183280 33554432000 4194304 4196468 140720646564224 139681494040696 139683031370031 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=20054] ppid=19905 vsize=28901456 memory=6655300316396806240 CPUtime=0.02 cores=0-7
/proc/19907/task/20054/stat : 20054 (java) S 19905 19905 19225 0 -1 1077944384 33 0 0 0 2 0 0 0 20 0 29 0 419346432 29595090944 183280 33554432000 4194304 4196468 140720646564224 139681503520080 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
Current children cumulated CPU time: 122.33 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 734576 KiB

[startup+17.6019 s]
/proc/loadavg: 7.49 7.75 7.60 9/221 20054
/proc/meminfo: memFree=30254984/32770624 swapFree=66935256/67108860
[pid=19905] ppid=19902 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19905/stat : 19905 (xcsp3-exec) S 19902 19905 19225 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419345407 115843072 364 33554432000 4194304 5098028 140725181089904 140725181088008 140189506372220 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34193408 140725181096821 140725181097065 140725181097065 140725181099978 0
/proc/19905/statm: 28282 364 305 221 0 87 0
[pid=19907] ppid=19905 vsize=28901456 memory=733220 CPUtime=125.52 cores=0-7
/proc/19907/stat : 19907 (java) S 19905 19905 19225 0 -1 1077944320 72116 0 0 0 12463 89 0 0 20 0 29 0 419345408 29595090944 183305 33554432000 4194304 4196468 140720646564224 140720646546768 139683396484855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
/proc/19907/statm: 7225364 183305 3537 1 0 7186466 0
[pid=19907/tid=19908] ppid=19905 vsize=28901456 memory=10641 CPUtime=1.85 cores=0-7
/proc/19907/task/19908/stat : 19908 (java) S 19905 19905 19225 0 -1 1077944384 10271 0 0 0 178 7 0 0 20 0 29 0 419345408 29595090944 183305 33554432000 4194304 4196468 140720646564224 139683400725632 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19909] ppid=19905 vsize=28901456 memory=185 CPUtime=0.1 cores=0-7
/proc/19907/task/19909/stat : 19909 (java) S 19905 19905 19225 0 -1 1077944384 1195 0 0 0 4 6 0 0 20 0 29 0 419345409 29595090944 183305 33554432000 4194304 4196468 140720646564224 139683349105424 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19910] ppid=19905 vsize=28901456 memory=8 CPUtime=0.08 cores=0-7
/proc/19907/task/19910/stat : 19910 (java) S 19905 19905 19225 0 -1 1077944384 344 0 0 0 3 5 0 0 20 0 29 0 419345409 29595090944 183305 33554432000 4194304 4196468 140720646564224 139683348052880 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19911] ppid=19905 vsize=28901456 memory=6 CPUtime=0.1 cores=0-7
/proc/19907/task/19911/stat : 19911 (java) S 19905 19905 19225 0 -1 1077944384 240 0 0 0 4 6 0 0 20 0 29 0 419345409 29595090944 183305 33554432000 4194304 4196468 140720646564224 139683347000336 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19912] ppid=19905 vsize=28901456 memory=0 CPUtime=0.1 cores=0-7
/proc/19907/task/19912/stat : 19912 (java) S 19905 19905 19225 0 -1 1077944384 320 0 0 0 4 6 0 0 20 0 29 0 419345409 29595090944 183305 33554432000 4194304 4196468 140720646564224 139683345947792 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19913] ppid=19905 vsize=28901456 memory=0 CPUtime=0.1 cores=0-7
/proc/19907/task/19913/stat : 19913 (java) S 19905 19905 19225 0 -1 1077944384 303 0 0 0 4 6 0 0 20 0 29 0 419345409 29595090944 183305 33554432000 4194304 4196468 140720646564224 139683344894224 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19914] ppid=19905 vsize=28901456 memory=0 CPUtime=0.1 cores=0-7
/proc/19907/task/19914/stat : 19914 (java) S 19905 19905 19225 0 -1 1077944384 459 0 0 0 5 5 0 0 20 0 29 0 419345409 29595090944 183305 33554432000 4194304 4196468 140720646564224 139683343841680 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19915] ppid=19905 vsize=28901456 memory=0 CPUtime=0.11 cores=0-7
/proc/19907/task/19915/stat : 19915 (java) S 19905 19905 19225 0 -1 1077944384 171 0 0 0 5 6 0 0 20 0 29 0 419345409 29595090944 183305 33554432000 4194304 4196468 140720646564224 139682941622800 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19916] ppid=19905 vsize=28901456 memory=0 CPUtime=0.11 cores=0-7
/proc/19907/task/19916/stat : 19916 (java) S 19905 19905 19225 0 -1 1077944384 269 0 0 0 5 6 0 0 20 0 29 0 419345409 29595090944 183305 33554432000 4194304 4196468 140720646564224 139682940570256 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19917] ppid=19905 vsize=28901456 memory=0 CPUtime=0.02 cores=0-7
/proc/19907/task/19917/stat : 19917 (java) S 19905 19905 19225 0 -1 1077944384 1353 0 0 0 2 0 0 0 20 0 29 0 419345410 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681524058608 139683396496002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19918] ppid=19905 vsize=28901456 memory=1332 CPUtime=0 cores=0-7
/proc/19907/task/19918/stat : 19918 (java) S 19905 19905 19225 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 29 0 419345411 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681523004896 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19919] ppid=19905 vsize=28901456 memory=1564 CPUtime=0 cores=0-7
/proc/19907/task/19919/stat : 19919 (java) S 19905 19905 19225 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 29 0 419345411 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681521952256 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19920] ppid=19905 vsize=28901456 memory=976 CPUtime=0 cores=0-7
/proc/19907/task/19920/stat : 19920 (java) S 19905 19905 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 29 0 419345413 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681520900816 139683396503451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19921] ppid=19905 vsize=28901456 memory=772 CPUtime=3.24 cores=0-7
/proc/19907/task/19921/stat : 19921 (java) R 19905 19905 19225 0 -1 1077944384 12888 0 0 0 320 4 0 0 20 0 29 0 419345413 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681519847408 139683396496002 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19922] ppid=19905 vsize=28901456 memory=3932 CPUtime=4.12 cores=0-7
/proc/19907/task/19922/stat : 19922 (java) R 19905 19905 19225 0 -1 12591168 11608 0 0 0 409 3 0 0 20 0 29 0 419345413 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681518794864 139683377129757 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19923] ppid=19905 vsize=28901456 memory=2832 CPUtime=3.73 cores=0-7
/proc/19907/task/19923/stat : 19923 (java) S 19905 19905 19225 0 -1 1077944384 12848 0 0 0 370 3 0 0 20 0 29 0 419345413 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681517742320 139683396496002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19924] ppid=19905 vsize=28901456 memory=1456 CPUtime=1.29 cores=0-7
/proc/19907/task/19924/stat : 19924 (java) S 19905 19905 19225 0 -1 1077944384 6456 0 0 0 126 3 0 0 20 0 29 0 419345413 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681516689776 139683396496002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19925] ppid=19905 vsize=28901456 memory=733120 CPUtime=0 cores=0-7
/proc/19907/task/19925/stat : 19925 (java) S 19905 19905 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 29 0 419345414 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681515637472 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19926] ppid=19905 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/19907/task/19926/stat : 19926 (java) S 19905 19905 19225 0 -1 1077944384 718 0 0 0 0 0 0 0 20 0 29 0 419345414 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681514585008 139683396496002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=20038] ppid=19905 vsize=28901456 memory=0 CPUtime=7.19 cores=0-7
/proc/19907/task/20038/stat : 20038 (java) R 19905 19905 19225 0 -1 4202560 366 0 0 0 719 0 0 0 20 0 29 0 419346425 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681501409192 139683024676191 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=20047] ppid=19905 vsize=28901456 memory=0 CPUtime=7.17 cores=0-7
/proc/19907/task/20047/stat : 20047 (java) R 19905 19905 19225 0 -1 4202560 248 0 0 0 717 0 0 0 20 0 29 0 419346432 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681495092488 139683030995426 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=20048] ppid=19905 vsize=28901456 memory=8868 CPUtime=7.29 cores=0-7
/proc/19907/task/20048/stat : 20048 (java) R 19905 19905 19225 0 -1 4202560 289 0 0 0 729 0 0 0 20 0 29 0 419346432 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681500357112 139683030995426 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=20049] ppid=19905 vsize=28901456 memory=6791534058613427641 CPUtime=7.02 cores=0-7
/proc/19907/task/20049/stat : 20049 (java) R 19905 19905 19225 0 -1 4202560 2427 0 0 0 695 7 0 0 20 0 29 0 419346432 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681497198032 139683035563761 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=20050] ppid=19905 vsize=28901456 memory=451452 CPUtime=7.31 cores=0-7
/proc/19907/task/20050/stat : 20050 (java) R 19905 19905 19225 0 -1 4202560 539 0 0 0 731 0 0 0 20 0 29 0 419346432 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681498251000 139683030994951 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=20051] ppid=19905 vsize=28901456 memory=2244 CPUtime=7.06 cores=0-7
/proc/19907/task/20051/stat : 20051 (java) R 19905 19905 19225 0 -1 4202560 728 0 0 0 706 0 0 0 20 0 29 0 419346432 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681496148056 139683030995465 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=20052] ppid=19905 vsize=28901456 memory=0 CPUtime=7.18 cores=0-7
/proc/19907/task/20052/stat : 20052 (java) R 19905 19905 19225 0 -1 4202560 313 0 0 0 718 0 0 0 20 0 29 0 419346432 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681499303928 139683030995426 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=20053] ppid=19905 vsize=28901456 memory=0 CPUtime=7.14 cores=0-7
/proc/19907/task/20053/stat : 20053 (java) R 19905 19905 19225 0 -1 4202560 331 0 0 0 714 0 0 0 20 0 29 0 419346432 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681494040696 139683030995031 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=20054] ppid=19905 vsize=28901456 memory=0 CPUtime=0.02 cores=0-7
/proc/19907/task/20054/stat : 20054 (java) S 19905 19905 19225 0 -1 1077944384 33 0 0 0 2 0 0 0 20 0 29 0 419346432 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681503520080 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
Current children cumulated CPU time: 125.52 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 734676 KiB

[startup+17.7019 s]
/proc/loadavg: 7.49 7.75 7.60 9/221 20054
/proc/meminfo: memFree=30254984/32770624 swapFree=66935256/67108860
[pid=19905] ppid=19902 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19905/stat : 19905 (xcsp3-exec) S 19902 19905 19225 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419345407 115843072 364 33554432000 4194304 5098028 140725181089904 140725181088008 140189506372220 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34193408 140725181096821 140725181097065 140725181097065 140725181099978 0
/proc/19905/statm: 28282 364 305 221 0 87 0
[pid=19907] ppid=19905 vsize=28901456 memory=733220 CPUtime=126.32 cores=0-7
/proc/19907/stat : 19907 (java) S 19905 19905 19225 0 -1 1077944320 72732 0 0 0 12543 89 0 0 20 0 29 0 419345408 29595090944 183305 33554432000 4194304 4196468 140720646564224 140720646546768 139683396484855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
/proc/19907/statm: 7225364 183305 3537 1 0 7186466 0
[pid=19907/tid=19908] ppid=19905 vsize=28901456 memory=0 CPUtime=1.85 cores=0-7
/proc/19907/task/19908/stat : 19908 (java) S 19905 19905 19225 0 -1 1077944384 10271 0 0 0 178 7 0 0 20 0 29 0 419345408 29595090944 183305 33554432000 4194304 4196468 140720646564224 139683400725632 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19909] ppid=19905 vsize=28901456 memory=164 CPUtime=0.1 cores=0-7
/proc/19907/task/19909/stat : 19909 (java) S 19905 19905 19225 0 -1 1077944384 1195 0 0 0 4 6 0 0 20 0 29 0 419345409 29595090944 183305 33554432000 4194304 4196468 140720646564224 139683349105424 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19910] ppid=19905 vsize=28901456 memory=733120 CPUtime=0.08 cores=0-7
/proc/19907/task/19910/stat : 19910 (java) S 19905 19905 19225 0 -1 1077944384 344 0 0 0 3 5 0 0 20 0 29 0 419345409 29595090944 183305 33554432000 4194304 4196468 140720646564224 139683348052880 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19911] ppid=19905 vsize=28901456 memory=698708 CPUtime=0.1 cores=0-7
/proc/19907/task/19911/stat : 19911 (java) S 19905 19905 19225 0 -1 1077944384 240 0 0 0 4 6 0 0 20 0 29 0 419345409 29595090944 183305 33554432000 4194304 4196468 140720646564224 139683347000336 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19912] ppid=19905 vsize=28901456 memory=0 CPUtime=0.1 cores=0-7
/proc/19907/task/19912/stat : 19912 (java) S 19905 19905 19225 0 -1 1077944384 320 0 0 0 4 6 0 0 20 0 29 0 419345409 29595090944 183305 33554432000 4194304 4196468 140720646564224 139683345947792 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19913] ppid=19905 vsize=28901456 memory=0 CPUtime=0.1 cores=0-7
/proc/19907/task/19913/stat : 19913 (java) S 19905 19905 19225 0 -1 1077944384 303 0 0 0 4 6 0 0 20 0 29 0 419345409 29595090944 183305 33554432000 4194304 4196468 140720646564224 139683344894224 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19914] ppid=19905 vsize=28901456 memory=631124 CPUtime=0.1 cores=0-7
/proc/19907/task/19914/stat : 19914 (java) S 19905 19905 19225 0 -1 1077944384 459 0 0 0 5 5 0 0 20 0 29 0 419345409 29595090944 183305 33554432000 4194304 4196468 140720646564224 139683343841680 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19915] ppid=19905 vsize=28901456 memory=1456 CPUtime=0.11 cores=0-7
/proc/19907/task/19915/stat : 19915 (java) S 19905 19905 19225 0 -1 1077944384 171 0 0 0 5 6 0 0 20 0 29 0 419345409 29595090944 183305 33554432000 4194304 4196468 140720646564224 139682941622800 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19916] ppid=19905 vsize=28901456 memory=602384 CPUtime=0.11 cores=0-7
/proc/19907/task/19916/stat : 19916 (java) S 19905 19905 19225 0 -1 1077944384 269 0 0 0 5 6 0 0 20 0 29 0 419345409 29595090944 183305 33554432000 4194304 4196468 140720646564224 139682940570256 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19917] ppid=19905 vsize=28901456 memory=451548 CPUtime=0.02 cores=0-7
/proc/19907/task/19917/stat : 19917 (java) S 19905 19905 19225 0 -1 1077944384 1353 0 0 0 2 0 0 0 20 0 29 0 419345410 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681524058608 139683396496002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19918] ppid=19905 vsize=28901456 memory=2958597 CPUtime=0 cores=0-7
/proc/19907/task/19918/stat : 19918 (java) S 19905 19905 19225 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 29 0 419345411 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681523004896 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19919] ppid=19905 vsize=28901456 memory=2965986 CPUtime=0 cores=0-7
/proc/19907/task/19919/stat : 19919 (java) S 19905 19905 19225 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 29 0 419345411 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681521952256 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19920] ppid=19905 vsize=28901456 memory=1456 CPUtime=0 cores=0-7
/proc/19907/task/19920/stat : 19920 (java) S 19905 19905 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 29 0 419345413 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681520900816 139683396503451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19921] ppid=19905 vsize=28901456 memory=1456 CPUtime=3.24 cores=0-7
/proc/19907/task/19921/stat : 19921 (java) S 19905 19905 19225 0 -1 1077944384 12890 0 0 0 320 4 0 0 20 0 29 0 419345413 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681519847408 139683396496002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19922] ppid=19905 vsize=28901456 memory=733120 CPUtime=4.12 cores=0-7
/proc/19907/task/19922/stat : 19922 (java) S 19905 19905 19225 0 -1 1077944384 12143 0 0 0 409 3 0 0 20 0 29 0 419345413 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681518794864 139683396496002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19923] ppid=19905 vsize=28901456 memory=3932 CPUtime=3.73 cores=0-7
/proc/19907/task/19923/stat : 19923 (java) S 19905 19905 19225 0 -1 1077944384 12849 0 0 0 370 3 0 0 20 0 29 0 419345413 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681517742320 139683396496002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19924] ppid=19905 vsize=28901456 memory=6791534058613427641 CPUtime=1.29 cores=0-7
/proc/19907/task/19924/stat : 19924 (java) S 19905 19905 19225 0 -1 1077944384 6458 0 0 0 126 3 0 0 20 0 29 0 419345413 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681516689776 139683396496002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19925] ppid=19905 vsize=28901456 memory=2124 CPUtime=0 cores=0-7
/proc/19907/task/19925/stat : 19925 (java) S 19905 19905 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 29 0 419345414 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681515637472 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=19926] ppid=19905 vsize=28901456 memory=7876 CPUtime=0 cores=0-7
/proc/19907/task/19926/stat : 19926 (java) S 19905 19905 19225 0 -1 1077944384 725 0 0 0 0 0 0 0 20 0 29 0 419345414 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681514585008 139683396496002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=20038] ppid=19905 vsize=28901456 memory=504 CPUtime=7.28 cores=0-7
/proc/19907/task/20038/stat : 20038 (java) R 19905 19905 19225 0 -1 4202560 366 0 0 0 728 0 0 0 20 0 29 0 419346425 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681501409192 139683024676085 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=20047] ppid=19905 vsize=28901456 memory=4685 CPUtime=7.27 cores=0-7
/proc/19907/task/20047/stat : 20047 (java) R 19905 19905 19225 0 -1 4202560 249 0 0 0 727 0 0 0 20 0 29 0 419346432 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681495092488 139683031399581 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=20048] ppid=19905 vsize=28901456 memory=2055 CPUtime=7.39 cores=0-7
/proc/19907/task/20048/stat : 20048 (java) R 19905 19905 19225 0 -1 4202560 289 0 0 0 739 0 0 0 20 0 29 0 419346432 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681500357112 139683030995307 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=20049] ppid=19905 vsize=28901456 memory=0 CPUtime=7.12 cores=0-7
/proc/19907/task/20049/stat : 20049 (java) R 19905 19905 19225 0 -1 4202560 2440 0 0 0 705 7 0 0 20 0 29 0 419346432 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681497198424 139683034490866 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=20050] ppid=19905 vsize=28901456 memory=126 CPUtime=7.41 cores=0-7
/proc/19907/task/20050/stat : 20050 (java) R 19905 19905 19225 0 -1 4202560 547 0 0 0 741 0 0 0 20 0 29 0 419346432 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681498251000 139683030995426 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=20051] ppid=19905 vsize=28901456 memory=1456 CPUtime=7.16 cores=0-7
/proc/19907/task/20051/stat : 20051 (java) R 19905 19905 19225 0 -1 4202560 728 0 0 0 716 0 0 0 20 0 29 0 419346432 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681496148056 139683030995165 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=20052] ppid=19905 vsize=28901456 memory=733120 CPUtime=7.28 cores=0-7
/proc/19907/task/20052/stat : 20052 (java) R 19905 19905 19225 0 -1 4202560 314 0 0 0 728 0 0 0 20 0 29 0 419346432 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681499303928 139683030995426 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=20053] ppid=19905 vsize=28901456 memory=1984 CPUtime=7.24 cores=0-7
/proc/19907/task/20053/stat : 20053 (java) R 19905 19905 19225 0 -1 4202560 331 0 0 0 724 0 0 0 20 0 29 0 419346432 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681494040696 139683030995450 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
[pid=19907/tid=20054] ppid=19905 vsize=28901456 memory=2532 CPUtime=0.02 cores=0-7
/proc/19907/task/20054/stat : 20054 (java) S 19905 19905 19225 0 -1 1077944384 33 0 0 0 2 0 0 0 20 0 29 0 419346432 29595090944 183305 33554432000 4194304 4196468 140720646564224 139681503520080 139683396495061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31547392 140720646566890 140720646567062 140720646567062 140720646569935 0
Current children cumulated CPU time: 126.32 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 734676 KiB

Child status: 0
Real time (s): 17.7462
CPU time (s): 126.502
CPU user time (s): 125.595
CPU system time (s): 0.907203
CPU usage (%): 712.839
Max. virtual memory (cumulated for all children) (KiB): 29014584
Max. memory (cumulated for all children) (KiB): 734676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 125.595
system time used= 0.907203
maximum resident set size= 737088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74764
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7386
involuntary context switches= 2989


# summary of solver processes directly reported to runsolver:
#   pid: 19905
#   total CPU time (s): 126.502
#   total CPU user time (s): 125.595
#   total CPU system time (s): 0.907203

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.164834 second user time and 0.251822 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-14 05:11:40
IDJOB=4394552
IDBENCH=128018
IDSOLVER=2843
FILE ID=node151/4394552-1568430740
RUNJOBID= node151-1568430672-19252
PBS_JOBID= 21702312
Free space on /tmp= 59308 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-4394552-1568430740/watcher-4394552-1568430740 -o /tmp/evaluation-result-4394552-1568430740/solver-4394552-1568430740 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1568430672-19252 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1456739903 HOME/instance-4394552-1568430740.xml

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

MD5SUM BENCH= 297e7ff3843a631e244fdcc6d730e090
RANDOM SEED=1456739903

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30975808 kB
MemAvailable:   31852224 kB
Buffers:          184664 kB
Cached:           983492 kB
SwapCached:        71068 kB
Active:           643308 kB
Inactive:         598948 kB
Active(anon):       9820 kB
Inactive(anon):    96932 kB
Active(file):     633488 kB
Inactive(file):   502016 kB
Unevictable:      110868 kB
Mlocked:          110868 kB
SwapTotal:      67108860 kB
SwapFree:       66935256 kB
Dirty:             27352 kB
Writeback:             0 kB
AnonPages:        172756 kB
Mapped:            37808 kB
Shmem:             24488 kB
Slab:             142108 kB
SReclaimable:     113496 kB
SUnreclaim:        28612 kB
KernelStack:        3744 kB
PageTables:         5304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    129024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 59284 MiB
End job on node151 at 2019-09-14 05:11:58