Trace number 4394534

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.90 4.49033 1.24347

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-45-01.xml
MD5SUM1713c5d1d522f34d444b6ff7755d5ded
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark82
Best CPU time to get the best result obtained on this benchmark244.284
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints72
Number of domains2
Minimum domain size1
Maximum domain size151
Distribution of domain sizes[{"size":1,"count":1},{"size":151,"count":31}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":7,"count":1},{"degree":8,"count":21},{"degree":9,"count":5},{"degree":10,"count":3}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":68},{"arity":30,"count":4}]
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-4394534-1568431385.xml"  -tl '20160s' -p 8
0.11/0.20	c Choco e747e1e
0.11/0.20	c [HOME/instance-4394534-1568431385.xml, -tl, 20160s, -p, 8]
0.33/0.24	c 8 solvers in parallel
0.33/0.31	c parse instance...
1.91/0.80	c solve instance...
3.29/1.04	o 97 
3.29/1.05	o 94 
3.29/1.09	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (54/96)
3.29/1.09		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
3.29/1.09		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
3.29/1.09		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
3.29/1.09		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
3.29/1.09		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
3.29/1.09	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (54/96)
3.29/1.09		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
3.29/1.09		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
3.29/1.09		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
3.29/1.09		at org.chocosolver.solver.Solver.repair(Solver.java:443)
3.29/1.09		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
3.29/1.09		at org.chocosolver.solver.Solver.solve(Solver.java:262)
3.29/1.09		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
3.29/1.09		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
3.29/1.09		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.29/1.09		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
3.29/1.09		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
3.29/1.09		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
3.29/1.09		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
3.29/1.09		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
3.29/1.09		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
3.29/1.09		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
3.29/1.09	o 90 
4.06/1.15	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Try to passivate a propagator already passive or reified.
4.06/1.15	s[23] >= s[8] + 2 of ARITHM ([s[23] >= s[8] + 2])
4.06/1.15		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
4.06/1.15		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
4.06/1.15		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
4.06/1.15		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
4.06/1.15		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
4.06/1.15	Caused by: org.chocosolver.solver.exception.SolverException: Try to passivate a propagator already passive or reified.
4.06/1.15	s[23] >= s[8] + 2 of ARITHM ([s[23] >= s[8] + 2])
4.06/1.15		at org.chocosolver.solver.constraints.Propagator.setPassive(Propagator.java:546)
4.06/1.15		at org.chocosolver.solver.constraints.binary.PropGreaterOrEqualX_YC.propagate(PropGreaterOrEqualX_YC.java:61)
4.06/1.15		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:175)
4.06/1.15		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
4.06/1.15		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
4.06/1.15		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
4.06/1.15		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
4.06/1.15		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
4.06/1.15		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
4.06/1.15		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
4.06/1.15		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
4.06/1.15		at org.chocosolver.solver.Solver.extend(Solver.java:421)
4.06/1.15		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
4.06/1.15		at org.chocosolver.solver.Solver.solve(Solver.java:262)
4.06/1.15		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
4.06/1.15		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
4.06/1.15		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4.06/1.15		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
4.06/1.15		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
4.06/1.15		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
4.06/1.15		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
4.06/1.15		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
4.06/1.15		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
4.06/1.15		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
4.06/1.15	s OPTIMUM FOUND
4.06/1.15	v <instantiation>
4.06/1.15	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>
4.06/1.15	v 	<values>0 0 2 0 6 7 7 17 24 17 24 26 29 26 33 36 41 47 48 47 62 57 57 66 70 74 62 74 81 81 77 90 </values>
4.06/1.15	v </instantiation>

Verifier Data

OK	90

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394534-1568431385/watcher-4394534-1568431385 -o /tmp/evaluation-result-4394534-1568431385/solver-4394534-1568431385 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568427322-28555 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 283703322 HOME/instance-4394534-1568431385.xml 

running on 8 cores: 0-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=360, runsolver pid=357

[startup+0.100212 s]*
/proc/loadavg: 7.41 5.13 3.98 3/212 381
/proc/meminfo: memFree=30854800/32770688 swapFree=66961112/67108860
[pid=360] ppid=357 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/360/stat : 360 (xcsp3-exec) S 357 360 28528 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419080242 115843072 364 33554432000 4194304 5098028 140732934218960 140732934217064 140426669859452 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 34320384 140732934222710 140732934222953 140732934222953 140732934225866 0
/proc/360/statm: 28282 364 305 221 0 87 0
[pid=362] ppid=360 vsize=28227388 memory=27976 CPUtime=0.11 cores=0-7
/proc/362/stat : 362 (java) S 360 360 28528 0 -1 1077944320 5410 0 0 0 10 1 0 0 20 0 20 0 419080242 28904845312 6994 33554432000 4194304 4196468 140731513284352 140731513266896 139667858210551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
/proc/362/statm: 7056847 6994 3040 1 0 7019032 0
[pid=362/tid=363] ppid=360 vsize=28227388 memory=8318255677412212789 CPUtime=0.08 cores=0-7
/proc/362/task/363/stat : 363 (java) R 360 360 28528 0 -1 4202560 3545 0 0 0 8 0 0 0 20 0 20 0 419080242 28904845312 7125 33554432000 4194304 4196468 140731513284352 139667862431360 139667858222486 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=364] ppid=360 vsize=28227388 memory=288230609019732336 CPUtime=0 cores=0-7
/proc/362/task/364/stat : 364 (java) S 360 360 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419080243 28904845312 7125 33554432000 4194304 4196468 140731513284352 139667778063248 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=365] ppid=360 vsize=28227388 memory=3618840905517495968 CPUtime=0 cores=0-7
/proc/362/task/365/stat : 365 (java) S 360 360 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419080243 28904845312 7125 33554432000 4194304 4196468 140731513284352 139667777010448 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=366] ppid=360 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/362/task/366/stat : 366 (java) S 360 360 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419080243 28904845312 7125 33554432000 4194304 4196468 140731513284352 139667775958160 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=367] ppid=360 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/362/task/367/stat : 367 (java) S 360 360 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419080243 28904845312 7125 33554432000 4194304 4196468 140731513284352 139667774905360 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=368] ppid=360 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/362/task/368/stat : 368 (java) S 360 360 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419080243 28904845312 7125 33554432000 4194304 4196468 140731513284352 139667405134224 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=369] ppid=360 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/362/task/369/stat : 369 (java) S 360 360 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419080243 28904845312 7125 33554432000 4194304 4196468 140731513284352 139667404081424 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=370] ppid=360 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/362/task/370/stat : 370 (java) S 360 360 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419080243 28904845312 7125 33554432000 4194304 4196468 140731513284352 139667403029136 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=371] ppid=360 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/362/task/371/stat : 371 (java) S 360 360 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419080243 28904845312 7125 33554432000 4194304 4196468 140731513284352 139667401976336 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=372] ppid=360 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/362/task/372/stat : 372 (java) S 360 360 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419080245 28904845312 7125 33554432000 4194304 4196468 140731513284352 139666974128752 139667858221698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=373] ppid=360 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/362/task/373/stat : 373 (java) S 360 360 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419080245 28904845312 7125 33554432000 4194304 4196468 140731513284352 139666973074720 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=374] ppid=360 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/362/task/374/stat : 374 (java) S 360 360 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419080246 28904845312 7125 33554432000 4194304 4196468 140731513284352 139666972022384 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=375] ppid=360 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/362/task/375/stat : 375 (java) S 360 360 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419080248 28904845312 7125 33554432000 4194304 4196468 140731513284352 139666970970704 139667858229147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=376] ppid=360 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/362/task/376/stat : 376 (java) S 360 360 28528 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 419080248 28904845312 7125 33554432000 4194304 4196468 140731513284352 139666969917552 139667858221698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=377] ppid=360 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/362/task/377/stat : 377 (java) S 360 360 28528 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 419080248 28904845312 7125 33554432000 4194304 4196468 140731513284352 139666968864752 139667858221698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=378] ppid=360 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/362/task/378/stat : 378 (java) S 360 360 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419080248 28904845312 7125 33554432000 4194304 4196468 140731513284352 139666047101296 139667858221698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=379] ppid=360 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/362/task/379/stat : 379 (java) R 360 360 28528 0 -1 4202560 276 0 0 0 1 0 0 0 20 0 20 0 419080248 28904845312 7125 33554432000 4194304 4196468 140731513284352 139666046048496 139667843581713 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=380] ppid=360 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/362/task/380/stat : 380 (java) S 360 360 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419080249 28904845312 7125 33554432000 4194304 4196468 140731513284352 139666044996448 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=381] ppid=360 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/362/task/381/stat : 381 (java) S 360 360 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419080249 28904845312 7125 33554432000 4194304 4196468 140731513284352 139666043943728 139667858221698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 29432 KiB

[startup+0.211545 s]*
/proc/loadavg: 7.41 5.13 3.98 3/212 381
/proc/meminfo: memFree=30840632/32770688 swapFree=66961112/67108860
[pid=360] ppid=357 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/360/stat : 360 (xcsp3-exec) S 357 360 28528 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419080242 115843072 364 33554432000 4194304 5098028 140732934218960 140732934217064 140426669859452 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 34320384 140732934222710 140732934222953 140732934222953 140732934225866 0
/proc/360/statm: 28282 364 305 221 0 87 0
[pid=362] ppid=360 vsize=28227388 memory=41032 CPUtime=0.33 cores=0-7
/proc/362/stat : 362 (java) S 360 360 28528 0 -1 1077944320 9467 0 0 0 30 3 0 0 20 0 20 0 419080242 28904845312 10258 33554432000 4194304 4196468 140731513284352 140731513266896 139667858210551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
/proc/362/statm: 7056847 10258 3300 1 0 7019032 0
[pid=362/tid=363] ppid=360 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/362/task/363/stat : 363 (java) R 360 360 28528 0 -1 4202560 6571 0 0 0 18 2 0 0 20 0 20 0 419080242 28904845312 10258 33554432000 4194304 4196468 140731513284352 139667862444384 139667454373537 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=364] ppid=360 vsize=28227388 memory=288230609019732336 CPUtime=0 cores=0-7
/proc/362/task/364/stat : 364 (java) S 360 360 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419080243 28904845312 10258 33554432000 4194304 4196468 140731513284352 139667778063248 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=365] ppid=360 vsize=28227388 memory=3618840905517495968 CPUtime=0 cores=0-7
/proc/362/task/365/stat : 365 (java) S 360 360 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419080243 28904845312 10258 33554432000 4194304 4196468 140731513284352 139667777010448 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=366] ppid=360 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/362/task/366/stat : 366 (java) S 360 360 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419080243 28904845312 10258 33554432000 4194304 4196468 140731513284352 139667775958160 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=367] ppid=360 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/362/task/367/stat : 367 (java) S 360 360 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419080243 28904845312 10258 33554432000 4194304 4196468 140731513284352 139667774905360 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=368] ppid=360 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/362/task/368/stat : 368 (java) S 360 360 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419080243 28904845312 10258 33554432000 4194304 4196468 140731513284352 139667405134224 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=369] ppid=360 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/362/task/369/stat : 369 (java) S 360 360 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419080243 28904845312 10258 33554432000 4194304 4196468 140731513284352 139667404081424 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=370] ppid=360 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/362/task/370/stat : 370 (java) S 360 360 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419080243 28904845312 10258 33554432000 4194304 4196468 140731513284352 139667403029136 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=371] ppid=360 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/362/task/371/stat : 371 (java) S 360 360 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419080243 28904845312 10258 33554432000 4194304 4196468 140731513284352 139667401976336 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=372] ppid=360 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/362/task/372/stat : 372 (java) S 360 360 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419080245 28904845312 10258 33554432000 4194304 4196468 140731513284352 139666974128752 139667858221698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=373] ppid=360 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/362/task/373/stat : 373 (java) S 360 360 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419080245 28904845312 10258 33554432000 4194304 4196468 140731513284352 139666973074720 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=374] ppid=360 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/362/task/374/stat : 374 (java) S 360 360 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419080246 28904845312 10258 33554432000 4194304 4196468 140731513284352 139666972022384 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=375] ppid=360 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/362/task/375/stat : 375 (java) S 360 360 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419080248 28904845312 10258 33554432000 4194304 4196468 140731513284352 139666970970704 139667858229147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=376] ppid=360 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/362/task/376/stat : 376 (java) S 360 360 28528 0 -1 1077944384 334 0 0 0 0 0 0 0 20 0 20 0 419080248 28904845312 10258 33554432000 4194304 4196468 140731513284352 139666969917552 139667858221698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=377] ppid=360 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/362/task/377/stat : 377 (java) S 360 360 28528 0 -1 1077944384 401 0 0 0 2 0 0 0 20 0 20 0 419080248 28904845312 10258 33554432000 4194304 4196468 140731513284352 139666968864752 139667858221698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=378] ppid=360 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/362/task/378/stat : 378 (java) S 360 360 28528 0 -1 1077944384 95 0 0 0 1 0 0 0 20 0 20 0 419080248 28904845312 10258 33554432000 4194304 4196468 140731513284352 139666047101296 139667858221698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=379] ppid=360 vsize=28227388 memory=0 CPUtime=0.08 cores=0-7
/proc/362/task/379/stat : 379 (java) R 360 360 28528 0 -1 4202560 780 0 0 0 8 0 0 0 20 0 20 0 419080248 28904845312 10258 33554432000 4194304 4196468 140731513284352 139666046048496 139667837338947 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=380] ppid=360 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/362/task/380/stat : 380 (java) S 360 360 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419080249 28904845312 10258 33554432000 4194304 4196468 140731513284352 139666044996448 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=381] ppid=360 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/362/task/381/stat : 381 (java) S 360 360 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419080249 28904845312 10258 33554432000 4194304 4196468 140731513284352 139666043943728 139667858221698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42488 KiB

[startup+0.311944 s]*
/proc/loadavg: 7.41 5.13 3.98 2/212 381
/proc/meminfo: memFree=30836644/32770688 swapFree=66961112/67108860
[pid=360] ppid=357 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/360/stat : 360 (xcsp3-exec) S 357 360 28528 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419080242 115843072 364 33554432000 4194304 5098028 140732934218960 140732934217064 140426669859452 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 34320384 140732934222710 140732934222953 140732934222953 140732934225866 0
/proc/360/statm: 28282 364 305 221 0 87 0
[pid=362] ppid=360 vsize=28231644 memory=46728 CPUtime=0.51 cores=0-7
/proc/362/stat : 362 (java) S 360 360 28528 0 -1 1077944320 10525 0 0 0 48 3 0 0 20 0 20 0 419080242 28909203456 11682 33554432000 4194304 4196468 140731513284352 140731513266896 139667858210551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
/proc/362/statm: 7057911 11682 3322 1 0 7019032 0
[pid=362/tid=363] ppid=360 vsize=28231644 memory=6935054825532540783 CPUtime=0.3 cores=0-7
/proc/362/task/363/stat : 363 (java) R 360 360 28528 0 -1 4202560 7567 0 0 0 28 2 0 0 20 0 20 0 419080242 28909203456 11747 33554432000 4194304 4196468 140731513284352 139667862432000 139667858232477 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=364] ppid=360 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/362/task/364/stat : 364 (java) S 360 360 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419080243 28909203456 11747 33554432000 4194304 4196468 140731513284352 139667778063248 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=365] ppid=360 vsize=28231644 memory=140098041673399 CPUtime=0 cores=0-7
/proc/362/task/365/stat : 365 (java) S 360 360 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419080243 28909203456 11747 33554432000 4194304 4196468 140731513284352 139667777010448 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=366] ppid=360 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/362/task/366/stat : 366 (java) S 360 360 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419080243 28909203456 11747 33554432000 4194304 4196468 140731513284352 139667775958160 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=367] ppid=360 vsize=28231644 memory=2240 CPUtime=0 cores=0-7
/proc/362/task/367/stat : 367 (java) S 360 360 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419080243 28909203456 11747 33554432000 4194304 4196468 140731513284352 139667774905360 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=368] ppid=360 vsize=28231644 memory=2241 CPUtime=0 cores=0-7
/proc/362/task/368/stat : 368 (java) S 360 360 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419080243 28909203456 11747 33554432000 4194304 4196468 140731513284352 139667405134224 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=369] ppid=360 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/362/task/369/stat : 369 (java) S 360 360 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419080243 28909203456 11747 33554432000 4194304 4196468 140731513284352 139667404081424 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=370] ppid=360 vsize=28231644 memory=280195881967136 CPUtime=0 cores=0-7
/proc/362/task/370/stat : 370 (java) S 360 360 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419080243 28909203456 11747 33554432000 4194304 4196468 140731513284352 139667403029136 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=371] ppid=360 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/362/task/371/stat : 371 (java) S 360 360 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419080243 28909203456 11747 33554432000 4194304 4196468 140731513284352 139667401976336 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=372] ppid=360 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/362/task/372/stat : 372 (java) S 360 360 28528 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419080245 28909203456 11747 33554432000 4194304 4196468 140731513284352 139666974128752 139667858221698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=373] ppid=360 vsize=28231644 memory=233 CPUtime=0 cores=0-7
/proc/362/task/373/stat : 373 (java) S 360 360 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419080245 28909203456 11747 33554432000 4194304 4196468 140731513284352 139666973074720 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=374] ppid=360 vsize=28231644 memory=256 CPUtime=0 cores=0-7
/proc/362/task/374/stat : 374 (java) S 360 360 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419080246 28909203456 11747 33554432000 4194304 4196468 140731513284352 139666972022384 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=375] ppid=360 vsize=28231644 memory=259754 CPUtime=0 cores=0-7
/proc/362/task/375/stat : 375 (java) S 360 360 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419080248 28909203456 11747 33554432000 4194304 4196468 140731513284352 139666970970704 139667858229147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=376] ppid=360 vsize=28231644 memory=1 CPUtime=0.01 cores=0-7
/proc/362/task/376/stat : 376 (java) S 360 360 28528 0 -1 1077944384 351 0 0 0 1 0 0 0 20 0 20 0 419080248 28909203456 11747 33554432000 4194304 4196468 140731513284352 139666969917552 139667858221698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=377] ppid=360 vsize=28231644 memory=29531 CPUtime=0.02 cores=0-7
/proc/362/task/377/stat : 377 (java) S 360 360 28528 0 -1 1077944384 403 0 0 0 2 0 0 0 20 0 20 0 419080248 28909203456 11747 33554432000 4194304 4196468 140731513284352 139666968864752 139667858221698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=378] ppid=360 vsize=28231644 memory=0 CPUtime=0.02 cores=0-7
/proc/362/task/378/stat : 378 (java) S 360 360 28528 0 -1 1077944384 104 0 0 0 2 0 0 0 20 0 20 0 419080248 28909203456 11747 33554432000 4194304 4196468 140731513284352 139666047101296 139667858221698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=379] ppid=360 vsize=28231644 memory=0 CPUtime=0.13 cores=0-7
/proc/362/task/379/stat : 379 (java) S 360 360 28528 0 -1 1077944384 832 0 0 0 13 0 0 0 20 0 20 0 419080248 28909203456 11747 33554432000 4194304 4196468 140731513284352 139666046048496 139667858221698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=380] ppid=360 vsize=28231644 memory=3467825727391412274 CPUtime=0 cores=0-7
/proc/362/task/380/stat : 380 (java) S 360 360 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419080249 28909203456 11747 33554432000 4194304 4196468 140731513284352 139666044996448 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=381] ppid=360 vsize=28231644 memory=2319684899342137393 CPUtime=0 cores=0-7
/proc/362/task/381/stat : 381 (java) S 360 360 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419080249 28909203456 11747 33554432000 4194304 4196468 140731513284352 139666043943728 139667858221698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 48184 KiB

[startup+0.701057 s]
/proc/loadavg: 7.41 5.13 3.98 2/212 381
/proc/meminfo: memFree=30826708/32770688 swapFree=66961112/67108860
[pid=360] ppid=357 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/360/stat : 360 (xcsp3-exec) S 357 360 28528 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419080242 115843072 364 33554432000 4194304 5098028 140732934218960 140732934217064 140426669859452 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 34320384 140732934222710 140732934222953 140732934222953 140732934225866 0
/proc/360/statm: 28282 364 305 221 0 87 0
[pid=362] ppid=360 vsize=28233768 memory=78312 CPUtime=1.48 cores=0-7
/proc/362/stat : 362 (java) S 360 360 28528 0 -1 1077944320 14861 0 0 0 141 7 0 0 20 0 20 0 419080242 28911378432 19578 33554432000 4194304 4196468 140731513284352 140731513266896 139667858210551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
/proc/362/statm: 7058442 19578 3450 1 0 7019544 0
[pid=362/tid=363] ppid=360 vsize=28233768 memory=0 CPUtime=0.67 cores=0-7
/proc/362/task/363/stat : 363 (java) R 360 360 28528 0 -1 4202560 9271 0 0 0 64 3 0 0 20 0 20 0 419080242 28911378432 19578 33554432000 4194304 4196468 140731513284352 139667862444720 139667454372992 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=364] ppid=360 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/362/task/364/stat : 364 (java) S 360 360 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419080243 28911378432 19578 33554432000 4194304 4196468 140731513284352 139667778063248 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=365] ppid=360 vsize=28233768 memory=4580 CPUtime=0 cores=0-7
/proc/362/task/365/stat : 365 (java) S 360 360 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419080243 28911378432 19578 33554432000 4194304 4196468 140731513284352 139667777010448 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=366] ppid=360 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/362/task/366/stat : 366 (java) S 360 360 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419080243 28911378432 19578 33554432000 4194304 4196468 140731513284352 139667775958160 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=367] ppid=360 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/362/task/367/stat : 367 (java) S 360 360 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419080243 28911378432 19578 33554432000 4194304 4196468 140731513284352 139667774905360 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=368] ppid=360 vsize=28233768 memory=54 CPUtime=0 cores=0-7
/proc/362/task/368/stat : 368 (java) S 360 360 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419080243 28911378432 19578 33554432000 4194304 4196468 140731513284352 139667405134224 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=369] ppid=360 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/362/task/369/stat : 369 (java) S 360 360 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419080243 28911378432 19578 33554432000 4194304 4196468 140731513284352 139667404081424 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=370] ppid=360 vsize=28233768 memory=4404 CPUtime=0 cores=0-7
/proc/362/task/370/stat : 370 (java) S 360 360 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419080243 28911378432 19578 33554432000 4194304 4196468 140731513284352 139667403029136 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=371] ppid=360 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/362/task/371/stat : 371 (java) S 360 360 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419080243 28911378432 19578 33554432000 4194304 4196468 140731513284352 139667401976336 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=372] ppid=360 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/362/task/372/stat : 372 (java) S 360 360 28528 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419080245 28911378432 19578 33554432000 4194304 4196468 140731513284352 139666974128752 139667858221698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=373] ppid=360 vsize=28233768 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/362/task/373/stat : 373 (java) S 360 360 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419080245 28911378432 19578 33554432000 4194304 4196468 140731513284352 139666973074720 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=374] ppid=360 vsize=28233768 memory=1280 CPUtime=0 cores=0-7
/proc/362/task/374/stat : 374 (java) S 360 360 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419080246 28911378432 19578 33554432000 4194304 4196468 140731513284352 139666972022384 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=375] ppid=360 vsize=28233768 memory=5932 CPUtime=0 cores=0-7
/proc/362/task/375/stat : 375 (java) S 360 360 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419080248 28911378432 19578 33554432000 4194304 4196468 140731513284352 139666970970704 139667858229147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=376] ppid=360 vsize=28233768 memory=780 CPUtime=0.12 cores=0-7
/proc/362/task/376/stat : 376 (java) S 360 360 28528 0 -1 1077944384 998 0 0 0 11 1 0 0 20 0 20 0 419080248 28911378432 19578 33554432000 4194304 4196468 140731513284352 139666969917552 139667858221698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=377] ppid=360 vsize=28233768 memory=3988 CPUtime=0.1 cores=0-7
/proc/362/task/377/stat : 377 (java) S 360 360 28528 0 -1 1077944384 567 0 0 0 10 0 0 0 20 0 20 0 419080248 28911378432 19578 33554432000 4194304 4196468 140731513284352 139666968864752 139667858221698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=378] ppid=360 vsize=28233768 memory=1088 CPUtime=0.16 cores=0-7
/proc/362/task/378/stat : 378 (java) S 360 360 28528 0 -1 1077944384 803 0 0 0 15 1 0 0 20 0 20 0 419080248 28911378432 19578 33554432000 4194304 4196468 140731513284352 139666047101296 139667858221698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=379] ppid=360 vsize=28233768 memory=2832 CPUtime=0.39 cores=0-7
/proc/362/task/379/stat : 379 (java) R 360 360 28528 0 -1 4202560 1910 0 0 0 39 0 0 0 20 0 20 0 419080248 28911378432 19578 33554432000 4194304 4196468 140731513284352 139666046047680 139667839620559 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=380] ppid=360 vsize=28233768 memory=1564 CPUtime=0 cores=0-7
/proc/362/task/380/stat : 380 (java) S 360 360 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419080249 28911378432 19578 33554432000 4194304 4196468 140731513284352 139666044996448 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=381] ppid=360 vsize=28233768 memory=8560 CPUtime=0 cores=0-7
/proc/362/task/381/stat : 381 (java) S 360 360 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419080249 28911378432 19578 33554432000 4194304 4196468 140731513284352 139666043943728 139667858221698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 28346896 KiB
Current children cumulated memory: 79768 KiB

[startup+1.24341 s]
# the end of solver process 360 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.36294 s, system=0.127388 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+0.801192 s]
/proc/loadavg: 7.41 5.13 3.98 2/212 381
/proc/meminfo: memFree=30826708/32770688 swapFree=66961112/67108860
[pid=360] ppid=357 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/360/stat : 360 (xcsp3-exec) S 357 360 28528 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419080242 115843072 364 33554432000 4194304 5098028 140732934218960 140732934217064 140426669859452 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 34320384 140732934222710 140732934222953 140732934222953 140732934225866 0
/proc/360/statm: 28282 364 305 221 0 87 0
[pid=362] ppid=360 vsize=28233768 memory=95588 CPUtime=1.91 cores=0-7
/proc/362/stat : 362 (java) S 360 360 28528 0 -1 1077944320 15620 0 0 0 184 7 0 0 20 0 20 0 419080242 28911378432 23897 33554432000 4194304 4196468 140731513284352 140731513266896 139667858210551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
/proc/362/statm: 7058442 23897 3454 1 0 7019544 0
[pid=362/tid=363] ppid=360 vsize=28233768 memory=14068 CPUtime=0.78 cores=0-7
/proc/362/task/363/stat : 363 (java) R 360 360 28528 0 -1 4202560 9318 0 0 0 74 4 0 0 20 0 20 0 419080242 28911378432 23897 33554432000 4194304 4196468 140731513284352 139667862447200 139667842291068 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=364] ppid=360 vsize=28233768 memory=2120 CPUtime=0 cores=0-7
/proc/362/task/364/stat : 364 (java) S 360 360 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419080243 28911378432 23897 33554432000 4194304 4196468 140731513284352 139667778063248 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=365] ppid=360 vsize=28233768 memory=496 CPUtime=0 cores=0-7
/proc/362/task/365/stat : 365 (java) S 360 360 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419080243 28911378432 23897 33554432000 4194304 4196468 140731513284352 139667777010448 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=366] ppid=360 vsize=28233768 memory=1556 CPUtime=0 cores=0-7
/proc/362/task/366/stat : 366 (java) S 360 360 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419080243 28911378432 23897 33554432000 4194304 4196468 140731513284352 139667775958160 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=367] ppid=360 vsize=28233768 memory=928 CPUtime=0 cores=0-7
/proc/362/task/367/stat : 367 (java) S 360 360 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419080243 28911378432 23897 33554432000 4194304 4196468 140731513284352 139667774905360 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=368] ppid=360 vsize=28233768 memory=1628 CPUtime=0 cores=0-7
/proc/362/task/368/stat : 368 (java) S 360 360 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419080243 28911378432 23897 33554432000 4194304 4196468 140731513284352 139667405134224 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=369] ppid=360 vsize=28233768 memory=33 CPUtime=0 cores=0-7
/proc/362/task/369/stat : 369 (java) S 360 360 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419080243 28911378432 23897 33554432000 4194304 4196468 140731513284352 139667404081424 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=370] ppid=360 vsize=28233768 memory=796 CPUtime=0 cores=0-7
/proc/362/task/370/stat : 370 (java) S 360 360 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419080243 28911378432 23897 33554432000 4194304 4196468 140731513284352 139667403029136 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=371] ppid=360 vsize=28233768 memory=1444 CPUtime=0 cores=0-7
/proc/362/task/371/stat : 371 (java) S 360 360 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419080243 28911378432 23897 33554432000 4194304 4196468 140731513284352 139667401976336 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=372] ppid=360 vsize=28233768 memory=1984 CPUtime=0 cores=0-7
/proc/362/task/372/stat : 372 (java) S 360 360 28528 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419080245 28911378432 23897 33554432000 4194304 4196468 140731513284352 139666974128752 139667858221698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=373] ppid=360 vsize=28233768 memory=2424 CPUtime=0 cores=0-7
/proc/362/task/373/stat : 373 (java) S 360 360 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419080245 28911378432 23897 33554432000 4194304 4196468 140731513284352 139666973074720 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=374] ppid=360 vsize=28233768 memory=1760 CPUtime=0 cores=0-7
/proc/362/task/374/stat : 374 (java) S 360 360 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419080246 28911378432 23897 33554432000 4194304 4196468 140731513284352 139666972022384 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=375] ppid=360 vsize=28233768 memory=111636 CPUtime=0 cores=0-7
/proc/362/task/375/stat : 375 (java) S 360 360 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419080248 28911378432 23897 33554432000 4194304 4196468 140731513284352 139666970970704 139667858229147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=376] ppid=360 vsize=28233768 memory=800 CPUtime=0.19 cores=0-7
/proc/362/task/376/stat : 376 (java) R 360 360 28528 0 -1 4202560 1097 0 0 0 18 1 0 0 20 0 20 0 419080248 28911378432 23897 33554432000 4194304 4196468 140731513284352 139666969904336 139667858222486 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=377] ppid=360 vsize=28233768 memory=1680 CPUtime=0.18 cores=0-7
/proc/362/task/377/stat : 377 (java) R 360 360 28528 0 -1 4202560 814 0 0 0 18 0 0 0 20 0 20 0 419080248 28911378432 23897 33554432000 4194304 4196468 140731513284352 139666968848832 139667837468168 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=378] ppid=360 vsize=28233768 memory=4100 CPUtime=0.24 cores=0-7
/proc/362/task/378/stat : 378 (java) R 360 360 28528 0 -1 4202560 829 0 0 0 23 1 0 0 20 0 20 0 419080248 28911378432 23897 33554432000 4194304 4196468 140731513284352 139666047085376 139667839754655 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=379] ppid=360 vsize=28233768 memory=1808 CPUtime=0.48 cores=0-7
/proc/362/task/379/stat : 379 (java) R 360 360 28528 0 -1 4202560 2249 0 0 0 48 0 0 0 20 0 20 0 419080248 28911378432 23897 33554432000 4194304 4196468 140731513284352 139666046043840 139667836810924 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=380] ppid=360 vsize=28233768 memory=41953 CPUtime=0 cores=0-7
/proc/362/task/380/stat : 380 (java) S 360 360 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419080249 28911378432 23897 33554432000 4194304 4196468 140731513284352 139666044996448 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=381] ppid=360 vsize=28233768 memory=4420 CPUtime=0 cores=0-7
/proc/362/task/381/stat : 381 (java) S 360 360 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419080249 28911378432 23963 33554432000 4194304 4196468 140731513284352 139666043943728 139667858221698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
Current children cumulated CPU time: 1.91 s
Current children cumulated vsize: 28346896 KiB
Current children cumulated memory: 97044 KiB

[startup+1.20192 s]
/proc/loadavg: 6.82 5.05 3.95 8/220 389
/proc/meminfo: memFree=30752572/32770688 swapFree=66961112/67108860
[pid=360] ppid=357 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/360/stat : 360 (xcsp3-exec) S 357 360 28528 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419080242 115843072 364 33554432000 4194304 5098028 140732934218960 140732934217064 140426669859452 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 34320384 140732934222710 140732934222953 140732934222953 140732934225866 0
/proc/360/statm: 28282 364 305 221 0 87 0
[pid=362] ppid=360 vsize=28902484 memory=209252 CPUtime=4.42 cores=0-7
/proc/362/stat : 362 (java) S 360 360 28528 0 -1 1077944320 27641 0 0 0 431 11 0 0 20 0 21 0 419080242 29596143616 52313 33554432000 4194304 4196468 140731513284352 140731513266896 139667858210551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
/proc/362/statm: 7225621 52313 3471 1 0 7186723 0
[pid=362/tid=363] ppid=360 vsize=28902484 memory=3906931183627534368 CPUtime=0.81 cores=0-7
/proc/362/task/363/stat : 363 (java) S 360 360 28528 0 -1 1077944384 9480 0 0 0 77 4 0 0 20 0 21 0 419080242 29596143616 52313 33554432000 4194304 4196468 140731513284352 139667862453392 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=364] ppid=360 vsize=28902484 memory=0 CPUtime=0 cores=0-7
/proc/362/task/364/stat : 364 (java) S 360 360 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 419080243 29596143616 52313 33554432000 4194304 4196468 140731513284352 139667778063248 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=365] ppid=360 vsize=28902484 memory=0 CPUtime=0 cores=0-7
/proc/362/task/365/stat : 365 (java) S 360 360 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 419080243 29596143616 52313 33554432000 4194304 4196468 140731513284352 139667777010448 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=366] ppid=360 vsize=28902484 memory=0 CPUtime=0 cores=0-7
/proc/362/task/366/stat : 366 (java) S 360 360 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 419080243 29596143616 52313 33554432000 4194304 4196468 140731513284352 139667775958160 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=367] ppid=360 vsize=28902484 memory=0 CPUtime=0 cores=0-7
/proc/362/task/367/stat : 367 (java) S 360 360 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 419080243 29596143616 52313 33554432000 4194304 4196468 140731513284352 139667774905360 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=368] ppid=360 vsize=28902484 memory=0 CPUtime=0 cores=0-7
/proc/362/task/368/stat : 368 (java) S 360 360 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 419080243 29596143616 52313 33554432000 4194304 4196468 140731513284352 139667405134224 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=369] ppid=360 vsize=28902484 memory=0 CPUtime=0 cores=0-7
/proc/362/task/369/stat : 369 (java) S 360 360 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 419080243 29596143616 52313 33554432000 4194304 4196468 140731513284352 139667404081424 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=370] ppid=360 vsize=28902484 memory=0 CPUtime=0 cores=0-7
/proc/362/task/370/stat : 370 (java) S 360 360 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 419080243 29596143616 52313 33554432000 4194304 4196468 140731513284352 139667403029136 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=371] ppid=360 vsize=28902484 memory=0 CPUtime=0 cores=0-7
/proc/362/task/371/stat : 371 (java) S 360 360 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 419080243 29596143616 52313 33554432000 4194304 4196468 140731513284352 139667401976336 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=372] ppid=360 vsize=28902484 memory=0 CPUtime=0 cores=0-7
/proc/362/task/372/stat : 372 (java) S 360 360 28528 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 21 0 419080245 29596143616 52313 33554432000 4194304 4196468 140731513284352 139666974128960 139667858221698 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=373] ppid=360 vsize=28902484 memory=0 CPUtime=0 cores=0-7
/proc/362/task/373/stat : 373 (java) S 360 360 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 419080245 29596143616 52313 33554432000 4194304 4196468 140731513284352 139666973074720 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=374] ppid=360 vsize=28902484 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/362/task/374/stat : 374 (java) S 360 360 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 419080246 29596143616 52313 33554432000 4194304 4196468 140731513284352 139666972022384 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=375] ppid=360 vsize=28902484 memory=0 CPUtime=0 cores=0-7
/proc/362/task/375/stat : 375 (java) S 360 360 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 419080248 29596143616 52313 33554432000 4194304 4196468 140731513284352 139666970970352 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=376] ppid=360 vsize=28902484 memory=0 CPUtime=0.46 cores=0-7
/proc/362/task/376/stat : 376 (java) R 360 360 28528 0 -1 4202560 4678 0 0 0 45 1 0 0 20 0 21 0 419080248 29596143616 52313 33554432000 4194304 4196468 140731513284352 139666969902216 139667843322724 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=377] ppid=360 vsize=28902484 memory=0 CPUtime=0.54 cores=0-7
/proc/362/task/377/stat : 377 (java) R 360 360 28528 0 -1 4202560 3738 0 0 0 53 1 0 0 20 0 21 0 419080248 29596143616 52313 33554432000 4194304 4196468 140731513284352 139666968850632 139667842600408 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=378] ppid=360 vsize=28902484 memory=-6861001314482542224 CPUtime=0.46 cores=0-7
/proc/362/task/378/stat : 378 (java) S 360 360 28528 0 -1 1077944384 3040 0 0 0 45 1 0 0 20 0 21 0 419080248 29596143616 52313 33554432000 4194304 4196468 140731513284352 139666047085840 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=379] ppid=360 vsize=28902484 memory=6656426216303648864 CPUtime=0.61 cores=0-7
/proc/362/task/379/stat : 379 (java) S 360 360 28528 0 -1 1077944384 3903 0 0 0 61 0 0 0 20 0 21 0 419080248 29596143616 52313 33554432000 4194304 4196468 140731513284352 139666046044368 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
[pid=362/tid=380] ppid=360 vsize=28902484 memory=-7812193691855986592 CPUtime=0 cores=0-7
/proc/362/task/380/stat : 380 (java) S 360 360 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 419080249 29596143616 52313 33554432000 4194304 4196468 140731513284352 139666044996448 139667858220757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31690752 140731513291754 140731513291926 140731513291926 140731513294799 0
Current children cumulated CPU time: 4.42 s
Current children cumulated vsize: 29015612 KiB
Current children cumulated memory: 210708 KiB

Child status: 0
Real time (s): 1.24347
CPU time (s): 4.49033
CPU user time (s): 4.36294
CPU system time (s): 0.127388
CPU usage (%): 361.113
Max. virtual memory (cumulated for all children) (KiB): 29015612
Max. memory (cumulated for all children) (KiB): 210708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.36294
system time used= 0.127388
maximum resident set size= 211460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28540
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= 3783
involuntary context switches= 39


# summary of solver processes directly reported to runsolver:
#   pid: 360
#   total CPU time (s): 4.49033
#   total CPU user time (s): 4.36294
#   total CPU system time (s): 0.127388

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.042594 second user time and 0.0561 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-14 05:22:25
IDJOB=4394534
IDBENCH=129972
IDSOLVER=2843
FILE ID=node116/4394534-1568431385
RUNJOBID= node116-1568427322-28555
PBS_JOBID= 21702297
Free space on /tmp= 61244 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-45-01.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-4394534-1568431385/watcher-4394534-1568431385 -o /tmp/evaluation-result-4394534-1568431385/solver-4394534-1568431385 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568427322-28555 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 283703322 HOME/instance-4394534-1568431385.xml

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

MD5SUM BENCH= 1713c5d1d522f34d444b6ff7755d5ded
RANDOM SEED=283703322

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        30870000 kB
MemAvailable:   31853540 kB
Buffers:           82576 kB
Cached:          1186420 kB
SwapCached:        46656 kB
Active:           945856 kB
Inactive:         375180 kB
Active(anon):       4040 kB
Inactive(anon):    88424 kB
Active(file):     941816 kB
Inactive(file):   286756 kB
Unevictable:      109332 kB
Mlocked:          109332 kB
SwapTotal:      67108860 kB
SwapFree:       66961112 kB
Dirty:             26256 kB
Writeback:             0 kB
AnonPages:        118992 kB
Mapped:            43772 kB
Shmem:             32004 kB
Slab:             170028 kB
SReclaimable:     141604 kB
SUnreclaim:        28424 kB
KernelStack:        3712 kB
PageTables:         5980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     498192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61216 MiB
End job on node116 at 2019-09-14 05:22:26