Trace number 4393935

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-06-14 parallelOPT103 960.763 136.316

General information on the benchmark

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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393935-1568431376.xml"  -tl '20160s' -p 8
0.12/0.19	c Choco e747e1e
0.12/0.19	c [HOME/instance-4393935-1568431376.xml, -tl, 20160s, -p, 8]
0.33/0.23	c 8 solvers in parallel
0.33/0.29	c parse instance...
1.57/0.74	c solve instance...
2.09/0.88	o 108 
5.02/1.29	o 107 
27.03/4.06	o 106 
29.08/4.39	o 105 
29.62/4.46	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (86/99)
29.62/4.46		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
29.62/4.46		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
29.62/4.46		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
29.62/4.46		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
29.62/4.46		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
29.62/4.46	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (86/99)
29.62/4.46		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
29.62/4.46		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
29.62/4.46		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
29.62/4.46		at org.chocosolver.solver.Solver.repair(Solver.java:443)
29.62/4.46		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
29.62/4.46		at org.chocosolver.solver.Solver.solve(Solver.java:262)
29.62/4.46		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
29.62/4.46		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
29.62/4.46		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
29.62/4.46		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
29.62/4.46		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
29.62/4.46		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
29.62/4.46		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
29.62/4.46		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
29.62/4.46		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
29.62/4.46		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
29.62/4.46	o 104 
112.13/14.85	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
112.13/14.85		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
112.13/14.85		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
112.13/14.85		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
112.13/14.85		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
112.13/14.85		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
112.13/14.85	Caused by: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
112.13/14.85		at org.chocosolver.solver.search.strategy.decision.DecisionPath.pushDecision(DecisionPath.java:95)
112.13/14.85		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:64)
112.13/14.85		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
112.13/14.85		at org.chocosolver.solver.Solver.extend(Solver.java:421)
112.13/14.85		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
112.13/14.85		at org.chocosolver.solver.Solver.solve(Solver.java:262)
112.13/14.85		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
112.13/14.85		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
112.13/14.85		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
112.13/14.85		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
112.13/14.85		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
112.13/14.85		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
112.13/14.85		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
112.13/14.85		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
112.13/14.85		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
112.13/14.85		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
112.13/14.86	o 103 
960.19/136.27	java.util.concurrent.ExecutionException: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
960.19/136.27		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
960.19/136.27		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
960.19/136.27		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
960.19/136.27		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
960.19/136.27		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
960.19/136.27	Caused by: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
960.19/136.27		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
960.19/136.27		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
960.19/136.27		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
960.19/136.27		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
960.19/136.27		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593)
960.19/136.27		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
960.19/136.27		... 4 more
960.19/136.27	Caused by: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
960.19/136.27		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
960.19/136.27		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
960.19/136.27		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
960.19/136.27		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
960.19/136.27		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593)
960.19/136.27		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
960.19/136.27		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
960.19/136.27		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
960.19/136.27		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
960.19/136.27		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
960.19/136.27		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
960.19/136.27		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
960.19/136.27		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
960.19/136.27		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
960.19/136.27		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
960.19/136.27		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
960.19/136.27		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
960.19/136.27		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
960.19/136.28	Caused by: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
960.19/136.28		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.extractNogoodFromPath(NogoodFromRestarts.java:107)
960.19/136.28		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.beforeRestart(NogoodFromRestarts.java:65)
960.19/136.28		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.beforeRestart(SearchMonitorList.java:141)
960.19/136.28		at org.chocosolver.solver.Solver.restart(Solver.java:596)
960.19/136.28		at org.chocosolver.solver.search.loop.move.MoveRestart.restart(MoveRestart.java:135)
960.19/136.28		at org.chocosolver.solver.search.loop.move.MoveRestart.repair(MoveRestart.java:96)
960.19/136.28		at org.chocosolver.solver.Solver.repair(Solver.java:438)
960.19/136.28		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
960.19/136.28		at org.chocosolver.solver.Solver.solve(Solver.java:262)
960.19/136.28		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
960.19/136.28		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
960.19/136.28		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
960.19/136.28		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
960.19/136.28		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
960.19/136.28		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
960.19/136.28		... 4 more
960.19/136.28	s OPTIMUM FOUND
960.19/136.28	v <instantiation>
960.19/136.28	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] </list>
960.19/136.28	v 	<values>0 0 16 9 9 17 28 17 9 28 59 37 58 51 43 71 58 21 47 72 73 63 73 88 83 88 51 80 98 92 92 103 </values>
960.19/136.28	v </instantiation>

Verifier Data

OK	103

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14930 MiB free)
  memory of node 1: 16384 MiB (15608 MiB free)
  node distances:
     10  21
     21  10

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

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

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

solver pid=8098, runsolver pid=8095

[startup+0.100185 s]*
/proc/loadavg: 7.78 7.74 7.80 3/212 8119
/proc/meminfo: memFree=31255336/32770624 swapFree=67000536/67108860
[pid=8098] ppid=8095 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8098/stat : 8098 (xcsp3-exec) S 8095 8098 6587 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419051575 115843072 364 33554432000 4194304 5098028 140732283029072 140732283027176 139843077309052 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9461760 140732283036533 140732283036777 140732283036777 140732283039690 0
/proc/8098/statm: 28282 364 305 221 0 87 0
[pid=8100] ppid=8098 vsize=28227388 memory=29048 CPUtime=0.12 cores=0-7
/proc/8100/stat : 8100 (java) S 8098 8098 6587 0 -1 1077944320 5748 0 0 0 11 1 0 0 20 0 20 0 419051576 28904845312 7262 33554432000 4194304 4196468 140726734091920 140726734074464 139923992456951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
/proc/8100/statm: 7056847 7262 3096 1 0 7019032 0
[pid=8100/tid=8101] ppid=8098 vsize=28227388 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/8100/task/8101/stat : 8101 (java) R 8098 8098 6587 0 -1 4202560 3650 0 0 0 8 1 0 0 20 0 20 0 419051576 28904845312 7262 33554432000 4194304 4196468 140726734091920 139923996688864 139923992468886 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8102] ppid=8098 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/8100/task/8102/stat : 8102 (java) S 8098 8098 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051577 28904845312 7262 33554432000 4194304 4196468 140726734091920 139923945077392 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8103] ppid=8098 vsize=28227388 memory=139923485959808 CPUtime=0 cores=0-7
/proc/8100/task/8103/stat : 8103 (java) S 8098 8098 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419051577 28904845312 7262 33554432000 4194304 4196468 140726734091920 139923944024592 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8104] ppid=8098 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8104/stat : 8104 (java) S 8098 8098 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051577 28904845312 7262 33554432000 4194304 4196468 140726734091920 139923942971792 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8105] ppid=8098 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8105/stat : 8105 (java) S 8098 8098 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051577 28904845312 7262 33554432000 4194304 4196468 140726734091920 139923941918992 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8106] ppid=8098 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8106/stat : 8106 (java) S 8098 8098 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419051577 28904845312 7262 33554432000 4194304 4196468 140726734091920 139923940867216 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8107] ppid=8098 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8100/task/8107/stat : 8107 (java) S 8098 8098 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051577 28904845312 7262 33554432000 4194304 4196468 140726734091920 139923939814416 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8108] ppid=8098 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8108/stat : 8108 (java) S 8098 8098 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051577 28904845312 7262 33554432000 4194304 4196468 140726734091920 139923938761616 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8109] ppid=8098 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8109/stat : 8109 (java) S 8098 8098 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419051577 28904845312 7262 33554432000 4194304 4196468 140726734091920 139923937708816 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8110] ppid=8098 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8110/stat : 8110 (java) S 8098 8098 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051578 28904845312 7262 33554432000 4194304 4196468 140726734091920 139922657905008 139923992468098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8111] ppid=8098 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8111/stat : 8111 (java) S 8098 8098 6587 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419051579 28904845312 7262 33554432000 4194304 4196468 140726734091920 139922656850976 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8112] ppid=8098 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8112/stat : 8112 (java) S 8098 8098 6587 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419051579 28904845312 7262 33554432000 4194304 4196468 140726734091920 139922655798128 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8113] ppid=8098 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8113/stat : 8113 (java) S 8098 8098 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419051581 28904845312 7262 33554432000 4194304 4196468 140726734091920 139922654746448 139923992475547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8114] ppid=8098 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8114/stat : 8114 (java) S 8098 8098 6587 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 20 0 419051582 28904845312 7262 33554432000 4194304 4196468 140726734091920 139922653694832 139923992468098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8115] ppid=8098 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8115/stat : 8115 (java) S 8098 8098 6587 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 419051582 28904845312 7262 33554432000 4194304 4196468 140726734091920 139921808251632 139923992468098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8116] ppid=8098 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8116/stat : 8116 (java) S 8098 8098 6587 0 -1 1077944384 283 0 0 0 0 0 0 0 20 0 20 0 419051582 28904845312 7262 33554432000 4194304 4196468 140726734091920 139921807198832 139923992468098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8117] ppid=8098 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/8100/task/8117/stat : 8117 (java) R 8098 8098 6587 0 -1 4202560 351 0 0 0 1 0 0 0 20 0 20 0 419051582 28904845312 7262 33554432000 4194304 4196468 140726734091920 139921806146032 139923971585347 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8118] ppid=8098 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8118/stat : 8118 (java) S 8098 8098 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419051582 28904845312 7262 33554432000 4194304 4196468 140726734091920 139921805093472 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8119] ppid=8098 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8100/task/8119/stat : 8119 (java) S 8098 8098 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419051582 28904845312 7262 33554432000 4194304 4196468 140726734091920 139921804040752 139923992468098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30504 KiB

[startup+0.210487 s]*
/proc/loadavg: 7.78 7.74 7.80 3/212 8119
/proc/meminfo: memFree=31244120/32770624 swapFree=67000536/67108860
[pid=8098] ppid=8095 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8098/stat : 8098 (xcsp3-exec) S 8095 8098 6587 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419051575 115843072 364 33554432000 4194304 5098028 140732283029072 140732283027176 139843077309052 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9461760 140732283036533 140732283036777 140732283036777 140732283039690 0
/proc/8098/statm: 28282 364 305 221 0 87 0
[pid=8100] ppid=8098 vsize=28227388 memory=40124 CPUtime=0.33 cores=0-7
/proc/8100/stat : 8100 (java) S 8098 8098 6587 0 -1 1077944320 9306 0 0 0 30 3 0 0 20 0 20 0 419051576 28904845312 10031 33554432000 4194304 4196468 140726734091920 140726734074464 139923992456951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
/proc/8100/statm: 7056847 10031 3251 1 0 7019032 0
[pid=8100/tid=8101] ppid=8098 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/8100/task/8101/stat : 8101 (java) S 8098 8098 6587 0 -1 1077944384 6587 0 0 0 17 2 0 0 20 0 20 0 419051576 28904845312 10044 33554432000 4194304 4196468 140726734091920 139923996688864 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8102] ppid=8098 vsize=28227388 memory=339 CPUtime=0 cores=0-7
/proc/8100/task/8102/stat : 8102 (java) S 8098 8098 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051577 28904845312 10044 33554432000 4194304 4196468 140726734091920 139923945077392 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8103] ppid=8098 vsize=28227388 memory=139923485969767 CPUtime=0 cores=0-7
/proc/8100/task/8103/stat : 8103 (java) S 8098 8098 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419051577 28904845312 10044 33554432000 4194304 4196468 140726734091920 139923944024592 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8104] ppid=8098 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8100/task/8104/stat : 8104 (java) S 8098 8098 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051577 28904845312 10044 33554432000 4194304 4196468 140726734091920 139923942971792 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8105] ppid=8098 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8105/stat : 8105 (java) S 8098 8098 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051577 28904845312 10044 33554432000 4194304 4196468 140726734091920 139923941918992 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8106] ppid=8098 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8106/stat : 8106 (java) S 8098 8098 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419051577 28904845312 10044 33554432000 4194304 4196468 140726734091920 139923940867216 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8107] ppid=8098 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8100/task/8107/stat : 8107 (java) S 8098 8098 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051577 28904845312 10044 33554432000 4194304 4196468 140726734091920 139923939814416 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8108] ppid=8098 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8108/stat : 8108 (java) S 8098 8098 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051577 28904845312 10044 33554432000 4194304 4196468 140726734091920 139923938761616 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8109] ppid=8098 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8109/stat : 8109 (java) S 8098 8098 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419051577 28904845312 10044 33554432000 4194304 4196468 140726734091920 139923937708816 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8110] ppid=8098 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8110/stat : 8110 (java) S 8098 8098 6587 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419051578 28904845312 10044 33554432000 4194304 4196468 140726734091920 139922657905008 139923992468098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8111] ppid=8098 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8111/stat : 8111 (java) S 8098 8098 6587 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419051579 28904845312 10044 33554432000 4194304 4196468 140726734091920 139922656850976 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8112] ppid=8098 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8112/stat : 8112 (java) S 8098 8098 6587 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419051579 28904845312 10044 33554432000 4194304 4196468 140726734091920 139922655798128 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8113] ppid=8098 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8113/stat : 8113 (java) S 8098 8098 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419051581 28904845312 10044 33554432000 4194304 4196468 140726734091920 139922654746448 139923992475547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8114] ppid=8098 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8114/stat : 8114 (java) S 8098 8098 6587 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 419051582 28904845312 10044 33554432000 4194304 4196468 140726734091920 139922653694832 139923992468098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8115] ppid=8098 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/8100/task/8115/stat : 8115 (java) S 8098 8098 6587 0 -1 1077944384 234 0 0 0 2 0 0 0 20 0 20 0 419051582 28904845312 10044 33554432000 4194304 4196468 140726734091920 139921808251632 139923992468098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8116] ppid=8098 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/8100/task/8116/stat : 8116 (java) R 8098 8098 6587 0 -1 4202560 374 0 0 0 2 0 0 0 20 0 20 0 419051582 28904845312 10044 33554432000 4194304 4196468 140726734091920 139921807190288 139923971605640 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8117] ppid=8098 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/8100/task/8117/stat : 8117 (java) S 8098 8098 6587 0 -1 1077944384 761 0 0 0 7 0 0 0 20 0 20 0 419051582 28904845312 10044 33554432000 4194304 4196468 140726734091920 139921806146032 139923992468098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8118] ppid=8098 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8118/stat : 8118 (java) S 8098 8098 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419051582 28904845312 10044 33554432000 4194304 4196468 140726734091920 139921805093472 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8119] ppid=8098 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8100/task/8119/stat : 8119 (java) S 8098 8098 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419051582 28904845312 10044 33554432000 4194304 4196468 140726734091920 139921804040752 139923992468098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 41580 KiB

[startup+0.310184 s]*
/proc/loadavg: 7.78 7.74 7.80 3/212 8119
/proc/meminfo: memFree=31238164/32770624 swapFree=67000536/67108860
[pid=8098] ppid=8095 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8098/stat : 8098 (xcsp3-exec) S 8095 8098 6587 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419051575 115843072 364 33554432000 4194304 5098028 140732283029072 140732283027176 139843077309052 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9461760 140732283036533 140732283036777 140732283036777 140732283039690 0
/proc/8098/statm: 28282 364 305 221 0 87 0
[pid=8100] ppid=8098 vsize=28231644 memory=46724 CPUtime=0.51 cores=0-7
/proc/8100/stat : 8100 (java) S 8098 8098 6587 0 -1 1077944320 10592 0 0 0 46 5 0 0 20 0 20 0 419051576 28909203456 11681 33554432000 4194304 4196468 140726734091920 140726734074464 139923992456951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
/proc/8100/statm: 7057911 11681 3322 1 0 7019032 0
[pid=8100/tid=8101] ppid=8098 vsize=28231644 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/8100/task/8101/stat : 8101 (java) R 8098 8098 6587 0 -1 4202560 7646 0 0 0 26 3 0 0 20 0 20 0 419051576 28909203456 11746 33554432000 4194304 4196468 140726734091920 139923996692080 139923608971121 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8102] ppid=8098 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8102/stat : 8102 (java) S 8098 8098 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051577 28909203456 11746 33554432000 4194304 4196468 140726734091920 139923945077392 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8103] ppid=8098 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8103/stat : 8103 (java) S 8098 8098 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419051577 28909203456 11746 33554432000 4194304 4196468 140726734091920 139923944024592 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8104] ppid=8098 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8104/stat : 8104 (java) S 8098 8098 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051577 28909203456 11746 33554432000 4194304 4196468 140726734091920 139923942971792 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8105] ppid=8098 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8105/stat : 8105 (java) S 8098 8098 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051577 28909203456 11746 33554432000 4194304 4196468 140726734091920 139923941918992 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8106] ppid=8098 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8106/stat : 8106 (java) S 8098 8098 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419051577 28909203456 11746 33554432000 4194304 4196468 140726734091920 139923940867216 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8107] ppid=8098 vsize=28231644 memory=139923323710127 CPUtime=0 cores=0-7
/proc/8100/task/8107/stat : 8107 (java) S 8098 8098 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051577 28909203456 11746 33554432000 4194304 4196468 140726734091920 139923939814416 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8108] ppid=8098 vsize=28231644 memory=139923323712432 CPUtime=0 cores=0-7
/proc/8100/task/8108/stat : 8108 (java) S 8098 8098 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051577 28909203456 11746 33554432000 4194304 4196468 140726734091920 139923938761616 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8109] ppid=8098 vsize=28231644 memory=139923323714736 CPUtime=0 cores=0-7
/proc/8100/task/8109/stat : 8109 (java) S 8098 8098 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419051577 28909203456 11746 33554432000 4194304 4196468 140726734091920 139923937708816 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8110] ppid=8098 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8110/stat : 8110 (java) S 8098 8098 6587 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419051578 28909203456 11746 33554432000 4194304 4196468 140726734091920 139922657905008 139923992468098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8111] ppid=8098 vsize=28231644 memory=279846647443344 CPUtime=0 cores=0-7
/proc/8100/task/8111/stat : 8111 (java) S 8098 8098 6587 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419051579 28909203456 12258 33554432000 4194304 4196468 140726734091920 139922656850976 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8112] ppid=8098 vsize=28231644 memory=279846647441040 CPUtime=0 cores=0-7
/proc/8100/task/8112/stat : 8112 (java) S 8098 8098 6587 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419051579 28909203456 12258 33554432000 4194304 4196468 140726734091920 139922655798128 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8113] ppid=8098 vsize=28231644 memory=279846647447952 CPUtime=0 cores=0-7
/proc/8100/task/8113/stat : 8113 (java) S 8098 8098 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419051581 28909203456 12258 33554432000 4194304 4196468 140726734091920 139922654746448 139923992475547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8114] ppid=8098 vsize=28231644 memory=279846647389232 CPUtime=0.01 cores=0-7
/proc/8100/task/8114/stat : 8114 (java) S 8098 8098 6587 0 -1 1077944384 63 0 0 0 1 0 0 0 20 0 20 0 419051582 28909203456 12258 33554432000 4194304 4196468 140726734091920 139922653694832 139923992468098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8115] ppid=8098 vsize=28231644 memory=279846647461776 CPUtime=0.03 cores=0-7
/proc/8100/task/8115/stat : 8115 (java) R 8098 8098 6587 0 -1 4202560 268 0 0 0 3 0 0 0 20 0 20 0 419051582 28909203456 12258 33554432000 4194304 4196468 140726734091920 139921808242016 139923978781217 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8116] ppid=8098 vsize=28231644 memory=279846647468688 CPUtime=0.03 cores=0-7
/proc/8100/task/8116/stat : 8116 (java) R 8098 8098 6587 0 -1 4202560 403 0 0 0 3 0 0 0 20 0 20 0 419051582 28909203456 12258 33554432000 4194304 4196468 140726734091920 139921807198832 139923977356300 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8117] ppid=8098 vsize=28231644 memory=279846647466384 CPUtime=0.12 cores=0-7
/proc/8100/task/8117/stat : 8117 (java) R 8098 8098 6587 0 -1 4202560 903 0 0 0 12 0 0 0 20 0 20 0 419051582 28909203456 12258 33554432000 4194304 4196468 140726734091920 139921806146032 139923992478298 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8118] ppid=8098 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8118/stat : 8118 (java) S 8098 8098 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419051582 28909203456 12258 33554432000 4194304 4196468 140726734091920 139921805093472 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8119] ppid=8098 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/8100/task/8119/stat : 8119 (java) S 8098 8098 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419051582 28909203456 12258 33554432000 4194304 4196468 140726734091920 139921804040752 139923992468098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 48180 KiB

[startup+0.700969 s]
/proc/loadavg: 7.78 7.74 7.80 5/212 8119
/proc/meminfo: memFree=31217940/32770624 swapFree=67000536/67108860
[pid=8098] ppid=8095 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8098/stat : 8098 (xcsp3-exec) S 8095 8098 6587 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419051575 115843072 364 33554432000 4194304 5098028 140732283029072 140732283027176 139843077309052 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9461760 140732283036533 140732283036777 140732283036777 140732283039690 0
/proc/8098/statm: 28282 364 305 221 0 87 0
[pid=8100] ppid=8098 vsize=28233768 memory=85500 CPUtime=1.57 cores=0-7
/proc/8100/stat : 8100 (java) S 8098 8098 6587 0 -1 1077944320 15095 0 0 0 150 7 0 0 20 0 20 0 419051576 28911378432 21375 33554432000 4194304 4196468 140726734091920 140726734074464 139923992456951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
/proc/8100/statm: 7058442 21375 3449 1 0 7019544 0
[pid=8100/tid=8101] ppid=8098 vsize=28233768 memory=0 CPUtime=0.68 cores=0-7
/proc/8100/task/8101/stat : 8101 (java) R 8098 8098 6587 0 -1 4202560 9344 0 0 0 63 5 0 0 20 0 20 0 419051576 28911378432 21375 33554432000 4194304 4196468 140726734091920 139923996694528 139923992468886 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8102] ppid=8098 vsize=28233768 memory=139923323921264 CPUtime=0 cores=0-7
/proc/8100/task/8102/stat : 8102 (java) S 8098 8098 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051577 28911378432 21375 33554432000 4194304 4196468 140726734091920 139923945077392 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8103] ppid=8098 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/8100/task/8103/stat : 8103 (java) S 8098 8098 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419051577 28911378432 21375 33554432000 4194304 4196468 140726734091920 139923944024592 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8104] ppid=8098 vsize=28233768 memory=1056 CPUtime=0 cores=0-7
/proc/8100/task/8104/stat : 8104 (java) S 8098 8098 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051577 28911378432 21375 33554432000 4194304 4196468 140726734091920 139923942971792 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0

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

/proc/8100/task/8170/stat : 8170 (java) R 8098 8098 6587 0 -1 4202560 7780 0 0 0 11905 5 0 0 20 0 29 0 419053062 29595090944 109014 33554432000 4194304 4196468 140726734091920 139921789575296 139923620142085 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8171] ppid=8098 vsize=28901456 memory=3436 CPUtime=119.17 cores=0-7
/proc/8100/task/8171/stat : 8171 (java) R 8098 8098 6587 0 -1 4202560 3167 0 0 0 11916 1 0 0 20 0 29 0 419053062 29595090944 109014 33554432000 4194304 4196468 140726734091920 139921788525552 139923618209977 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8172] ppid=8098 vsize=28901456 memory=7548 CPUtime=119.29 cores=0-7
/proc/8100/task/8172/stat : 8172 (java) R 8098 8098 6587 0 -1 4202560 3097 0 0 0 11927 2 0 0 20 0 29 0 419053062 29595090944 109014 33554432000 4194304 4196468 140726734091920 139921790627488 139923617116175 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8173] ppid=8098 vsize=28901456 memory=2832 CPUtime=0.08 cores=0-7
/proc/8100/task/8173/stat : 8173 (java) S 8098 8098 6587 0 -1 1077944384 30 0 0 0 8 0 0 0 20 0 29 0 419053062 29595090944 109014 33554432000 4194304 4196468 140726734091920 139921784317136 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8174] ppid=8098 vsize=28901456 memory=1224 CPUtime=0.37 cores=0-7
/proc/8100/task/8174/stat : 8174 (java) S 8098 8098 6587 0 -1 1077944384 28 0 0 0 37 0 0 0 20 0 29 0 419053063 29595090944 109014 33554432000 4194304 4196468 140726734091920 139921783264336 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8175] ppid=8098 vsize=28901456 memory=5916 CPUtime=119.26 cores=0-7
/proc/8100/task/8175/stat : 8175 (java) R 8098 8098 6587 0 -1 4202560 6450 0 0 0 11925 1 0 0 20 0 29 0 419053063 29595090944 109014 33554432000 4194304 4196468 140726734091920 139921785364544 139923617974497 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
Current children cumulated CPU time: 953.21 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 437512 KiB

[startup+136.001 s]*
/proc/loadavg: 7.23 7.58 7.73 8/221 8183
/proc/meminfo: memFree=30852716/32770624 swapFree=67000536/67108860
[pid=8098] ppid=8095 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8098/stat : 8098 (xcsp3-exec) S 8095 8098 6587 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419051575 115843072 364 33554432000 4194304 5098028 140732283029072 140732283027176 139843077309052 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9461760 140732283036533 140732283036777 140732283036777 140732283039690 0
/proc/8098/statm: 28282 364 305 221 0 87 0
[pid=8100] ppid=8098 vsize=28901456 memory=436056 CPUtime=958.87 cores=0-7
/proc/8100/stat : 8100 (java) S 8098 8098 6587 0 -1 1077944320 156087 0 0 0 95762 125 0 0 20 0 29 0 419051576 29595090944 109014 33554432000 4194304 4196468 140726734091920 140726734074464 139923992456951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
/proc/8100/statm: 7225364 109014 3531 1 0 7186466 0
[pid=8100/tid=8101] ppid=8098 vsize=28901456 memory=1398722017469774279 CPUtime=0.75 cores=0-7
/proc/8100/task/8101/stat : 8101 (java) S 8098 8098 6587 0 -1 1077944384 9989 0 0 0 70 5 0 0 20 0 29 0 419051576 29595090944 109014 33554432000 4194304 4196468 140726734091920 139923996697728 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8102] ppid=8098 vsize=28901456 memory=111636 CPUtime=0.46 cores=0-7
/proc/8100/task/8102/stat : 8102 (java) S 8098 8098 6587 0 -1 1077944384 2481 0 0 0 38 8 0 0 20 0 29 0 419051577 29595090944 109014 33554432000 4194304 4196468 140726734091920 139923945077392 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8103] ppid=8098 vsize=28901456 memory=808 CPUtime=0.42 cores=0-7
/proc/8100/task/8103/stat : 8103 (java) S 8098 8098 6587 0 -1 1077944384 4599 0 0 0 36 6 0 0 20 0 29 0 419051577 29595090944 109014 33554432000 4194304 4196468 140726734091920 139923944024592 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8104] ppid=8098 vsize=28901456 memory=4096 CPUtime=0.48 cores=0-7
/proc/8100/task/8104/stat : 8104 (java) S 8098 8098 6587 0 -1 1077944384 3363 0 0 0 41 7 0 0 20 0 29 0 419051577 29595090944 109014 33554432000 4194304 4196468 140726734091920 139923942971792 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8105] ppid=8098 vsize=28901456 memory=4872558044660077418 CPUtime=0.49 cores=0-7
/proc/8100/task/8105/stat : 8105 (java) S 8098 8098 6587 0 -1 1077944384 2377 0 0 0 41 8 0 0 20 0 29 0 419051577 29595090944 109014 33554432000 4194304 4196468 140726734091920 139923941918992 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8106] ppid=8098 vsize=28901456 memory=4256 CPUtime=0.48 cores=0-7
/proc/8100/task/8106/stat : 8106 (java) S 8098 8098 6587 0 -1 1077944384 2277 0 0 0 41 7 0 0 20 0 29 0 419051577 29595090944 109014 33554432000 4194304 4196468 140726734091920 139923940867216 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8107] ppid=8098 vsize=28901456 memory=1412 CPUtime=0.46 cores=0-7
/proc/8100/task/8107/stat : 8107 (java) S 8098 8098 6587 0 -1 1077944384 2127 0 0 0 39 7 0 0 20 0 29 0 419051577 29595090944 109014 33554432000 4194304 4196468 140726734091920 139923939814416 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8108] ppid=8098 vsize=28901456 memory=3372 CPUtime=0.47 cores=0-7
/proc/8100/task/8108/stat : 8108 (java) S 8098 8098 6587 0 -1 1077944384 3014 0 0 0 40 7 0 0 20 0 29 0 419051577 29595090944 109014 33554432000 4194304 4196468 140726734091920 139923938761616 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8109] ppid=8098 vsize=28901456 memory=1456 CPUtime=0.49 cores=0-7
/proc/8100/task/8109/stat : 8109 (java) S 8098 8098 6587 0 -1 1077944384 1967 0 0 0 42 7 0 0 20 0 29 0 419051577 29595090944 109014 33554432000 4194304 4196468 140726734091920 139923937708816 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8110] ppid=8098 vsize=28901456 memory=425700 CPUtime=0.34 cores=0-7
/proc/8100/task/8110/stat : 8110 (java) S 8098 8098 6587 0 -1 1077944384 7458 0 0 0 22 12 0 0 20 0 29 0 419051578 29595090944 109014 33554432000 4194304 4196468 140726734091920 139922657905008 139923992468098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8111] ppid=8098 vsize=28901456 memory=1720 CPUtime=0 cores=0-7
/proc/8100/task/8111/stat : 8111 (java) S 8098 8098 6587 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 29 0 419051579 29595090944 109014 33554432000 4194304 4196468 140726734091920 139922656851040 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8112] ppid=8098 vsize=28901456 memory=532 CPUtime=0 cores=0-7
/proc/8100/task/8112/stat : 8112 (java) S 8098 8098 6587 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 29 0 419051579 29595090944 109014 33554432000 4194304 4196468 140726734091920 139922655798144 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8113] ppid=8098 vsize=28901456 memory=1564 CPUtime=0 cores=0-7
/proc/8100/task/8113/stat : 8113 (java) S 8098 8098 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 29 0 419051581 29595090944 109014 33554432000 4194304 4196468 140726734091920 139922654746448 139923992475547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8114] ppid=8098 vsize=28901456 memory=436056 CPUtime=4.07 cores=0-7
/proc/8100/task/8114/stat : 8114 (java) S 8098 8098 6587 0 -1 1077944384 18807 0 0 0 403 4 0 0 20 0 29 0 419051582 29595090944 109014 33554432000 4194304 4196468 140726734091920 139922653694832 139923992468098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8115] ppid=8098 vsize=28901456 memory=1224 CPUtime=4.01 cores=0-7
/proc/8100/task/8115/stat : 8115 (java) S 8098 8098 6587 0 -1 1077944384 23659 0 0 0 396 5 0 0 20 0 29 0 419051582 29595090944 109014 33554432000 4194304 4196468 140726734091920 139921808251632 139923992468098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8116] ppid=8098 vsize=28901456 memory=5916 CPUtime=4.1 cores=0-7
/proc/8100/task/8116/stat : 8116 (java) S 8098 8098 6587 0 -1 1077944384 22405 0 0 0 404 6 0 0 20 0 29 0 419051582 29595090944 109014 33554432000 4194304 4196468 140726734091920 139921807198832 139923992468098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8117] ppid=8098 vsize=28901456 memory=772 CPUtime=1.21 cores=0-7
/proc/8100/task/8117/stat : 8117 (java) S 8098 8098 6587 0 -1 1077944384 15474 0 0 0 117 4 0 0 20 0 29 0 419051582 29595090944 109014 33554432000 4194304 4196468 140726734091920 139921806146032 139923992468098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8118] ppid=8098 vsize=28901456 memory=1556 CPUtime=0 cores=0-7
/proc/8100/task/8118/stat : 8118 (java) S 8098 8098 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 29 0 419051582 29595090944 109014 33554432000 4194304 4196468 140726734091920 139921805093472 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8119] ppid=8098 vsize=28901456 memory=1056 CPUtime=0.08 cores=0-7
/proc/8100/task/8119/stat : 8119 (java) S 8098 8098 6587 0 -1 1077944384 1407 0 0 0 3 5 0 0 20 0 29 0 419051582 29595090944 109014 33554432000 4194304 4196468 140726734091920 139921804040752 139923992468098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8157] ppid=8098 vsize=28901456 memory=964 CPUtime=129.61 cores=0-7
/proc/8100/task/8157/stat : 8157 (java) R 8098 8098 6587 0 -1 4202560 1869 0 0 0 12959 2 0 0 20 0 29 0 419052015 29595090944 109014 33554432000 4194304 4196468 140726734091920 139921792733120 139923618209977 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8168] ppid=8098 vsize=28901456 memory=14008 CPUtime=120.07 cores=0-7
/proc/8100/task/8168/stat : 8168 (java) R 8098 8098 6587 0 -1 4202560 2220 0 0 0 12006 1 0 0 20 0 29 0 419053062 29595090944 109014 33554432000 4194304 4196468 140726734091920 139921791679160 139923614157717 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8169] ppid=8098 vsize=28901456 memory=2116 CPUtime=120.05 cores=0-7
/proc/8100/task/8169/stat : 8169 (java) R 8098 8098 6587 0 -1 4202560 2088 0 0 0 12004 1 0 0 20 0 29 0 419053062 29595090944 109014 33554432000 4194304 4196468 140726734091920 139921787470008 139923616174675 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8170] ppid=8098 vsize=28901456 memory=20604 CPUtime=119.91 cores=0-7
/proc/8100/task/8170/stat : 8170 (java) R 8098 8098 6587 0 -1 4202560 7780 0 0 0 11986 5 0 0 20 0 29 0 419053062 29595090944 109014 33554432000 4194304 4196468 140726734091920 139921789575560 139923610464909 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8171] ppid=8098 vsize=28901456 memory=11852 CPUtime=119.98 cores=0-7
/proc/8100/task/8171/stat : 8171 (java) R 8098 8098 6587 0 -1 4202560 3167 0 0 0 11997 1 0 0 20 0 29 0 419053062 29595090944 109014 33554432000 4194304 4196468 140726734091920 139921788525872 139923616767412 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8172] ppid=8098 vsize=28901456 memory=532 CPUtime=120.1 cores=0-7
/proc/8100/task/8172/stat : 8172 (java) R 8098 8098 6587 0 -1 4202560 3097 0 0 0 12008 2 0 0 20 0 29 0 419053062 29595090944 109014 33554432000 4194304 4196468 140726734091920 139921790627512 139923617826940 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8173] ppid=8098 vsize=28901456 memory=1564 CPUtime=0.08 cores=0-7
/proc/8100/task/8173/stat : 8173 (java) S 8098 8098 6587 0 -1 1077944384 30 0 0 0 8 0 0 0 20 0 29 0 419053062 29595090944 109014 33554432000 4194304 4196468 140726734091920 139921784317136 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8174] ppid=8098 vsize=28901456 memory=928 CPUtime=0.37 cores=0-7
/proc/8100/task/8174/stat : 8174 (java) S 8098 8098 6587 0 -1 1077944384 28 0 0 0 37 0 0 0 20 0 29 0 419053063 29595090944 109014 33554432000 4194304 4196468 140726734091920 139921783264336 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8175] ppid=8098 vsize=28901456 memory=8112282956445269571 CPUtime=120.07 cores=0-7
/proc/8100/task/8175/stat : 8175 (java) R 8098 8098 6587 0 -1 4202560 6450 0 0 0 12006 1 0 0 20 0 29 0 419053063 29595090944 109014 33554432000 4194304 4196468 140726734091920 139921785363864 139923617829756 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
Current children cumulated CPU time: 958.87 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 437512 KiB

[startup+136.201 s]
/proc/loadavg: 7.23 7.58 7.73 8/221 8183
/proc/meminfo: memFree=30852716/32770624 swapFree=67000536/67108860
[pid=8098] ppid=8095 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8098/stat : 8098 (xcsp3-exec) S 8095 8098 6587 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419051575 115843072 364 33554432000 4194304 5098028 140732283029072 140732283027176 139843077309052 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9461760 140732283036533 140732283036777 140732283036777 140732283039690 0
/proc/8098/statm: 28282 364 305 221 0 87 0
[pid=8100] ppid=8098 vsize=28901456 memory=438104 CPUtime=960.19 cores=0-7
/proc/8100/stat : 8100 (java) S 8098 8098 6587 0 -1 1077944320 156099 0 0 0 95894 125 0 0 20 0 29 0 419051576 29595090944 109526 33554432000 4194304 4196468 140726734091920 140726734074464 139923992456951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
/proc/8100/statm: 7225364 109526 3531 1 0 7186466 0
[pid=8100/tid=8101] ppid=8098 vsize=28901456 memory=1556 CPUtime=0.75 cores=0-7
/proc/8100/task/8101/stat : 8101 (java) S 8098 8098 6587 0 -1 1077944384 9989 0 0 0 70 5 0 0 20 0 29 0 419051576 29595090944 109526 33554432000 4194304 4196468 140726734091920 139923996697728 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8102] ppid=8098 vsize=28901456 memory=1056 CPUtime=0.46 cores=0-7
/proc/8100/task/8102/stat : 8102 (java) S 8098 8098 6587 0 -1 1077944384 2482 0 0 0 38 8 0 0 20 0 29 0 419051577 29595090944 109526 33554432000 4194304 4196468 140726734091920 139923945077392 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8103] ppid=8098 vsize=28901456 memory=964 CPUtime=0.43 cores=0-7
/proc/8100/task/8103/stat : 8103 (java) S 8098 8098 6587 0 -1 1077944384 4602 0 0 0 36 7 0 0 20 0 29 0 419051577 29595090944 109526 33554432000 4194304 4196468 140726734091920 139923944024592 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8104] ppid=8098 vsize=28901456 memory=14008 CPUtime=0.48 cores=0-7
/proc/8100/task/8104/stat : 8104 (java) S 8098 8098 6587 0 -1 1077944384 3364 0 0 0 41 7 0 0 20 0 29 0 419051577 29595090944 109526 33554432000 4194304 4196468 140726734091920 139923942971792 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8105] ppid=8098 vsize=28901456 memory=1456 CPUtime=0.49 cores=0-7
/proc/8100/task/8105/stat : 8105 (java) S 8098 8098 6587 0 -1 1077944384 2378 0 0 0 41 8 0 0 20 0 29 0 419051577 29595090944 109526 33554432000 4194304 4196468 140726734091920 139923941918992 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8106] ppid=8098 vsize=28901456 memory=409536 CPUtime=0.48 cores=0-7
/proc/8100/task/8106/stat : 8106 (java) S 8098 8098 6587 0 -1 1077944384 2279 0 0 0 41 7 0 0 20 0 29 0 419051577 29595090944 109526 33554432000 4194304 4196468 140726734091920 139923940867216 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8107] ppid=8098 vsize=28901456 memory=988 CPUtime=0.46 cores=0-7
/proc/8100/task/8107/stat : 8107 (java) S 8098 8098 6587 0 -1 1077944384 2128 0 0 0 39 7 0 0 20 0 29 0 419051577 29595090944 109526 33554432000 4194304 4196468 140726734091920 139923939814416 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8108] ppid=8098 vsize=28901456 memory=2012 CPUtime=0.48 cores=0-7
/proc/8100/task/8108/stat : 8108 (java) S 8098 8098 6587 0 -1 1077944384 3015 0 0 0 41 7 0 0 20 0 29 0 419051577 29595090944 109526 33554432000 4194304 4196468 140726734091920 139923938761616 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8109] ppid=8098 vsize=28901456 memory=1240 CPUtime=0.49 cores=0-7
/proc/8100/task/8109/stat : 8109 (java) S 8098 8098 6587 0 -1 1077944384 1968 0 0 0 42 7 0 0 20 0 29 0 419051577 29595090944 109526 33554432000 4194304 4196468 140726734091920 139923937708816 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8110] ppid=8098 vsize=28901456 memory=580 CPUtime=0.34 cores=0-7
/proc/8100/task/8110/stat : 8110 (java) S 8098 8098 6587 0 -1 1077944384 7458 0 0 0 22 12 0 0 20 0 29 0 419051578 29595090944 109526 33554432000 4194304 4196468 140726734091920 139922657905008 139923992468098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8111] ppid=8098 vsize=28901456 memory=279846647826960 CPUtime=0 cores=0-7
/proc/8100/task/8111/stat : 8111 (java) S 8098 8098 6587 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 29 0 419051579 29595090944 109526 33554432000 4194304 4196468 140726734091920 139922656851040 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8112] ppid=8098 vsize=28901456 memory=7452447363308939111 CPUtime=0 cores=0-7
/proc/8100/task/8112/stat : 8112 (java) S 8098 8098 6587 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 29 0 419051579 29595090944 109526 33554432000 4194304 4196468 140726734091920 139922655798144 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8113] ppid=8098 vsize=28901456 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/8100/task/8113/stat : 8113 (java) S 8098 8098 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 29 0 419051581 29595090944 109526 33554432000 4194304 4196468 140726734091920 139922654746448 139923992475547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8114] ppid=8098 vsize=28901456 memory=288230596050944315 CPUtime=4.07 cores=0-7
/proc/8100/task/8114/stat : 8114 (java) S 8098 8098 6587 0 -1 1077944384 18807 0 0 0 403 4 0 0 20 0 29 0 419051582 29595090944 109526 33554432000 4194304 4196468 140726734091920 139922653694832 139923992468098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8115] ppid=8098 vsize=28901456 memory=15540704344541603 CPUtime=4.01 cores=0-7
/proc/8100/task/8115/stat : 8115 (java) S 8098 8098 6587 0 -1 1077944384 23659 0 0 0 396 5 0 0 20 0 29 0 419051582 29595090944 109526 33554432000 4194304 4196468 140726734091920 139921808251632 139923992468098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8116] ppid=8098 vsize=28901456 memory=7548 CPUtime=4.1 cores=0-7
/proc/8100/task/8116/stat : 8116 (java) S 8098 8098 6587 0 -1 1077944384 22405 0 0 0 404 6 0 0 20 0 29 0 419051582 29595090944 109526 33554432000 4194304 4196468 140726734091920 139921807198832 139923992468098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8117] ppid=8098 vsize=28901456 memory=2832 CPUtime=1.21 cores=0-7
/proc/8100/task/8117/stat : 8117 (java) S 8098 8098 6587 0 -1 1077944384 15474 0 0 0 117 4 0 0 20 0 29 0 419051582 29595090944 109526 33554432000 4194304 4196468 140726734091920 139921806146032 139923992468098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8118] ppid=8098 vsize=28901456 memory=1224 CPUtime=0 cores=0-7
/proc/8100/task/8118/stat : 8118 (java) S 8098 8098 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 29 0 419051582 29595090944 109526 33554432000 4194304 4196468 140726734091920 139921805093472 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8119] ppid=8098 vsize=28901456 memory=5916 CPUtime=0.08 cores=0-7
/proc/8100/task/8119/stat : 8119 (java) S 8098 8098 6587 0 -1 1077944384 1407 0 0 0 3 5 0 0 20 0 29 0 419051582 29595090944 109526 33554432000 4194304 4196468 140726734091920 139921804040752 139923992468098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8157] ppid=8098 vsize=28901456 memory=772 CPUtime=129.79 cores=0-7
/proc/8100/task/8157/stat : 8157 (java) R 8098 8098 6587 0 -1 4202560 1869 0 0 0 12977 2 0 0 20 0 29 0 419052015 29595090944 109526 33554432000 4194304 4196468 140726734091920 139921792733232 139923618209869 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8168] ppid=8098 vsize=28901456 memory=1980 CPUtime=120.25 cores=0-7
/proc/8100/task/8168/stat : 8168 (java) R 8098 8098 6587 0 -1 4202560 2220 0 0 0 12024 1 0 0 20 0 29 0 419053062 29595090944 109526 33554432000 4194304 4196468 140726734091920 139921791679160 139923618047327 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8169] ppid=8098 vsize=28901456 memory=1332 CPUtime=120.24 cores=0-7
/proc/8100/task/8169/stat : 8169 (java) R 8098 8098 6587 0 -1 4202560 2089 0 0 0 12023 1 0 0 20 0 29 0 419053062 29595090944 109526 33554432000 4194304 4196468 140726734091920 139921787469872 139923617827950 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8170] ppid=8098 vsize=28901456 memory=2648 CPUtime=120.09 cores=0-7
/proc/8100/task/8170/stat : 8170 (java) R 8098 8098 6587 0 -1 4202560 7780 0 0 0 12004 5 0 0 20 0 29 0 419053062 29595090944 109526 33554432000 4194304 4196468 140726734091920 139921789575488 139923617118308 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8171] ppid=8098 vsize=28901456 memory=912 CPUtime=120.16 cores=0-7
/proc/8100/task/8171/stat : 8171 (java) R 8098 8098 6587 0 -1 4202560 3167 0 0 0 12015 1 0 0 20 0 29 0 419053062 29595090944 109526 33554432000 4194304 4196468 140726734091920 139921788525632 139923618046998 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8172] ppid=8098 vsize=28901456 memory=1440 CPUtime=120.28 cores=0-7
/proc/8100/task/8172/stat : 8172 (java) R 8098 8098 6587 0 -1 4202560 3097 0 0 0 12026 2 0 0 20 0 29 0 419053062 29595090944 109526 33554432000 4194304 4196468 140726734091920 139921790628088 139923617827631 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8173] ppid=8098 vsize=28901456 memory=1768 CPUtime=0.08 cores=0-7
/proc/8100/task/8173/stat : 8173 (java) S 8098 8098 6587 0 -1 1077944384 30 0 0 0 8 0 0 0 20 0 29 0 419053062 29595090944 109526 33554432000 4194304 4196468 140726734091920 139921784317136 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8174] ppid=8098 vsize=28901456 memory=429796 CPUtime=0.37 cores=0-7
/proc/8100/task/8174/stat : 8174 (java) S 8098 8098 6587 0 -1 1077944384 28 0 0 0 37 0 0 0 20 0 29 0 419053063 29595090944 109526 33554432000 4194304 4196468 140726734091920 139921783264336 139923992467157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
[pid=8100/tid=8175] ppid=8098 vsize=28901456 memory=673 CPUtime=120.25 cores=0-7
/proc/8100/task/8175/stat : 8175 (java) R 8098 8098 6587 0 -1 4202560 6450 0 0 0 12024 1 0 0 20 0 29 0 419053063 29595090944 109526 33554432000 4194304 4196468 140726734091920 139921785364544 139923617828194 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726734095338 140726734095510 140726734095510 140726734098383 0
Current children cumulated CPU time: 960.19 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 439560 KiB

[startup+136.306 s]*
/proc/loadavg: 7.23 7.58 7.73 3/192 8183
/proc/meminfo: memFree=31274960/32770624 swapFree=67000536/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 136.316
CPU time (s): 960.763
CPU user time (s): 959.488
CPU system time (s): 1.2745
CPU usage (%): 704.808
Max. virtual memory (cumulated for all children) (KiB): 29014584
Max. memory (cumulated for all children) (KiB): 439560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 959.488
system time used= 1.27449
maximum resident set size= 438312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157666
page faults= 0
swaps= 0
block input operations= 0
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20580
involuntary context switches= 5267


# summary of solver processes directly reported to runsolver:
#   pid: 8098
#   total CPU time (s): 960.763
#   total CPU user time (s): 959.488
#   total CPU system time (s): 1.2745

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.15462 second user time and 1.77618 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-14 05:22:15
IDJOB=4393935
IDBENCH=129880
IDSOLVER=2841
FILE ID=node146/4393935-1568431376
RUNJOBID= node146-1568429502-6614
PBS_JOBID= 21702307
Free space on /tmp= 59032 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-41-06.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393935-1568431376/watcher-4393935-1568431376 -o /tmp/evaluation-result-4393935-1568431376/solver-4393935-1568431376 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node146-1568429502-6614 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1387179367 HOME/instance-4393935-1568431376.xml

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

MD5SUM BENCH= 9c0419560fe3c6efa350d2101b8d9fdb
RANDOM SEED=1387179367

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        31271608 kB
MemAvailable:   31881892 kB
Buffers:          186724 kB
Cached:           688824 kB
SwapCached:         4724 kB
Active:           502960 kB
Inactive:         377528 kB
Active(anon):      21412 kB
Inactive(anon):    21912 kB
Active(file):     481548 kB
Inactive(file):   355616 kB
Unevictable:      110128 kB
Mlocked:          110128 kB
SwapTotal:      67108860 kB
SwapFree:       67000536 kB
Dirty:             26296 kB
Writeback:            44 kB
AnonPages:        124732 kB
Mapped:            42200 kB
Shmem:             29884 kB
Slab:             208132 kB
SReclaimable:     177912 kB
SUnreclaim:        30220 kB
KernelStack:        3664 kB
PageTables:         5608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     499192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 59004 MiB
End job on node146 at 2019-09-14 05:24:32