Trace number 4393895

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.50 26.5325 6.74557

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-09-a4.xml
MD5SUM24dd80e7bb1ef2b7df88c183d3ee4992
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark38.0272
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints548
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":9}]
Minimum variable degree225
Maximum variable degree226
Distribution of variable degrees[{"degree":225,"count":7},{"degree":226,"count":2}]
Minimum constraint arity1
Maximum constraint arity9
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":168},{"arity":4,"count":378},{"arity":9,"count":1}]
Number of extensional constraints0
Number of intensional constraints547
Distribution of constraint types[{"type":"intension","count":547},{"type":"ordered","count":1}]
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-4393895-1568426309.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393895-1568426309.xml, -tl, 20160s, -p, 8]
0.35/0.22	c 8 solvers in parallel
0.35/0.28	c parse instance...
3.70/1.26	c solve instance...
11.20/2.50	o 65 
12.06/2.65	o 61 
13.96/3.66	o 59 
16.40/4.03	o 57 
16.56/4.13	o 56 
21.60/5.39	o 53 
23.60/6.34	o 52 
25.61/6.68	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (12/14)
25.61/6.68		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
25.61/6.68		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
25.61/6.68		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
25.61/6.68		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
25.61/6.68		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
25.61/6.68	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (12/14)
25.61/6.68		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
25.61/6.68		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
25.61/6.68		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
25.61/6.68		at org.chocosolver.solver.Solver.repair(Solver.java:443)
25.61/6.68		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
25.61/6.68		at org.chocosolver.solver.Solver.solve(Solver.java:262)
25.61/6.68		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
25.61/6.68		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
25.61/6.68		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
25.61/6.68		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
25.61/6.68		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
25.61/6.68		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
25.61/6.68		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
25.61/6.68		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
25.61/6.68		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
25.61/6.68		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
25.61/6.68	o 50 
26.37/6.71	java.util.concurrent.ExecutionException: java.lang.NullPointerException
26.37/6.71		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
26.37/6.71		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
26.37/6.71		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
26.37/6.71		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
26.37/6.71		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
26.37/6.71	Caused by: java.lang.NullPointerException
26.37/6.71		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
26.37/6.71		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
26.37/6.71		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
26.37/6.71		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
26.37/6.71		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
26.37/6.71		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
26.37/6.71		... 4 more
26.37/6.72	Caused by: java.lang.NullPointerException
26.37/6.72		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
26.37/6.72		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
26.37/6.72		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
26.37/6.72		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
26.37/6.72		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
26.37/6.72		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
26.37/6.72		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
26.37/6.72		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
26.37/6.72		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
26.37/6.72		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
26.37/6.72		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
26.37/6.72		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
26.37/6.72		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
26.37/6.72		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
26.37/6.72		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
26.37/6.72		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
26.37/6.72		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
26.37/6.72		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
26.37/6.72	Caused by: java.lang.NullPointerException
26.37/6.72		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:169)
26.37/6.72		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
26.37/6.72		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
26.37/6.72		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
26.37/6.72		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
26.37/6.72		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
26.37/6.72		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
26.37/6.72		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
26.37/6.72		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
26.37/6.72		at org.chocosolver.solver.Solver.extend(Solver.java:421)
26.37/6.72		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
26.37/6.72		at org.chocosolver.solver.Solver.solve(Solver.java:262)
26.37/6.72		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
26.37/6.72		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
26.37/6.72		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
26.37/6.72		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
26.37/6.72		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
26.37/6.72		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
26.37/6.72		... 4 more
26.37/6.72	s OPTIMUM FOUND
26.37/6.72	v <instantiation>
26.37/6.72	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] </list>
26.37/6.72	v 	<values>0 1 3 7 18 28 37 42 50 </values>
26.37/6.72	v </instantiation>

Verifier Data

OK	50

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393895-1568426309/watcher-4393895-1568426309 -o /tmp/evaluation-result-4393895-1568426309/solver-4393895-1568426309 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1568426266-31650 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1510205453 HOME/instance-4393895-1568426309.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=31667, runsolver pid=31664

[startup+0.100131 s]*
/proc/loadavg: 6.97 7.42 7.50 4/211 31688
/proc/meminfo: memFree=30860044/32770624 swapFree=66967032/67108860
[pid=31667] ppid=31664 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31667/stat : 31667 (xcsp3-exec) S 31664 31667 31623 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418897725 115843072 363 33554432000 4194304 5098028 140733116809184 140733116807288 140675455619708 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31875072 140733116818293 140733116818537 140733116818537 140733116821450 0
/proc/31667/statm: 28282 363 304 221 0 87 0
[pid=31669] ppid=31667 vsize=28227388 memory=30360 CPUtime=0.12 cores=0-7
/proc/31669/stat : 31669 (java) S 31667 31667 31623 0 -1 1077944320 5481 0 0 0 11 1 0 0 20 0 20 0 418897725 28904845312 7590 33554432000 4194304 4196468 140731173277456 140731173260000 139658840915703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
/proc/31669/statm: 7056847 7590 3153 1 0 7019032 0
[pid=31669/tid=31670] ppid=31667 vsize=28227388 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/31669/task/31670/stat : 31670 (java) R 31667 31667 31623 0 -1 4202560 3402 0 0 0 8 0 0 0 20 0 20 0 418897725 28904845312 7590 33554432000 4194304 4196468 140731173277456 139658845145888 139658840927638 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31671] ppid=31667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31671/stat : 31671 (java) S 31667 31667 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418897726 28904845312 7590 33554432000 4194304 4196468 140731173277456 139658793536016 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31672] ppid=31667 vsize=28227388 memory=140181138359936 CPUtime=0 cores=0-7
/proc/31669/task/31672/stat : 31672 (java) S 31667 31667 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418897726 28904845312 7590 33554432000 4194304 4196468 140731173277456 139658792483472 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31673] ppid=31667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31673/stat : 31673 (java) S 31667 31667 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418897726 28904845312 7590 33554432000 4194304 4196468 140731173277456 139658791430416 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31674] ppid=31667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31674/stat : 31674 (java) S 31667 31667 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418897726 28904845312 7590 33554432000 4194304 4196468 140731173277456 139658790377872 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31675] ppid=31667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31675/stat : 31675 (java) S 31667 31667 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418897726 28904845312 7590 33554432000 4194304 4196468 140731173277456 139658789325840 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31676] ppid=31667 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/31669/task/31676/stat : 31676 (java) S 31667 31667 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418897726 28904845312 7590 33554432000 4194304 4196468 140731173277456 139658788273296 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31677] ppid=31667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31677/stat : 31677 (java) S 31667 31667 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418897726 28904845312 7590 33554432000 4194304 4196468 140731173277456 139658787220240 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31678] ppid=31667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31678/stat : 31678 (java) S 31667 31667 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418897726 28904845312 7590 33554432000 4194304 4196468 140731173277456 139658786167696 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31679] ppid=31667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31679/stat : 31679 (java) S 31667 31667 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418897728 28904845312 7590 33554432000 4194304 4196468 140731173277456 139656968591600 139658840926850 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31680] ppid=31667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31680/stat : 31680 (java) S 31667 31667 31623 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418897728 28904845312 7590 33554432000 4194304 4196468 140731173277456 139656967537824 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31681] ppid=31667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31681/stat : 31681 (java) S 31667 31667 31623 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418897728 28904845312 7590 33554432000 4194304 4196468 140731173277456 139656966484720 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31682] ppid=31667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31682/stat : 31682 (java) S 31667 31667 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418897731 28904845312 7590 33554432000 4194304 4196468 140731173277456 139656965433296 139658840934299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31683] ppid=31667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31683/stat : 31683 (java) S 31667 31667 31623 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 20 0 418897731 28904845312 7590 33554432000 4194304 4196468 140731173277456 139656964381424 139658840926850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31684] ppid=31667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31684/stat : 31684 (java) S 31667 31667 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418897731 28904845312 7590 33554432000 4194304 4196468 140731173277456 139656963328880 139658840926850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31685] ppid=31667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31685/stat : 31685 (java) R 31667 31667 31623 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 418897731 28904845312 7590 33554432000 4194304 4196468 140731173277456 139656962275824 139658820776377 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31686] ppid=31667 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/31669/task/31686/stat : 31686 (java) R 31667 31667 31623 0 -1 4202560 352 0 0 0 2 0 0 0 20 0 20 0 418897731 28904845312 7590 33554432000 4194304 4196468 140731173277456 139656961223280 139658819580883 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31687] ppid=31667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31687/stat : 31687 (java) S 31667 31667 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418897731 28904845312 7590 33554432000 4194304 4196468 140731173277456 139656960170464 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31688] ppid=31667 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/31669/task/31688/stat : 31688 (java) S 31667 31667 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418897731 28904845312 7590 33554432000 4194304 4196468 140731173277456 139656959118000 139658840926850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31812 KiB

[startup+0.210445 s]*
/proc/loadavg: 6.97 7.42 7.50 3/211 31688
/proc/meminfo: memFree=30847452/32770624 swapFree=66967032/67108860
[pid=31667] ppid=31664 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31667/stat : 31667 (xcsp3-exec) S 31664 31667 31623 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418897725 115843072 363 33554432000 4194304 5098028 140733116809184 140733116807288 140675455619708 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31875072 140733116818293 140733116818537 140733116818537 140733116821450 0
/proc/31667/statm: 28282 363 304 221 0 87 0
[pid=31669] ppid=31667 vsize=28227388 memory=41528 CPUtime=0.35 cores=0-7
/proc/31669/stat : 31669 (java) S 31667 31667 31623 0 -1 1077944320 9065 0 0 0 31 4 0 0 20 0 20 0 418897725 28904845312 10382 33554432000 4194304 4196468 140731173277456 140731173260000 139658840915703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
/proc/31669/statm: 7056847 10382 3314 1 0 7019032 0
[pid=31669/tid=31670] ppid=31667 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/31669/task/31670/stat : 31670 (java) R 31667 31667 31623 0 -1 4202560 6211 0 0 0 18 2 0 0 20 0 20 0 418897725 28904845312 10382 33554432000 4194304 4196468 140731173277456 139658845152752 139658840937629 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31671] ppid=31667 vsize=28227388 memory=339 CPUtime=0 cores=0-7
/proc/31669/task/31671/stat : 31671 (java) S 31667 31667 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418897726 28904845312 10382 33554432000 4194304 4196468 140731173277456 139658793536016 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31672] ppid=31667 vsize=28227388 memory=140181141411512 CPUtime=0 cores=0-7
/proc/31669/task/31672/stat : 31672 (java) S 31667 31667 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418897726 28904845312 10382 33554432000 4194304 4196468 140731173277456 139658792483472 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31673] ppid=31667 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/31669/task/31673/stat : 31673 (java) S 31667 31667 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418897726 28904845312 10382 33554432000 4194304 4196468 140731173277456 139658791430416 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31674] ppid=31667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31674/stat : 31674 (java) S 31667 31667 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418897726 28904845312 10382 33554432000 4194304 4196468 140731173277456 139658790377872 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31675] ppid=31667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31675/stat : 31675 (java) S 31667 31667 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418897726 28904845312 10382 33554432000 4194304 4196468 140731173277456 139658789325840 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31676] ppid=31667 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/31669/task/31676/stat : 31676 (java) S 31667 31667 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418897726 28904845312 10382 33554432000 4194304 4196468 140731173277456 139658788273296 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31677] ppid=31667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31677/stat : 31677 (java) S 31667 31667 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418897726 28904845312 10382 33554432000 4194304 4196468 140731173277456 139658787220240 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31678] ppid=31667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31678/stat : 31678 (java) S 31667 31667 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418897726 28904845312 10382 33554432000 4194304 4196468 140731173277456 139658786167696 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31679] ppid=31667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31679/stat : 31679 (java) S 31667 31667 31623 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418897728 28904845312 10382 33554432000 4194304 4196468 140731173277456 139656968591600 139658840926850 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31680] ppid=31667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31680/stat : 31680 (java) S 31667 31667 31623 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418897728 28904845312 10382 33554432000 4194304 4196468 140731173277456 139656967537824 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31681] ppid=31667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31681/stat : 31681 (java) S 31667 31667 31623 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418897728 28904845312 10382 33554432000 4194304 4196468 140731173277456 139656966484720 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31682] ppid=31667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31682/stat : 31682 (java) S 31667 31667 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418897731 28904845312 10382 33554432000 4194304 4196468 140731173277456 139656965433296 139658840934299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31683] ppid=31667 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/31669/task/31683/stat : 31683 (java) S 31667 31667 31623 0 -1 1077944384 661 0 0 0 1 0 0 0 20 0 20 0 418897731 28904845312 10382 33554432000 4194304 4196468 140731173277456 139656964381424 139658840926850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31684] ppid=31667 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/31669/task/31684/stat : 31684 (java) S 31667 31667 31623 0 -1 1077944384 102 0 0 0 1 0 0 0 20 0 20 0 418897731 28904845312 10382 33554432000 4194304 4196468 140731173277456 139656963328880 139658840926850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31685] ppid=31667 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/31669/task/31685/stat : 31685 (java) S 31667 31667 31623 0 -1 1077944384 80 0 0 0 1 0 0 0 20 0 20 0 418897731 28904845312 10382 33554432000 4194304 4196468 140731173277456 139656962275824 139658840926850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31686] ppid=31667 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/31669/task/31686/stat : 31686 (java) S 31667 31667 31623 0 -1 1077944384 700 0 0 0 8 0 0 0 20 0 20 0 418897731 28904845312 10382 33554432000 4194304 4196468 140731173277456 139656961223280 139658840926850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31687] ppid=31667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31687/stat : 31687 (java) S 31667 31667 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418897731 28904845312 10382 33554432000 4194304 4196468 140731173277456 139656960170464 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31688] ppid=31667 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/31669/task/31688/stat : 31688 (java) S 31667 31667 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418897731 28904845312 10382 33554432000 4194304 4196468 140731173277456 139656959118000 139658840926850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42980 KiB

[startup+0.310186 s]*
/proc/loadavg: 6.97 7.42 7.50 4/211 31688
/proc/meminfo: memFree=30840192/32770624 swapFree=66967032/67108860
[pid=31667] ppid=31664 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31667/stat : 31667 (xcsp3-exec) S 31664 31667 31623 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418897725 115843072 363 33554432000 4194304 5098028 140733116809184 140733116807288 140675455619708 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31875072 140733116818293 140733116818537 140733116818537 140733116821450 0
/proc/31667/statm: 28282 363 304 221 0 87 0
[pid=31669] ppid=31667 vsize=28231644 memory=49996 CPUtime=0.53 cores=0-7
/proc/31669/stat : 31669 (java) S 31667 31667 31623 0 -1 1077944320 10403 0 0 0 48 5 0 0 20 0 20 0 418897725 28909203456 12499 33554432000 4194304 4196468 140731173277456 140731173260000 139658840915703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
/proc/31669/statm: 7057911 12499 3359 1 0 7019032 0
[pid=31669/tid=31670] ppid=31667 vsize=28231644 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/31669/task/31670/stat : 31670 (java) R 31667 31667 31623 0 -1 4202560 7311 0 0 0 26 3 0 0 20 0 20 0 418897725 28909203456 12499 33554432000 4194304 4196468 140731173277456 139658845146816 139658840937629 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31671] ppid=31667 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31671/stat : 31671 (java) S 31667 31667 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418897726 28909203456 12499 33554432000 4194304 4196468 140731173277456 139658793536016 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31672] ppid=31667 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31672/stat : 31672 (java) S 31667 31667 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418897726 28909203456 12499 33554432000 4194304 4196468 140731173277456 139658792483472 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31673] ppid=31667 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31673/stat : 31673 (java) S 31667 31667 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418897726 28909203456 12499 33554432000 4194304 4196468 140731173277456 139658791430416 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31674] ppid=31667 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31674/stat : 31674 (java) S 31667 31667 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418897726 28909203456 12499 33554432000 4194304 4196468 140731173277456 139658790377872 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31675] ppid=31667 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/31669/task/31675/stat : 31675 (java) S 31667 31667 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418897726 28909203456 12499 33554432000 4194304 4196468 140731173277456 139658789325840 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31676] ppid=31667 vsize=28231644 memory=140181021750191 CPUtime=0 cores=0-7
/proc/31669/task/31676/stat : 31676 (java) S 31667 31667 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418897726 28909203456 12499 33554432000 4194304 4196468 140731173277456 139658788273296 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31677] ppid=31667 vsize=28231644 memory=140181021752496 CPUtime=0 cores=0-7
/proc/31669/task/31677/stat : 31677 (java) S 31667 31667 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418897726 28909203456 12499 33554432000 4194304 4196468 140731173277456 139658787220240 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31678] ppid=31667 vsize=28231644 memory=140181021754800 CPUtime=0 cores=0-7
/proc/31669/task/31678/stat : 31678 (java) S 31667 31667 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418897726 28909203456 12499 33554432000 4194304 4196468 140731173277456 139658786167696 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31679] ppid=31667 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31679/stat : 31679 (java) S 31667 31667 31623 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418897728 28909203456 12499 33554432000 4194304 4196468 140731173277456 139656968591600 139658840926850 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31680] ppid=31667 vsize=28231644 memory=280362043516560 CPUtime=0 cores=0-7
/proc/31669/task/31680/stat : 31680 (java) S 31667 31667 31623 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418897728 28909203456 12499 33554432000 4194304 4196468 140731173277456 139656967537824 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31681] ppid=31667 vsize=28231644 memory=280362043523472 CPUtime=0 cores=0-7
/proc/31669/task/31681/stat : 31681 (java) S 31667 31667 31623 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418897728 28909203456 12499 33554432000 4194304 4196468 140731173277456 139656966484720 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31682] ppid=31667 vsize=28231644 memory=280362043464752 CPUtime=0 cores=0-7
/proc/31669/task/31682/stat : 31682 (java) S 31667 31667 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418897731 28909203456 12499 33554432000 4194304 4196468 140731173277456 139656965433296 139658840934299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31683] ppid=31667 vsize=28231644 memory=280362043537296 CPUtime=0.03 cores=0-7
/proc/31669/task/31683/stat : 31683 (java) R 31667 31667 31623 0 -1 4202560 781 0 0 0 3 0 0 0 20 0 20 0 418897731 28909203456 12499 33554432000 4194304 4196468 140731173277456 139656964371808 139658820160268 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31684] ppid=31667 vsize=28231644 memory=280362043544208 CPUtime=0.02 cores=0-7
/proc/31669/task/31684/stat : 31684 (java) S 31667 31667 31623 0 -1 1077944384 116 0 0 0 2 0 0 0 20 0 20 0 418897731 28909203456 12499 33554432000 4194304 4196468 140731173277456 139656963328880 139658840926850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31685] ppid=31667 vsize=28231644 memory=280362043541904 CPUtime=0.02 cores=0-7
/proc/31669/task/31685/stat : 31685 (java) S 31667 31667 31623 0 -1 1077944384 92 0 0 0 2 0 0 0 20 0 20 0 418897731 28909203456 12499 33554432000 4194304 4196468 140731173277456 139656962275824 139658840926850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31686] ppid=31667 vsize=28231644 memory=280362043558064 CPUtime=0.12 cores=0-7
/proc/31669/task/31686/stat : 31686 (java) S 31667 31667 31623 0 -1 1077944384 792 0 0 0 12 0 0 0 20 0 20 0 418897731 28909203456 12499 33554432000 4194304 4196468 140731173277456 139656961223280 139658840926850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31687] ppid=31667 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31687/stat : 31687 (java) S 31667 31667 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418897731 28909203456 12499 33554432000 4194304 4196468 140731173277456 139656960170464 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31688] ppid=31667 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/31669/task/31688/stat : 31688 (java) S 31667 31667 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418897731 28909203456 12499 33554432000 4194304 4196468 140731173277456 139656959118000 139658840926850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51448 KiB

[startup+0.701814 s]
/proc/loadavg: 6.50 7.31 7.46 4/211 31688
/proc/meminfo: memFree=30830328/32770624 swapFree=66967032/67108860
[pid=31667] ppid=31664 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31667/stat : 31667 (xcsp3-exec) S 31664 31667 31623 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418897725 115843072 363 33554432000 4194304 5098028 140733116809184 140733116807288 140675455619708 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31875072 140733116818293 140733116818537 140733116818537 140733116821450 0
/proc/31667/statm: 28282 363 304 221 0 87 0
[pid=31669] ppid=31667 vsize=28233768 memory=93468 CPUtime=1.64 cores=0-7
/proc/31669/stat : 31669 (java) S 31667 31667 31623 0 -1 1077944320 15086 0 0 0 157 7 0 0 20 0 20 0 418897725 28911378432 23367 33554432000 4194304 4196468 140731173277456 140731173260000 139658840915703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
/proc/31669/statm: 7058442 23367 3453 1 0 7019544 0
[pid=31669/tid=31670] ppid=31667 vsize=28233768 memory=280362043915952 CPUtime=0.67 cores=0-7
/proc/31669/task/31670/stat : 31670 (java) R 31667 31667 31623 0 -1 4202560 8784 0 0 0 63 4 0 0 20 0 20 0 418897725 28911378432 23367 33554432000 4194304 4196468 140731173277456 139658845149880 139658462859848 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31671] ppid=31667 vsize=28233768 memory=140181021959024 CPUtime=0 cores=0-7
/proc/31669/task/31671/stat : 31671 (java) S 31667 31667 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418897726 28911378432 23367 33554432000 4194304 4196468 140731173277456 139658793536016 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31672] ppid=31667 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31672/stat : 31672 (java) S 31667 31667 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418897726 28911378432 23367 33554432000 4194304 4196468 140731173277456 139658792483472 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31673] ppid=31667 vsize=28233768 memory=2832 CPUtime=0 cores=0-7
/proc/31669/task/31673/stat : 31673 (java) S 31667 31667 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418897726 28911378432 23367 33554432000 4194304 4196468 140731173277456 139658791430416 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0

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

# the end of solver process 31667 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=25.9064 s, system=0.626082 s

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

[startup+6.40174 s]
/proc/loadavg: 6.06 7.20 7.43 2/220 31746
/proc/meminfo: memFree=30356848/32770624 swapFree=66967032/67108860
[pid=31667] ppid=31664 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31667/stat : 31667 (xcsp3-exec) S 31664 31667 31623 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418897725 115843072 363 33554432000 4194304 5098028 140733116809184 140733116807288 140675455619708 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31875072 140733116818293 140733116818537 140733116818537 140733116821450 0
/proc/31667/statm: 28282 363 304 221 0 87 0
[pid=31669] ppid=31667 vsize=28768328 memory=532296 CPUtime=24.11 cores=0-7
/proc/31669/stat : 31669 (java) S 31667 31667 31623 0 -1 1077944320 39239 0 0 0 2351 60 0 0 20 0 28 0 418897725 29458767872 133074 33554432000 4194304 4196468 140731173277456 140731173260000 139658840915703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
/proc/31669/statm: 7192082 133074 3533 1 0 7153184 0
[pid=31669/tid=31670] ppid=31667 vsize=28768328 memory=288230604657664836 CPUtime=1.25 cores=0-7
/proc/31669/task/31670/stat : 31670 (java) S 31667 31667 31623 0 -1 1077944384 9528 0 0 0 120 5 0 0 20 0 28 0 418897725 29458767872 133074 33554432000 4194304 4196468 140731173277456 139658845156480 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31671] ppid=31667 vsize=28768328 memory=3009565 CPUtime=0.12 cores=0-7
/proc/31669/task/31671/stat : 31671 (java) S 31667 31667 31623 0 -1 1077944384 152 0 0 0 8 4 0 0 20 0 28 0 418897726 29458767872 133074 33554432000 4194304 4196468 140731173277456 139658793536016 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31672] ppid=31667 vsize=28768328 memory=0 CPUtime=0.15 cores=0-7
/proc/31669/task/31672/stat : 31672 (java) S 31667 31667 31623 0 -1 1077944384 167 0 0 0 9 6 0 0 20 0 28 0 418897726 29458767872 133074 33554432000 4194304 4196468 140731173277456 139658792483472 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31673] ppid=31667 vsize=28768328 memory=6791534058613427641 CPUtime=0.15 cores=0-7
/proc/31669/task/31673/stat : 31673 (java) S 31667 31667 31623 0 -1 1077944384 174 0 0 0 10 5 0 0 20 0 28 0 418897726 29458767872 133074 33554432000 4194304 4196468 140731173277456 139658791430416 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31674] ppid=31667 vsize=28768328 memory=0 CPUtime=0.16 cores=0-7
/proc/31669/task/31674/stat : 31674 (java) S 31667 31667 31623 0 -1 1077944384 288 0 0 0 10 6 0 0 20 0 28 0 418897726 29458767872 133074 33554432000 4194304 4196468 140731173277456 139658790377872 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31675] ppid=31667 vsize=28768328 memory=0 CPUtime=0.15 cores=0-7
/proc/31669/task/31675/stat : 31675 (java) S 31667 31667 31623 0 -1 1077944384 276 0 0 0 11 4 0 0 20 0 28 0 418897726 29458767872 133074 33554432000 4194304 4196468 140731173277456 139658789325840 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31676] ppid=31667 vsize=28768328 memory=0 CPUtime=0.15 cores=0-7
/proc/31669/task/31676/stat : 31676 (java) S 31667 31667 31623 0 -1 1077944384 1175 0 0 0 11 4 0 0 20 0 28 0 418897726 29458767872 133074 33554432000 4194304 4196468 140731173277456 139658788273296 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31677] ppid=31667 vsize=28768328 memory=280362043622720 CPUtime=0.14 cores=0-7
/proc/31669/task/31677/stat : 31677 (java) S 31667 31667 31623 0 -1 1077944384 171 0 0 0 10 4 0 0 20 0 28 0 418897726 29458767872 133074 33554432000 4194304 4196468 140731173277456 139658787220240 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31678] ppid=31667 vsize=28768328 memory=6944656591801717918 CPUtime=0.15 cores=0-7
/proc/31669/task/31678/stat : 31678 (java) S 31667 31667 31623 0 -1 1077944384 282 0 0 0 11 4 0 0 20 0 28 0 418897726 29458767872 133074 33554432000 4194304 4196468 140731173277456 139658786167696 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31679] ppid=31667 vsize=28768328 memory=-7233780906022726806 CPUtime=0 cores=0-7
/proc/31669/task/31679/stat : 31679 (java) S 31667 31667 31623 0 -1 1077944384 444 0 0 0 0 0 0 0 20 0 28 0 418897728 29458767872 133074 33554432000 4194304 4196468 140731173277456 139656968591600 139658840926850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31680] ppid=31667 vsize=28768328 memory=8257237230706253920 CPUtime=0 cores=0-7
/proc/31669/task/31680/stat : 31680 (java) S 31667 31667 31623 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 28 0 418897728 29458767872 133074 33554432000 4194304 4196468 140731173277456 139656967537888 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31681] ppid=31667 vsize=28768328 memory=-7522837583129502606 CPUtime=0 cores=0-7
/proc/31669/task/31681/stat : 31681 (java) S 31667 31667 31623 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 418897728 29458767872 133074 33554432000 4194304 4196468 140731173277456 139656966484736 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31682] ppid=31667 vsize=28768328 memory=-9001734013606258791 CPUtime=0 cores=0-7
/proc/31669/task/31682/stat : 31682 (java) S 31667 31667 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418897731 29458767872 133074 33554432000 4194304 4196468 140731173277456 139656965433296 139658840934299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31683] ppid=31667 vsize=28768328 memory=-7233780906022726806 CPUtime=2.45 cores=0-7
/proc/31669/task/31683/stat : 31683 (java) R 31667 31667 31623 0 -1 4202560 6549 0 0 0 243 2 0 0 20 0 28 0 418897731 29458767872 133074 33554432000 4194304 4196468 140731173277456 139656964381720 139658825309572 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31684] ppid=31667 vsize=28768328 memory=0 CPUtime=2.31 cores=0-7
/proc/31669/task/31684/stat : 31684 (java) R 31667 31667 31623 0 -1 4202560 5858 0 0 0 230 1 0 0 20 0 28 0 418897731 29458767872 133074 33554432000 4194304 4196468 140731173277456 139656963329176 139658824412491 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31685] ppid=31667 vsize=28768328 memory=0 CPUtime=2.38 cores=0-7
/proc/31669/task/31685/stat : 31685 (java) S 31667 31667 31623 0 -1 1077944384 6444 0 0 0 236 2 0 0 20 0 28 0 418897731 29458767872 133074 33554432000 4194304 4196468 140731173277456 139656962275824 139658840926850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31686] ppid=31667 vsize=28768328 memory=3472328296227680304 CPUtime=0.95 cores=0-7
/proc/31669/task/31686/stat : 31686 (java) S 31667 31667 31623 0 -1 1077944384 4013 0 0 0 93 2 0 0 20 0 28 0 418897731 29458767872 133074 33554432000 4194304 4196468 140731173277456 139656961223280 139658840926850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31687] ppid=31667 vsize=28768328 memory=7956260087874802256 CPUtime=0 cores=0-7
/proc/31669/task/31687/stat : 31687 (java) S 31667 31667 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418897731 29458767872 133074 33554432000 4194304 4196468 140731173277456 139656960170464 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31688] ppid=31667 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/31669/task/31688/stat : 31688 (java) S 31667 31667 31623 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 418897731 29458767872 133074 33554432000 4194304 4196468 140731173277456 139656959118000 139658840926850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
Current children cumulated CPU time: 24.11 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 533748 KiB

[startup+6.60174 s]
/proc/loadavg: 6.06 7.20 7.43 2/220 31746
/proc/meminfo: memFree=30356848/32770624 swapFree=66967032/67108860
[pid=31667] ppid=31664 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31667/stat : 31667 (xcsp3-exec) S 31664 31667 31623 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418897725 115843072 363 33554432000 4194304 5098028 140733116809184 140733116807288 140675455619708 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31875072 140733116818293 140733116818537 140733116818537 140733116821450 0
/proc/31667/statm: 28282 363 304 221 0 87 0
[pid=31669] ppid=31667 vsize=28768328 memory=532456 CPUtime=25.61 cores=0-7
/proc/31669/stat : 31669 (java) S 31667 31667 31623 0 -1 1077944320 39430 0 0 0 2501 60 0 0 20 0 28 0 418897725 29458767872 133114 33554432000 4194304 4196468 140731173277456 140731173260000 139658840915703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
/proc/31669/statm: 7192082 133114 3533 1 0 7153184 0
[pid=31669/tid=31670] ppid=31667 vsize=28768328 memory=0 CPUtime=1.25 cores=0-7
/proc/31669/task/31670/stat : 31670 (java) S 31667 31667 31623 0 -1 1077944384 9528 0 0 0 120 5 0 0 20 0 28 0 418897725 29458767872 133114 33554432000 4194304 4196468 140731173277456 139658845156480 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31671] ppid=31667 vsize=28768328 memory=0 CPUtime=0.12 cores=0-7
/proc/31669/task/31671/stat : 31671 (java) S 31667 31667 31623 0 -1 1077944384 152 0 0 0 8 4 0 0 20 0 28 0 418897726 29458767872 133114 33554432000 4194304 4196468 140731173277456 139658793536016 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31672] ppid=31667 vsize=28768328 memory=12 CPUtime=0.15 cores=0-7
/proc/31669/task/31672/stat : 31672 (java) S 31667 31667 31623 0 -1 1077944384 167 0 0 0 9 6 0 0 20 0 28 0 418897726 29458767872 133114 33554432000 4194304 4196468 140731173277456 139658792483472 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31673] ppid=31667 vsize=28768328 memory=12 CPUtime=0.15 cores=0-7
/proc/31669/task/31673/stat : 31673 (java) S 31667 31667 31623 0 -1 1077944384 174 0 0 0 10 5 0 0 20 0 28 0 418897726 29458767872 133114 33554432000 4194304 4196468 140731173277456 139658791430416 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31674] ppid=31667 vsize=28768328 memory=10 CPUtime=0.16 cores=0-7
/proc/31669/task/31674/stat : 31674 (java) S 31667 31667 31623 0 -1 1077944384 288 0 0 0 10 6 0 0 20 0 28 0 418897726 29458767872 133114 33554432000 4194304 4196468 140731173277456 139658790377872 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31675] ppid=31667 vsize=28768328 memory=12 CPUtime=0.15 cores=0-7
/proc/31669/task/31675/stat : 31675 (java) S 31667 31667 31623 0 -1 1077944384 276 0 0 0 11 4 0 0 20 0 28 0 418897726 29458767872 133114 33554432000 4194304 4196468 140731173277456 139658789325840 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31676] ppid=31667 vsize=28768328 memory=13 CPUtime=0.15 cores=0-7
/proc/31669/task/31676/stat : 31676 (java) S 31667 31667 31623 0 -1 1077944384 1175 0 0 0 11 4 0 0 20 0 28 0 418897726 29458767872 133114 33554432000 4194304 4196468 140731173277456 139658788273296 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31677] ppid=31667 vsize=28768328 memory=13 CPUtime=0.14 cores=0-7
/proc/31669/task/31677/stat : 31677 (java) S 31667 31667 31623 0 -1 1077944384 171 0 0 0 10 4 0 0 20 0 28 0 418897726 29458767872 133114 33554432000 4194304 4196468 140731173277456 139658787220240 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31678] ppid=31667 vsize=28768328 memory=64 CPUtime=0.15 cores=0-7
/proc/31669/task/31678/stat : 31678 (java) S 31667 31667 31623 0 -1 1077944384 282 0 0 0 11 4 0 0 20 0 28 0 418897726 29458767872 133114 33554432000 4194304 4196468 140731173277456 139658786167696 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31679] ppid=31667 vsize=28768328 memory=9 CPUtime=0 cores=0-7
/proc/31669/task/31679/stat : 31679 (java) S 31667 31667 31623 0 -1 1077944384 444 0 0 0 0 0 0 0 20 0 28 0 418897728 29458767872 133114 33554432000 4194304 4196468 140731173277456 139656968591600 139658840926850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31680] ppid=31667 vsize=28768328 memory=1720 CPUtime=0 cores=0-7
/proc/31669/task/31680/stat : 31680 (java) S 31667 31667 31623 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 28 0 418897728 29458767872 133114 33554432000 4194304 4196468 140731173277456 139656967537888 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31681] ppid=31667 vsize=28768328 memory=5928 CPUtime=0 cores=0-7
/proc/31669/task/31681/stat : 31681 (java) S 31667 31667 31623 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 418897728 29458767872 133114 33554432000 4194304 4196468 140731173277456 139656966484736 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31682] ppid=31667 vsize=28768328 memory=10484 CPUtime=0 cores=0-7
/proc/31669/task/31682/stat : 31682 (java) S 31667 31667 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418897731 29458767872 133114 33554432000 4194304 4196468 140731173277456 139656965433296 139658840934299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31683] ppid=31667 vsize=28768328 memory=716 CPUtime=2.49 cores=0-7
/proc/31669/task/31683/stat : 31683 (java) S 31667 31667 31623 0 -1 1077944384 6558 0 0 0 247 2 0 0 20 0 28 0 418897731 29458767872 133114 33554432000 4194304 4196468 140731173277456 139656964381424 139658840926850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31684] ppid=31667 vsize=28768328 memory=780 CPUtime=2.39 cores=0-7
/proc/31669/task/31684/stat : 31684 (java) S 31667 31667 31623 0 -1 1077944384 5884 0 0 0 238 1 0 0 20 0 28 0 418897731 29458767872 133114 33554432000 4194304 4196468 140731173277456 139656963328880 139658840926850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31685] ppid=31667 vsize=28768328 memory=1552 CPUtime=2.45 cores=0-7
/proc/31669/task/31685/stat : 31685 (java) S 31667 31667 31623 0 -1 1077944384 6451 0 0 0 243 2 0 0 20 0 28 0 418897731 29458767872 133114 33554432000 4194304 4196468 140731173277456 139656962275824 139658840926850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31686] ppid=31667 vsize=28768328 memory=2832 CPUtime=0.96 cores=0-7
/proc/31669/task/31686/stat : 31686 (java) S 31667 31667 31623 0 -1 1077944384 4028 0 0 0 94 2 0 0 20 0 28 0 418897731 29458767872 133114 33554432000 4194304 4196468 140731173277456 139656961223280 139658840926850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31687] ppid=31667 vsize=28768328 memory=1192 CPUtime=0 cores=0-7
/proc/31669/task/31687/stat : 31687 (java) S 31667 31667 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418897731 29458767872 133114 33554432000 4194304 4196468 140731173277456 139656960170464 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31688] ppid=31667 vsize=28768328 memory=940 CPUtime=0 cores=0-7
/proc/31669/task/31688/stat : 31688 (java) S 31667 31667 31623 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 418897731 29458767872 133114 33554432000 4194304 4196468 140731173277456 139656959118000 139658840926850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
Current children cumulated CPU time: 25.61 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 533908 KiB

[startup+6.70174 s]
/proc/loadavg: 6.06 7.20 7.43 2/220 31746
/proc/meminfo: memFree=30356848/32770624 swapFree=66967032/67108860
[pid=31667] ppid=31664 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31667/stat : 31667 (xcsp3-exec) S 31664 31667 31623 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418897725 115843072 363 33554432000 4194304 5098028 140733116809184 140733116807288 140675455619708 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31875072 140733116818293 140733116818537 140733116818537 140733116821450 0
/proc/31667/statm: 28282 363 304 221 0 87 0
[pid=31669] ppid=31667 vsize=29168740 memory=532540 CPUtime=26.37 cores=0-7
/proc/31669/stat : 31669 (java) S 31667 31667 31623 0 -1 1077944320 39705 0 0 0 2576 61 0 0 20 0 35 0 418897725 29868789760 133135 33554432000 4194304 4196468 140731173277456 140731173260000 139658840915703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
/proc/31669/statm: 7292185 133135 3533 1 0 7253287 0
[pid=31669/tid=31670] ppid=31667 vsize=29168740 memory=1452 CPUtime=1.25 cores=0-7
/proc/31669/task/31670/stat : 31670 (java) S 31667 31667 31623 0 -1 1077944384 9566 0 0 0 120 5 0 0 20 0 35 0 418897725 29868789760 133135 33554432000 4194304 4196468 140731173277456 139658845156480 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31671] ppid=31667 vsize=29168740 memory=56 CPUtime=0.12 cores=0-7
/proc/31669/task/31671/stat : 31671 (java) S 31667 31667 31623 0 -1 1077944384 152 0 0 0 8 4 0 0 20 0 35 0 418897726 29868789760 133135 33554432000 4194304 4196468 140731173277456 139658793536016 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31672] ppid=31667 vsize=29168740 memory=31717 CPUtime=0.15 cores=0-7
/proc/31669/task/31672/stat : 31672 (java) S 31667 31667 31623 0 -1 1077944384 167 0 0 0 9 6 0 0 20 0 35 0 418897726 29868789760 133135 33554432000 4194304 4196468 140731173277456 139658792483472 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31673] ppid=31667 vsize=29168740 memory=354740 CPUtime=0.15 cores=0-7
/proc/31669/task/31673/stat : 31673 (java) S 31667 31667 31623 0 -1 1077944384 174 0 0 0 10 5 0 0 20 0 35 0 418897726 29868789760 133135 33554432000 4194304 4196468 140731173277456 139658791430416 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31674] ppid=31667 vsize=29168740 memory=344228 CPUtime=0.16 cores=0-7
/proc/31669/task/31674/stat : 31674 (java) S 31667 31667 31623 0 -1 1077944384 288 0 0 0 10 6 0 0 20 0 35 0 418897726 29868789760 133135 33554432000 4194304 4196468 140731173277456 139658790377872 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31675] ppid=31667 vsize=29168740 memory=0 CPUtime=0.15 cores=0-7
/proc/31669/task/31675/stat : 31675 (java) S 31667 31667 31623 0 -1 1077944384 276 0 0 0 11 4 0 0 20 0 35 0 418897726 29868789760 133135 33554432000 4194304 4196468 140731173277456 139658789325840 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31676] ppid=31667 vsize=29168740 memory=0 CPUtime=0.15 cores=0-7
/proc/31669/task/31676/stat : 31676 (java) S 31667 31667 31623 0 -1 1077944384 1175 0 0 0 11 4 0 0 20 0 35 0 418897726 29868789760 133135 33554432000 4194304 4196468 140731173277456 139658788273296 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31677] ppid=31667 vsize=29168740 memory=15 CPUtime=0.14 cores=0-7
/proc/31669/task/31677/stat : 31677 (java) S 31667 31667 31623 0 -1 1077944384 171 0 0 0 10 4 0 0 20 0 35 0 418897726 29868789760 133135 33554432000 4194304 4196468 140731173277456 139658787220240 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31678] ppid=31667 vsize=29168740 memory=16 CPUtime=0.15 cores=0-7
/proc/31669/task/31678/stat : 31678 (java) S 31667 31667 31623 0 -1 1077944384 282 0 0 0 11 4 0 0 20 0 35 0 418897726 29868789760 133135 33554432000 4194304 4196468 140731173277456 139658786167696 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31679] ppid=31667 vsize=29168740 memory=3620 CPUtime=0 cores=0-7
/proc/31669/task/31679/stat : 31679 (java) R 31667 31667 31623 0 -1 1077944384 444 0 0 0 0 0 0 0 20 0 35 0 418897728 29868789760 133135 33554432000 4194304 4196468 140731173277456 139656968591552 139658840925909 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31680] ppid=31667 vsize=29168740 memory=39748 CPUtime=0 cores=0-7
/proc/31669/task/31680/stat : 31680 (java) S 31667 31667 31623 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 35 0 418897728 29868789760 133135 33554432000 4194304 4196468 140731173277456 139656967537888 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31681] ppid=31667 vsize=29168740 memory=984 CPUtime=0 cores=0-7
/proc/31669/task/31681/stat : 31681 (java) S 31667 31667 31623 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 35 0 418897728 29868789760 133135 33554432000 4194304 4196468 140731173277456 139656966484736 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31682] ppid=31667 vsize=29168740 memory=33 CPUtime=0 cores=0-7
/proc/31669/task/31682/stat : 31682 (java) S 31667 31667 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 35 0 418897731 29868789760 133135 33554432000 4194304 4196468 140731173277456 139656965433296 139658840934299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31683] ppid=31667 vsize=29168740 memory=6943526294502006880 CPUtime=2.52 cores=0-7
/proc/31669/task/31683/stat : 31683 (java) S 31667 31667 31623 0 -1 1077944384 6563 0 0 0 250 2 0 0 20 0 35 0 418897731 29868789760 133135 33554432000 4194304 4196468 140731173277456 139656964381424 139658840926850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31684] ppid=31667 vsize=29168740 memory=6944656592455359580 CPUtime=2.43 cores=0-7
/proc/31669/task/31684/stat : 31684 (java) R 31667 31667 31623 0 -1 1077944384 5889 0 0 0 242 1 0 0 20 0 35 0 418897731 29868789760 133135 33554432000 4194304 4196468 140731173277456 139656963328880 139658840926850 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31685] ppid=31667 vsize=29168740 memory=6791534058613427641 CPUtime=2.48 cores=0-7
/proc/31669/task/31685/stat : 31685 (java) R 31667 31667 31623 0 -1 4202560 6457 0 0 0 246 2 0 0 20 0 35 0 418897731 29868789760 133135 33554432000 4194304 4196468 140731173277456 139656962275824 139658818510496 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31686] ppid=31667 vsize=29168740 memory=276187872032633 CPUtime=0.97 cores=0-7
/proc/31669/task/31686/stat : 31686 (java) S 31667 31667 31623 0 -1 1077944384 4031 0 0 0 95 2 0 0 20 0 35 0 418897731 29868789760 133135 33554432000 4194304 4196468 140731173277456 139656961223280 139658840926850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31687] ppid=31667 vsize=29168740 memory=276187872032634 CPUtime=0 cores=0-7
/proc/31669/task/31687/stat : 31687 (java) S 31667 31667 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 35 0 418897731 29868789760 133135 33554432000 4194304 4196468 140731173277456 139656960170464 139658840925909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
[pid=31669/tid=31688] ppid=31667 vsize=29168740 memory=276187872032635 CPUtime=0 cores=0-7
/proc/31669/task/31688/stat : 31688 (java) S 31667 31667 31623 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 35 0 418897731 29868789760 133135 33554432000 4194304 4196468 140731173277456 139656959118000 139658840926850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27373568 140731173278698 140731173278870 140731173278870 140731173281743 0
Current children cumulated CPU time: 26.37 s
Current children cumulated vsize: 29281868 KiB
Current children cumulated memory: 533992 KiB

Child status: 0
Real time (s): 6.74557
CPU time (s): 26.5325
CPU user time (s): 25.9064
CPU system time (s): 0.626082
CPU usage (%): 393.332
Max. virtual memory (cumulated for all children) (KiB): 29281868
Max. memory (cumulated for all children) (KiB): 545072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.9064
system time used= 0.626082
maximum resident set size= 543620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40440
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5528
involuntary context switches= 448


# summary of solver processes directly reported to runsolver:
#   pid: 31667
#   total CPU time (s): 26.5325
#   total CPU user time (s): 25.9064
#   total CPU system time (s): 0.626082

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.074635 second user time and 0.110656 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-14 03:57:46
IDJOB=4393895
IDBENCH=126243
IDSOLVER=2841
FILE ID=node125/4393895-1568426309
RUNJOBID= node125-1568426266-31650
PBS_JOBID= 21702287
Free space on /tmp= 59780 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-09-a4.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-4393895-1568426309/watcher-4393895-1568426309 -o /tmp/evaluation-result-4393895-1568426309/solver-4393895-1568426309 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1568426266-31650 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1510205453 HOME/instance-4393895-1568426309.xml

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

MD5SUM BENCH= 24dd80e7bb1ef2b7df88c183d3ee4992
RANDOM SEED=1510205453

node125.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.29
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.29
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.29
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.29
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:        30877560 kB
MemAvailable:   31872448 kB
Buffers:          146200 kB
Cached:          1141280 kB
SwapCached:        38320 kB
Active:           677132 kB
Inactive:         652256 kB
Active(anon):      20908 kB
Inactive(anon):    60996 kB
Active(file):     656224 kB
Inactive(file):   591260 kB
Unevictable:      108220 kB
Mlocked:          108220 kB
SwapTotal:      67108860 kB
SwapFree:       66967032 kB
Dirty:             25908 kB
Writeback:             0 kB
AnonPages:        113408 kB
Mapped:            43636 kB
Shmem:             31260 kB
Slab:             155400 kB
SReclaimable:     126476 kB
SUnreclaim:        28924 kB
KernelStack:        3280 kB
PageTables:         4792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 59752 MiB
End job on node125 at 2019-09-14 03:57:53