Trace number 4393941

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 parallelOPT67514 39.8159 6.29444

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-tai10a.xml
MD5SUMb58690ea851c8aad9573a552336d280c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark67514
Best CPU time to get the best result obtained on this benchmark30.0701
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size10
Maximum domain size35
Distribution of domain sizes[{"size":10,"count":10},{"size":35,"count":45}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":10,"count":10}]
Minimum constraint arity3
Maximum constraint arity10
Distribution of constraint arities[{"arity":3,"count":45},{"arity":10,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin 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-4393941-1568421881.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393941-1568421881.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.19/0.95	c solve instance...
1.67/1.07	o 97080 
1.67/1.09	o 85970 
2.32/1.12	o 85860 
2.32/1.15	o 85254 
2.32/1.18	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (925/927)
2.32/1.18		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.32/1.18		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.32/1.18		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.32/1.18		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.32/1.18		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.32/1.18	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (925/927)
2.32/1.18		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
2.32/1.18		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
2.32/1.18		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
2.32/1.18		at org.chocosolver.solver.Solver.repair(Solver.java:443)
2.32/1.18		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
2.32/1.18		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.32/1.18		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.32/1.18		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.32/1.18		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.32/1.18		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.32/1.18		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.32/1.18		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.32/1.18		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.32/1.18		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.32/1.18		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.32/1.18		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.32/1.18	o 84468 
2.74/1.20	o 84408 
2.74/1.22	o 81724 
2.74/1.25	o 80430 
2.74/1.26	o 77638 
2.74/1.27	o 77116 
3.41/1.38	o 75714 
4.84/1.56	o 75046 
4.84/1.57	o 70116 
13.22/2.67	o 69547 
28.34/4.75	o 69065 
28.73/4.89	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (867/870)
28.73/4.89		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
28.73/4.89		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
28.73/4.89		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
28.73/4.89		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
28.73/4.89		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
28.73/4.89	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (867/870)
28.73/4.89		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
28.73/4.89		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
28.73/4.89		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
28.73/4.89		at org.chocosolver.solver.Solver.repair(Solver.java:443)
28.73/4.89		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
28.73/4.89		at org.chocosolver.solver.Solver.solve(Solver.java:262)
28.73/4.89		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
28.73/4.89		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
28.73/4.89		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
28.73/4.89		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
28.73/4.89		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
28.73/4.89		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
28.73/4.89		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
28.73/4.89		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
28.73/4.89		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
28.73/4.89		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
28.73/4.89	o 67801 
39.36/6.26	java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException
39.36/6.26		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
39.36/6.26		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
39.36/6.26		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
39.36/6.26		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
39.36/6.26		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
39.36/6.26	Caused by: java.lang.ArrayIndexOutOfBoundsException
39.36/6.26		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
39.36/6.26		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
39.36/6.26		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
39.36/6.26		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
39.36/6.26		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
39.36/6.26		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
39.36/6.26		... 4 more
39.36/6.26	Caused by: java.lang.ArrayIndexOutOfBoundsException
39.36/6.26		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
39.36/6.26		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
39.36/6.26		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
39.36/6.26		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
39.36/6.26		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
39.36/6.26		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
39.36/6.26		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
39.36/6.26		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
39.36/6.26		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
39.36/6.26		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
39.36/6.26		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
39.36/6.26		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
39.36/6.26		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
39.36/6.26		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
39.36/6.26		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
39.36/6.26		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
39.36/6.26		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
39.36/6.26		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
39.36/6.26	Caused by: java.lang.ArrayIndexOutOfBoundsException: -1
39.36/6.26		at java.util.ArrayList.elementData(ArrayList.java:418)
39.36/6.26		at java.util.ArrayList.remove(ArrayList.java:495)
39.36/6.26		at org.chocosolver.sat.SatSolver.detachLearnt(SatSolver.java:366)
39.36/6.26		at org.chocosolver.sat.PropNogoods.addLearnt(PropNogoods.java:560)
39.36/6.26		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.extractNogoodFromPath(NogoodFromRestarts.java:88)
39.36/6.26		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.beforeRestart(NogoodFromRestarts.java:65)
39.36/6.26		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.beforeRestart(SearchMonitorList.java:141)
39.36/6.26		at org.chocosolver.solver.Solver.restart(Solver.java:596)
39.36/6.26		at org.chocosolver.solver.search.loop.move.MoveRestart.restart(MoveRestart.java:135)
39.36/6.26		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:84)
39.36/6.26		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
39.36/6.26		at org.chocosolver.solver.Solver.extend(Solver.java:421)
39.36/6.26		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
39.36/6.26		at org.chocosolver.solver.Solver.solve(Solver.java:262)
39.36/6.26		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
39.36/6.26		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
39.36/6.26		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
39.36/6.26		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
39.36/6.26		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
39.36/6.26		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
39.36/6.26		... 4 more
39.36/6.26	o 67514 
39.36/6.27	s OPTIMUM FOUND
39.36/6.27	v <instantiation>
39.36/6.27	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[5][6] d[5][7] d[5][8] d[5][9] d[6][7] d[6][8] d[6][9] d[7][8] d[7][9] d[8][9] </list>
39.36/6.27	v 	<values>8 0 7 5 9 4 3 2 6 1 10 61 76 21 45 82 12 57 0 25 41 4 56 82 95 6 21 18 36 86 35 84 18 79 39 69 91 1 59 40 91 26 0 36 89 26 9 56 44 35 11 6 85 63 75 </values>
39.36/6.27	v </instantiation>

Verifier Data

OK	67514

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393941-1568421881/watcher-4393941-1568421881 -o /tmp/evaluation-result-4393941-1568421881/solver-4393941-1568421881 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1568416728-26452 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 964400374 HOME/instance-4393941-1568421881.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=29446, runsolver pid=29443

[startup+0.10014 s]*
/proc/loadavg: 7.00 8.16 7.82 2/212 29467
/proc/meminfo: memFree=27060356/32770624 swapFree=67021420/67108860
[pid=29446] ppid=29443 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/29446/stat : 29446 (xcsp3-exec) S 29443 29446 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418460751 115843072 363 33554432000 4194304 5098028 140729918201808 140729918199912 139818628436604 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29900800 140729918206838 140729918207081 140729918207081 140729918209994 0
/proc/29446/statm: 28282 363 304 221 0 87 0
[pid=29448] ppid=29446 vsize=28227388 memory=28948 CPUtime=0.12 cores=0-7
/proc/29448/stat : 29448 (java) S 29446 29446 26425 0 -1 1077944320 5741 0 0 0 11 1 0 0 20 0 20 0 418460751 28904845312 7237 33554432000 4194304 4196468 140736740531488 140736740514032 140334402068215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
/proc/29448/statm: 7056847 7237 3117 1 0 7019032 0
[pid=29448/tid=29449] ppid=29446 vsize=28227388 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/29448/task/29449/stat : 29449 (java) R 29446 29446 26425 0 -1 4202560 3645 0 0 0 9 0 0 0 20 0 20 0 418460751 28904845312 7237 33554432000 4194304 4196468 140736740531488 140334406301008 140334386148702 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29450] ppid=29446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29450/stat : 29450 (java) S 29446 29446 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418460752 28904845312 7237 33554432000 4194304 4196468 140736740531488 140334367349904 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29451] ppid=29446 vsize=28227388 memory=140495727949440 CPUtime=0 cores=0-7
/proc/29448/task/29451/stat : 29451 (java) S 29446 29446 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418460752 28904845312 7237 33554432000 4194304 4196468 140736740531488 140333952052240 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29452] ppid=29446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29452/stat : 29452 (java) S 29446 29446 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418460752 28904845312 7237 33554432000 4194304 4196468 140736740531488 140333950999440 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29453] ppid=29446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29453/stat : 29453 (java) S 29446 29446 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418460752 28904845312 7237 33554432000 4194304 4196468 140736740531488 140333949946640 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29454] ppid=29446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29454/stat : 29454 (java) S 29446 29446 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418460752 28904845312 7237 33554432000 4194304 4196468 140736740531488 140333948893840 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29455] ppid=29446 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29448/task/29455/stat : 29455 (java) S 29446 29446 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418460752 28904845312 7237 33554432000 4194304 4196468 140736740531488 140333947841040 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29456] ppid=29446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29456/stat : 29456 (java) S 29446 29446 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418460752 28904845312 7237 33554432000 4194304 4196468 140736740531488 140333946788240 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29457] ppid=29446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29457/stat : 29457 (java) S 29446 29446 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418460752 28904845312 7237 33554432000 4194304 4196468 140736740531488 140333945735440 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29458] ppid=29446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29458/stat : 29458 (java) S 29446 29446 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418460754 28904845312 7237 33554432000 4194304 4196468 140736740531488 140332597414768 140334402079362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29459] ppid=29446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29459/stat : 29459 (java) S 29446 29446 26425 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418460754 28904845312 7237 33554432000 4194304 4196468 140736740531488 140332596360736 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29460] ppid=29446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29460/stat : 29460 (java) S 29446 29446 26425 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418460754 28904845312 7237 33554432000 4194304 4196468 140736740531488 140332595307888 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29461] ppid=29446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29461/stat : 29461 (java) S 29446 29446 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418460757 28904845312 7237 33554432000 4194304 4196468 140736740531488 140332594256208 140334402086811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29462] ppid=29446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29462/stat : 29462 (java) S 29446 29446 26425 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 418460757 28904845312 7237 33554432000 4194304 4196468 140736740531488 140332593203568 140334402079362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29463] ppid=29446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29463/stat : 29463 (java) S 29446 29446 26425 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 418460757 28904845312 7237 33554432000 4194304 4196468 140736740531488 140332592150768 140334402079362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29464] ppid=29446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29464/stat : 29464 (java) S 29446 29446 26425 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 418460757 28904845312 7237 33554432000 4194304 4196468 140736740531488 140332591097968 140334402079362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29465] ppid=29446 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/29448/task/29465/stat : 29465 (java) R 29446 29446 26425 0 -1 4202560 359 0 0 0 1 0 0 0 20 0 20 0 418460757 28904845312 7237 33554432000 4194304 4196468 140736740531488 140332590041120 140334402089562 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29466] ppid=29446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29466/stat : 29466 (java) S 29446 29446 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418460757 28904845312 7237 33554432000 4194304 4196468 140736740531488 140332588993632 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29467] ppid=29446 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29448/task/29467/stat : 29467 (java) S 29446 29446 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418460757 28904845312 7237 33554432000 4194304 4196468 140736740531488 140332587940912 140334402079362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30400 KiB

[startup+0.20995 s]*
/proc/loadavg: 7.00 8.16 7.82 4/212 29467
/proc/meminfo: memFree=27037036/32770624 swapFree=67021420/67108860
[pid=29446] ppid=29443 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/29446/stat : 29446 (xcsp3-exec) S 29443 29446 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418460751 115843072 363 33554432000 4194304 5098028 140729918201808 140729918199912 139818628436604 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29900800 140729918206838 140729918207081 140729918207081 140729918209994 0
/proc/29446/statm: 28282 363 304 221 0 87 0
[pid=29448] ppid=29446 vsize=28227388 memory=40768 CPUtime=0.33 cores=0-7
/proc/29448/stat : 29448 (java) S 29446 29446 26425 0 -1 1077944320 9444 0 0 0 31 2 0 0 20 0 20 0 418460751 28904845312 10192 33554432000 4194304 4196468 140736740531488 140736740514032 140334402068215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
/proc/29448/statm: 7056847 10192 3298 1 0 7019032 0
[pid=29448/tid=29449] ppid=29446 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/29448/task/29449/stat : 29449 (java) R 29446 29446 26425 0 -1 4202560 6673 0 0 0 18 1 0 0 20 0 20 0 418460751 28904845312 10192 33554432000 4194304 4196468 140736740531488 140334406301664 140334386148702 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29450] ppid=29446 vsize=28227388 memory=331 CPUtime=0 cores=0-7
/proc/29448/task/29450/stat : 29450 (java) S 29446 29446 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418460752 28904845312 10192 33554432000 4194304 4196468 140736740531488 140334367349904 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29451] ppid=29446 vsize=28227388 memory=140495731054002 CPUtime=0 cores=0-7
/proc/29448/task/29451/stat : 29451 (java) S 29446 29446 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418460752 28904845312 10192 33554432000 4194304 4196468 140736740531488 140333952052240 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29452] ppid=29446 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29448/task/29452/stat : 29452 (java) S 29446 29446 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418460752 28904845312 10192 33554432000 4194304 4196468 140736740531488 140333950999440 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29453] ppid=29446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29453/stat : 29453 (java) S 29446 29446 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418460752 28904845312 10192 33554432000 4194304 4196468 140736740531488 140333949946640 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29454] ppid=29446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29454/stat : 29454 (java) S 29446 29446 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418460752 28904845312 10192 33554432000 4194304 4196468 140736740531488 140333948893840 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29455] ppid=29446 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29448/task/29455/stat : 29455 (java) S 29446 29446 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418460752 28904845312 10192 33554432000 4194304 4196468 140736740531488 140333947841040 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29456] ppid=29446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29456/stat : 29456 (java) S 29446 29446 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418460752 28904845312 10192 33554432000 4194304 4196468 140736740531488 140333946788240 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29457] ppid=29446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29457/stat : 29457 (java) S 29446 29446 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418460752 28904845312 10192 33554432000 4194304 4196468 140736740531488 140333945735440 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29458] ppid=29446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29458/stat : 29458 (java) S 29446 29446 26425 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418460754 28904845312 10192 33554432000 4194304 4196468 140736740531488 140332597414768 140334402079362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29459] ppid=29446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29459/stat : 29459 (java) S 29446 29446 26425 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418460754 28904845312 10192 33554432000 4194304 4196468 140736740531488 140332596360736 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29460] ppid=29446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29460/stat : 29460 (java) S 29446 29446 26425 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418460754 28904845312 10192 33554432000 4194304 4196468 140736740531488 140332595307888 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29461] ppid=29446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29461/stat : 29461 (java) S 29446 29446 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418460757 28904845312 10192 33554432000 4194304 4196468 140736740531488 140332594256208 140334402086811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29462] ppid=29446 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/29448/task/29462/stat : 29462 (java) S 29446 29446 26425 0 -1 1077944384 320 0 0 0 1 0 0 0 20 0 20 0 418460757 28904845312 10192 33554432000 4194304 4196468 140736740531488 140332593203568 140334402079362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29463] ppid=29446 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/29448/task/29463/stat : 29463 (java) S 29446 29446 26425 0 -1 1077944384 221 0 0 0 1 0 0 0 20 0 20 0 418460757 28904845312 10192 33554432000 4194304 4196468 140736740531488 140332592150768 140334402079362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29464] ppid=29446 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/29448/task/29464/stat : 29464 (java) S 29446 29446 26425 0 -1 1077944384 115 0 0 0 2 0 0 0 20 0 20 0 418460757 28904845312 10192 33554432000 4194304 4196468 140736740531488 140332591097968 140334402079362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29465] ppid=29446 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/29448/task/29465/stat : 29465 (java) R 29446 29446 26425 0 -1 4202560 799 0 0 0 8 0 0 0 20 0 20 0 418460757 28904845312 10192 33554432000 4194304 4196468 140736740531488 140332590044976 140334402082064 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29466] ppid=29446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29466/stat : 29466 (java) S 29446 29446 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418460757 28904845312 10192 33554432000 4194304 4196468 140736740531488 140332588993632 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29467] ppid=29446 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29448/task/29467/stat : 29467 (java) S 29446 29446 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418460757 28904845312 10192 33554432000 4194304 4196468 140736740531488 140332587940912 140334402079362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42220 KiB

[startup+0.309788 s]*
/proc/loadavg: 7.00 8.16 7.82 5/212 29467
/proc/meminfo: memFree=27032044/32770624 swapFree=67021420/67108860
[pid=29446] ppid=29443 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/29446/stat : 29446 (xcsp3-exec) S 29443 29446 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418460751 115843072 363 33554432000 4194304 5098028 140729918201808 140729918199912 139818628436604 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29900800 140729918206838 140729918207081 140729918207081 140729918209994 0
/proc/29446/statm: 28282 363 304 221 0 87 0
[pid=29448] ppid=29446 vsize=28231644 memory=50004 CPUtime=0.52 cores=0-7
/proc/29448/stat : 29448 (java) S 29446 29446 26425 0 -1 1077944320 10889 0 0 0 49 3 0 0 20 0 20 0 418460751 28909203456 12501 33554432000 4194304 4196468 140736740531488 140736740514032 140334402068215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
/proc/29448/statm: 7057911 12501 3337 1 0 7019032 0
[pid=29448/tid=29449] ppid=29446 vsize=28231644 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/29448/task/29449/stat : 29449 (java) R 29446 29446 26425 0 -1 4202560 7808 0 0 0 28 2 0 0 20 0 20 0 418460751 28909203456 12501 33554432000 4194304 4196468 140736740531488 140334406299328 140334402090141 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29450] ppid=29446 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29450/stat : 29450 (java) S 29446 29446 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418460752 28909203456 12501 33554432000 4194304 4196468 140736740531488 140334367349904 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29451] ppid=29446 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29451/stat : 29451 (java) S 29446 29446 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418460752 28909203456 12501 33554432000 4194304 4196468 140736740531488 140333952052240 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29452] ppid=29446 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29452/stat : 29452 (java) S 29446 29446 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418460752 28909203456 12501 33554432000 4194304 4196468 140736740531488 140333950999440 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29453] ppid=29446 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29453/stat : 29453 (java) S 29446 29446 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418460752 28909203456 12501 33554432000 4194304 4196468 140736740531488 140333949946640 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29454] ppid=29446 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/29448/task/29454/stat : 29454 (java) S 29446 29446 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418460752 28909203456 12501 33554432000 4194304 4196468 140736740531488 140333948893840 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29455] ppid=29446 vsize=28231644 memory=140495628104623 CPUtime=0 cores=0-7
/proc/29448/task/29455/stat : 29455 (java) S 29446 29446 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418460752 28909203456 12501 33554432000 4194304 4196468 140736740531488 140333947841040 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29456] ppid=29446 vsize=28231644 memory=140495628106928 CPUtime=0 cores=0-7
/proc/29448/task/29456/stat : 29456 (java) S 29446 29446 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418460752 28909203456 12501 33554432000 4194304 4196468 140736740531488 140333946788240 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29457] ppid=29446 vsize=28231644 memory=140495628109232 CPUtime=0 cores=0-7
/proc/29448/task/29457/stat : 29457 (java) S 29446 29446 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418460752 28909203456 12501 33554432000 4194304 4196468 140736740531488 140333945735440 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29458] ppid=29446 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29458/stat : 29458 (java) S 29446 29446 26425 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418460754 28909203456 12501 33554432000 4194304 4196468 140736740531488 140332597414768 140334402079362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29459] ppid=29446 vsize=28231644 memory=280991256225424 CPUtime=0 cores=0-7
/proc/29448/task/29459/stat : 29459 (java) S 29446 29446 26425 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418460754 28909203456 12501 33554432000 4194304 4196468 140736740531488 140332596360736 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29460] ppid=29446 vsize=28231644 memory=280991256232336 CPUtime=0 cores=0-7
/proc/29448/task/29460/stat : 29460 (java) S 29446 29446 26425 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418460754 28909203456 12501 33554432000 4194304 4196468 140736740531488 140332595307888 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29461] ppid=29446 vsize=28231644 memory=280991256173616 CPUtime=0 cores=0-7
/proc/29448/task/29461/stat : 29461 (java) S 29446 29446 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418460757 28909203456 12501 33554432000 4194304 4196468 140736740531488 140332594256208 140334402086811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29462] ppid=29446 vsize=28231644 memory=280991256246160 CPUtime=0.02 cores=0-7
/proc/29448/task/29462/stat : 29462 (java) R 29446 29446 26425 0 -1 4202560 461 0 0 0 2 0 0 0 20 0 20 0 418460757 28909203456 12501 33554432000 4194304 4196468 140736740531488 140332593184584 140334383591648 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29463] ppid=29446 vsize=28231644 memory=280991256253072 CPUtime=0.02 cores=0-7
/proc/29448/task/29463/stat : 29463 (java) S 29446 29446 26425 0 -1 1077944384 236 0 0 0 2 0 0 0 20 0 20 0 418460757 28909203456 12501 33554432000 4194304 4196468 140736740531488 140332592150768 140334402079362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29464] ppid=29446 vsize=28231644 memory=280991256250768 CPUtime=0.03 cores=0-7
/proc/29448/task/29464/stat : 29464 (java) S 29446 29446 26425 0 -1 1077944384 130 0 0 0 3 0 0 0 20 0 20 0 418460757 28909203456 12501 33554432000 4194304 4196468 140736740531488 140332591097968 140334402079362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29465] ppid=29446 vsize=28231644 memory=280991256266928 CPUtime=0.12 cores=0-7
/proc/29448/task/29465/stat : 29465 (java) S 29446 29446 26425 0 -1 1077944384 939 0 0 0 12 0 0 0 20 0 20 0 418460757 28909203456 12501 33554432000 4194304 4196468 140736740531488 140332590045168 140334402079362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29466] ppid=29446 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29466/stat : 29466 (java) S 29446 29446 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418460757 28909203456 12501 33554432000 4194304 4196468 140736740531488 140332588993632 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29467] ppid=29446 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/29448/task/29467/stat : 29467 (java) S 29446 29446 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418460757 28909203456 12501 33554432000 4194304 4196468 140736740531488 140332587940912 140334402079362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51456 KiB

[startup+0.700935 s]
/proc/loadavg: 7.00 8.16 7.82 1/212 29467
/proc/meminfo: memFree=27036504/32770624 swapFree=67021420/67108860
[pid=29446] ppid=29443 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/29446/stat : 29446 (xcsp3-exec) S 29443 29446 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418460751 115843072 363 33554432000 4194304 5098028 140729918201808 140729918199912 139818628436604 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29900800 140729918206838 140729918207081 140729918207081 140729918209994 0
/proc/29446/statm: 28282 363 304 221 0 87 0
[pid=29448] ppid=29446 vsize=28231720 memory=51812 CPUtime=0.59 cores=0-7
/proc/29448/stat : 29448 (java) S 29446 29446 26425 0 -1 1077944320 11303 0 0 0 56 3 0 0 20 0 20 0 418460751 28909281280 12953 33554432000 4194304 4196468 140736740531488 140736740514032 140334402068215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
/proc/29448/statm: 7057930 12953 3364 1 0 7019032 0
[pid=29448/tid=29449] ppid=29446 vsize=28231720 memory=280991256624816 CPUtime=0.34 cores=0-7
/proc/29448/task/29449/stat : 29449 (java) R 29446 29446 26425 0 -1 4202560 8203 0 0 0 32 2 0 0 20 0 20 0 418460751 28909281280 12953 33554432000 4194304 4196468 140736740531488 140334406305008 140334402090141 0 4 0 16800975 0 0 0 -1 2 0 0 33 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29450] ppid=29446 vsize=28231720 memory=140495628313456 CPUtime=0 cores=0-7
/proc/29448/task/29450/stat : 29450 (java) S 29446 29446 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418460752 28909281280 12953 33554432000 4194304 4196468 140736740531488 140334367349904 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29451] ppid=29446 vsize=28231720 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29451/stat : 29451 (java) S 29446 29446 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418460752 28909281280 12953 33554432000 4194304 4196468 140736740531488 140333952052240 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29452] ppid=29446 vsize=28231720 memory=1224 CPUtime=0 cores=0-7
/proc/29448/task/29452/stat : 29452 (java) S 29446 29446 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418460752 28909281280 12953 33554432000 4194304 4196468 140736740531488 140333950999440 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0

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

[pid=29448/tid=29465] ppid=29446 vsize=29101148 memory=662363397872623616 CPUtime=0.95 cores=0-7
/proc/29448/task/29465/stat : 29465 (java) S 29446 29446 26425 0 -1 1077944384 3923 0 0 0 94 1 0 0 20 0 28 0 418460757 29799575552 118421 33554432000 4194304 4196468 140736740531488 140332590045168 140334402079362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29466] ppid=29446 vsize=29101148 memory=-7966001967374371424 CPUtime=0 cores=0-7
/proc/29448/task/29466/stat : 29466 (java) S 29446 29446 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418460757 29799575552 118421 33554432000 4194304 4196468 140736740531488 140332588993632 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29467] ppid=29446 vsize=29101148 memory=-7019007797916124576 CPUtime=0 cores=0-7
/proc/29448/task/29467/stat : 29467 (java) S 29446 29446 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 418460757 29799575552 118421 33554432000 4194304 4196468 140736740531488 140332587940912 140334402079362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29596] ppid=29446 vsize=29101148 memory=6720696446780543624 CPUtime=0.65 cores=0-7
/proc/29448/task/29596/stat : 29596 (java) R 29446 29446 26425 0 -1 4202560 28 0 0 0 65 0 0 0 20 0 28 0 418461240 29799575552 118421 33554432000 4194304 4196468 140736740531488 140332571597840 140334044520286 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29597] ppid=29446 vsize=29101148 memory=4121989241916779622 CPUtime=0.56 cores=0-7
/proc/29448/task/29597/stat : 29597 (java) R 29446 29446 26425 0 -1 4202560 25 0 0 0 56 0 0 0 20 0 28 0 418461240 29799575552 118421 33554432000 4194304 4196468 140736740531488 140332567396584 140334044520610 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29598] ppid=29446 vsize=29101148 memory=7666363960145502311 CPUtime=0.61 cores=0-7
/proc/29448/task/29598/stat : 29598 (java) R 29446 29446 26425 0 -1 4202560 32 0 0 0 61 0 0 0 20 0 28 0 418461240 29799575552 118421 33554432000 4194304 4196468 140736740531488 140332566344792 140334046580678 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29599] ppid=29446 vsize=29101148 memory=2676 CPUtime=0.56 cores=0-7
/proc/29448/task/29599/stat : 29599 (java) R 29446 29446 26425 0 -1 4202560 19 0 0 0 56 0 0 0 20 0 28 0 418461240 29799575552 118421 33554432000 4194304 4196468 140736740531488 140332574756776 140334042927647 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29600] ppid=29446 vsize=29101148 memory=13240 CPUtime=0.66 cores=0-7
/proc/29448/task/29600/stat : 29600 (java) R 29446 29446 26425 0 -1 4202560 24 0 0 0 66 0 0 0 20 0 28 0 418461240 29799575552 118421 33554432000 4194304 4196468 140736740531488 140332565290064 140334046735639 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29601] ppid=29446 vsize=29101148 memory=500 CPUtime=0.62 cores=0-7
/proc/29448/task/29601/stat : 29601 (java) R 29446 29446 26425 0 -1 4202560 23 0 0 0 62 0 0 0 20 0 28 0 418461240 29799575552 118421 33554432000 4194304 4196468 140736740531488 140332564238632 140334044572058 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29602] ppid=29446 vsize=29101148 memory=1736 CPUtime=0.61 cores=0-7
/proc/29448/task/29602/stat : 29602 (java) R 29446 29446 26425 0 -1 4202560 17 0 0 0 61 0 0 0 20 0 28 0 418461241 29799575552 118421 33554432000 4194304 4196468 140736740531488 140332576862728 140334042926934 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29603] ppid=29446 vsize=29101148 memory=1784 CPUtime=0.13 cores=0-7
/proc/29448/task/29603/stat : 29603 (java) S 29446 29446 26425 0 -1 1077944384 20 0 0 0 13 0 0 0 20 0 28 0 418461241 29799575552 118421 33554432000 4194304 4196468 140736740531488 140332572657040 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
Current children cumulated CPU time: 34.87 s
Current children cumulated vsize: 29214276 KiB
Current children cumulated memory: 475136 KiB

[startup+6.00187 s]*
/proc/loadavg: 6.52 8.04 7.78 8/220 29603
/proc/meminfo: memFree=26615688/32770624 swapFree=67021420/67108860
[pid=29446] ppid=29443 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/29446/stat : 29446 (xcsp3-exec) S 29443 29446 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418460751 115843072 363 33554432000 4194304 5098028 140729918201808 140729918199912 139818628436604 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29900800 140729918206838 140729918207081 140729918207081 140729918209994 0
/proc/29446/statm: 28282 363 304 221 0 87 0
[pid=29448] ppid=29446 vsize=29101148 memory=474392 CPUtime=37.87 cores=0-7
/proc/29448/stat : 29448 (java) S 29446 29446 26425 0 -1 1077944320 29072 0 0 0 3741 46 0 0 20 0 28 0 418460751 29799575552 118598 33554432000 4194304 4196468 140736740531488 140736740514032 140334402068215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
/proc/29448/statm: 7275287 118598 3525 1 0 7236389 0
[pid=29448/tid=29449] ppid=29446 vsize=29101148 memory=8318255677412212789 CPUtime=0.63 cores=0-7
/proc/29448/task/29449/stat : 29449 (java) S 29446 29446 26425 0 -1 1077944384 9265 0 0 0 60 3 0 0 20 0 28 0 418460751 29799575552 118598 33554432000 4194304 4196468 140736740531488 140334406308992 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29450] ppid=29446 vsize=29101148 memory=301741403590099308 CPUtime=0.05 cores=0-7
/proc/29448/task/29450/stat : 29450 (java) S 29446 29446 26425 0 -1 1077944384 62 0 0 0 3 2 0 0 20 0 28 0 418460752 29799575552 118598 33554432000 4194304 4196468 140736740531488 140334367349904 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29451] ppid=29446 vsize=29101148 memory=140495728576736 CPUtime=0.07 cores=0-7
/proc/29448/task/29451/stat : 29451 (java) S 29446 29446 26425 0 -1 1077944384 134 0 0 0 3 4 0 0 20 0 28 0 418460752 29799575552 118598 33554432000 4194304 4196468 140736740531488 140333952052240 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29452] ppid=29446 vsize=29101148 memory=7812726516167831618 CPUtime=0.07 cores=0-7
/proc/29448/task/29452/stat : 29452 (java) S 29446 29446 26425 0 -1 1077944384 127 0 0 0 3 4 0 0 20 0 28 0 418460752 29799575552 118598 33554432000 4194304 4196468 140736740531488 140333950999440 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29453] ppid=29446 vsize=29101148 memory=6656426216303648864 CPUtime=0.07 cores=0-7
/proc/29448/task/29453/stat : 29453 (java) S 29446 29446 26425 0 -1 1077944384 113 0 0 0 3 4 0 0 20 0 28 0 418460752 29799575552 118598 33554432000 4194304 4196468 140736740531488 140333949946640 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29454] ppid=29446 vsize=29101148 memory=6944656592455360604 CPUtime=0.05 cores=0-7
/proc/29448/task/29454/stat : 29454 (java) S 29446 29446 26425 0 -1 1077944384 103 0 0 0 3 2 0 0 20 0 28 0 418460752 29799575552 118598 33554432000 4194304 4196468 140736740531488 140333948893840 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29455] ppid=29446 vsize=29101148 memory=3472328296227418159 CPUtime=0.06 cores=0-7
/proc/29448/task/29455/stat : 29455 (java) S 29446 29446 26425 0 -1 1077944384 116 0 0 0 3 3 0 0 20 0 28 0 418460752 29799575552 118598 33554432000 4194304 4196468 140736740531488 140333947841040 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29456] ppid=29446 vsize=29101148 memory=-2023959437020729679 CPUtime=0.06 cores=0-7
/proc/29448/task/29456/stat : 29456 (java) S 29446 29446 26425 0 -1 1077944384 56 0 0 0 4 2 0 0 20 0 28 0 418460752 29799575552 118598 33554432000 4194304 4196468 140736740531488 140333946788240 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29457] ppid=29446 vsize=29101148 memory=-3123010188558569322 CPUtime=0.08 cores=0-7
/proc/29448/task/29457/stat : 29457 (java) S 29446 29446 26425 0 -1 1077944384 120 0 0 0 5 3 0 0 20 0 28 0 418460752 29799575552 118598 33554432000 4194304 4196468 140736740531488 140333945735440 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29458] ppid=29446 vsize=29101148 memory=0 CPUtime=0.02 cores=0-7
/proc/29448/task/29458/stat : 29458 (java) S 29446 29446 26425 0 -1 1077944384 244 0 0 0 2 0 0 0 20 0 28 0 418460754 29799575552 118598 33554432000 4194304 4196468 140736740531488 140332597414768 140334402079362 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29459] ppid=29446 vsize=29101148 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/29448/task/29459/stat : 29459 (java) S 29446 29446 26425 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 418460754 29799575552 118598 33554432000 4194304 4196468 140736740531488 140332596360800 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29460] ppid=29446 vsize=29101148 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/29448/task/29460/stat : 29460 (java) S 29446 29446 26425 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 418460754 29799575552 118598 33554432000 4194304 4196468 140736740531488 140332595307904 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29461] ppid=29446 vsize=29101148 memory=-7522837583129502606 CPUtime=0 cores=0-7
/proc/29448/task/29461/stat : 29461 (java) S 29446 29446 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418460757 29799575552 118598 33554432000 4194304 4196468 140736740531488 140332594256208 140334402086811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29462] ppid=29446 vsize=29101148 memory=-9178176117148050014 CPUtime=2.7 cores=0-7
/proc/29448/task/29462/stat : 29462 (java) S 29446 29446 26425 0 -1 1077944384 3391 0 0 0 269 1 0 0 20 0 28 0 418460757 29799575552 118598 33554432000 4194304 4196468 140736740531488 140332593203568 140334402079362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29463] ppid=29446 vsize=29101148 memory=0 CPUtime=2.48 cores=0-7
/proc/29448/task/29463/stat : 29463 (java) S 29446 29446 26425 0 -1 1077944384 3428 0 0 0 247 1 0 0 20 0 28 0 418460757 29799575552 118598 33554432000 4194304 4196468 140736740531488 140332592150768 140334402079362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29464] ppid=29446 vsize=29101148 memory=-1 CPUtime=2.57 cores=0-7
/proc/29448/task/29464/stat : 29464 (java) S 29446 29446 26425 0 -1 1077944384 2761 0 0 0 257 0 0 0 20 0 28 0 418460757 29799575552 118598 33554432000 4194304 4196468 140736740531488 140332591097968 140334402079362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29465] ppid=29446 vsize=29101148 memory=0 CPUtime=0.96 cores=0-7
/proc/29448/task/29465/stat : 29465 (java) S 29446 29446 26425 0 -1 1077944384 4172 0 0 0 95 1 0 0 20 0 28 0 418460757 29799575552 118598 33554432000 4194304 4196468 140736740531488 140332590045168 140334402079362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29466] ppid=29446 vsize=29101148 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29466/stat : 29466 (java) S 29446 29446 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418460757 29799575552 118598 33554432000 4194304 4196468 140736740531488 140332588993632 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29467] ppid=29446 vsize=29101148 memory=-1 CPUtime=0 cores=0-7
/proc/29448/task/29467/stat : 29467 (java) S 29446 29446 26425 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 418460757 29799575552 118598 33554432000 4194304 4196468 140736740531488 140332587940912 140334402079362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29596] ppid=29446 vsize=29101148 memory=-1 CPUtime=1.06 cores=0-7
/proc/29448/task/29596/stat : 29596 (java) R 29446 29446 26425 0 -1 4202560 97 0 0 0 106 0 0 0 20 0 28 0 418461240 29799575552 118598 33554432000 4194304 4196468 140736740531488 140332571598280 140334042927259 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29597] ppid=29446 vsize=29101148 memory=0 CPUtime=0.97 cores=0-7
/proc/29448/task/29597/stat : 29597 (java) R 29446 29446 26425 0 -1 4202560 53 0 0 0 97 0 0 0 20 0 28 0 418461240 29799575552 118598 33554432000 4194304 4196468 140736740531488 140332567396584 140334043384200 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29598] ppid=29446 vsize=29101148 memory=0 CPUtime=1.01 cores=0-7
/proc/29448/task/29598/stat : 29598 (java) R 29446 29446 26425 0 -1 4202560 174 0 0 0 101 0 0 0 20 0 28 0 418461240 29799575552 118598 33554432000 4194304 4196468 140736740531488 140332566346440 140334047032116 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29599] ppid=29446 vsize=29101148 memory=0 CPUtime=0.97 cores=0-7
/proc/29448/task/29599/stat : 29599 (java) R 29446 29446 26425 0 -1 4202560 108 0 0 0 97 0 0 0 20 0 28 0 418461240 29799575552 118598 33554432000 4194304 4196468 140736740531488 140332574756776 140334383474532 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29600] ppid=29446 vsize=29101148 memory=0 CPUtime=1.07 cores=0-7
/proc/29448/task/29600/stat : 29600 (java) R 29446 29446 26425 0 -1 4202560 96 0 0 0 107 0 0 0 20 0 28 0 418461240 29799575552 118598 33554432000 4194304 4196468 140736740531488 140332565291192 140334046735740 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29601] ppid=29446 vsize=29101148 memory=0 CPUtime=1.02 cores=0-7
/proc/29448/task/29601/stat : 29601 (java) R 29446 29446 26425 0 -1 4202560 97 0 0 0 102 0 0 0 20 0 28 0 418461240 29799575552 118598 33554432000 4194304 4196468 140736740531488 140332564238632 140334042927997 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29602] ppid=29446 vsize=29101148 memory=0 CPUtime=1.01 cores=0-7
/proc/29448/task/29602/stat : 29602 (java) R 29446 29446 26425 0 -1 4202560 109 0 0 0 101 0 0 0 20 0 28 0 418461241 29799575552 118598 33554432000 4194304 4196468 140736740531488 140332576862472 140334042927971 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29603] ppid=29446 vsize=29101148 memory=0 CPUtime=0.13 cores=0-7
/proc/29448/task/29603/stat : 29603 (java) S 29446 29446 26425 0 -1 1077944384 20 0 0 0 13 0 0 0 20 0 28 0 418461241 29799575552 118598 33554432000 4194304 4196468 140736740531488 140332572657040 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
Current children cumulated CPU time: 37.87 s
Current children cumulated vsize: 29214276 KiB
Current children cumulated memory: 475844 KiB

[startup+6.20587 s]
/proc/loadavg: 6.52 8.04 7.78 8/220 29603
/proc/meminfo: memFree=26615688/32770624 swapFree=67021420/67108860
[pid=29446] ppid=29443 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/29446/stat : 29446 (xcsp3-exec) S 29443 29446 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418460751 115843072 363 33554432000 4194304 5098028 140729918201808 140729918199912 139818628436604 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29900800 140729918206838 140729918207081 140729918207081 140729918209994 0
/proc/29446/statm: 28282 363 304 221 0 87 0
[pid=29448] ppid=29446 vsize=29101148 memory=539072 CPUtime=39.36 cores=0-7
/proc/29448/stat : 29448 (java) S 29446 29446 26425 0 -1 1077944320 33567 0 0 0 3886 50 0 0 20 0 28 0 418460751 29799575552 134768 33554432000 4194304 4196468 140736740531488 140736740514032 140334402068215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
/proc/29448/statm: 7275287 134768 3525 1 0 7236389 0
[pid=29448/tid=29449] ppid=29446 vsize=29101148 memory=0 CPUtime=0.63 cores=0-7
/proc/29448/task/29449/stat : 29449 (java) S 29446 29446 26425 0 -1 1077944384 9265 0 0 0 60 3 0 0 20 0 28 0 418460751 29799575552 134768 33554432000 4194304 4196468 140736740531488 140334406308992 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29450] ppid=29446 vsize=29101148 memory=0 CPUtime=0.05 cores=0-7
/proc/29448/task/29450/stat : 29450 (java) S 29446 29446 26425 0 -1 1077944384 62 0 0 0 3 2 0 0 20 0 28 0 418460752 29799575552 134768 33554432000 4194304 4196468 140736740531488 140334367349904 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29451] ppid=29446 vsize=29101148 memory=0 CPUtime=0.07 cores=0-7
/proc/29448/task/29451/stat : 29451 (java) S 29446 29446 26425 0 -1 1077944384 134 0 0 0 3 4 0 0 20 0 28 0 418460752 29799575552 134768 33554432000 4194304 4196468 140736740531488 140333952052240 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29452] ppid=29446 vsize=29101148 memory=0 CPUtime=0.07 cores=0-7
/proc/29448/task/29452/stat : 29452 (java) S 29446 29446 26425 0 -1 1077944384 127 0 0 0 3 4 0 0 20 0 28 0 418460752 29799575552 134768 33554432000 4194304 4196468 140736740531488 140333950999440 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29453] ppid=29446 vsize=29101148 memory=0 CPUtime=0.07 cores=0-7
/proc/29448/task/29453/stat : 29453 (java) S 29446 29446 26425 0 -1 1077944384 113 0 0 0 3 4 0 0 20 0 28 0 418460752 29799575552 134768 33554432000 4194304 4196468 140736740531488 140333949946640 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29454] ppid=29446 vsize=29101148 memory=0 CPUtime=0.05 cores=0-7
/proc/29448/task/29454/stat : 29454 (java) S 29446 29446 26425 0 -1 1077944384 103 0 0 0 3 2 0 0 20 0 28 0 418460752 29799575552 134768 33554432000 4194304 4196468 140736740531488 140333948893840 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29455] ppid=29446 vsize=29101148 memory=0 CPUtime=0.06 cores=0-7
/proc/29448/task/29455/stat : 29455 (java) S 29446 29446 26425 0 -1 1077944384 116 0 0 0 3 3 0 0 20 0 28 0 418460752 29799575552 134768 33554432000 4194304 4196468 140736740531488 140333947841040 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29456] ppid=29446 vsize=29101148 memory=0 CPUtime=0.06 cores=0-7
/proc/29448/task/29456/stat : 29456 (java) S 29446 29446 26425 0 -1 1077944384 56 0 0 0 4 2 0 0 20 0 28 0 418460752 29799575552 134768 33554432000 4194304 4196468 140736740531488 140333946788240 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29457] ppid=29446 vsize=29101148 memory=0 CPUtime=0.08 cores=0-7
/proc/29448/task/29457/stat : 29457 (java) S 29446 29446 26425 0 -1 1077944384 120 0 0 0 5 3 0 0 20 0 28 0 418460752 29799575552 134768 33554432000 4194304 4196468 140736740531488 140333945735440 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29458] ppid=29446 vsize=29101148 memory=0 CPUtime=0.02 cores=0-7
/proc/29448/task/29458/stat : 29458 (java) S 29446 29446 26425 0 -1 1077944384 244 0 0 0 2 0 0 0 20 0 28 0 418460754 29799575552 134768 33554432000 4194304 4196468 140736740531488 140332597414768 140334402079362 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29459] ppid=29446 vsize=29101148 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29459/stat : 29459 (java) S 29446 29446 26425 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 418460754 29799575552 134768 33554432000 4194304 4196468 140736740531488 140332596360800 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29460] ppid=29446 vsize=29101148 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29460/stat : 29460 (java) S 29446 29446 26425 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 418460754 29799575552 134768 33554432000 4194304 4196468 140736740531488 140332595307904 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29461] ppid=29446 vsize=29101148 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29461/stat : 29461 (java) S 29446 29446 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418460757 29799575552 134768 33554432000 4194304 4196468 140736740531488 140332594256208 140334402086811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29462] ppid=29446 vsize=29101148 memory=0 CPUtime=2.7 cores=0-7
/proc/29448/task/29462/stat : 29462 (java) S 29446 29446 26425 0 -1 1077944384 3391 0 0 0 269 1 0 0 20 0 28 0 418460757 29799575552 134768 33554432000 4194304 4196468 140736740531488 140332593203568 140334402079362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29463] ppid=29446 vsize=29101148 memory=0 CPUtime=2.6 cores=0-7
/proc/29448/task/29463/stat : 29463 (java) R 29446 29446 26425 0 -1 4202560 6587 0 0 0 258 2 0 0 20 0 28 0 418460757 29799575552 134768 33554432000 4194304 4196468 140736740531488 140332592136736 140334383611507 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29464] ppid=29446 vsize=29101148 memory=0 CPUtime=2.6 cores=0-7
/proc/29448/task/29464/stat : 29464 (java) S 29446 29446 26425 0 -1 1077944384 3429 0 0 0 259 1 0 0 20 0 28 0 418460757 29799575552 134768 33554432000 4194304 4196468 140736740531488 140332591097968 140334402079362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29465] ppid=29446 vsize=29101148 memory=0 CPUtime=0.96 cores=0-7
/proc/29448/task/29465/stat : 29465 (java) S 29446 29446 26425 0 -1 1077944384 4207 0 0 0 95 1 0 0 20 0 28 0 418460757 29799575552 134768 33554432000 4194304 4196468 140736740531488 140332590045168 140334402079362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29466] ppid=29446 vsize=29101148 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29466/stat : 29466 (java) S 29446 29446 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418460757 29799575552 134768 33554432000 4194304 4196468 140736740531488 140332588993632 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29467] ppid=29446 vsize=29101148 memory=0 CPUtime=0 cores=0-7
/proc/29448/task/29467/stat : 29467 (java) S 29446 29446 26425 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 418460757 29799575552 134768 33554432000 4194304 4196468 140736740531488 140332587940912 140334402079362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29596] ppid=29446 vsize=29101148 memory=0 CPUtime=1.25 cores=0-7
/proc/29448/task/29596/stat : 29596 (java) R 29446 29446 26425 0 -1 4202560 100 0 0 0 125 0 0 0 20 0 28 0 418461240 29799575552 134768 33554432000 4194304 4196468 140736740531488 140332571598280 140334042926889 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29597] ppid=29446 vsize=29101148 memory=0 CPUtime=1.17 cores=0-7
/proc/29448/task/29597/stat : 29597 (java) R 29446 29446 26425 0 -1 4202560 53 0 0 0 117 0 0 0 20 0 28 0 418461240 29799575552 134768 33554432000 4194304 4196468 140736740531488 140332567396584 140334044177873 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29598] ppid=29446 vsize=29101148 memory=0 CPUtime=1.21 cores=0-7
/proc/29448/task/29598/stat : 29598 (java) R 29446 29446 26425 0 -1 4202560 595 0 0 0 119 2 0 0 20 0 28 0 418461240 29799575552 134768 33554432000 4194304 4196468 140736740531488 140332566343800 140334044176914 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29599] ppid=29446 vsize=29101148 memory=0 CPUtime=1.16 cores=0-7
/proc/29448/task/29599/stat : 29599 (java) R 29446 29446 26425 0 -1 4202560 265 0 0 0 116 0 0 0 20 0 28 0 418461240 29799575552 134768 33554432000 4194304 4196468 140736740531488 140332574756776 140334045428170 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29600] ppid=29446 vsize=29101148 memory=0 CPUtime=1.23 cores=0-7
/proc/29448/task/29600/stat : 29600 (java) S 29446 29446 26425 0 -1 1077944384 138 0 0 0 123 0 0 0 20 0 28 0 418461240 29799575552 134768 33554432000 4194304 4196468 140736740531488 140332565295888 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29601] ppid=29446 vsize=29101148 memory=0 CPUtime=1.22 cores=0-7
/proc/29448/task/29601/stat : 29601 (java) R 29446 29446 26425 0 -1 4202560 101 0 0 0 122 0 0 0 20 0 28 0 418461240 29799575552 134768 33554432000 4194304 4196468 140736740531488 140332564238632 140334044572053 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29602] ppid=29446 vsize=29101148 memory=0 CPUtime=1.2 cores=0-7
/proc/29448/task/29602/stat : 29602 (java) R 29446 29446 26425 0 -1 4202560 115 0 0 0 120 0 0 0 20 0 28 0 418461241 29799575552 134768 33554432000 4194304 4196468 140736740531488 140332576862824 140334042926889 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
[pid=29448/tid=29603] ppid=29446 vsize=29101148 memory=0 CPUtime=0.13 cores=0-7
/proc/29448/task/29603/stat : 29603 (java) S 29446 29446 26425 0 -1 1077944384 20 0 0 0 13 0 0 0 20 0 28 0 418461241 29799575552 134768 33554432000 4194304 4196468 140736740531488 140332572657040 140334402078421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140736740537322 140736740537494 140736740537494 140736740540367 0
Current children cumulated CPU time: 39.36 s
Current children cumulated vsize: 29214276 KiB
Current children cumulated memory: 540524 KiB

Child status: 0
Real time (s): 6.29444
CPU time (s): 39.8159
CPU user time (s): 39.2969
CPU system time (s): 0.51893
CPU usage (%): 632.556
Max. virtual memory (cumulated for all children) (KiB): 29214276
Max. memory (cumulated for all children) (KiB): 540524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.2969
system time used= 0.51893
maximum resident set size= 565992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35280
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5913
involuntary context switches= 1195


# summary of solver processes directly reported to runsolver:
#   pid: 29446
#   total CPU time (s): 39.8159
#   total CPU user time (s): 39.2969
#   total CPU system time (s): 0.51893

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.090284 second user time and 0.098325 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-14 02:44:02
IDJOB=4393941
IDBENCH=123062
IDSOLVER=2841
FILE ID=node150/4393941-1568421881
RUNJOBID= node150-1568416728-26452
PBS_JOBID= 21702251
Free space on /tmp= 59360 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-tai10a.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-4393941-1568421881/watcher-4393941-1568421881 -o /tmp/evaluation-result-4393941-1568421881/solver-4393941-1568421881 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1568416728-26452 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 964400374 HOME/instance-4393941-1568421881.xml

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

MD5SUM BENCH= b58690ea851c8aad9573a552336d280c
RANDOM SEED=964400374

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27076128 kB
MemAvailable:   31828776 kB
Buffers:          201752 kB
Cached:          4760352 kB
SwapCached:        13532 kB
Active:          1139848 kB
Inactive:        3869664 kB
Active(anon):      11704 kB
Inactive(anon):    61076 kB
Active(file):    1128144 kB
Inactive(file):  3808588 kB
Unevictable:      109416 kB
Mlocked:          109416 kB
SwapTotal:      67108860 kB
SwapFree:       67021420 kB
Dirty:             26168 kB
Writeback:             0 kB
AnonPages:        143204 kB
Mapped:            38912 kB
Shmem:             16756 kB
Slab:             274952 kB
SReclaimable:     244376 kB
SUnreclaim:        30576 kB
KernelStack:        3488 kB
PageTables:         5936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 59332 MiB
End job on node150 at 2019-09-14 02:44:08