Trace number 4271174

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 NameAnswerCPU timeWall clock time
choco-solver 4.0.5 par (2017-08-09)UNSAT 81.682098 63.699299

General information on the benchmark

NameRadarSurveillance/RadarSurveillance-m1-s8-24/
RadarSurveillance-8-24-3-2-20.xml
MD5SUMf214ebe96c5c3c8776c4f6e3a073efa7
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.12754899
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints64
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":132}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":12},{"degree":1,"count":13},{"degree":2,"count":9},{"degree":3,"count":16},{"degree":4,"count":4},{"degree":5,"count":17},{"degree":6,"count":73}]
Minimum constraint arity4
Maximum constraint arity18
Distribution of constraint arities[{"arity":4,"count":4},{"arity":5,"count":3},{"arity":6,"count":5},{"arity":7,"count":6},{"arity":8,"count":10},{"arity":9,"count":6},{"arity":10,"count":9},{"arity":11,"count":2},{"arity":12,"count":6},{"arity":13,"count":2},{"arity":14,"count":4},{"arity":15,"count":3},{"arity":16,"count":1},{"arity":18,"count":3}]
Number of extensional constraints0
Number of intensional constraints64
Distribution of constraint types[{"type":"intension","count":64}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271174-1502768512.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4271174-1502768512.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
81.04/63.56	c solve instance...
81.29/63.65	java.util.concurrent.ExecutionException: java.lang.NullPointerException
81.29/63.65		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
81.29/63.65		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:201)
81.29/63.65		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:168)
81.29/63.65		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:134)
81.29/63.65		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:25)
81.29/63.65	Caused by: java.lang.NullPointerException
81.29/63.65		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
81.29/63.65		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
81.29/63.65		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
81.29/63.65		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
81.29/63.65		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
81.29/63.65		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
81.29/63.65		... 4 more
81.29/63.65	Caused by: java.lang.NullPointerException
81.29/63.65		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
81.29/63.65		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
81.29/63.65		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
81.29/63.65		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
81.29/63.65		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
81.29/63.65		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
81.29/63.65		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
81.29/63.65		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
81.29/63.65		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
81.29/63.65		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
81.29/63.65		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
81.29/63.65		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
81.29/63.65		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$48(ParallelPortfolio.java:193)
81.29/63.65		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
81.29/63.65		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
81.29/63.65		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
81.29/63.65		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
81.29/63.65		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
81.29/63.65	Caused by: java.lang.NullPointerException
81.29/63.65		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.stampIt(ConflictOrderingSearch.java:124)
81.29/63.65		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.onContradiction(ConflictOrderingSearch.java:120)
81.29/63.65		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.onContradiction(SearchMonitorList.java:133)
81.29/63.65		at org.chocosolver.solver.Solver.initialize(Solver.java:374)
81.29/63.65		at org.chocosolver.solver.Solver.solve(Solver.java:260)
81.29/63.65		at org.chocosolver.solver.ParallelPortfolio.lambda$null$47(ParallelPortfolio.java:195)
81.29/63.65		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
81.29/63.65		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
81.29/63.65		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
81.29/63.65		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
81.29/63.65		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
81.29/63.65		... 4 more
81.29/63.65	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271174-1502768512/watcher-4271174-1502768512 -o /tmp/evaluation-result-4271174-1502768512/solver-4271174-1502768512 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1502765077-10156 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1724249853 HOME/instance-4271174-1502768512.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=10428, runsolver pid=10425

[startup+0.100165 s]*
/proc/loadavg: 7.38 7.94 8.18 3/199 10449
/proc/meminfo: memFree=31552548/32770624 swapFree=67108860/67108860
[pid=10428] ppid=10425 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/10428/stat : 10428 (xcsp3-exec) S 10425 10428 10129 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 109939007 9740288 346 33554432000 4194304 5098028 140734705062848 140734705060952 140088030139004 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33816576 140734705071204 140734705071415 140734705071415 140734705074155 0
/proc/10428/statm: 2378 346 289 221 0 87 0
[pid=10430] ppid=10428 vsize=25999808 memory=26472 CPUtime=0.12 cores=0-7
/proc/10430/stat : 10430 (java) S 10428 10428 10129 0 -1 1077944320 5488 0 0 0 10 2 0 0 20 0 20 0 109939007 26623803392 6618 33554432000 4194304 4196468 140735811005328 140735810987872 139679093202679 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
/proc/10430/statm: 6499952 6618 2867 1 0 6488269 0
[pid=10430/tid=10431] ppid=10428 vsize=25999808 memory=7968163448841214362 CPUtime=0.08 cores=0-7
/proc/10430/task/10431/stat : 10431 (java) R 10428 10428 10129 0 -1 4202560 3482 0 0 0 7 1 0 0 20 0 20 0 109939007 26623803392 6618 33554432000 4194304 4196468 140735811005328 139679097435008 139679077283166 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10432] ppid=10428 vsize=25999808 memory=732370740656081893 CPUtime=0 cores=0-7
/proc/10430/task/10432/stat : 10432 (java) S 10428 10428 10129 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109939008 26623803392 6618 33554432000 4194304 4196468 140735811005328 139679049755024 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10433] ppid=10428 vsize=25999808 memory=140602318628480 CPUtime=0 cores=0-7
/proc/10430/task/10433/stat : 10433 (java) S 10428 10428 10129 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109939008 26623803392 6618 33554432000 4194304 4196468 140735811005328 139679048702224 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10434] ppid=10428 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10430/task/10434/stat : 10434 (java) S 10428 10428 10129 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109939008 26623803392 6618 33554432000 4194304 4196468 140735811005328 139678649547408 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10435] ppid=10428 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10430/task/10435/stat : 10435 (java) S 10428 10428 10129 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109939008 26623803392 6618 33554432000 4194304 4196468 140735811005328 139678648494608 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10436] ppid=10428 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10430/task/10436/stat : 10436 (java) S 10428 10428 10129 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109939008 26623803392 6618 33554432000 4194304 4196468 140735811005328 139678647442320 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10437] ppid=10428 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/10430/task/10437/stat : 10437 (java) S 10428 10428 10129 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109939008 26623803392 6618 33554432000 4194304 4196468 140735811005328 139678646389520 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10438] ppid=10428 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10430/task/10438/stat : 10438 (java) S 10428 10428 10129 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109939008 26623803392 6618 33554432000 4194304 4196468 140735811005328 139678645337232 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10439] ppid=10428 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10430/task/10439/stat : 10439 (java) S 10428 10428 10129 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109939008 26623803392 6618 33554432000 4194304 4196468 140735811005328 139678644284432 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10440] ppid=10428 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10430/task/10440/stat : 10440 (java) S 10428 10428 10129 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109939010 26623803392 6618 33554432000 4194304 4196468 140735811005328 139677566740592 139679093213826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10441] ppid=10428 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10430/task/10441/stat : 10441 (java) S 10428 10428 10129 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 109939010 26623803392 6618 33554432000 4194304 4196468 140735811005328 139677565686560 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10442] ppid=10428 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10430/task/10442/stat : 10442 (java) S 10428 10428 10129 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 109939010 26623803392 6618 33554432000 4194304 4196468 140735811005328 139677564634224 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10443] ppid=10428 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10430/task/10443/stat : 10443 (java) S 10428 10428 10129 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109939013 26623803392 6618 33554432000 4194304 4196468 140735811005328 139677563582544 139679093221275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10444] ppid=10428 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10430/task/10444/stat : 10444 (java) S 10428 10428 10129 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 20 0 109939013 26623803392 6618 33554432000 4194304 4196468 140735811005328 139677562530416 139679093213826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10445] ppid=10428 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10430/task/10445/stat : 10445 (java) S 10428 10428 10129 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 109939013 26623803392 6618 33554432000 4194304 4196468 140735811005328 139677561477616 139679093213826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10446] ppid=10428 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10430/task/10446/stat : 10446 (java) R 10428 10428 10129 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 109939013 26623803392 6618 33554432000 4194304 4196468 140735811005328 139677560425328 139679093213826 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10447] ppid=10428 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/10430/task/10447/stat : 10447 (java) S 10428 10428 10129 0 -1 1077944384 266 0 0 0 1 0 0 0 20 0 20 0 109939013 26623803392 6618 33554432000 4194304 4196468 140735811005328 139677559372528 139679093213826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10448] ppid=10428 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10430/task/10448/stat : 10448 (java) S 10428 10428 10129 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109939013 26623803392 6618 33554432000 4194304 4196468 140735811005328 139677558319456 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10449] ppid=10428 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/10430/task/10449/stat : 10449 (java) S 10428 10428 10129 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109939013 26623803392 6618 33554432000 4194304 4196468 140735811005328 139677557266736 139679093213826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27856 KiB

[startup+0.21065 s]*
/proc/loadavg: 7.38 7.94 8.18 2/199 10449
/proc/meminfo: memFree=31540328/32770624 swapFree=67108860/67108860
[pid=10428] ppid=10425 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/10428/stat : 10428 (xcsp3-exec) S 10425 10428 10129 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 109939007 9740288 346 33554432000 4194304 5098028 140734705062848 140734705060952 140088030139004 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33816576 140734705071204 140734705071415 140734705071415 140734705074155 0
/proc/10428/statm: 2378 346 289 221 0 87 0
[pid=10430] ppid=10428 vsize=26004064 memory=38788 CPUtime=0.33 cores=0-7
/proc/10430/stat : 10430 (java) S 10428 10428 10129 0 -1 1077944320 8233 0 0 0 30 3 0 0 20 0 20 0 109939007 26628161536 9697 33554432000 4194304 4196468 140735811005328 140735810987872 139679093202679 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
/proc/10430/statm: 6501016 9697 3091 1 0 6488269 0
[pid=10430/tid=10431] ppid=10428 vsize=26004064 memory=0 CPUtime=0.2 cores=0-7
/proc/10430/task/10431/stat : 10431 (java) R 10428 10428 10129 0 -1 4202560 5386 0 0 0 18 2 0 0 20 0 20 0 109939007 26628161536 9697 33554432000 4194304 4196468 140735811005328 139679097421648 139679085880693 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10432] ppid=10428 vsize=26004064 memory=281204515514104 CPUtime=0 cores=0-7
/proc/10430/task/10432/stat : 10432 (java) S 10428 10428 10129 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109939008 26628161536 9697 33554432000 4194304 4196468 140735811005328 139679049755024 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10433] ppid=10428 vsize=26004064 memory=140602318628480 CPUtime=0 cores=0-7
/proc/10430/task/10433/stat : 10433 (java) S 10428 10428 10129 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109939008 26628161536 9697 33554432000 4194304 4196468 140735811005328 139679048702224 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10434] ppid=10428 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10430/task/10434/stat : 10434 (java) S 10428 10428 10129 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109939008 26628161536 9697 33554432000 4194304 4196468 140735811005328 139678649547408 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10435] ppid=10428 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10430/task/10435/stat : 10435 (java) S 10428 10428 10129 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109939008 26628161536 9697 33554432000 4194304 4196468 140735811005328 139678648494608 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10436] ppid=10428 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10430/task/10436/stat : 10436 (java) S 10428 10428 10129 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109939008 26628161536 9697 33554432000 4194304 4196468 140735811005328 139678647442320 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10437] ppid=10428 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/10430/task/10437/stat : 10437 (java) S 10428 10428 10129 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109939008 26628161536 9697 33554432000 4194304 4196468 140735811005328 139678646389520 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10438] ppid=10428 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10430/task/10438/stat : 10438 (java) S 10428 10428 10129 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109939008 26628161536 9697 33554432000 4194304 4196468 140735811005328 139678645337232 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10439] ppid=10428 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10430/task/10439/stat : 10439 (java) S 10428 10428 10129 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109939008 26628161536 9697 33554432000 4194304 4196468 140735811005328 139678644284432 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10440] ppid=10428 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10430/task/10440/stat : 10440 (java) S 10428 10428 10129 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109939010 26628161536 9697 33554432000 4194304 4196468 140735811005328 139677566740592 139679093213826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10441] ppid=10428 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10430/task/10441/stat : 10441 (java) S 10428 10428 10129 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 109939010 26628161536 9697 33554432000 4194304 4196468 140735811005328 139677565686560 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10442] ppid=10428 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10430/task/10442/stat : 10442 (java) S 10428 10428 10129 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 109939010 26628161536 9697 33554432000 4194304 4196468 140735811005328 139677564634224 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10443] ppid=10428 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10430/task/10443/stat : 10443 (java) S 10428 10428 10129 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109939013 26628161536 9697 33554432000 4194304 4196468 140735811005328 139677563582544 139679093221275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10444] ppid=10428 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10430/task/10444/stat : 10444 (java) S 10428 10428 10129 0 -1 1077944384 433 0 0 0 0 0 0 0 20 0 20 0 109939013 26628161536 9697 33554432000 4194304 4196468 140735811005328 139677562530416 139679093213826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10445] ppid=10428 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/10430/task/10445/stat : 10445 (java) S 10428 10428 10129 0 -1 1077944384 199 0 0 0 1 0 0 0 20 0 20 0 109939013 26628161536 9697 33554432000 4194304 4196468 140735811005328 139677561477616 139679093213826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10446] ppid=10428 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/10430/task/10446/stat : 10446 (java) S 10428 10428 10129 0 -1 1077944384 133 0 0 0 2 0 0 0 20 0 20 0 109939013 26628161536 9697 33554432000 4194304 4196468 140735811005328 139677560425328 139679093213826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10447] ppid=10428 vsize=26004064 memory=0 CPUtime=0.08 cores=0-7
/proc/10430/task/10447/stat : 10447 (java) R 10428 10428 10129 0 -1 4202560 773 0 0 0 8 0 0 0 20 0 20 0 109939013 26628161536 9697 33554432000 4194304 4196468 140735811005328 139677559372528 139679072612778 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10448] ppid=10428 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10430/task/10448/stat : 10448 (java) S 10428 10428 10129 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109939013 26628161536 9697 33554432000 4194304 4196468 140735811005328 139677558319456 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10449] ppid=10428 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/10430/task/10449/stat : 10449 (java) S 10428 10428 10129 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109939013 26628161536 9697 33554432000 4194304 4196468 140735811005328 139677557266736 139679093213826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40172 KiB

[startup+0.310333 s]*
/proc/loadavg: 7.38 7.94 8.18 3/199 10449
/proc/meminfo: memFree=31535552/32770624 swapFree=67108860/67108860
[pid=10428] ppid=10425 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/10428/stat : 10428 (xcsp3-exec) S 10425 10428 10129 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 109939007 9740288 346 33554432000 4194304 5098028 140734705062848 140734705060952 140088030139004 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33816576 140734705071204 140734705071415 140734705071415 140734705074155 0
/proc/10428/statm: 2378 346 289 221 0 87 0
[pid=10430] ppid=10428 vsize=26004064 memory=45760 CPUtime=0.5 cores=0-7
/proc/10430/stat : 10430 (java) S 10428 10428 10129 0 -1 1077944320 9248 0 0 0 47 3 0 0 20 0 20 0 109939007 26628161536 11440 33554432000 4194304 4196468 140735811005328 140735810987872 139679093202679 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
/proc/10430/statm: 6501016 11440 3107 1 0 6488269 0
[pid=10430/tid=10431] ppid=10428 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/10430/task/10431/stat : 10431 (java) R 10428 10428 10129 0 -1 4202560 6121 0 0 0 27 2 0 0 20 0 20 0 109939007 26628161536 11503 33554432000 4194304 4196468 140735811005328 139679097432480 139679077283166 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10432] ppid=10428 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10430/task/10432/stat : 10432 (java) S 10428 10428 10129 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109939008 26628161536 11503 33554432000 4194304 4196468 140735811005328 139679049755024 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10433] ppid=10428 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10430/task/10433/stat : 10433 (java) S 10428 10428 10129 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109939008 26628161536 11503 33554432000 4194304 4196468 140735811005328 139679048702224 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10434] ppid=10428 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10430/task/10434/stat : 10434 (java) S 10428 10428 10129 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109939008 26628161536 11503 33554432000 4194304 4196468 140735811005328 139678649547408 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10435] ppid=10428 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10430/task/10435/stat : 10435 (java) S 10428 10428 10129 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109939008 26628161536 11503 33554432000 4194304 4196468 140735811005328 139678648494608 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10436] ppid=10428 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/10430/task/10436/stat : 10436 (java) S 10428 10428 10129 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109939008 26628161536 11503 33554432000 4194304 4196468 140735811005328 139678647442320 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10437] ppid=10428 vsize=26004064 memory=140602196980655 CPUtime=0 cores=0-7
/proc/10430/task/10437/stat : 10437 (java) S 10428 10428 10129 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109939008 26628161536 11503 33554432000 4194304 4196468 140735811005328 139678646389520 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10438] ppid=10428 vsize=26004064 memory=140602196982960 CPUtime=0 cores=0-7
/proc/10430/task/10438/stat : 10438 (java) S 10428 10428 10129 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109939008 26628161536 11503 33554432000 4194304 4196468 140735811005328 139678645337232 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10439] ppid=10428 vsize=26004064 memory=140602196985264 CPUtime=0 cores=0-7
/proc/10430/task/10439/stat : 10439 (java) S 10428 10428 10129 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109939008 26628161536 11503 33554432000 4194304 4196468 140735811005328 139678644284432 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10440] ppid=10428 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10430/task/10440/stat : 10440 (java) S 10428 10428 10129 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109939010 26628161536 11503 33554432000 4194304 4196468 140735811005328 139677566740592 139679093213826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10441] ppid=10428 vsize=26004064 memory=281204393977488 CPUtime=0 cores=0-7
/proc/10430/task/10441/stat : 10441 (java) S 10428 10428 10129 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 109939010 26628161536 11503 33554432000 4194304 4196468 140735811005328 139677565686560 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10442] ppid=10428 vsize=26004064 memory=281204393984400 CPUtime=0 cores=0-7
/proc/10430/task/10442/stat : 10442 (java) S 10428 10428 10129 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 109939010 26628161536 11503 33554432000 4194304 4196468 140735811005328 139677564634224 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10443] ppid=10428 vsize=26004064 memory=281204393925680 CPUtime=0 cores=0-7
/proc/10430/task/10443/stat : 10443 (java) S 10428 10428 10129 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109939013 26628161536 11503 33554432000 4194304 4196468 140735811005328 139677563582544 139679093221275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10444] ppid=10428 vsize=26004064 memory=281204393998224 CPUtime=0.01 cores=0-7
/proc/10430/task/10444/stat : 10444 (java) S 10428 10428 10129 0 -1 1077944384 525 0 0 0 1 0 0 0 20 0 20 0 109939013 26628161536 11503 33554432000 4194304 4196468 140735811005328 139677562530416 139679093213826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10445] ppid=10428 vsize=26004064 memory=281204394005136 CPUtime=0.01 cores=0-7
/proc/10430/task/10445/stat : 10445 (java) S 10428 10428 10129 0 -1 1077944384 234 0 0 0 1 0 0 0 20 0 20 0 109939013 26628161536 11503 33554432000 4194304 4196468 140735811005328 139677561477616 139679093213826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10446] ppid=10428 vsize=26004064 memory=281204394002832 CPUtime=0.03 cores=0-7
/proc/10430/task/10446/stat : 10446 (java) S 10428 10428 10129 0 -1 1077944384 173 0 0 0 3 0 0 0 20 0 20 0 109939013 26628161536 11503 33554432000 4194304 4196468 140735811005328 139677560425328 139679093213826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10447] ppid=10428 vsize=26004064 memory=281204394018992 CPUtime=0.13 cores=0-7
/proc/10430/task/10447/stat : 10447 (java) R 10428 10428 10129 0 -1 4202560 895 0 0 0 13 0 0 0 20 0 20 0 109939013 26628161536 11503 33554432000 4194304 4196468 140735811005328 139677559372528 139679072000221 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10448] ppid=10428 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10430/task/10448/stat : 10448 (java) S 10428 10428 10129 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109939013 26628161536 11503 33554432000 4194304 4196468 140735811005328 139677558319456 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10449] ppid=10428 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/10430/task/10449/stat : 10449 (java) S 10428 10428 10129 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109939013 26628161536 11503 33554432000 4194304 4196468 140735811005328 139677557266736 139679093213826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47144 KiB

[startup+0.701043 s]
/proc/loadavg: 7.38 7.94 8.18 2/199 10449
/proc/meminfo: memFree=31499628/32770624 swapFree=67108860/67108860
[pid=10428] ppid=10425 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/10428/stat : 10428 (xcsp3-exec) S 10425 10428 10129 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 109939007 9740288 346 33554432000 4194304 5098028 140734705062848 140734705060952 140088030139004 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33816576 140734705071204 140734705071415 140734705071415 140734705074155 0
/proc/10428/statm: 2378 346 289 221 0 87 0
[pid=10430] ppid=10428 vsize=26004140 memory=171072 CPUtime=1.35 cores=0-7
/proc/10430/stat : 10430 (java) S 10428 10428 10129 0 -1 1077944320 11823 0 0 0 129 6 0 0 20 0 20 0 109939007 26628239360 42768 33554432000 4194304 4196468 140735811005328 140735810987872 139679093202679 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
/proc/10430/statm: 6501035 42768 3188 1 0 6488269 0
[pid=10430/tid=10431] ppid=10428 vsize=26004140 memory=281204394313856 CPUtime=0.67 cores=0-7
/proc/10430/task/10431/stat : 10431 (java) R 10428 10428 10129 0 -1 4202560 6548 0 0 0 63 4 0 0 20 0 20 0 109939007 26628239360 42768 33554432000 4194304 4196468 140735811005328 139679097439192 139678731511891 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10432] ppid=10428 vsize=26004140 memory=5788 CPUtime=0 cores=0-7
/proc/10430/task/10432/stat : 10432 (java) S 10428 10428 10129 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109939008 26628239360 42768 33554432000 4194304 4196468 140735811005328 139679049755024 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10433] ppid=10428 vsize=26004140 memory=1228 CPUtime=0 cores=0-7
/proc/10430/task/10433/stat : 10433 (java) S 10428 10428 10129 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109939008 26628239360 42768 33554432000 4194304 4196468 140735811005328 139679048702224 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10434] ppid=10428 vsize=26004140 memory=796 CPUtime=0 cores=0-7
/proc/10430/task/10434/stat : 10434 (java) S 10428 10428 10129 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109939008 26628239360 42768 33554432000 4194304 4196468 140735811005328 139678649547408 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0

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

/proc/10430/task/10448/stat : 10448 (java) S 10428 10428 10129 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109939013 26630336512 1681445 33554432000 4194304 4196468 140735811005328 139677558319456 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10449] ppid=10428 vsize=26006188 memory=194 CPUtime=0.03 cores=0-7
/proc/10430/task/10449/stat : 10449 (java) S 10428 10428 10129 0 -1 1077944384 610 0 0 0 1 2 0 0 20 0 20 0 109939013 26630336512 1681445 33554432000 4194304 4196468 140735811005328 139677557266736 139679093213826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
Current children cumulated CPU time: 78.31 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 6727164 KiB

[startup+62.401 s]
/proc/loadavg: 3.30 6.66 7.73 2/199 10450
/proc/meminfo: memFree=24842592/32770624 swapFree=67108860/67108860
[pid=10428] ppid=10425 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/10428/stat : 10428 (xcsp3-exec) S 10425 10428 10129 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 109939007 9740288 346 33554432000 4194304 5098028 140734705062848 140734705060952 140088030139004 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33816576 140734705071204 140734705071415 140734705071415 140734705074155 0
/proc/10428/statm: 2378 346 289 221 0 87 0
[pid=10430] ppid=10428 vsize=26006188 memory=6725788 CPUtime=79.94 cores=0-7
/proc/10430/stat : 10430 (java) S 10428 10428 10129 0 -1 1077944320 138946 0 0 0 7360 634 0 0 20 0 20 0 109939007 26630336512 1681447 33554432000 4194304 4196468 140735811005328 140735810987872 139679093202679 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
/proc/10430/statm: 6501547 1681447 3265 1 0 6488781 0
[pid=10430/tid=10431] ppid=10428 vsize=26006188 memory=4084 CPUtime=58.93 cores=0-7
/proc/10430/task/10431/stat : 10431 (java) R 10428 10428 10129 0 -1 4202560 32977 0 0 0 5780 113 0 0 20 0 20 0 109939007 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139679097438136 139678729722185 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10432] ppid=10428 vsize=26006188 memory=932 CPUtime=2.25 cores=0-7
/proc/10430/task/10432/stat : 10432 (java) S 10428 10428 10129 0 -1 1077944384 8289 0 0 0 164 61 0 0 20 0 20 0 109939008 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139679049755024 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10433] ppid=10428 vsize=26006188 memory=1572 CPUtime=2.27 cores=0-7
/proc/10430/task/10433/stat : 10433 (java) S 10428 10428 10129 0 -1 1077944384 8712 0 0 0 154 73 0 0 20 0 20 0 109939008 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139679048702224 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10434] ppid=10428 vsize=26006188 memory=2200 CPUtime=2.21 cores=0-7
/proc/10430/task/10434/stat : 10434 (java) S 10428 10428 10129 0 -1 1077944384 7057 0 0 0 165 56 0 0 20 0 20 0 109939008 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139678649547408 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10435] ppid=10428 vsize=26006188 memory=6504 CPUtime=2.24 cores=0-7
/proc/10430/task/10435/stat : 10435 (java) S 10428 10428 10129 0 -1 1077944384 9032 0 0 0 160 64 0 0 20 0 20 0 109939008 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139678648494608 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10436] ppid=10428 vsize=26006188 memory=836 CPUtime=2.26 cores=0-7
/proc/10430/task/10436/stat : 10436 (java) S 10428 10428 10129 0 -1 1077944384 7263 0 0 0 158 68 0 0 20 0 20 0 109939008 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139678647442320 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10437] ppid=10428 vsize=26006188 memory=6791534058613427641 CPUtime=2.26 cores=0-7
/proc/10430/task/10437/stat : 10437 (java) S 10428 10428 10129 0 -1 1077944384 10340 0 0 0 169 57 0 0 20 0 20 0 109939008 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139678646389520 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10438] ppid=10428 vsize=26006188 memory=10020 CPUtime=2.25 cores=0-7
/proc/10430/task/10438/stat : 10438 (java) S 10428 10428 10129 0 -1 1077944384 7706 0 0 0 160 65 0 0 20 0 20 0 109939008 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139678645337232 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10439] ppid=10428 vsize=26006188 memory=1948 CPUtime=2.28 cores=0-7
/proc/10430/task/10439/stat : 10439 (java) S 10428 10428 10129 0 -1 1077944384 12600 0 0 0 164 64 0 0 20 0 20 0 109939008 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139678644284432 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10440] ppid=10428 vsize=26006188 memory=6725780 CPUtime=1.03 cores=0-7
/proc/10430/task/10440/stat : 10440 (java) S 10428 10428 10129 0 -1 1077944384 10039 0 0 0 100 3 0 0 20 0 20 0 109939010 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139677566740592 139679093213826 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10441] ppid=10428 vsize=26006188 memory=31316 CPUtime=0 cores=0-7
/proc/10430/task/10441/stat : 10441 (java) S 10428 10428 10129 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 20 0 109939010 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139677565686624 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10442] ppid=10428 vsize=26006188 memory=2332 CPUtime=0 cores=0-7
/proc/10430/task/10442/stat : 10442 (java) S 10428 10428 10129 0 -1 1077944384 146 0 0 0 0 0 0 0 20 0 20 0 109939010 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139677564634240 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10443] ppid=10428 vsize=26006188 memory=1292 CPUtime=0 cores=0-7
/proc/10430/task/10443/stat : 10443 (java) S 10428 10428 10129 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109939013 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139677563582544 139679093221275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10444] ppid=10428 vsize=26006188 memory=1728 CPUtime=0.48 cores=0-7
/proc/10430/task/10444/stat : 10444 (java) S 10428 10428 10129 0 -1 1077944384 5347 0 0 0 47 1 0 0 20 0 20 0 109939013 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139677562530416 139679093213826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10445] ppid=10428 vsize=26006188 memory=5788 CPUtime=0.31 cores=0-7
/proc/10430/task/10445/stat : 10445 (java) S 10428 10428 10129 0 -1 1077944384 3654 0 0 0 31 0 0 0 20 0 20 0 109939013 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139677561477616 139679093213826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10446] ppid=10428 vsize=26006188 memory=1696 CPUtime=0.55 cores=0-7
/proc/10430/task/10446/stat : 10446 (java) S 10428 10428 10129 0 -1 1077944384 6310 0 0 0 54 1 0 0 20 0 20 0 109939013 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139677560425328 139679093213826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10447] ppid=10428 vsize=26006188 memory=920 CPUtime=0.45 cores=0-7
/proc/10430/task/10447/stat : 10447 (java) S 10428 10428 10129 0 -1 1077944384 7569 0 0 0 44 1 0 0 20 0 20 0 109939013 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139677559372528 139679093213826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10448] ppid=10428 vsize=26006188 memory=4460 CPUtime=0 cores=0-7
/proc/10430/task/10448/stat : 10448 (java) S 10428 10428 10129 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109939013 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139677558319456 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10449] ppid=10428 vsize=26006188 memory=4108 CPUtime=0.03 cores=0-7
/proc/10430/task/10449/stat : 10449 (java) S 10428 10428 10129 0 -1 1077944384 612 0 0 0 1 2 0 0 20 0 20 0 109939013 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139677557266736 139679093213826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
Current children cumulated CPU time: 79.94 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 6727172 KiB

[startup+63.201 s]
/proc/loadavg: 3.30 6.66 7.73 2/199 10450
/proc/meminfo: memFree=24842716/32770624 swapFree=67108860/67108860
[pid=10428] ppid=10425 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/10428/stat : 10428 (xcsp3-exec) S 10425 10428 10129 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 109939007 9740288 346 33554432000 4194304 5098028 140734705062848 140734705060952 140088030139004 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33816576 140734705071204 140734705071415 140734705071415 140734705074155 0
/proc/10428/statm: 2378 346 289 221 0 87 0
[pid=10430] ppid=10428 vsize=26006188 memory=6725788 CPUtime=80.74 cores=0-7
/proc/10430/stat : 10430 (java) S 10428 10428 10129 0 -1 1077944320 139067 0 0 0 7440 634 0 0 20 0 20 0 109939007 26630336512 1681447 33554432000 4194304 4196468 140735811005328 140735810987872 139679093202679 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
/proc/10430/statm: 6501547 1681447 3265 1 0 6488781 0
[pid=10430/tid=10431] ppid=10428 vsize=26006188 memory=6791534058613427641 CPUtime=59.73 cores=0-7
/proc/10430/task/10431/stat : 10431 (java) R 10428 10428 10129 0 -1 4202560 33097 0 0 0 5860 113 0 0 20 0 20 0 109939007 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139679097437904 139678732536214 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10432] ppid=10428 vsize=26006188 memory=1292 CPUtime=2.25 cores=0-7
/proc/10430/task/10432/stat : 10432 (java) S 10428 10428 10129 0 -1 1077944384 8289 0 0 0 164 61 0 0 20 0 20 0 109939008 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139679049755024 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10433] ppid=10428 vsize=26006188 memory=1728 CPUtime=2.27 cores=0-7
/proc/10430/task/10433/stat : 10433 (java) S 10428 10428 10129 0 -1 1077944384 8712 0 0 0 154 73 0 0 20 0 20 0 109939008 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139679048702224 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10434] ppid=10428 vsize=26006188 memory=5788 CPUtime=2.21 cores=0-7
/proc/10430/task/10434/stat : 10434 (java) S 10428 10428 10129 0 -1 1077944384 7057 0 0 0 165 56 0 0 20 0 20 0 109939008 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139678649547408 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10435] ppid=10428 vsize=26006188 memory=1228 CPUtime=2.24 cores=0-7
/proc/10430/task/10435/stat : 10435 (java) S 10428 10428 10129 0 -1 1077944384 9032 0 0 0 160 64 0 0 20 0 20 0 109939008 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139678648494608 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10436] ppid=10428 vsize=26006188 memory=1384 CPUtime=2.26 cores=0-7
/proc/10430/task/10436/stat : 10436 (java) S 10428 10428 10129 0 -1 1077944384 7263 0 0 0 158 68 0 0 20 0 20 0 109939008 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139678647442320 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10437] ppid=10428 vsize=26006188 memory=6725788 CPUtime=2.26 cores=0-7
/proc/10430/task/10437/stat : 10437 (java) S 10428 10428 10129 0 -1 1077944384 10340 0 0 0 169 57 0 0 20 0 20 0 109939008 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139678646389520 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10438] ppid=10428 vsize=26006188 memory=1384 CPUtime=2.25 cores=0-7
/proc/10430/task/10438/stat : 10438 (java) S 10428 10428 10129 0 -1 1077944384 7706 0 0 0 160 65 0 0 20 0 20 0 109939008 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139678645337232 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10439] ppid=10428 vsize=26006188 memory=6725780 CPUtime=2.28 cores=0-7
/proc/10430/task/10439/stat : 10439 (java) S 10428 10428 10129 0 -1 1077944384 12600 0 0 0 164 64 0 0 20 0 20 0 109939008 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139678644284432 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10440] ppid=10428 vsize=26006188 memory=5676688 CPUtime=1.03 cores=0-7
/proc/10430/task/10440/stat : 10440 (java) S 10428 10428 10129 0 -1 1077944384 10040 0 0 0 100 3 0 0 20 0 20 0 109939010 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139677566740592 139679093213826 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10441] ppid=10428 vsize=26006188 memory=796 CPUtime=0 cores=0-7
/proc/10430/task/10441/stat : 10441 (java) S 10428 10428 10129 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 20 0 109939010 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139677565686624 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10442] ppid=10428 vsize=26006188 memory=10020 CPUtime=0 cores=0-7
/proc/10430/task/10442/stat : 10442 (java) S 10428 10428 10129 0 -1 1077944384 146 0 0 0 0 0 0 0 20 0 20 0 109939010 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139677564634240 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10443] ppid=10428 vsize=26006188 memory=1948 CPUtime=0 cores=0-7
/proc/10430/task/10443/stat : 10443 (java) S 10428 10428 10129 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109939013 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139677563582544 139679093221275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10444] ppid=10428 vsize=26006188 memory=8540 CPUtime=0.48 cores=0-7
/proc/10430/task/10444/stat : 10444 (java) S 10428 10428 10129 0 -1 1077944384 5347 0 0 0 47 1 0 0 20 0 20 0 109939013 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139677562530416 139679093213826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10445] ppid=10428 vsize=26006188 memory=4616 CPUtime=0.31 cores=0-7
/proc/10430/task/10445/stat : 10445 (java) S 10428 10428 10129 0 -1 1077944384 3654 0 0 0 31 0 0 0 20 0 20 0 109939013 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139677561477616 139679093213826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10446] ppid=10428 vsize=26006188 memory=1720 CPUtime=0.55 cores=0-7
/proc/10430/task/10446/stat : 10446 (java) S 10428 10428 10129 0 -1 1077944384 6310 0 0 0 54 1 0 0 20 0 20 0 109939013 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139677560425328 139679093213826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10447] ppid=10428 vsize=26006188 memory=1004 CPUtime=0.45 cores=0-7
/proc/10430/task/10447/stat : 10447 (java) S 10428 10428 10129 0 -1 1077944384 7569 0 0 0 44 1 0 0 20 0 20 0 109939013 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139677559372528 139679093213826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10448] ppid=10428 vsize=26006188 memory=1436 CPUtime=0 cores=0-7
/proc/10430/task/10448/stat : 10448 (java) S 10428 10428 10129 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109939013 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139677558319456 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10449] ppid=10428 vsize=26006188 memory=1200 CPUtime=0.03 cores=0-7
/proc/10430/task/10449/stat : 10449 (java) S 10428 10428 10129 0 -1 1077944384 612 0 0 0 1 2 0 0 20 0 20 0 109939013 26630336512 1681447 33554432000 4194304 4196468 140735811005328 139677557266736 139679093213826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
Current children cumulated CPU time: 80.74 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 6727172 KiB

[startup+63.6093 s]
/proc/loadavg: 3.30 6.66 7.73 2/199 10450
/proc/meminfo: memFree=24842716/32770624 swapFree=67108860/67108860
[pid=10428] ppid=10425 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/10428/stat : 10428 (xcsp3-exec) S 10425 10428 10129 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 109939007 9740288 346 33554432000 4194304 5098028 140734705062848 140734705060952 140088030139004 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33816576 140734705071204 140734705071415 140734705071415 140734705074155 0
/proc/10428/statm: 2378 346 289 221 0 87 0
[pid=10430] ppid=10428 vsize=26538700 memory=6726336 CPUtime=81.29 cores=0-7
/proc/10430/stat : 10430 (java) S 10428 10428 10129 0 -1 1077944320 140079 0 0 0 7495 634 0 0 20 0 28 0 109939007 27175628800 1681584 33554432000 4194304 4196468 140735811005328 140735810987872 139679093202679 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
/proc/10430/statm: 6634675 1681584 3265 1 0 6621909 0
[pid=10430/tid=10431] ppid=10428 vsize=26538700 memory=2332 CPUtime=60.11 cores=0-7
/proc/10430/task/10431/stat : 10431 (java) S 10428 10428 10129 0 -1 1077944384 33596 0 0 0 5898 113 0 0 20 0 28 0 109939007 27175628800 1681584 33554432000 4194304 4196468 140735811005328 139679097443456 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10432] ppid=10428 vsize=26538700 memory=6791534058613427641 CPUtime=2.25 cores=0-7
/proc/10430/task/10432/stat : 10432 (java) S 10428 10428 10129 0 -1 1077944384 8289 0 0 0 164 61 0 0 20 0 28 0 109939008 27175628800 1681584 33554432000 4194304 4196468 140735811005328 139679049755024 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10433] ppid=10428 vsize=26538700 memory=0 CPUtime=2.27 cores=0-7
/proc/10430/task/10433/stat : 10433 (java) S 10428 10428 10129 0 -1 1077944384 8712 0 0 0 154 73 0 0 20 0 28 0 109939008 27175628800 1681584 33554432000 4194304 4196468 140735811005328 139679048702224 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10434] ppid=10428 vsize=26538700 memory=4580 CPUtime=2.21 cores=0-7
/proc/10430/task/10434/stat : 10434 (java) S 10428 10428 10129 0 -1 1077944384 7057 0 0 0 165 56 0 0 20 0 28 0 109939008 27175628800 1681584 33554432000 4194304 4196468 140735811005328 139678649547408 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10435] ppid=10428 vsize=26538700 memory=6944656592455360608 CPUtime=2.24 cores=0-7
/proc/10430/task/10435/stat : 10435 (java) S 10428 10428 10129 0 -1 1077944384 9032 0 0 0 160 64 0 0 20 0 28 0 109939008 27175628800 1681584 33554432000 4194304 4196468 140735811005328 139678648494608 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10436] ppid=10428 vsize=26538700 memory=6944656592455350634 CPUtime=2.26 cores=0-7
/proc/10430/task/10436/stat : 10436 (java) S 10428 10428 10129 0 -1 1077944384 7263 0 0 0 158 68 0 0 20 0 28 0 109939008 27175628800 1681584 33554432000 4194304 4196468 140735811005328 139678647442320 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10437] ppid=10428 vsize=26538700 memory=6944656591801717918 CPUtime=2.26 cores=0-7
/proc/10430/task/10437/stat : 10437 (java) S 10428 10428 10129 0 -1 1077944384 10340 0 0 0 169 57 0 0 20 0 28 0 109939008 27175628800 1681584 33554432000 4194304 4196468 140735811005328 139678646389520 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10438] ppid=10428 vsize=26538700 memory=7681905605394137914 CPUtime=2.25 cores=0-7
/proc/10430/task/10438/stat : 10438 (java) S 10428 10428 10129 0 -1 1077944384 7706 0 0 0 160 65 0 0 20 0 28 0 109939008 27175628800 1681584 33554432000 4194304 4196468 140735811005328 139678645337232 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10439] ppid=10428 vsize=26538700 memory=4206468019014099040 CPUtime=2.28 cores=0-7
/proc/10430/task/10439/stat : 10439 (java) S 10428 10428 10129 0 -1 1077944384 12600 0 0 0 164 64 0 0 20 0 28 0 109939008 27175628800 1681584 33554432000 4194304 4196468 140735811005328 139678644284432 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10440] ppid=10428 vsize=26538700 memory=6944613755328037012 CPUtime=1.04 cores=0-7
/proc/10430/task/10440/stat : 10440 (java) S 10428 10428 10129 0 -1 1077944384 10052 0 0 0 101 3 0 0 20 0 28 0 109939010 27175628800 1681584 33554432000 4194304 4196468 140735811005328 139677566740592 139679093213826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10441] ppid=10428 vsize=26538700 memory=4137282616176187523 CPUtime=0 cores=0-7
/proc/10430/task/10441/stat : 10441 (java) S 10428 10428 10129 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 28 0 109939010 27175628800 1681584 33554432000 4194304 4196468 140735811005328 139677565686624 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10442] ppid=10428 vsize=26538700 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/10430/task/10442/stat : 10442 (java) S 10428 10428 10129 0 -1 1077944384 146 0 0 0 0 0 0 0 20 0 28 0 109939010 27175628800 1681584 33554432000 4194304 4196468 140735811005328 139677564634240 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10443] ppid=10428 vsize=26538700 memory=18304 CPUtime=0 cores=0-7
/proc/10430/task/10443/stat : 10443 (java) S 10428 10428 10129 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 109939013 27175628800 1681584 33554432000 4194304 4196468 140735811005328 139677563582544 139679093221275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10444] ppid=10428 vsize=26538700 memory=18292 CPUtime=0.49 cores=0-7
/proc/10430/task/10444/stat : 10444 (java) R 10428 10428 10129 0 -1 1077944384 5356 0 0 0 48 1 0 0 20 0 28 0 109939013 27175628800 1681584 33554432000 4194304 4196468 140735811005328 139677562530416 139679093213826 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10445] ppid=10428 vsize=26538700 memory=1792 CPUtime=0.31 cores=0-7
/proc/10430/task/10445/stat : 10445 (java) R 10428 10428 10129 0 -1 4202560 3658 0 0 0 31 0 0 0 20 0 28 0 109939013 27175628800 1681584 33554432000 4194304 4196468 140735811005328 139677561467216 139679076416113 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10446] ppid=10428 vsize=26538700 memory=648 CPUtime=0.56 cores=0-7
/proc/10430/task/10446/stat : 10446 (java) S 10428 10428 10129 0 -1 1077944384 6321 0 0 0 55 1 0 0 20 0 28 0 109939013 27175628800 1681584 33554432000 4194304 4196468 140735811005328 139677560425328 139679093213826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10447] ppid=10428 vsize=26538700 memory=1236 CPUtime=0.48 cores=0-7
/proc/10430/task/10447/stat : 10447 (java) R 10428 10428 10129 0 -1 4202560 7714 0 0 0 47 1 0 0 20 0 28 0 109939013 27175628800 1681584 33554432000 4194304 4196468 140735811005328 139677559368480 139679086299515 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10448] ppid=10428 vsize=26538700 memory=960 CPUtime=0 cores=0-7
/proc/10430/task/10448/stat : 10448 (java) S 10428 10428 10129 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 109939013 27175628800 1681584 33554432000 4194304 4196468 140735811005328 139677558319456 139679093212885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
[pid=10430/tid=10449] ppid=10428 vsize=26538700 memory=2340 CPUtime=0.03 cores=0-7
/proc/10430/task/10449/stat : 10449 (java) S 10428 10428 10129 0 -1 1077944384 612 0 0 0 1 2 0 0 20 0 28 0 109939013 27175628800 1681584 33554432000 4194304 4196468 140735811005328 139677557266736 139679093213826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24244224 140735811007634 140735811007811 140735811007811 140735811010511 0
Current children cumulated CPU time: 81.29 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 6727720 KiB

Child status: 0
Real time (s): 63.6993
CPU time (s): 81.6821
CPU user time (s): 75.2909
CPU system time (s): 6.39119
CPU usage (%): 128.231
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 6727720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.2909
system time used= 6.39119
maximum resident set size= 6727288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141481
page faults= 0
swaps= 0
block input operations= 0
block output operations= 216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7649
involuntary context switches= 298


# summary of solver processes directly reported to runsolver:
#   pid: 10428
#   total CPU time (s): 81.6821
#   total CPU user time (s): 75.2909
#   total CPU system time (s): 6.39119

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.455785 second user time and 0.71529 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-15 05:27:34
IDJOB=4271174
IDBENCH=134346
IDSOLVER=2662
FILE ID=node112/4271174-1502768512
RUNJOBID= node112-1502765077-10156
PBS_JOBID= 20629094
Free space on /tmp= 61788 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/RadarSurveillance/RadarSurveillance-m1-s8-24/RadarSurveillance-8-24-3-2-20.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4271174-1502768512/watcher-4271174-1502768512 -o /tmp/evaluation-result-4271174-1502768512/solver-4271174-1502768512 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1502765077-10156 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1724249853 HOME/instance-4271174-1502768512.xml

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

MD5SUM BENCH= f214ebe96c5c3c8776c4f6e3a073efa7
RANDOM SEED=1724249853

node112.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.24
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.24
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.24
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.24
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:        31567860 kB
MemAvailable:   31980076 kB
Buffers:          188656 kB
Cached:           503732 kB
SwapCached:            0 kB
Active:           472232 kB
Inactive:         273280 kB
Active(anon):       4200 kB
Inactive(anon):    76444 kB
Active(file):     468032 kB
Inactive(file):   196836 kB
Unevictable:        6276 kB
Mlocked:            6276 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7924 kB
Writeback:            12 kB
AnonPages:         59232 kB
Mapped:            45224 kB
Shmem:             25224 kB
Slab:             152316 kB
SReclaimable:     126364 kB
SUnreclaim:        25952 kB
KernelStack:        3216 kB
PageTables:         4856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61780 MiB
End job on node112 at 2017-08-15 05:28:37