Trace number 4394557

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-06-14 parallelWrong Opt.-961 11.4453 2.66562

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-1.xml
MD5SUM105bb238691d484e064b3a25c3dae36e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark89
Best CPU time to get the best result obtained on this benchmark50.4403
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains24
Minimum domain size4
Maximum domain size25
Distribution of domain sizes[{"size":4,"count":8},{"size":5,"count":14},{"size":6,"count":2},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4394557-1568430652.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394557-1568430652.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
4.46/1.76	c solve instance...
5.02/1.86	o -1000 
9.72/2.46	o -996 
9.72/2.46	o -990 
9.72/2.48	o -988 
9.72/2.48	o -980 
9.72/2.49	o -979 
10.33/2.53	o -973 
10.33/2.56	o -966 
11.08/2.61	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (118/120)
11.08/2.61		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
11.08/2.61		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
11.08/2.61		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
11.08/2.61		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
11.08/2.61		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
11.08/2.61	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (118/120)
11.08/2.61		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
11.08/2.61		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
11.08/2.61		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
11.08/2.61		at org.chocosolver.solver.Solver.repair(Solver.java:443)
11.08/2.61		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
11.08/2.61		at org.chocosolver.solver.Solver.solve(Solver.java:262)
11.08/2.61		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
11.08/2.61		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
11.08/2.61		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
11.08/2.61		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
11.08/2.61		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
11.08/2.61		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
11.08/2.61		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
11.08/2.61		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
11.08/2.61		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
11.08/2.61		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
11.08/2.61	o -963 
11.08/2.63	java.util.concurrent.ExecutionException: java.lang.NullPointerException
11.08/2.63		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
11.08/2.63		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
11.08/2.63		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
11.08/2.63		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
11.08/2.63		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
11.08/2.63	Caused by: java.lang.NullPointerException
11.08/2.63		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
11.08/2.63		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
11.08/2.63		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
11.08/2.63		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
11.08/2.63		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
11.08/2.63		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
11.08/2.63		... 4 more
11.08/2.63	Caused by: java.lang.NullPointerException
11.08/2.63		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
11.08/2.63		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
11.08/2.63		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
11.08/2.63		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
11.08/2.63		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
11.08/2.63		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
11.08/2.63		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
11.08/2.63		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
11.08/2.63		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
11.08/2.63		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
11.08/2.63		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
11.08/2.63		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
11.08/2.63		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
11.08/2.63		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
11.08/2.63		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
11.08/2.63		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
11.08/2.63		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
11.08/2.63		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
11.08/2.63	Caused by: java.lang.NullPointerException
11.08/2.63		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:175)
11.08/2.63		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
11.08/2.63		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
11.08/2.63		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
11.08/2.63		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
11.08/2.63		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
11.08/2.63		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
11.08/2.63		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
11.08/2.63		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
11.08/2.63		at org.chocosolver.solver.Solver.extend(Solver.java:421)
11.08/2.63		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
11.08/2.63		at org.chocosolver.solver.Solver.solve(Solver.java:262)
11.08/2.63		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
11.08/2.63		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
11.08/2.63		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
11.08/2.63		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
11.08/2.63		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
11.08/2.63		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
11.08/2.63		... 4 more
11.08/2.63	o -961 
11.08/2.64	s OPTIMUM FOUND
11.08/2.64	v <instantiation>
11.08/2.64	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] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] </list>
11.08/2.64	v 	<values>4 -1 -1 -1 10 -1 0 6 -1 -1 16 -1 -1 7 20 14 15 -1 -1 13 19 -1 -1 -1 0 -1 -1 -1 1 -1 10 9 -1 -1 2 -1 -1 8 5 4 3 -1 -1 7 6 -1 -1 -1 -1000 0 0 0 2 0 -2 1 0 0 7 0 0 5 3 8 3 0 0 6 6 0 0 0 </values>
11.08/2.64	v </instantiation>

Verifier Data

OK	-961

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394557-1568430652/watcher-4394557-1568430652 -o /tmp/evaluation-result-4394557-1568430652/solver-4394557-1568430652 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568413091-12776 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1237110491 HOME/instance-4394557-1568430652.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=18249, runsolver pid=18246

[startup+0.100111 s]*
/proc/loadavg: 3.76 3.96 4.03 2/210 18270
/proc/meminfo: memFree=30609896/32770624 swapFree=66997684/67108860
[pid=18249] ppid=18246 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18249/stat : 18249 (xcsp3-exec) S 18246 18249 12749 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419319791 115843072 364 33554432000 4194304 5098028 140721488270512 140721488268616 140637929087612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25849856 140721488274293 140721488274537 140721488274537 140721488277450 0
/proc/18249/statm: 28282 364 305 221 0 87 0
[pid=18251] ppid=18249 vsize=28227388 memory=28756 CPUtime=0.12 cores=0-7
/proc/18251/stat : 18251 (java) S 18249 18249 12749 0 -1 1077944320 5689 0 0 0 10 2 0 0 20 0 20 0 419319791 28904845312 7189 33554432000 4194304 4196468 140731355888992 140731355871536 140220763082487 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
/proc/18251/statm: 7056847 7189 3117 1 0 7019032 0
[pid=18251/tid=18252] ppid=18249 vsize=28227388 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/18251/task/18252/stat : 18252 (java) R 18249 18249 12749 0 -1 4202560 3604 0 0 0 8 1 0 0 20 0 20 0 419319791 28904845312 7189 33554432000 4194304 4196468 140731355888992 140220767315760 140220763104413 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18253] ppid=18249 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18253/stat : 18253 (java) S 18249 18249 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419319792 28904845312 7189 33554432000 4194304 4196468 140731355888992 140220715703056 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18254] ppid=18249 vsize=28227388 memory=139978862290093 CPUtime=0 cores=0-7
/proc/18251/task/18254/stat : 18254 (java) S 18249 18249 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419319792 28904845312 7189 33554432000 4194304 4196468 140731355888992 140220714650512 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18255] ppid=18249 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18255/stat : 18255 (java) S 18249 18249 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419319792 28904845312 7189 33554432000 4194304 4196468 140731355888992 140220713597968 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18256] ppid=18249 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18256/stat : 18256 (java) S 18249 18249 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419319792 28904845312 7189 33554432000 4194304 4196468 140731355888992 140220712545424 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18257] ppid=18249 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18257/stat : 18257 (java) S 18249 18249 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419319792 28904845312 7189 33554432000 4194304 4196468 140731355888992 140220711491856 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18258] ppid=18249 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18251/task/18258/stat : 18258 (java) S 18249 18249 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419319792 28904845312 7189 33554432000 4194304 4196468 140731355888992 140220710439312 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18259] ppid=18249 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18259/stat : 18259 (java) S 18249 18249 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419319792 28904845312 7189 33554432000 4194304 4196468 140731355888992 140220709386768 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18260] ppid=18249 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18260/stat : 18260 (java) S 18249 18249 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419319792 28904845312 7189 33554432000 4194304 4196468 140731355888992 140220708334224 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18261] ppid=18249 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18261/stat : 18261 (java) S 18249 18249 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419319794 28904845312 7189 33554432000 4194304 4196468 140731355888992 140219007298032 140220763093634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18262] ppid=18249 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18262/stat : 18262 (java) S 18249 18249 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419319794 28904845312 7189 33554432000 4194304 4196468 140731355888992 140218938156448 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18263] ppid=18249 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18263/stat : 18263 (java) S 18249 18249 12749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419319794 28904845312 7189 33554432000 4194304 4196468 140731355888992 140218937103856 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18264] ppid=18249 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18264/stat : 18264 (java) S 18249 18249 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419319797 28904845312 7189 33554432000 4194304 4196468 140731355888992 140218936052432 140220763101083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18265] ppid=18249 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18265/stat : 18265 (java) S 18249 18249 12749 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 20 0 419319797 28904845312 7189 33554432000 4194304 4196468 140731355888992 140218934999024 140220763093634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18266] ppid=18249 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18266/stat : 18266 (java) S 18249 18249 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419319797 28904845312 7189 33554432000 4194304 4196468 140731355888992 140218933946480 140220763093634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18267] ppid=18249 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18267/stat : 18267 (java) S 18249 18249 12749 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 419319797 28904845312 7189 33554432000 4194304 4196468 140731355888992 140218932893936 140220763093634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18268] ppid=18249 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/18251/task/18268/stat : 18268 (java) R 18249 18249 12749 0 -1 4202560 355 0 0 0 1 0 0 0 20 0 20 0 419319797 28904845312 7189 33554432000 4194304 4196468 140731355888992 140218931841392 140220763103834 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18269] ppid=18249 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18269/stat : 18269 (java) S 18249 18249 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419319797 28904845312 7189 33554432000 4194304 4196468 140731355888992 140218930789088 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18270] ppid=18249 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18251/task/18270/stat : 18270 (java) S 18249 18249 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419319797 28904845312 7189 33554432000 4194304 4196468 140731355888992 140218929736624 140220763093634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30212 KiB

[startup+0.210079 s]*
/proc/loadavg: 3.76 3.96 4.03 2/210 18270
/proc/meminfo: memFree=30596680/32770624 swapFree=66997684/67108860
[pid=18249] ppid=18246 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18249/stat : 18249 (xcsp3-exec) S 18246 18249 12749 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419319791 115843072 364 33554432000 4194304 5098028 140721488270512 140721488268616 140637929087612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25849856 140721488274293 140721488274537 140721488274537 140721488277450 0
/proc/18249/statm: 28282 364 305 221 0 87 0
[pid=18251] ppid=18249 vsize=28227388 memory=40948 CPUtime=0.33 cores=0-7
/proc/18251/stat : 18251 (java) S 18249 18249 12749 0 -1 1077944320 9501 0 0 0 29 4 0 0 20 0 20 0 419319791 28904845312 10237 33554432000 4194304 4196468 140731355888992 140731355871536 140220763082487 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
/proc/18251/statm: 7056847 10237 3301 1 0 7019032 0
[pid=18251/tid=18252] ppid=18249 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/18251/task/18252/stat : 18252 (java) R 18249 18249 12749 0 -1 4202560 6654 0 0 0 17 2 0 0 20 0 20 0 419319791 28904845312 10237 33554432000 4194304 4196468 140731355888992 140220767315216 140220763094422 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18253] ppid=18249 vsize=28227388 memory=288230591823085922 CPUtime=0 cores=0-7
/proc/18251/task/18253/stat : 18253 (java) S 18249 18249 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419319792 28904845312 10237 33554432000 4194304 4196468 140731355888992 140220715703056 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18254] ppid=18249 vsize=28227388 memory=3904821561679652512 CPUtime=0 cores=0-7
/proc/18251/task/18254/stat : 18254 (java) S 18249 18249 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419319792 28904845312 10237 33554432000 4194304 4196468 140731355888992 140220714650512 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18255] ppid=18249 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18251/task/18255/stat : 18255 (java) S 18249 18249 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419319792 28904845312 10237 33554432000 4194304 4196468 140731355888992 140220713597968 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18256] ppid=18249 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18256/stat : 18256 (java) S 18249 18249 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419319792 28904845312 10237 33554432000 4194304 4196468 140731355888992 140220712545424 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18257] ppid=18249 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18257/stat : 18257 (java) S 18249 18249 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419319792 28904845312 10237 33554432000 4194304 4196468 140731355888992 140220711491856 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18258] ppid=18249 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18251/task/18258/stat : 18258 (java) S 18249 18249 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419319792 28904845312 10237 33554432000 4194304 4196468 140731355888992 140220710439312 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18259] ppid=18249 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18259/stat : 18259 (java) S 18249 18249 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419319792 28904845312 10237 33554432000 4194304 4196468 140731355888992 140220709386768 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18260] ppid=18249 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18260/stat : 18260 (java) S 18249 18249 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419319792 28904845312 10237 33554432000 4194304 4196468 140731355888992 140220708334224 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18261] ppid=18249 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18261/stat : 18261 (java) S 18249 18249 12749 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419319794 28904845312 10237 33554432000 4194304 4196468 140731355888992 140219007298032 140220763093634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18262] ppid=18249 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18262/stat : 18262 (java) S 18249 18249 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419319794 28904845312 10237 33554432000 4194304 4196468 140731355888992 140218938156448 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18263] ppid=18249 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18263/stat : 18263 (java) S 18249 18249 12749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419319794 28904845312 10237 33554432000 4194304 4196468 140731355888992 140218937103856 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18264] ppid=18249 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18264/stat : 18264 (java) S 18249 18249 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419319797 28904845312 10237 33554432000 4194304 4196468 140731355888992 140218936052432 140220763101083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18265] ppid=18249 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/18251/task/18265/stat : 18265 (java) S 18249 18249 12749 0 -1 1077944384 527 0 0 0 1 0 0 0 20 0 20 0 419319797 28904845312 10237 33554432000 4194304 4196468 140731355888992 140218934999024 140220763093634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18266] ppid=18249 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18266/stat : 18266 (java) S 18249 18249 12749 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 419319797 28904845312 10237 33554432000 4194304 4196468 140731355888992 140218933946480 140220763093634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18267] ppid=18249 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/18251/task/18267/stat : 18267 (java) S 18249 18249 12749 0 -1 1077944384 225 0 0 0 2 0 0 0 20 0 20 0 419319797 28904845312 10237 33554432000 4194304 4196468 140731355888992 140218932893936 140220763093634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18268] ppid=18249 vsize=28227388 memory=0 CPUtime=0.07 cores=0-7
/proc/18251/task/18268/stat : 18268 (java) R 18249 18249 12749 0 -1 4202560 766 0 0 0 7 0 0 0 20 0 20 0 419319797 28904845312 10237 33554432000 4194304 4196468 140731355888992 140218931841392 140220747162974 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18269] ppid=18249 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18269/stat : 18269 (java) S 18249 18249 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419319797 28904845312 10237 33554432000 4194304 4196468 140731355888992 140218930789088 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18270] ppid=18249 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18251/task/18270/stat : 18270 (java) S 18249 18249 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419319797 28904845312 10237 33554432000 4194304 4196468 140731355888992 140218929736624 140220763093634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42404 KiB

[startup+0.309448 s]*
/proc/loadavg: 3.76 3.96 4.03 4/210 18270
/proc/meminfo: memFree=30588892/32770624 swapFree=66997684/67108860
[pid=18249] ppid=18246 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18249/stat : 18249 (xcsp3-exec) S 18246 18249 12749 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419319791 115843072 364 33554432000 4194304 5098028 140721488270512 140721488268616 140637929087612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25849856 140721488274293 140721488274537 140721488274537 140721488277450 0
/proc/18249/statm: 28282 364 305 221 0 87 0
[pid=18251] ppid=18249 vsize=28231644 memory=50352 CPUtime=0.52 cores=0-7
/proc/18251/stat : 18251 (java) S 18249 18249 12749 0 -1 1077944320 10888 0 0 0 47 5 0 0 20 0 20 0 419319791 28909203456 12588 33554432000 4194304 4196468 140731355888992 140731355871536 140220763082487 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
/proc/18251/statm: 7057911 12588 3362 1 0 7019032 0
[pid=18251/tid=18252] ppid=18249 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/18251/task/18252/stat : 18252 (java) R 18249 18249 12749 0 -1 4202560 7795 0 0 0 26 3 0 0 20 0 20 0 419319791 28909203456 12588 33554432000 4194304 4196468 140731355888992 140220767313600 140220747162974 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18253] ppid=18249 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18253/stat : 18253 (java) S 18249 18249 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419319792 28909203456 12588 33554432000 4194304 4196468 140731355888992 140220715703056 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18254] ppid=18249 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18254/stat : 18254 (java) S 18249 18249 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419319792 28909203456 12588 33554432000 4194304 4196468 140731355888992 140220714650512 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18255] ppid=18249 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18255/stat : 18255 (java) S 18249 18249 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419319792 28909203456 12588 33554432000 4194304 4196468 140731355888992 140220713597968 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18256] ppid=18249 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18256/stat : 18256 (java) S 18249 18249 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419319792 28909203456 12588 33554432000 4194304 4196468 140731355888992 140220712545424 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18257] ppid=18249 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18257/stat : 18257 (java) S 18249 18249 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419319792 28909203456 12588 33554432000 4194304 4196468 140731355888992 140220711491856 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18258] ppid=18249 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18258/stat : 18258 (java) S 18249 18249 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419319792 28909203456 12588 33554432000 4194304 4196468 140731355888992 140220710439312 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18259] ppid=18249 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18259/stat : 18259 (java) S 18249 18249 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419319792 28909203456 12588 33554432000 4194304 4196468 140731355888992 140220709386768 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18260] ppid=18249 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18260/stat : 18260 (java) S 18249 18249 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419319792 28909203456 12588 33554432000 4194304 4196468 140731355888992 140220708334224 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18261] ppid=18249 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18261/stat : 18261 (java) S 18249 18249 12749 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419319794 28909203456 12588 33554432000 4194304 4196468 140731355888992 140219007298032 140220763093634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18262] ppid=18249 vsize=28231644 memory=279957511282048 CPUtime=0 cores=0-7
/proc/18251/task/18262/stat : 18262 (java) S 18249 18249 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419319794 28909203456 12588 33554432000 4194304 4196468 140731355888992 140218938156448 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18263] ppid=18249 vsize=28231644 memory=279957511286656 CPUtime=0 cores=0-7
/proc/18251/task/18263/stat : 18263 (java) S 18249 18249 12749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419319794 28909203456 12588 33554432000 4194304 4196468 140731355888992 140218937103856 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18264] ppid=18249 vsize=28231644 memory=279957511291264 CPUtime=0 cores=0-7
/proc/18251/task/18264/stat : 18264 (java) S 18249 18249 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419319797 28909203456 12588 33554432000 4194304 4196468 140731355888992 140218936052432 140220763101083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18265] ppid=18249 vsize=28231644 memory=279957511295872 CPUtime=0.02 cores=0-7
/proc/18251/task/18265/stat : 18265 (java) S 18249 18249 12749 0 -1 1077944384 545 0 0 0 2 0 0 0 20 0 20 0 419319797 28909203456 12588 33554432000 4194304 4196468 140731355888992 140218934999024 140220763093634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18266] ppid=18249 vsize=28231644 memory=279957511300480 CPUtime=0.02 cores=0-7
/proc/18251/task/18266/stat : 18266 (java) R 18249 18249 12749 0 -1 4202560 143 0 0 0 2 0 0 0 20 0 20 0 419319797 28909203456 12588 33554432000 4194304 4196468 140731355888992 140218933945664 140220744604964 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18267] ppid=18249 vsize=28231644 memory=279957511305088 CPUtime=0.02 cores=0-7
/proc/18251/task/18267/stat : 18267 (java) S 18249 18249 12749 0 -1 1077944384 229 0 0 0 2 0 0 0 20 0 20 0 419319797 28909203456 12588 33554432000 4194304 4196468 140731355888992 140218932893936 140220763093634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18268] ppid=18249 vsize=28231644 memory=279957511309696 CPUtime=0.12 cores=0-7
/proc/18251/task/18268/stat : 18268 (java) S 18249 18249 12749 0 -1 1077944384 867 0 0 0 12 0 0 0 20 0 20 0 419319797 28909203456 12588 33554432000 4194304 4196468 140731355888992 140218931841392 140220763093634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18269] ppid=18249 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18269/stat : 18269 (java) S 18249 18249 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419319797 28909203456 12588 33554432000 4194304 4196468 140731355888992 140218930789088 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18270] ppid=18249 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/18251/task/18270/stat : 18270 (java) S 18249 18249 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419319797 28909203456 12588 33554432000 4194304 4196468 140731355888992 140218929736624 140220763093634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51808 KiB

[startup+0.700916 s]
/proc/loadavg: 3.76 3.96 4.03 5/210 18270
/proc/meminfo: memFree=30557320/32770624 swapFree=66997684/67108860
[pid=18249] ppid=18246 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18249/stat : 18249 (xcsp3-exec) S 18246 18249 12749 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419319791 115843072 364 33554432000 4194304 5098028 140721488270512 140721488268616 140637929087612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25849856 140721488274293 140721488274537 140721488274537 140721488277450 0
/proc/18249/statm: 28282 364 305 221 0 87 0
[pid=18251] ppid=18249 vsize=28233768 memory=119704 CPUtime=2.01 cores=0-7
/proc/18251/stat : 18251 (java) S 18249 18249 12749 0 -1 1077944320 16480 0 0 0 193 8 0 0 20 0 20 0 419319791 28911378432 29926 33554432000 4194304 4196468 140731355888992 140731355871536 140220763082487 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
/proc/18251/statm: 7058442 29926 3449 1 0 7019544 0
[pid=18251/tid=18252] ppid=18249 vsize=28233768 memory=4580 CPUtime=0.67 cores=0-7
/proc/18251/task/18252/stat : 18252 (java) R 18249 18249 12749 0 -1 4202560 9186 0 0 0 62 5 0 0 20 0 20 0 419319791 28911378432 29926 33554432000 4194304 4196468 140731355888992 140220767317168 140220368287212 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18253] ppid=18249 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18253/stat : 18253 (java) S 18249 18249 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419319792 28911378432 29926 33554432000 4194304 4196468 140731355888992 140220715703056 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18254] ppid=18249 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18254/stat : 18254 (java) S 18249 18249 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419319792 28911378432 29926 33554432000 4194304 4196468 140731355888992 140220714650512 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18255] ppid=18249 vsize=28233768 memory=4008 CPUtime=0 cores=0-7
/proc/18251/task/18255/stat : 18255 (java) S 18249 18249 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419319792 28911378432 29926 33554432000 4194304 4196468 140731355888992 140220713597968 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0

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

[pid=18251/tid=18252] ppid=18249 vsize=28233768 memory=0 CPUtime=1.53 cores=0-7
/proc/18251/task/18252/stat : 18252 (java) R 18249 18249 12749 0 -1 4202560 9433 0 0 0 146 7 0 0 20 0 20 0 419319791 28911378432 75359 33554432000 4194304 4196468 140731355888992 140220767319456 140220368740102 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18253] ppid=18249 vsize=28233768 memory=0 CPUtime=0.02 cores=0-7
/proc/18251/task/18253/stat : 18253 (java) S 18249 18249 12749 0 -1 1077944384 65 0 0 0 1 1 0 0 20 0 20 0 419319792 28911378432 75359 33554432000 4194304 4196468 140731355888992 140220715703056 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18254] ppid=18249 vsize=28233768 memory=0 CPUtime=0.02 cores=0-7
/proc/18251/task/18254/stat : 18254 (java) S 18249 18249 12749 0 -1 1077944384 61 0 0 0 1 1 0 0 20 0 20 0 419319792 28911378432 75359 33554432000 4194304 4196468 140731355888992 140220714650512 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18255] ppid=18249 vsize=28233768 memory=772 CPUtime=0.02 cores=0-7
/proc/18251/task/18255/stat : 18255 (java) S 18249 18249 12749 0 -1 1077944384 67 0 0 0 1 1 0 0 20 0 20 0 419319792 28911378432 75359 33554432000 4194304 4196468 140731355888992 140220713597968 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18256] ppid=18249 vsize=28233768 memory=4008 CPUtime=0.02 cores=0-7
/proc/18251/task/18256/stat : 18256 (java) S 18249 18249 12749 0 -1 1077944384 59 0 0 0 1 1 0 0 20 0 20 0 419319792 28911378432 75359 33554432000 4194304 4196468 140731355888992 140220712545424 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18257] ppid=18249 vsize=28233768 memory=948 CPUtime=0.02 cores=0-7
/proc/18251/task/18257/stat : 18257 (java) S 18249 18249 12749 0 -1 1077944384 74 0 0 0 1 1 0 0 20 0 20 0 419319792 28911378432 75359 33554432000 4194304 4196468 140731355888992 140220711491856 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18258] ppid=18249 vsize=28233768 memory=2832 CPUtime=0.02 cores=0-7
/proc/18251/task/18258/stat : 18258 (java) S 18249 18249 12749 0 -1 1077944384 70 0 0 0 1 1 0 0 20 0 20 0 419319792 28911378432 75359 33554432000 4194304 4196468 140731355888992 140220710439312 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18259] ppid=18249 vsize=28233768 memory=9404 CPUtime=0.02 cores=0-7
/proc/18251/task/18259/stat : 18259 (java) S 18249 18249 12749 0 -1 1077944384 53 0 0 0 1 1 0 0 20 0 20 0 419319792 28911378432 75359 33554432000 4194304 4196468 140731355888992 140220709386768 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18260] ppid=18249 vsize=28233768 memory=1548 CPUtime=0.02 cores=0-7
/proc/18251/task/18260/stat : 18260 (java) S 18249 18249 12749 0 -1 1077944384 60 0 0 0 1 1 0 0 20 0 20 0 419319792 28911378432 75359 33554432000 4194304 4196468 140731355888992 140220708334224 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18261] ppid=18249 vsize=28233768 memory=628 CPUtime=0 cores=0-7
/proc/18251/task/18261/stat : 18261 (java) S 18249 18249 12749 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 419319794 28911378432 75359 33554432000 4194304 4196468 140731355888992 140219007298032 140220763093634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18262] ppid=18249 vsize=28233768 memory=1056 CPUtime=0 cores=0-7
/proc/18251/task/18262/stat : 18262 (java) S 18249 18249 12749 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 419319794 28911378432 75359 33554432000 4194304 4196468 140731355888992 140218938156512 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18263] ppid=18249 vsize=28233768 memory=1556 CPUtime=0 cores=0-7
/proc/18251/task/18263/stat : 18263 (java) S 18249 18249 12749 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 419319794 28911378432 75359 33554432000 4194304 4196468 140731355888992 140218937103872 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18264] ppid=18249 vsize=28233768 memory=5924 CPUtime=0 cores=0-7
/proc/18251/task/18264/stat : 18264 (java) S 18249 18249 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419319797 28911378432 75359 33554432000 4194304 4196468 140731355888992 140218936052432 140220763101083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18265] ppid=18249 vsize=28233768 memory=14012 CPUtime=0.57 cores=0-7
/proc/18251/task/18265/stat : 18265 (java) S 18249 18249 12749 0 -1 1077944384 1861 0 0 0 56 1 0 0 20 0 20 0 419319797 28911378432 75359 33554432000 4194304 4196468 140731355888992 140218934999024 140220763093634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18266] ppid=18249 vsize=28233768 memory=2116 CPUtime=0.58 cores=0-7
/proc/18251/task/18266/stat : 18266 (java) S 18249 18249 12749 0 -1 1077944384 1284 0 0 0 58 0 0 0 20 0 20 0 419319797 28911378432 75359 33554432000 4194304 4196468 140731355888992 140218933946480 140220763093634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18267] ppid=18249 vsize=28233768 memory=10560 CPUtime=0.69 cores=0-7
/proc/18251/task/18267/stat : 18267 (java) S 18249 18249 12749 0 -1 1077944384 1776 0 0 0 69 0 0 0 20 0 20 0 419319797 28911378432 75359 33554432000 4194304 4196468 140731355888992 140218932893936 140220763093634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18268] ppid=18249 vsize=28233768 memory=12024 CPUtime=0.59 cores=0-7
/proc/18251/task/18268/stat : 18268 (java) S 18249 18249 12749 0 -1 1077944384 2627 0 0 0 59 0 0 0 20 0 20 0 419319797 28911378432 75359 33554432000 4194304 4196468 140731355888992 140218931841392 140220763093634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18269] ppid=18249 vsize=28233768 memory=7446532003285060949 CPUtime=0 cores=0-7
/proc/18251/task/18269/stat : 18269 (java) S 18249 18249 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419319797 28911378432 75359 33554432000 4194304 4196468 140731355888992 140218930789088 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18270] ppid=18249 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18270/stat : 18270 (java) S 18249 18249 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419319797 28911378432 75359 33554432000 4194304 4196468 140731355888992 140218929736624 140220763093634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
Current children cumulated CPU time: 4.29 s
Current children cumulated vsize: 28346896 KiB
Current children cumulated memory: 302892 KiB

[startup+2.41073 s]
/proc/loadavg: 3.62 3.93 4.02 12/218 18286
/proc/meminfo: memFree=30220372/32770624 swapFree=66997684/67108860
[pid=18249] ppid=18246 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18249/stat : 18249 (xcsp3-exec) S 18246 18249 12749 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419319791 115843072 364 33554432000 4194304 5098028 140721488270512 140721488268616 140637929087612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25849856 140721488274293 140721488274537 140721488274537 140721488277450 0
/proc/18249/statm: 28282 364 305 221 0 87 0
[pid=18251] ppid=18249 vsize=28768328 memory=428060 CPUtime=9.72 cores=0-7
/proc/18251/stat : 18251 (java) S 18249 18249 12749 0 -1 1077944320 22518 0 0 0 928 44 0 0 20 0 28 0 419319791 29458767872 107015 33554432000 4194304 4196468 140731355888992 140731355871536 140220763082487 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
/proc/18251/statm: 7192082 107015 3501 1 0 7153184 0
[pid=18251/tid=18252] ppid=18249 vsize=28768328 memory=6940438801476381288 CPUtime=1.67 cores=0-7
/proc/18251/task/18252/stat : 18252 (java) S 18249 18249 12749 0 -1 1077944384 9614 0 0 0 159 8 0 0 20 0 28 0 419319791 29458767872 107015 33554432000 4194304 4196468 140731355888992 140220767323264 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18253] ppid=18249 vsize=28768328 memory=7733080066902024549 CPUtime=0.06 cores=0-7
/proc/18251/task/18253/stat : 18253 (java) S 18249 18249 12749 0 -1 1077944384 93 0 0 0 3 3 0 0 20 0 28 0 419319792 29458767872 107015 33554432000 4194304 4196468 140731355888992 140220715703056 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18254] ppid=18249 vsize=28768328 memory=0 CPUtime=0.06 cores=0-7
/proc/18251/task/18254/stat : 18254 (java) S 18249 18249 12749 0 -1 1077944384 88 0 0 0 3 3 0 0 20 0 28 0 419319792 29458767872 107015 33554432000 4194304 4196468 140731355888992 140220714650512 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18255] ppid=18249 vsize=28768328 memory=6944656592455097440 CPUtime=0.06 cores=0-7
/proc/18251/task/18255/stat : 18255 (java) S 18249 18249 12749 0 -1 1077944384 97 0 0 0 3 3 0 0 20 0 28 0 419319792 29458767872 107015 33554432000 4194304 4196468 140731355888992 140220713597968 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18256] ppid=18249 vsize=28768328 memory=1456 CPUtime=0.06 cores=0-7
/proc/18251/task/18256/stat : 18256 (java) S 18249 18249 12749 0 -1 1077944384 88 0 0 0 3 3 0 0 20 0 28 0 419319792 29458767872 107015 33554432000 4194304 4196468 140731355888992 140220712545424 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18257] ppid=18249 vsize=28768328 memory=244960 CPUtime=0.06 cores=0-7
/proc/18251/task/18257/stat : 18257 (java) S 18249 18249 12749 0 -1 1077944384 108 0 0 0 3 3 0 0 20 0 28 0 419319792 29458767872 107015 33554432000 4194304 4196468 140731355888992 140220711491856 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18258] ppid=18249 vsize=28768328 memory=13571 CPUtime=0.06 cores=0-7
/proc/18251/task/18258/stat : 18258 (java) S 18249 18249 12749 0 -1 1077944384 98 0 0 0 3 3 0 0 20 0 28 0 419319792 29458767872 107015 33554432000 4194304 4196468 140731355888992 140220710439312 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18259] ppid=18249 vsize=28768328 memory=0 CPUtime=0.07 cores=0-7
/proc/18251/task/18259/stat : 18259 (java) S 18249 18249 12749 0 -1 1077944384 85 0 0 0 3 4 0 0 20 0 28 0 419319792 29458767872 107015 33554432000 4194304 4196468 140731355888992 140220709386768 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18260] ppid=18249 vsize=28768328 memory=1235 CPUtime=0.06 cores=0-7
/proc/18251/task/18260/stat : 18260 (java) S 18249 18249 12749 0 -1 1077944384 88 0 0 0 3 3 0 0 20 0 28 0 419319792 29458767872 107015 33554432000 4194304 4196468 140731355888992 140220708334224 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18261] ppid=18249 vsize=28768328 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/18251/task/18261/stat : 18261 (java) S 18249 18249 12749 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 28 0 419319794 29458767872 107015 33554432000 4194304 4196468 140731355888992 140219007298032 140220763093634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18262] ppid=18249 vsize=28768328 memory=288230617509003574 CPUtime=0 cores=0-7
/proc/18251/task/18262/stat : 18262 (java) S 18249 18249 12749 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 419319794 29458767872 107015 33554432000 4194304 4196468 140731355888992 140218938156512 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18263] ppid=18249 vsize=28768328 memory=15252636593031516 CPUtime=0 cores=0-7
/proc/18251/task/18263/stat : 18263 (java) S 18249 18249 12749 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 419319794 29458767872 107015 33554432000 4194304 4196468 140731355888992 140218937103872 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18264] ppid=18249 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18264/stat : 18264 (java) S 18249 18249 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419319797 29458767872 107015 33554432000 4194304 4196468 140731355888992 140218936052432 140220763101083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18265] ppid=18249 vsize=28768328 memory=6656426216303648864 CPUtime=1.03 cores=0-7
/proc/18251/task/18265/stat : 18265 (java) R 18249 18249 12749 0 -1 4202560 2494 0 0 0 102 1 0 0 20 0 28 0 419319797 29458767872 107015 33554432000 4194304 4196468 140731355888992 140218934985048 140220748010808 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18266] ppid=18249 vsize=28768328 memory=0 CPUtime=1.09 cores=0-7
/proc/18251/task/18266/stat : 18266 (java) R 18249 18249 12749 0 -1 4202560 2239 0 0 0 109 0 0 0 20 0 28 0 419319797 29458767872 107015 33554432000 4194304 4196468 140731355888992 140218933932896 140220741216088 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18267] ppid=18249 vsize=28768328 memory=0 CPUtime=1.09 cores=0-7
/proc/18251/task/18267/stat : 18267 (java) R 18249 18249 12749 0 -1 1077944384 1865 0 0 0 109 0 0 0 20 0 28 0 419319797 29458767872 107015 33554432000 4194304 4196468 140731355888992 140218932883856 140220763092693 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18268] ppid=18249 vsize=28768328 memory=0 CPUtime=0.83 cores=0-7
/proc/18251/task/18268/stat : 18268 (java) R 18249 18249 12749 0 -1 1077944384 3359 0 0 0 82 1 0 0 20 0 28 0 419319797 29458767872 107015 33554432000 4194304 4196468 140731355888992 140218931841392 140220763093634 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18269] ppid=18249 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18269/stat : 18269 (java) S 18249 18249 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419319797 29458767872 107015 33554432000 4194304 4196468 140731355888992 140218930789088 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18270] ppid=18249 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18270/stat : 18270 (java) S 18249 18249 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419319797 29458767872 107015 33554432000 4194304 4196468 140731355888992 140218929736624 140220763093634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18279] ppid=18249 vsize=28768328 memory=0 CPUtime=0.48 cores=0-7
/proc/18251/task/18279/stat : 18279 (java) R 18249 18249 12749 0 -1 4202560 32 0 0 0 48 0 0 0 20 0 28 0 419319978 29458767872 107015 33554432000 4194304 4196468 140731355888992 140218916563848 140220364364610 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18280] ppid=18249 vsize=28768328 memory=0 CPUtime=0.36 cores=0-7
/proc/18251/task/18280/stat : 18280 (java) R 18249 18249 12749 0 -1 4202560 28 0 0 0 36 0 0 0 20 0 28 0 419319978 29458767872 107015 33554432000 4194304 4196468 140731355888992 140218911301752 140220364368944 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18281] ppid=18249 vsize=28768328 memory=0 CPUtime=0.21 cores=0-7
/proc/18251/task/18281/stat : 18281 (java) R 18249 18249 12749 0 -1 4202560 94 0 0 0 21 0 0 0 20 0 28 0 419319978 29458767872 107015 33554432000 4194304 4196468 140731355888992 140218914457320 140220763094422 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18282] ppid=18249 vsize=28768328 memory=0 CPUtime=0.33 cores=0-7
/proc/18251/task/18282/stat : 18282 (java) R 18249 18249 12749 0 -1 4202560 23 0 0 0 33 0 0 0 20 0 28 0 419319978 29458767872 107015 33554432000 4194304 4196468 140731355888992 140218918666152 140220364365542 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18283] ppid=18249 vsize=28768328 memory=0 CPUtime=0.35 cores=0-7
/proc/18251/task/18283/stat : 18283 (java) R 18249 18249 12749 0 -1 4202560 63 0 0 0 35 0 0 0 20 0 28 0 419319978 29458767872 107015 33554432000 4194304 4196468 140731355888992 140218913404776 140220371544609 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18284] ppid=18249 vsize=28768328 memory=-6876588461455810464 CPUtime=0.37 cores=0-7
/proc/18251/task/18284/stat : 18284 (java) R 18249 18249 12749 0 -1 4202560 23 0 0 0 37 0 0 0 20 0 28 0 419319978 29458767872 107015 33554432000 4194304 4196468 140731355888992 140218915511064 140220364516851 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18285] ppid=18249 vsize=28768328 memory=7682475212697334586 CPUtime=0.39 cores=0-7
/proc/18251/task/18285/stat : 18285 (java) R 18249 18249 12749 0 -1 4202560 61 0 0 0 39 0 0 0 20 0 28 0 419319978 29458767872 107015 33554432000 4194304 4196468 140731355888992 140218917617264 140220364335233 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18286] ppid=18249 vsize=28768328 memory=1399103955520229747 CPUtime=0.42 cores=0-7
/proc/18251/task/18286/stat : 18286 (java) R 18249 18249 12749 0 -1 4202560 25 0 0 0 42 0 0 0 20 0 28 0 419319978 29458767872 107015 33554432000 4194304 4196468 140731355888992 140218912350040 140220371544522 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
Current children cumulated CPU time: 9.72 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 429516 KiB

[startup+2.60095 s]
/proc/loadavg: 3.62 3.93 4.02 12/218 18286
/proc/meminfo: memFree=30220372/32770624 swapFree=66997684/67108860
[pid=18249] ppid=18246 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18249/stat : 18249 (xcsp3-exec) S 18246 18249 12749 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419319791 115843072 364 33554432000 4194304 5098028 140721488270512 140721488268616 140637929087612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25849856 140721488274293 140721488274537 140721488274537 140721488277450 0
/proc/18249/statm: 28282 364 305 221 0 87 0
[pid=18251] ppid=18249 vsize=28769356 memory=430112 CPUtime=11.08 cores=0-7
/proc/18251/stat : 18251 (java) S 18249 18249 12749 0 -1 1077944320 23845 0 0 0 1062 46 0 0 20 0 28 0 419319791 29459820544 107528 33554432000 4194304 4196468 140731355888992 140731355871536 140220763082487 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
/proc/18251/statm: 7192339 107528 3503 1 0 7153441 0
[pid=18251/tid=18252] ppid=18249 vsize=28769356 memory=7019249604338281314 CPUtime=1.68 cores=0-7
/proc/18251/task/18252/stat : 18252 (java) S 18249 18249 12749 0 -1 1077944384 9616 0 0 0 160 8 0 0 20 0 28 0 419319791 29459820544 107528 33554432000 4194304 4196468 140731355888992 140220767323264 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18253] ppid=18249 vsize=28769356 memory=7237398200207235428 CPUtime=0.06 cores=0-7
/proc/18251/task/18253/stat : 18253 (java) S 18249 18249 12749 0 -1 1077944384 93 0 0 0 3 3 0 0 20 0 28 0 419319792 29459820544 107528 33554432000 4194304 4196468 140731355888992 140220715703056 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18254] ppid=18249 vsize=28769356 memory=7594587674001172330 CPUtime=0.06 cores=0-7
/proc/18251/task/18254/stat : 18254 (java) S 18249 18249 12749 0 -1 1077944384 88 0 0 0 3 3 0 0 20 0 28 0 419319792 29459820544 107528 33554432000 4194304 4196468 140731355888992 140220714650512 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18255] ppid=18249 vsize=28769356 memory=7594587674001172330 CPUtime=0.06 cores=0-7
/proc/18251/task/18255/stat : 18255 (java) S 18249 18249 12749 0 -1 1077944384 97 0 0 0 3 3 0 0 20 0 28 0 419319792 29459820544 107528 33554432000 4194304 4196468 140731355888992 140220713597968 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18256] ppid=18249 vsize=28769356 memory=7594587674001172330 CPUtime=0.06 cores=0-7
/proc/18251/task/18256/stat : 18256 (java) S 18249 18249 12749 0 -1 1077944384 88 0 0 0 3 3 0 0 20 0 28 0 419319792 29459820544 107528 33554432000 4194304 4196468 140731355888992 140220712545424 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18257] ppid=18249 vsize=28769356 memory=7306316804797196914 CPUtime=0.06 cores=0-7
/proc/18251/task/18257/stat : 18257 (java) S 18249 18249 12749 0 -1 1077944384 108 0 0 0 3 3 0 0 20 0 28 0 419319792 29459820544 107528 33554432000 4194304 4196468 140731355888992 140220711491856 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18258] ppid=18249 vsize=28769356 memory=7594587674001172330 CPUtime=0.06 cores=0-7
/proc/18251/task/18258/stat : 18258 (java) S 18249 18249 12749 0 -1 1077944384 98 0 0 0 3 3 0 0 20 0 28 0 419319792 29459820544 107528 33554432000 4194304 4196468 140731355888992 140220710439312 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18259] ppid=18249 vsize=28769356 memory=7594587674001172330 CPUtime=0.07 cores=0-7
/proc/18251/task/18259/stat : 18259 (java) S 18249 18249 12749 0 -1 1077944384 85 0 0 0 3 4 0 0 20 0 28 0 419319792 29459820544 107528 33554432000 4194304 4196468 140731355888992 140220709386768 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18260] ppid=18249 vsize=28769356 memory=7883944108235712103 CPUtime=0.06 cores=0-7
/proc/18251/task/18260/stat : 18260 (java) S 18249 18249 12749 0 -1 1077944384 88 0 0 0 3 3 0 0 20 0 28 0 419319792 29459820544 107528 33554432000 4194304 4196468 140731355888992 140220708334224 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18261] ppid=18249 vsize=28769356 memory=7594587674001172330 CPUtime=0 cores=0-7
/proc/18251/task/18261/stat : 18261 (java) S 18249 18249 12749 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 28 0 419319794 29459820544 107528 33554432000 4194304 4196468 140731355888992 140219007298032 140220763093634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18262] ppid=18249 vsize=28769356 memory=4642197910265684584 CPUtime=0 cores=0-7
/proc/18251/task/18262/stat : 18262 (java) S 18249 18249 12749 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 419319794 29459820544 107528 33554432000 4194304 4196468 140731355888992 140218938156512 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18263] ppid=18249 vsize=28769356 memory=139983154292351 CPUtime=0 cores=0-7
/proc/18251/task/18263/stat : 18263 (java) S 18249 18249 12749 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 419319794 29459820544 107528 33554432000 4194304 4196468 140731355888992 140218937103872 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18264] ppid=18249 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18264/stat : 18264 (java) S 18249 18249 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419319797 29459820544 107528 33554432000 4194304 4196468 140731355888992 140218936052432 140220763101083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18265] ppid=18249 vsize=28769356 memory=0 CPUtime=1.19 cores=0-7
/proc/18251/task/18265/stat : 18265 (java) R 18249 18249 12749 0 -1 1077944384 2603 0 0 0 118 1 0 0 20 0 28 0 419319797 29459820544 107528 33554432000 4194304 4196468 140731355888992 140218934985872 140220763092693 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18266] ppid=18249 vsize=28769356 memory=0 CPUtime=1.27 cores=0-7
/proc/18251/task/18266/stat : 18266 (java) R 18249 18249 12749 0 -1 1077944384 2384 0 0 0 127 0 0 0 20 0 28 0 419319797 29459820544 107528 33554432000 4194304 4196468 140731355888992 140218933945664 140220763092693 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18267] ppid=18249 vsize=28769356 memory=0 CPUtime=1.26 cores=0-7
/proc/18251/task/18267/stat : 18267 (java) R 18249 18249 12749 0 -1 4202560 1932 0 0 0 126 0 0 0 20 0 28 0 419319797 29459820544 107528 33554432000 4194304 4196468 140731355888992 140218932893072 140220741248968 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18268] ppid=18249 vsize=28769356 memory=0 CPUtime=0.85 cores=0-7
/proc/18251/task/18268/stat : 18268 (java) R 18249 18249 12749 0 -1 1077944384 3387 0 0 0 84 1 0 0 20 0 28 0 419319797 29459820544 107528 33554432000 4194304 4196468 140731355888992 140218931841392 140220763093634 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18269] ppid=18249 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18269/stat : 18269 (java) S 18249 18249 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419319797 29459820544 107528 33554432000 4194304 4196468 140731355888992 140218930789088 140220763092693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
[pid=18251/tid=18270] ppid=18249 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/18251/task/18270/stat : 18270 (java) S 18249 18249 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419319797 29459820544 107535 33554432000 4194304 4196468 140731355888992 140218929736624 140220763093634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140731355890666 140731355890838 140731355890838 140731355893711 0
Current children cumulated CPU time: 11.08 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 431568 KiB

Child status: 0
Real time (s): 2.66562
CPU time (s): 11.4453
CPU user time (s): 10.9611
CPU system time (s): 0.484165
CPU usage (%): 429.367
Max. virtual memory (cumulated for all children) (KiB): 28882484
Max. memory (cumulated for all children) (KiB): 431568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.9611
system time used= 0.484165
maximum resident set size= 431608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24781
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4390
involuntary context switches= 196


# summary of solver processes directly reported to runsolver:
#   pid: 18249
#   total CPU time (s): 11.4453
#   total CPU user time (s): 10.9611
#   total CPU system time (s): 0.484165

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.034283 second user time and 0.072852 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-14 04:09:34
IDJOB=4394557
IDBENCH=127972
IDSOLVER=2843
FILE ID=node106/4394557-1568430652
RUNJOBID= node106-1568413091-12776
PBS_JOBID= 21702261
Free space on /tmp= 59112 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-1.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-4394557-1568430652/watcher-4394557-1568430652 -o /tmp/evaluation-result-4394557-1568430652/solver-4394557-1568430652 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568413091-12776 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1237110491 HOME/instance-4394557-1568430652.xml

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

MD5SUM BENCH= 105bb238691d484e064b3a25c3dae36e
RANDOM SEED=1237110491

node106.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:        30625464 kB
MemAvailable:   31899880 kB
Buffers:          183828 kB
Cached:          1371748 kB
SwapCached:         9320 kB
Active:           487448 kB
Inactive:        1083312 kB
Active(anon):      14356 kB
Inactive(anon):    34744 kB
Active(file):     473092 kB
Inactive(file):  1048568 kB
Unevictable:      106908 kB
Mlocked:          106908 kB
SwapTotal:      67108860 kB
SwapFree:       66997684 kB
Dirty:             27000 kB
Writeback:             0 kB
AnonPages:        113444 kB
Mapped:            38300 kB
Shmem:             25300 kB
Slab:             166672 kB
SReclaimable:     137184 kB
SUnreclaim:        29488 kB
KernelStack:        3392 kB
PageTables:         5072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     489728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59088 MiB
End job on node106 at 2019-09-14 04:09:37