Trace number 4271329

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)? 7903.52 1391.55

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os07/
SuperTaillard-os-07-26.xml
MD5SUM94b2333e20121f91e59972a20e586711
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 benchmark9.8511105
Satisfiable
(Un)Satisfiability was proved
Number of variables98
Number of constraints931
Number of domains38
Minimum domain size332
Maximum domain size428
Distribution of domain sizes[{"size":332,"count":2},{"size":334,"count":6},{"size":335,"count":2},{"size":336,"count":2},{"size":338,"count":2},{"size":340,"count":2},{"size":341,"count":2},{"size":342,"count":4},{"size":349,"count":2},{"size":351,"count":2},{"size":352,"count":2},{"size":353,"count":6},{"size":354,"count":4},{"size":360,"count":2},{"size":363,"count":2},{"size":365,"count":2},{"size":366,"count":2},{"size":368,"count":4},{"size":369,"count":4},{"size":370,"count":4},{"size":372,"count":2},{"size":374,"count":2},{"size":380,"count":2},{"size":383,"count":4},{"size":388,"count":2},{"size":389,"count":2},{"size":390,"count":2},{"size":393,"count":2},{"size":397,"count":2},{"size":402,"count":2},{"size":404,"count":4},{"size":405,"count":2},{"size":409,"count":2},{"size":421,"count":2},{"size":423,"count":2},{"size":424,"count":2},{"size":427,"count":2},{"size":428,"count":2}]
Minimum variable degree13
Maximum variable degree25
Distribution of variable degrees[{"degree":13,"count":49},{"degree":25,"count":49}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":931}]
Number of extensional constraints0
Number of intensional constraints931
Distribution of constraint types[{"type":"intension","count":931}]
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-4271329-1502816042.xml"  -tl '20160s' -p 8 -x 0
0.10/0.15	c [HOME/instance-4271329-1502816042.xml, -tl, 20160s, -p, 8, -x, 0]
0.10/0.20	c 8 solvers in parallel
0.32/0.27	c parse instance...
7725.56/1366.30	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
7725.56/1366.31		at java.util.stream.ReduceOps.makeInt(ReduceOps.java:271)
7725.56/1366.31		at java.util.stream.IntPipeline.reduce(IntPipeline.java:456)
7725.56/1366.31		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:124)
7725.56/1366.31		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
7725.56/1366.31		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:117)
7725.56/1366.31		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$7(ReExpression.java:148)
7725.56/1366.31		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$76/817406040.valid(Unknown Source)
7725.56/1366.31		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
7725.56/1366.31		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:148)
7725.56/1366.31		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
7725.56/1366.31		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
7725.56/1366.31		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
7725.56/1366.31		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
7725.56/1366.31		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
7725.56/1366.31		at org.xcsp.parser.XCallbacks$$Lambda$46/117244645.accept(Unknown Source)
7725.56/1366.31		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
7725.56/1366.31		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
7725.56/1366.31		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
7725.56/1366.31		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
7725.56/1366.31		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
7725.56/1366.31		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
7725.56/1366.31		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
7725.56/1366.31		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
7725.56/1366.31		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
7725.56/1366.31		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
7725.56/1366.31		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
7903.36/1391.44	s UNKNOWN
7903.36/1391.44	c Unexpected resolution interruption!

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271329-1502816042/watcher-4271329-1502816042 -o /tmp/evaluation-result-4271329-1502816042/solver-4271329-1502816042 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node115-1502815183-30951 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1369445112 HOME/instance-4271329-1502816042.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=30968, runsolver pid=30965

[startup+0.100156 s]*
/proc/loadavg: 2.97 2.95 3.38 2/198 30989
/proc/meminfo: memFree=31515440/32770624 swapFree=67108860/67108860
[pid=30968] ppid=30965 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30968/stat : 30968 (xcsp3-exec) S 30965 30968 30924 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114691886 9740288 346 33554432000 4194304 5098028 140721608112352 140721608110456 140157262889596 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29020160 140721608119396 140721608119607 140721608119607 140721608122347 0
/proc/30968/statm: 2378 346 289 221 0 87 0
[pid=30970] ppid=30968 vsize=25999808 memory=26736 CPUtime=0.1 cores=0-7
/proc/30970/stat : 30970 (java) S 30968 30968 30924 0 -1 1077944320 5613 0 0 0 9 1 0 0 20 0 20 0 114691887 26623803392 6684 33554432000 4194304 4196468 140735426558704 140735426541248 139998213471991 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
/proc/30970/statm: 6499952 6684 2840 1 0 6488269 0
[pid=30970/tid=30971] ppid=30968 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/30970/task/30971/stat : 30971 (java) R 30968 30968 30924 0 -1 4202560 3617 0 0 0 7 1 0 0 20 0 20 0 114691887 26623803392 6684 33554432000 4194304 4196468 140735426558704 139998217691296 139998213483926 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30972] ppid=30968 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30972/stat : 30972 (java) S 30968 30968 30924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114691888 26623803392 6684 33554432000 4194304 4196468 140735426558704 139998166092688 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30973] ppid=30968 vsize=25999808 memory=139629777335936 CPUtime=0 cores=0-7
/proc/30970/task/30973/stat : 30973 (java) S 30968 30968 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114691888 26623803392 6684 33554432000 4194304 4196468 140735426558704 139998165039888 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30974] ppid=30968 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30974/stat : 30974 (java) S 30968 30968 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114691888 26623803392 6684 33554432000 4194304 4196468 140735426558704 139998163987600 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30975] ppid=30968 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30975/stat : 30975 (java) S 30968 30968 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114691888 26623803392 6684 33554432000 4194304 4196468 140735426558704 139998162934800 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30976] ppid=30968 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30976/stat : 30976 (java) S 30968 30968 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114691888 26623803392 6684 33554432000 4194304 4196468 140735426558704 139998161881488 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30977] ppid=30968 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/30970/task/30977/stat : 30977 (java) S 30968 30968 30924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114691888 26623803392 6684 33554432000 4194304 4196468 140735426558704 139998160828688 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30978] ppid=30968 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30978/stat : 30978 (java) S 30968 30968 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114691888 26623803392 6684 33554432000 4194304 4196468 140735426558704 139998159776400 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30979] ppid=30968 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30979/stat : 30979 (java) S 30968 30968 30924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114691888 26623803392 6684 33554432000 4194304 4196468 140735426558704 139998158723600 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30980] ppid=30968 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30980/stat : 30980 (java) S 30968 30968 30924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114691889 26623803392 6684 33554432000 4194304 4196468 140735426558704 139996485364336 139998213483138 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30981] ppid=30968 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30981/stat : 30981 (java) S 30968 30968 30924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114691890 26623803392 6684 33554432000 4194304 4196468 140735426558704 139996484310304 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30982] ppid=30968 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30982/stat : 30982 (java) S 30968 30968 30924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114691890 26623803392 6684 33554432000 4194304 4196468 140735426558704 139996483257968 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30983] ppid=30968 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30983/stat : 30983 (java) S 30968 30968 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114691892 26623803392 6684 33554432000 4194304 4196468 140735426558704 139996482206288 139998213490587 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30984] ppid=30968 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30984/stat : 30984 (java) R 30968 30968 30924 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 20 0 114691892 26623803392 6684 33554432000 4194304 4196468 140735426558704 139996481153136 139998213483138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30985] ppid=30968 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30985/stat : 30985 (java) R 30968 30968 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114691892 26623803392 6684 33554432000 4194304 4196468 140735426558704 139996480100336 139998213483138 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30986] ppid=30968 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30986/stat : 30986 (java) S 30968 30968 30924 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 20 0 114691892 26623803392 6684 33554432000 4194304 4196468 140735426558704 139996479048048 139998213483138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30987] ppid=30968 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/30970/task/30987/stat : 30987 (java) R 30968 30968 30924 0 -1 4202560 252 0 0 0 1 0 0 0 20 0 20 0 114691893 26623803392 6684 33554432000 4194304 4196468 140735426558704 139996477995248 139998213483926 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30988] ppid=30968 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30988/stat : 30988 (java) S 30968 30968 30924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114691893 26623803392 6684 33554432000 4194304 4196468 140735426558704 139996476943200 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30989] ppid=30968 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/30970/task/30989/stat : 30989 (java) S 30968 30968 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114691893 26623803392 6684 33554432000 4194304 4196468 140735426558704 139996475890480 139998213483138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28120 KiB

[startup+0.210018 s]*
/proc/loadavg: 2.97 2.95 3.38 2/198 30989
/proc/meminfo: memFree=31506448/32770624 swapFree=67108860/67108860
[pid=30968] ppid=30965 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30968/stat : 30968 (xcsp3-exec) S 30965 30968 30924 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114691886 9740288 346 33554432000 4194304 5098028 140721608112352 140721608110456 140157262889596 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29020160 140721608119396 140721608119607 140721608119607 140721608122347 0
/proc/30968/statm: 2378 346 289 221 0 87 0
[pid=30970] ppid=30968 vsize=26004064 memory=38944 CPUtime=0.32 cores=0-7
/proc/30970/stat : 30970 (java) S 30968 30968 30924 0 -1 1077944320 8318 0 0 0 29 3 0 0 20 0 20 0 114691887 26628161536 9736 33554432000 4194304 4196468 140735426558704 140735426541248 139998213471991 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
/proc/30970/statm: 6501016 9736 3029 1 0 6488269 0
[pid=30970/tid=30971] ppid=30968 vsize=26004064 memory=29681743523217448 CPUtime=0.19 cores=0-7
/proc/30970/task/30971/stat : 30971 (java) R 30968 30968 30924 0 -1 4202560 5412 0 0 0 17 2 0 0 20 0 20 0 114691887 26628161536 9736 33554432000 4194304 4196468 140735426558704 139998217708832 139998197552478 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30972] ppid=30968 vsize=26004064 memory=288230613264367967 CPUtime=0 cores=0-7
/proc/30970/task/30972/stat : 30972 (java) S 30968 30968 30924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114691888 26628161536 9736 33554432000 4194304 4196468 140735426558704 139998166092688 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30973] ppid=30968 vsize=26004064 memory=139629777365328 CPUtime=0 cores=0-7
/proc/30970/task/30973/stat : 30973 (java) S 30968 30968 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114691888 26628161536 9736 33554432000 4194304 4196468 140735426558704 139998165039888 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30974] ppid=30968 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30970/task/30974/stat : 30974 (java) S 30968 30968 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114691888 26628161536 9736 33554432000 4194304 4196468 140735426558704 139998163987600 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30975] ppid=30968 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30975/stat : 30975 (java) S 30968 30968 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114691888 26628161536 9736 33554432000 4194304 4196468 140735426558704 139998162934800 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30976] ppid=30968 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30976/stat : 30976 (java) S 30968 30968 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114691888 26628161536 9736 33554432000 4194304 4196468 140735426558704 139998161881488 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30977] ppid=30968 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30970/task/30977/stat : 30977 (java) S 30968 30968 30924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114691888 26628161536 9736 33554432000 4194304 4196468 140735426558704 139998160828688 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30978] ppid=30968 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30978/stat : 30978 (java) S 30968 30968 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114691888 26628161536 9736 33554432000 4194304 4196468 140735426558704 139998159776400 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30979] ppid=30968 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30979/stat : 30979 (java) S 30968 30968 30924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114691888 26628161536 9736 33554432000 4194304 4196468 140735426558704 139998158723600 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30980] ppid=30968 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30980/stat : 30980 (java) S 30968 30968 30924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114691889 26628161536 9736 33554432000 4194304 4196468 140735426558704 139996485364336 139998213483138 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30981] ppid=30968 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30981/stat : 30981 (java) S 30968 30968 30924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114691890 26628161536 9736 33554432000 4194304 4196468 140735426558704 139996484310304 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30982] ppid=30968 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30982/stat : 30982 (java) S 30968 30968 30924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114691890 26628161536 9736 33554432000 4194304 4196468 140735426558704 139996483257968 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30983] ppid=30968 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30983/stat : 30983 (java) S 30968 30968 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114691892 26628161536 9736 33554432000 4194304 4196468 140735426558704 139996482206288 139998213490587 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30984] ppid=30968 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30984/stat : 30984 (java) S 30968 30968 30924 0 -1 1077944384 361 0 0 0 0 0 0 0 20 0 20 0 114691892 26628161536 9736 33554432000 4194304 4196468 140735426558704 139996481153136 139998213483138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30985] ppid=30968 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/30970/task/30985/stat : 30985 (java) S 30968 30968 30924 0 -1 1077944384 112 0 0 0 2 0 0 0 20 0 20 0 114691892 26628161536 9736 33554432000 4194304 4196468 140735426558704 139996480100336 139998213483138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30986] ppid=30968 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/30970/task/30986/stat : 30986 (java) S 30968 30968 30924 0 -1 1077944384 415 0 0 0 1 0 0 0 20 0 20 0 114691892 26628161536 9736 33554432000 4194304 4196468 140735426558704 139996479048048 139998213483138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30987] ppid=30968 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/30970/task/30987/stat : 30987 (java) S 30968 30968 30924 0 -1 1077944384 709 0 0 0 7 0 0 0 20 0 20 0 114691893 26628161536 9736 33554432000 4194304 4196468 140735426558704 139996477995248 139998213483138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30988] ppid=30968 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30988/stat : 30988 (java) S 30968 30968 30924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114691893 26628161536 9736 33554432000 4194304 4196468 140735426558704 139996476943200 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30989] ppid=30968 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30970/task/30989/stat : 30989 (java) S 30968 30968 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114691893 26628161536 9736 33554432000 4194304 4196468 140735426558704 139996475890480 139998213483138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40328 KiB

[startup+0.309337 s]*
/proc/loadavg: 2.97 2.95 3.38 3/198 30989
/proc/meminfo: memFree=31499624/32770624 swapFree=67108860/67108860
[pid=30968] ppid=30965 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30968/stat : 30968 (xcsp3-exec) S 30965 30968 30924 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114691886 9740288 346 33554432000 4194304 5098028 140721608112352 140721608110456 140157262889596 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29020160 140721608119396 140721608119607 140721608119607 140721608122347 0
/proc/30968/statm: 2378 346 289 221 0 87 0
[pid=30970] ppid=30968 vsize=26004064 memory=44128 CPUtime=0.49 cores=0-7
/proc/30970/stat : 30970 (java) S 30968 30968 30924 0 -1 1077944320 9239 0 0 0 45 4 0 0 20 0 20 0 114691887 26628161536 11032 33554432000 4194304 4196468 140735426558704 140735426541248 139998213471991 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
/proc/30970/statm: 6501016 11032 3113 1 0 6488269 0
[pid=30970/tid=30971] ppid=30968 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/30970/task/30971/stat : 30971 (java) R 30968 30968 30924 0 -1 4202560 6093 0 0 0 26 3 0 0 20 0 20 0 114691887 26628161536 11032 33554432000 4194304 4196468 140735426558704 139998217710944 139997831383760 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30972] ppid=30968 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30972/stat : 30972 (java) S 30968 30968 30924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114691888 26628161536 11032 33554432000 4194304 4196468 140735426558704 139998166092688 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30973] ppid=30968 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30973/stat : 30973 (java) S 30968 30968 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114691888 26628161536 11032 33554432000 4194304 4196468 140735426558704 139998165039888 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30974] ppid=30968 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30974/stat : 30974 (java) S 30968 30968 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114691888 26628161536 11032 33554432000 4194304 4196468 140735426558704 139998163987600 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30975] ppid=30968 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30975/stat : 30975 (java) S 30968 30968 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114691888 26628161536 11032 33554432000 4194304 4196468 140735426558704 139998162934800 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30976] ppid=30968 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30976/stat : 30976 (java) S 30968 30968 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114691888 26628161536 11032 33554432000 4194304 4196468 140735426558704 139998161881488 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30977] ppid=30968 vsize=26004064 memory=139629655321263 CPUtime=0 cores=0-7
/proc/30970/task/30977/stat : 30977 (java) S 30968 30968 30924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114691888 26628161536 11032 33554432000 4194304 4196468 140735426558704 139998160828688 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30978] ppid=30968 vsize=26004064 memory=139629655323568 CPUtime=0 cores=0-7
/proc/30970/task/30978/stat : 30978 (java) S 30968 30968 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114691888 26628161536 11032 33554432000 4194304 4196468 140735426558704 139998159776400 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30979] ppid=30968 vsize=26004064 memory=139629655325872 CPUtime=0 cores=0-7
/proc/30970/task/30979/stat : 30979 (java) S 30968 30968 30924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114691888 26628161536 11032 33554432000 4194304 4196468 140735426558704 139998158723600 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30980] ppid=30968 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30980/stat : 30980 (java) S 30968 30968 30924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114691889 26628161536 11032 33554432000 4194304 4196468 140735426558704 139996485364336 139998213483138 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30981] ppid=30968 vsize=26004064 memory=279259310665616 CPUtime=0 cores=0-7
/proc/30970/task/30981/stat : 30981 (java) S 30968 30968 30924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114691890 26628161536 11032 33554432000 4194304 4196468 140735426558704 139996484310304 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30982] ppid=30968 vsize=26004064 memory=279259310663312 CPUtime=0 cores=0-7
/proc/30970/task/30982/stat : 30982 (java) S 30968 30968 30924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114691890 26628161536 11032 33554432000 4194304 4196468 140735426558704 139996483257968 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30983] ppid=30968 vsize=26004064 memory=279259310670224 CPUtime=0 cores=0-7
/proc/30970/task/30983/stat : 30983 (java) S 30968 30968 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114691892 26628161536 11032 33554432000 4194304 4196468 140735426558704 139996482206288 139998213490587 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30984] ppid=30968 vsize=26004064 memory=279259310611376 CPUtime=0.01 cores=0-7
/proc/30970/task/30984/stat : 30984 (java) S 30968 30968 30924 0 -1 1077944384 438 0 0 0 1 0 0 0 20 0 20 0 114691892 26628161536 11032 33554432000 4194304 4196468 140735426558704 139996481153136 139998213483138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30985] ppid=30968 vsize=26004064 memory=279259310684048 CPUtime=0.02 cores=0-7
/proc/30970/task/30985/stat : 30985 (java) S 30968 30968 30924 0 -1 1077944384 136 0 0 0 2 0 0 0 20 0 20 0 114691892 26628161536 11032 33554432000 4194304 4196468 140735426558704 139996480100336 139998213483138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30986] ppid=30968 vsize=26004064 memory=279259310690960 CPUtime=0.01 cores=0-7
/proc/30970/task/30986/stat : 30986 (java) S 30968 30968 30924 0 -1 1077944384 438 0 0 0 1 0 0 0 20 0 20 0 114691892 26628161536 11032 33554432000 4194304 4196468 140735426558704 139996479048048 139998213483138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30987] ppid=30968 vsize=26004064 memory=279259310688656 CPUtime=0.11 cores=0-7
/proc/30970/task/30987/stat : 30987 (java) R 30968 30968 30924 0 -1 4202560 828 0 0 0 11 0 0 0 20 0 20 0 114691893 26628161536 11032 33554432000 4194304 4196468 140735426558704 139996477995248 139998206571838 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30988] ppid=30968 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30988/stat : 30988 (java) S 30968 30968 30924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114691893 26628161536 11032 33554432000 4194304 4196468 140735426558704 139996476943200 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30989] ppid=30968 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30970/task/30989/stat : 30989 (java) S 30968 30968 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114691893 26628161536 11032 33554432000 4194304 4196468 140735426558704 139996475890480 139998213483138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45512 KiB

[startup+0.700916 s]
/proc/loadavg: 2.97 2.95 3.38 5/198 30989
/proc/meminfo: memFree=31477488/32770624 swapFree=67108860/67108860
[pid=30968] ppid=30965 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30968/stat : 30968 (xcsp3-exec) S 30965 30968 30924 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114691886 9740288 346 33554432000 4194304 5098028 140721608112352 140721608110456 140157262889596 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29020160 140721608119396 140721608119607 140721608119607 140721608122347 0
/proc/30968/statm: 2378 346 289 221 0 87 0
[pid=30970] ppid=30968 vsize=26006188 memory=188444 CPUtime=1.75 cores=0-7
/proc/30970/stat : 30970 (java) S 30968 30968 30924 0 -1 1077944320 13268 0 0 0 167 8 0 0 20 0 20 0 114691887 26630336512 47111 33554432000 4194304 4196468 140735426558704 140735426541248 139998213471991 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
/proc/30970/statm: 6501547 47111 3211 1 0 6488781 0
[pid=30970/tid=30971] ppid=30968 vsize=26006188 memory=0 CPUtime=0.66 cores=0-7
/proc/30970/task/30971/stat : 30971 (java) R 30968 30968 30924 0 -1 4202560 6755 0 0 0 61 5 0 0 20 0 20 0 114691887 26630336512 47111 33554432000 4194304 4196468 140735426558704 139998217710320 139997834891879 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30972] ppid=30968 vsize=26006188 memory=2353 CPUtime=0 cores=0-7
/proc/30970/task/30972/stat : 30972 (java) S 30968 30968 30924 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 114691888 26630336512 47111 33554432000 4194304 4196468 140735426558704 139998166092688 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30973] ppid=30968 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/30970/task/30973/stat : 30973 (java) S 30968 30968 30924 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 114691888 26630336512 47111 33554432000 4194304 4196468 140735426558704 139998165039888 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30974] ppid=30968 vsize=26006188 memory=1728 CPUtime=0 cores=0-7
/proc/30970/task/30974/stat : 30974 (java) S 30968 30968 30924 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 114691888 26630336512 47111 33554432000 4194304 4196468 140735426558704 139998163987600 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0

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

[pid=30970/tid=30971] ppid=30968 vsize=26072752 memory=4132 CPUtime=340.29 cores=0-7
/proc/30970/task/30971/stat : 30971 (java) S 30968 30968 30924 0 -1 1077944384 77467 0 0 0 33910 119 0 0 20 0 21 0 114691887 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139998217712672 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30972] ppid=30968 vsize=26072752 memory=8632 CPUtime=932.76 cores=0-7
/proc/30970/task/30972/stat : 30972 (java) S 30968 30968 30924 0 -1 1077944384 131943 0 0 0 92680 596 0 0 20 0 21 0 114691888 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139998166092688 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30973] ppid=30968 vsize=26072752 memory=5664 CPUtime=931.72 cores=0-7
/proc/30970/task/30973/stat : 30973 (java) S 30968 30968 30924 0 -1 1077944384 121981 0 0 0 92609 563 0 0 20 0 21 0 114691888 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139998165039888 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 45 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30974] ppid=30968 vsize=26072752 memory=4616 CPUtime=932.5 cores=0-7
/proc/30970/task/30974/stat : 30974 (java) S 30968 30968 30924 0 -1 1077944384 120946 0 0 0 92703 547 0 0 20 0 21 0 114691888 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139998163987600 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 38 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30975] ppid=30968 vsize=26072752 memory=1228 CPUtime=934.17 cores=0-7
/proc/30970/task/30975/stat : 30975 (java) S 30968 30968 30924 0 -1 1077944384 153263 0 0 0 92796 621 0 0 20 0 21 0 114691888 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139998162934800 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 36 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30976] ppid=30968 vsize=26072752 memory=-3622645143214314312 CPUtime=931.52 cores=0-7
/proc/30970/task/30976/stat : 30976 (java) S 30968 30968 30924 0 -1 1077944384 138106 0 0 0 92546 606 0 0 20 0 21 0 114691888 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139998161881488 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 37 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30977] ppid=30968 vsize=26072752 memory=1296 CPUtime=929.43 cores=0-7
/proc/30970/task/30977/stat : 30977 (java) S 30968 30968 30924 0 -1 1077944384 118734 0 0 0 92363 580 0 0 20 0 21 0 114691888 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139998160828688 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 37 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30978] ppid=30968 vsize=26072752 memory=2408 CPUtime=931.96 cores=0-7
/proc/30970/task/30978/stat : 30978 (java) S 30968 30968 30924 0 -1 1077944384 132925 0 0 0 92640 556 0 0 20 0 21 0 114691888 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139998159776400 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 39 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30979] ppid=30968 vsize=26072752 memory=1728 CPUtime=930.23 cores=0-7
/proc/30970/task/30979/stat : 30979 (java) S 30968 30968 30924 0 -1 1077944384 123049 0 0 0 92410 613 0 0 20 0 21 0 114691888 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139998158723600 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 37 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30980] ppid=30968 vsize=26072752 memory=6791534058613427641 CPUtime=103.34 cores=0-7
/proc/30970/task/30980/stat : 30980 (java) R 30968 30968 30924 0 -1 4202560 711565 0 0 0 10270 64 0 0 20 0 21 0 114691889 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996485362768 139998198475079 0 0 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30981] ppid=30968 vsize=26072752 memory=1008 CPUtime=0 cores=0-7
/proc/30970/task/30981/stat : 30981 (java) S 30968 30968 30924 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 21 0 114691890 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996484310368 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30982] ppid=30968 vsize=26072752 memory=1928 CPUtime=0 cores=0-7
/proc/30970/task/30982/stat : 30982 (java) S 30968 30968 30924 0 -1 1077944384 176 0 0 0 0 0 0 0 20 0 21 0 114691890 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996483257984 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30983] ppid=30968 vsize=26072752 memory=1200 CPUtime=0 cores=0-7
/proc/30970/task/30983/stat : 30983 (java) S 30968 30968 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 114691892 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996482206288 139998213490587 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30984] ppid=30968 vsize=26072752 memory=1384 CPUtime=1.08 cores=0-7
/proc/30970/task/30984/stat : 30984 (java) S 30968 30968 30924 0 -1 1077944384 10728 0 0 0 107 1 0 0 20 0 21 0 114691892 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996481152896 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30985] ppid=30968 vsize=26072752 memory=23386644 CPUtime=1.14 cores=0-7
/proc/30970/task/30985/stat : 30985 (java) S 30968 30968 30924 0 -1 1077944384 13516 0 0 0 112 2 0 0 20 0 21 0 114691892 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996480088416 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30986] ppid=30968 vsize=26072752 memory=2200 CPUtime=0.96 cores=0-7
/proc/30970/task/30986/stat : 30986 (java) S 30968 30968 30924 0 -1 1077944384 8679 0 0 0 94 2 0 0 20 0 21 0 114691892 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996479048096 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30987] ppid=30968 vsize=26072752 memory=6508 CPUtime=0.6 cores=0-7
/proc/30970/task/30987/stat : 30987 (java) S 30968 30968 30924 0 -1 1077944384 8612 0 0 0 58 2 0 0 20 0 21 0 114691893 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996477995296 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30988] ppid=30968 vsize=26072752 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/30970/task/30988/stat : 30988 (java) S 30968 30968 30924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 114691893 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996476943200 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30989] ppid=30968 vsize=26072752 memory=4052 CPUtime=0.52 cores=0-7
/proc/30970/task/30989/stat : 30989 (java) S 30968 30968 30924 0 -1 1077944384 2307 0 0 0 28 24 0 0 20 0 21 0 114691893 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996475890480 139998213483138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=31059] ppid=30968 vsize=26072752 memory=19036 CPUtime=0 cores=0-7
/proc/30970/task/31059/stat : 31059 (java) S 30968 30968 30924 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 21 0 114828518 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996474339264 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
Current children cumulated CPU time: 7902.36 s
Current children cumulated vsize: 26082264 KiB
Current children cumulated memory: 23388028 KiB

[startup+1391.2 s]
/proc/loadavg: 6.80 7.26 5.72 2/202 31059
/proc/meminfo: memFree=8112996/32770624 swapFree=67108860/67108860
[pid=30968] ppid=30965 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30968/stat : 30968 (xcsp3-exec) S 30965 30968 30924 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114691886 9740288 346 33554432000 4194304 5098028 140721608112352 140721608110456 140157262889596 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29020160 140721608119396 140721608119607 140721608119607 140721608122347 0
/proc/30968/statm: 2378 346 289 221 0 87 0
[pid=30970] ppid=30968 vsize=26072752 memory=23386644 CPUtime=7903.16 cores=0-7
/proc/30970/stat : 30970 (java) S 30968 30968 30924 0 -1 1077944320 1877164 0 0 0 785429 4887 0 0 20 0 21 0 114691887 26698498048 5846661 33554432000 4194304 4196468 140735426558704 140735426541248 139998213471991 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
/proc/30970/statm: 6518188 5846661 3278 1 0 6505422 0
[pid=30970/tid=30971] ppid=30968 vsize=26072752 memory=15872 CPUtime=340.29 cores=0-7
/proc/30970/task/30971/stat : 30971 (java) S 30968 30968 30924 0 -1 1077944384 77467 0 0 0 33910 119 0 0 20 0 21 0 114691887 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139998217712672 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30972] ppid=30968 vsize=26072752 memory=4052 CPUtime=932.76 cores=0-7
/proc/30970/task/30972/stat : 30972 (java) S 30968 30968 30924 0 -1 1077944384 131943 0 0 0 92680 596 0 0 20 0 21 0 114691888 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139998166092688 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30973] ppid=30968 vsize=26072752 memory=1152 CPUtime=931.72 cores=0-7
/proc/30970/task/30973/stat : 30973 (java) S 30968 30968 30924 0 -1 1077944384 121981 0 0 0 92609 563 0 0 20 0 21 0 114691888 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139998165039888 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 45 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30974] ppid=30968 vsize=26072752 memory=3484 CPUtime=932.5 cores=0-7
/proc/30970/task/30974/stat : 30974 (java) S 30968 30968 30924 0 -1 1077944384 120946 0 0 0 92703 547 0 0 20 0 21 0 114691888 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139998163987600 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 38 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30975] ppid=30968 vsize=26072752 memory=1384 CPUtime=934.17 cores=0-7
/proc/30970/task/30975/stat : 30975 (java) S 30968 30968 30924 0 -1 1077944384 153263 0 0 0 92796 621 0 0 20 0 21 0 114691888 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139998162934800 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 36 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30976] ppid=30968 vsize=26072752 memory=23386644 CPUtime=931.52 cores=0-7
/proc/30970/task/30976/stat : 30976 (java) S 30968 30968 30924 0 -1 1077944384 138106 0 0 0 92546 606 0 0 20 0 21 0 114691888 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139998161881488 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 37 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30977] ppid=30968 vsize=26072752 memory=4104 CPUtime=929.43 cores=0-7
/proc/30970/task/30977/stat : 30977 (java) S 30968 30968 30924 0 -1 1077944384 118734 0 0 0 92363 580 0 0 20 0 21 0 114691888 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139998160828688 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 37 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30978] ppid=30968 vsize=26072752 memory=8632 CPUtime=931.96 cores=0-7
/proc/30970/task/30978/stat : 30978 (java) S 30968 30968 30924 0 -1 1077944384 132925 0 0 0 92640 556 0 0 20 0 21 0 114691888 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139998159776400 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 39 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30979] ppid=30968 vsize=26072752 memory=1384 CPUtime=930.23 cores=0-7
/proc/30970/task/30979/stat : 30979 (java) S 30968 30968 30924 0 -1 1077944384 123049 0 0 0 92410 613 0 0 20 0 21 0 114691888 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139998158723600 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 37 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30980] ppid=30968 vsize=26072752 memory=4128 CPUtime=104.14 cores=0-7
/proc/30970/task/30980/stat : 30980 (java) R 30968 30968 30924 0 -1 4202560 713334 0 0 0 10350 64 0 0 20 0 21 0 114691889 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996485362768 139998198475207 0 0 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30981] ppid=30968 vsize=26072752 memory=2200 CPUtime=0 cores=0-7
/proc/30970/task/30981/stat : 30981 (java) S 30968 30968 30924 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 21 0 114691890 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996484310368 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30982] ppid=30968 vsize=26072752 memory=6508 CPUtime=0 cores=0-7
/proc/30970/task/30982/stat : 30982 (java) S 30968 30968 30924 0 -1 1077944384 176 0 0 0 0 0 0 0 20 0 21 0 114691890 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996483257984 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30983] ppid=30968 vsize=26072752 memory=836 CPUtime=0 cores=0-7
/proc/30970/task/30983/stat : 30983 (java) S 30968 30968 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 114691892 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996482206288 139998213490587 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30984] ppid=30968 vsize=26072752 memory=1692 CPUtime=1.08 cores=0-7
/proc/30970/task/30984/stat : 30984 (java) S 30968 30968 30924 0 -1 1077944384 10728 0 0 0 107 1 0 0 20 0 21 0 114691892 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996481152896 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30985] ppid=30968 vsize=26072752 memory=916 CPUtime=1.14 cores=0-7
/proc/30970/task/30985/stat : 30985 (java) S 30968 30968 30924 0 -1 1077944384 13516 0 0 0 112 2 0 0 20 0 21 0 114691892 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996480088416 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30986] ppid=30968 vsize=26072752 memory=3888 CPUtime=0.96 cores=0-7
/proc/30970/task/30986/stat : 30986 (java) S 30968 30968 30924 0 -1 1077944384 8679 0 0 0 94 2 0 0 20 0 21 0 114691892 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996479048096 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30987] ppid=30968 vsize=26072752 memory=1008 CPUtime=0.6 cores=0-7
/proc/30970/task/30987/stat : 30987 (java) S 30968 30968 30924 0 -1 1077944384 8612 0 0 0 58 2 0 0 20 0 21 0 114691893 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996477995296 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30988] ppid=30968 vsize=26072752 memory=1928 CPUtime=0 cores=0-7
/proc/30970/task/30988/stat : 30988 (java) S 30968 30968 30924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 114691893 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996476943200 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30989] ppid=30968 vsize=26072752 memory=1200 CPUtime=0.52 cores=0-7
/proc/30970/task/30989/stat : 30989 (java) S 30968 30968 30924 0 -1 1077944384 2307 0 0 0 28 24 0 0 20 0 21 0 114691893 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996475890480 139998213483138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=31059] ppid=30968 vsize=26072752 memory=8632 CPUtime=0 cores=0-7
/proc/30970/task/31059/stat : 31059 (java) S 30968 30968 30924 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 21 0 114828518 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996474339264 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
Current children cumulated CPU time: 7903.16 s
Current children cumulated vsize: 26082264 KiB
Current children cumulated memory: 23388028 KiB

[startup+1391.4 s]
/proc/loadavg: 6.80 7.26 5.72 2/202 31059
/proc/meminfo: memFree=8112996/32770624 swapFree=67108860/67108860
[pid=30968] ppid=30965 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30968/stat : 30968 (xcsp3-exec) S 30965 30968 30924 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114691886 9740288 346 33554432000 4194304 5098028 140721608112352 140721608110456 140157262889596 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29020160 140721608119396 140721608119607 140721608119607 140721608122347 0
/proc/30968/statm: 2378 346 289 221 0 87 0
[pid=30970] ppid=30968 vsize=26072752 memory=23386644 CPUtime=7903.36 cores=0-7
/proc/30970/stat : 30970 (java) S 30968 30968 30924 0 -1 1077944320 1877910 0 0 0 785449 4887 0 0 20 0 21 0 114691887 26698498048 5846661 33554432000 4194304 4196468 140735426558704 140735426541248 139998213471991 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
/proc/30970/statm: 6518188 5846661 3278 1 0 6505422 0
[pid=30970/tid=30971] ppid=30968 vsize=26072752 memory=1228 CPUtime=340.29 cores=0-7
/proc/30970/task/30971/stat : 30971 (java) S 30968 30968 30924 0 -1 1077944384 77467 0 0 0 33910 119 0 0 20 0 21 0 114691887 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139998217712672 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30972] ppid=30968 vsize=26072752 memory=6791534058613427641 CPUtime=932.76 cores=0-7
/proc/30970/task/30972/stat : 30972 (java) S 30968 30968 30924 0 -1 1077944384 131943 0 0 0 92680 596 0 0 20 0 21 0 114691888 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139998166092688 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30973] ppid=30968 vsize=26072752 memory=6943526294502006880 CPUtime=931.72 cores=0-7
/proc/30970/task/30973/stat : 30973 (java) S 30968 30968 30924 0 -1 1077944384 121981 0 0 0 92609 563 0 0 20 0 21 0 114691888 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139998165039888 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 45 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30974] ppid=30968 vsize=26072752 memory=4132 CPUtime=932.5 cores=0-7
/proc/30970/task/30974/stat : 30974 (java) S 30968 30968 30924 0 -1 1077944384 120946 0 0 0 92703 547 0 0 20 0 21 0 114691888 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139998163987600 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 38 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30975] ppid=30968 vsize=26072752 memory=32328 CPUtime=934.17 cores=0-7
/proc/30970/task/30975/stat : 30975 (java) S 30968 30968 30924 0 -1 1077944384 153263 0 0 0 92796 621 0 0 20 0 21 0 114691888 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139998162934800 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 36 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30976] ppid=30968 vsize=26072752 memory=1296 CPUtime=931.52 cores=0-7
/proc/30970/task/30976/stat : 30976 (java) S 30968 30968 30924 0 -1 1077944384 138106 0 0 0 92546 606 0 0 20 0 21 0 114691888 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139998161881488 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 37 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30977] ppid=30968 vsize=26072752 memory=2408 CPUtime=929.43 cores=0-7
/proc/30970/task/30977/stat : 30977 (java) S 30968 30968 30924 0 -1 1077944384 118734 0 0 0 92363 580 0 0 20 0 21 0 114691888 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139998160828688 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 37 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30978] ppid=30968 vsize=26072752 memory=1728 CPUtime=931.96 cores=0-7
/proc/30970/task/30978/stat : 30978 (java) S 30968 30968 30924 0 -1 1077944384 132925 0 0 0 92640 556 0 0 20 0 21 0 114691888 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139998159776400 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 39 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30979] ppid=30968 vsize=26072752 memory=1720 CPUtime=930.23 cores=0-7
/proc/30970/task/30979/stat : 30979 (java) S 30968 30968 30924 0 -1 1077944384 123049 0 0 0 92410 613 0 0 20 0 21 0 114691888 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139998158723600 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 37 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30980] ppid=30968 vsize=26072752 memory=4384 CPUtime=104.34 cores=0-7
/proc/30970/task/30980/stat : 30980 (java) R 30968 30968 30924 0 -1 4202560 714079 0 0 0 10370 64 0 0 20 0 21 0 114691889 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996485362768 139998191842166 0 0 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30981] ppid=30968 vsize=26072752 memory=932 CPUtime=0 cores=0-7
/proc/30970/task/30981/stat : 30981 (java) S 30968 30968 30924 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 21 0 114691890 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996484310368 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30982] ppid=30968 vsize=26072752 memory=1576 CPUtime=0 cores=0-7
/proc/30970/task/30982/stat : 30982 (java) S 30968 30968 30924 0 -1 1077944384 176 0 0 0 0 0 0 0 20 0 21 0 114691890 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996483257984 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30983] ppid=30968 vsize=26072752 memory=2240 CPUtime=0 cores=0-7
/proc/30970/task/30983/stat : 30983 (java) S 30968 30968 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 114691892 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996482206288 139998213490587 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30984] ppid=30968 vsize=26072752 memory=4128 CPUtime=1.08 cores=0-7
/proc/30970/task/30984/stat : 30984 (java) S 30968 30968 30924 0 -1 1077944384 10728 0 0 0 107 1 0 0 20 0 21 0 114691892 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996481152896 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30985] ppid=30968 vsize=26072752 memory=2200 CPUtime=1.14 cores=0-7
/proc/30970/task/30985/stat : 30985 (java) S 30968 30968 30924 0 -1 1077944384 13516 0 0 0 112 2 0 0 20 0 21 0 114691892 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996480088416 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30986] ppid=30968 vsize=26072752 memory=6508 CPUtime=0.96 cores=0-7
/proc/30970/task/30986/stat : 30986 (java) S 30968 30968 30924 0 -1 1077944384 8679 0 0 0 94 2 0 0 20 0 21 0 114691892 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996479048096 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30987] ppid=30968 vsize=26072752 memory=836 CPUtime=0.6 cores=0-7
/proc/30970/task/30987/stat : 30987 (java) S 30968 30968 30924 0 -1 1077944384 8612 0 0 0 58 2 0 0 20 0 21 0 114691893 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996477995296 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30988] ppid=30968 vsize=26072752 memory=1692 CPUtime=0 cores=0-7
/proc/30970/task/30988/stat : 30988 (java) S 30968 30968 30924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 114691893 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996476943200 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=30989] ppid=30968 vsize=26072752 memory=916 CPUtime=0.52 cores=0-7
/proc/30970/task/30989/stat : 30989 (java) S 30968 30968 30924 0 -1 1077944384 2307 0 0 0 28 24 0 0 20 0 21 0 114691893 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996475890480 139998213483138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
[pid=30970/tid=31059] ppid=30968 vsize=26072752 memory=3888 CPUtime=0 cores=0-7
/proc/30970/task/31059/stat : 31059 (java) S 30968 30968 30924 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 21 0 114828518 26698498048 5846661 33554432000 4194304 4196468 140735426558704 139996474339264 139998213482197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140735426565266 140735426565443 140735426565443 140735426568143 0
Current children cumulated CPU time: 7903.36 s
Current children cumulated vsize: 26082264 KiB
Current children cumulated memory: 23388028 KiB

[startup+1391.5 s]
/proc/loadavg: 6.80 7.26 5.72 2/202 31059
/proc/meminfo: memFree=8112996/32770624 swapFree=67108860/67108860
[pid=30968] ppid=30965 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30968/stat : 30968 (xcsp3-exec) S 30965 30968 30924 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114691886 9740288 346 33554432000 4194304 5098028 140721608112352 140721608110456 140157262889596 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29020160 140721608119396 140721608119607 140721608119607 140721608122347 0
/proc/30968/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1384 KiB

Child status: 1
Real time (s): 1391.55
CPU time (s): 7903.52
CPU user time (s): 7854.54
CPU system time (s): 48.9765
CPU usage (%): 567.965
Max. virtual memory (cumulated for all children) (KiB): 26082264
Max. memory (cumulated for all children) (KiB): 23388028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7854.54
system time used= 48.9765
maximum resident set size= 23386664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1884917
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134673
involuntary context switches= 126961


# summary of solver processes directly reported to runsolver:
#   pid: 30968
#   total CPU time (s): 7903.52
#   total CPU user time (s): 7854.54
#   total CPU system time (s): 48.9765

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.43831 second user time and 14.12 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-15 18:39:43
IDJOB=4271329
IDBENCH=138603
IDSOLVER=2662
FILE ID=node115/4271329-1502816042
RUNJOBID= node115-1502815183-30951
PBS_JOBID= 20629824
Free space on /tmp= 61824 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os07/SuperTaillard-os-07-26.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-4271329-1502816042/watcher-4271329-1502816042 -o /tmp/evaluation-result-4271329-1502816042/solver-4271329-1502816042 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node115-1502815183-30951 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1369445112 HOME/instance-4271329-1502816042.xml

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

MD5SUM BENCH= 94b2333e20121f91e59972a20e586711
RANDOM SEED=1369445112

node115.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.69
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.69
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.69
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.69
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:        31530984 kB
MemAvailable:   31985236 kB
Buffers:          189988 kB
Cached:           551020 kB
SwapCached:            0 kB
Active:           540240 kB
Inactive:         254412 kB
Active(anon):       2124 kB
Inactive(anon):    79412 kB
Active(file):     538116 kB
Inactive(file):   175000 kB
Unevictable:        6188 kB
Mlocked:            6188 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7792 kB
Writeback:             0 kB
AnonPages:         59972 kB
Mapped:            45768 kB
Shmem:             25224 kB
Slab:             140068 kB
SReclaimable:     113940 kB
SUnreclaim:        26128 kB
KernelStack:        3136 kB
PageTables:         4584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     321604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61816 MiB
End job on node115 at 2017-08-15 19:02:55