Trace number 4249965

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
R1: choco-solver 4.0.5 (2017-07-05)? 1292.08 525.757

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 -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4249965-1500695928.xml"  -tl '2400s' -p 8 -x 0
0.00/0.19	c [HOME/instance-4249965-1500695928.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.25	c 8 solvers in parallel
0.00/0.31	c parse instance...
1257.12/520.86	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1257.12/520.86		at java.util.stream.ReduceOps.makeInt(ReduceOps.java:271)
1257.12/520.86		at java.util.stream.IntPipeline.reduce(IntPipeline.java:456)
1257.12/520.86		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:124)
1257.12/520.86		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
1257.12/520.86		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:119)
1257.12/520.86		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$6(ReExpression.java:148)
1257.12/520.86		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$76/817406040.valid(Unknown Source)
1257.12/520.86		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1257.12/520.86		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:148)
1257.12/520.86		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1257.12/520.86		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1257.12/520.86		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1257.12/520.86		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1257.12/520.86		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
1257.12/520.86		at org.xcsp.parser.XCallbacks$$Lambda$46/117244645.accept(Unknown Source)
1257.12/520.86		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1257.12/520.86		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1257.12/520.86		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1257.12/520.86		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
1257.12/520.86		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1257.12/520.86		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1257.12/520.86		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
1257.12/520.86		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1257.12/520.86		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:114)
1257.12/520.86		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:101)
1257.12/520.86		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
1292.01/525.70	s UNKNOWN
1292.01/525.70	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4249965-1500695928/watcher-4249965-1500695928 -o /tmp/evaluation-result-4249965-1500695928/solver-4249965-1500695928 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500682387-16505 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 672087757 HOME/instance-4249965-1500695928.xml 

pid=11448
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 15.36 13.92 13.90 9/262 11451
/proc/meminfo: memFree=21796500/32770624 swapFree=5724/266348
[pid=11451] ppid=11448 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11451/stat : 11451 (xcsp3-exec) S 11448 11451 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4861940 9740288 346 33554432000 4194304 5098028 140733085824144 140733085822248 140290525667964 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 17391616 140733085832335 140733085832544 140733085832544 140733085835243 0
/proc/11451/statm: 2378 346 289 221 0 87 0

[startup+0.100101 s]
/proc/loadavg: 15.36 13.92 13.90 9/262 11451
/proc/meminfo: memFree=21796500/32770624 swapFree=5724/266348
[pid=11451] ppid=11448 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11451/stat : 11451 (xcsp3-exec) S 11448 11451 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4861940 9740288 346 33554432000 4194304 5098028 140733085824144 140733085822248 140290525667964 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 17391616 140733085832335 140733085832544 140733085832544 140733085835243 0
/proc/11451/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.20028 s]
/proc/loadavg: 15.36 13.92 13.90 9/262 11451
/proc/meminfo: memFree=21796500/32770624 swapFree=5724/266348
[pid=11451] ppid=11448 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11451/stat : 11451 (xcsp3-exec) S 11448 11451 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4861940 9740288 346 33554432000 4194304 5098028 140733085824144 140733085822248 140290525667964 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 17391616 140733085832335 140733085832544 140733085832544 140733085835243 0
/proc/11451/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.30026 s]
/proc/loadavg: 15.36 13.92 13.90 9/262 11451
/proc/meminfo: memFree=21796500/32770624 swapFree=5724/266348
[pid=11451] ppid=11448 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11451/stat : 11451 (xcsp3-exec) S 11448 11451 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4861940 9740288 346 33554432000 4194304 5098028 140733085824144 140733085822248 140290525667964 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 17391616 140733085832335 140733085832544 140733085832544 140733085835243 0
/proc/11451/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700258 s]
/proc/loadavg: 15.36 13.92 13.90 9/262 11451
/proc/meminfo: memFree=21796500/32770624 swapFree=5724/266348
[pid=11451] ppid=11448 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11451/stat : 11451 (xcsp3-exec) S 11448 11451 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4861940 9740288 346 33554432000 4194304 5098028 140733085824144 140733085822248 140290525667964 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 17391616 140733085832335 140733085832544 140733085832544 140733085835243 0
/proc/11451/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50083 s]
/proc/loadavg: 14.85 13.84 13.88 12/283 11472
/proc/meminfo: memFree=21654448/32770624 swapFree=5724/266372
[pid=11451] ppid=11448 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11451/stat : 11451 (xcsp3-exec) S 11448 11451 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4861940 9740288 346 33554432000 4194304 5098028 140733085824144 140733085822248 140290525667964 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 17391616 140733085832335 140733085832544 140733085832544 140733085835243 0
/proc/11451/statm: 2378 346 289 221 0 87 0
[pid=11452] ppid=11451 vsize=13269256 CPUtime=2.48 cores=1,3,5,7,9,11,13,15
/proc/11452/stat : 11452 (java) S 11451 11451 16473 0 -1 1077944320 12908 0 0 0 243 5 0 0 20 0 20 0 4861940 13587718144 38576 33554432000 4194304 4196468 140728858402880 140728858385424 140068634033911 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
/proc/11452/statm: 3317314 38576 3195 1 0 3304547 0
[pid=11452/tid=11453] ppid=11451 vsize=13269256 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11453/stat : 11453 (java) R 11451 11451 16473 0 -1 4202560 6786 0 0 0 143 4 0 0 20 0 20 0 4861941 13587718144 38576 33554432000 4194304 4196468 140728858402880 140068638269448 140068232151199 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11455] ppid=11451 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11455/stat : 11455 (java) S 11451 11451 16473 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4861942 13587718144 38576 33554432000 4194304 4196468 140728858402880 140068552514192 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11456] ppid=11451 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11456/stat : 11456 (java) S 11451 11451 16473 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4861942 13587718144 38576 33554432000 4194304 4196468 140728858402880 140068551461392 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11457] ppid=11451 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11457/stat : 11457 (java) S 11451 11451 16473 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4861942 13587718144 38576 33554432000 4194304 4196468 140728858402880 140068550408592 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11458] ppid=11451 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11458/stat : 11458 (java) S 11451 11451 16473 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4861942 13587718144 38576 33554432000 4194304 4196468 140728858402880 140068549355792 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11459] ppid=11451 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11459/stat : 11459 (java) S 11451 11451 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4861942 13587718144 38576 33554432000 4194304 4196468 140728858402880 140068548304016 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11460] ppid=11451 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11460/stat : 11460 (java) S 11451 11451 16473 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4861942 13587718144 38576 33554432000 4194304 4196468 140728858402880 140068228426768 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11461] ppid=11451 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11461/stat : 11461 (java) S 11451 11451 16473 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4861942 13587718144 38576 33554432000 4194304 4196468 140728858402880 140068227373968 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11462] ppid=11451 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11462/stat : 11462 (java) S 11451 11451 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4861942 13587718144 38576 33554432000 4194304 4196468 140728858402880 140068226321168 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11463] ppid=11451 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11463/stat : 11463 (java) S 11451 11451 16473 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 4861944 13587718144 38576 33554432000 4194304 4196468 140728858402880 140067365951856 140068634045058 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11464] ppid=11451 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11464/stat : 11464 (java) S 11451 11451 16473 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4861945 13587718144 38576 33554432000 4194304 4196468 140728858402880 140067364897824 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11465] ppid=11451 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11465/stat : 11465 (java) S 11451 11451 16473 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4861945 13587718144 38576 33554432000 4194304 4196468 140728858402880 140067363844976 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11466] ppid=11451 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11466/stat : 11466 (java) S 11451 11451 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4861949 13587718144 38576 33554432000 4194304 4196468 140728858402880 140067362793296 140068634052507 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11467] ppid=11451 vsize=13269256 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11467/stat : 11467 (java) S 11451 11451 16473 0 -1 1077944384 1568 0 0 0 24 0 0 0 20 0 20 0 4861949 13587718144 38576 33554432000 4194304 4196468 140728858402880 140067361741680 140068634045058 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11468] ppid=11451 vsize=13269256 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11468/stat : 11468 (java) S 11451 11451 16473 0 -1 1077944384 958 0 0 0 19 0 0 0 20 0 20 0 4861949 13587718144 38576 33554432000 4194304 4196468 140728858402880 140067360688880 140068634045058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11469] ppid=11451 vsize=13269256 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11469/stat : 11469 (java) S 11451 11451 16473 0 -1 1077944384 733 0 0 0 22 0 0 0 20 0 20 0 4861949 13587718144 38576 33554432000 4194304 4196468 140728858402880 140067359636080 140068634045058 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11470] ppid=11451 vsize=13269256 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11470/stat : 11470 (java) S 11451 11451 16473 0 -1 1077944384 1546 0 0 0 32 0 0 0 20 0 20 0 4861949 13587718144 38576 33554432000 4194304 4196468 140728858402880 140067358583280 140068634045058 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11471] ppid=11451 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11471/stat : 11471 (java) S 11451 11451 16473 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4861949 13587718144 38576 33554432000 4194304 4196468 140728858402880 140067357530720 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11472] ppid=11451 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11472/stat : 11472 (java) S 11451 11451 16473 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 4861949 13587718144 38576 33554432000 4194304 4196468 140728858402880 140067356478000 140068634045058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 13278768

[startup+3.10084 s]
/proc/loadavg: 14.85 13.84 13.88 10/283 11472
/proc/meminfo: memFree=21605608/32770624 swapFree=5724/266372
[pid=11451] ppid=11448 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11451/stat : 11451 (xcsp3-exec) S 11448 11451 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4861940 9740288 346 33554432000 4194304 5098028 140733085824144 140733085822248 140290525667964 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 17391616 140733085832335 140733085832544 140733085832544 140733085835243 0
/proc/11451/statm: 2378 346 289 221 0 87 0
[pid=11452] ppid=11451 vsize=13269256 CPUtime=4.53 cores=1,3,5,7,9,11,13,15
/proc/11452/stat : 11452 (java) S 11451 11451 16473 0 -1 1077944320 16432 0 0 0 422 31 0 0 20 0 20 0 4861940 13587718144 58778 33554432000 4194304 4196468 140728858402880 140728858385424 140068634033911 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
/proc/11452/statm: 3317314 58778 3226 1 0 3304547 0
[pid=11452/tid=11453] ppid=11451 vsize=13269256 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11453/stat : 11453 (java) R 11451 11451 16473 0 -1 4202560 7715 0 0 0 297 4 0 0 20 0 20 0 4861941 13587718144 58778 33554432000 4194304 4196468 140728858402880 140068638269416 140068232302970 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11455] ppid=11451 vsize=13269256 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11455/stat : 11455 (java) S 11451 11451 16473 0 -1 1077944384 186 0 0 0 1 3 0 0 20 0 20 0 4861942 13587718144 58778 33554432000 4194304 4196468 140728858402880 140068552514192 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11456] ppid=11451 vsize=13269256 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11456/stat : 11456 (java) S 11451 11451 16473 0 -1 1077944384 33 0 0 0 1 2 0 0 20 0 20 0 4861942 13587718144 58778 33554432000 4194304 4196468 140728858402880 140068551461392 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11457] ppid=11451 vsize=13269256 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11457/stat : 11457 (java) S 11451 11451 16473 0 -1 1077944384 32 0 0 0 1 2 0 0 20 0 20 0 4861942 13587718144 58778 33554432000 4194304 4196468 140728858402880 140068550408592 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11458] ppid=11451 vsize=13269256 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11458/stat : 11458 (java) S 11451 11451 16473 0 -1 1077944384 224 0 0 0 3 2 0 0 20 0 20 0 4861942 13587718144 58778 33554432000 4194304 4196468 140728858402880 140068549355792 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11459] ppid=11451 vsize=13269256 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11459/stat : 11459 (java) S 11451 11451 16473 0 -1 1077944384 84 0 0 0 1 4 0 0 20 0 20 0 4861942 13587718144 58778 33554432000 4194304 4196468 140728858402880 140068548304016 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11460] ppid=11451 vsize=13269256 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11460/stat : 11460 (java) S 11451 11451 16473 0 -1 1077944384 140 0 0 0 1 3 0 0 20 0 20 0 4861942 13587718144 58778 33554432000 4194304 4196468 140728858402880 140068228426768 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11461] ppid=11451 vsize=13269256 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11461/stat : 11461 (java) S 11451 11451 16473 0 -1 1077944384 80 0 0 0 1 3 0 0 20 0 20 0 4861942 13587718144 58778 33554432000 4194304 4196468 140728858402880 140068227373968 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11462] ppid=11451 vsize=13269256 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11462/stat : 11462 (java) S 11451 11451 16473 0 -1 1077944384 65 0 0 0 2 3 0 0 20 0 20 0 4861942 13587718144 58778 33554432000 4194304 4196468 140728858402880 140068226321168 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11463] ppid=11451 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11463/stat : 11463 (java) S 11451 11451 16473 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 20 0 4861944 13587718144 58778 33554432000 4194304 4196468 140728858402880 140067365951856 140068634045058 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11464] ppid=11451 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11464/stat : 11464 (java) S 11451 11451 16473 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 4861945 13587718144 58778 33554432000 4194304 4196468 140728858402880 140067364897824 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11465] ppid=11451 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11465/stat : 11465 (java) S 11451 11451 16473 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 4861945 13587718144 58778 33554432000 4194304 4196468 140728858402880 140067363844976 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11466] ppid=11451 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11466/stat : 11466 (java) S 11451 11451 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4861949 13587718144 58778 33554432000 4194304 4196468 140728858402880 140067362793296 140068634052507 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11467] ppid=11451 vsize=13269256 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11467/stat : 11467 (java) S 11451 11451 16473 0 -1 1077944384 2107 0 0 0 28 0 0 0 20 0 20 0 4861949 13587718144 58778 33554432000 4194304 4196468 140728858402880 140067361741680 140068634045058 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11468] ppid=11451 vsize=13269256 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11468/stat : 11468 (java) S 11451 11451 16473 0 -1 1077944384 1301 0 0 0 23 0 0 0 20 0 20 0 4861949 13587718144 58778 33554432000 4194304 4196468 140728858402880 140067360688880 140068634045058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11469] ppid=11451 vsize=13269256 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11469/stat : 11469 (java) S 11451 11451 16473 0 -1 1077944384 939 0 0 0 23 0 0 0 20 0 20 0 4861949 13587718144 58778 33554432000 4194304 4196468 140728858402880 140067359636080 140068634045058 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11470] ppid=11451 vsize=13269256 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11470/stat : 11470 (java) S 11451 11451 16473 0 -1 1077944384 1861 0 0 0 33 0 0 0 20 0 20 0 4861949 13587718144 58778 33554432000 4194304 4196468 140728858402880 140067358583280 140068634045058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11471] ppid=11451 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11471/stat : 11471 (java) S 11451 11451 16473 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4861949 13587718144 58778 33554432000 4194304 4196468 140728858402880 140067357530720 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11472] ppid=11451 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11472/stat : 11472 (java) S 11451 11451 16473 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 4861949 13587718144 58778 33554432000 4194304 4196468 140728858402880 140067356478000 140068634045058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 13278768

[startup+6.30086 s]
/proc/loadavg: 14.38 13.76 13.85 10/283 11472
/proc/meminfo: memFree=21362336/32770624 swapFree=5724/266380
[pid=11451] ppid=11448 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11451/stat : 11451 (xcsp3-exec) S 11448 11451 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4861940 9740288 346 33554432000 4194304 5098028 140733085824144 140733085822248 140290525667964 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 17391616 140733085832335 140733085832544 140733085832544 140733085835243 0
/proc/11451/statm: 2378 346 289 221 0 87 0
[pid=11452] ppid=11451 vsize=13269256 CPUtime=8.53 cores=1,3,5,7,9,11,13,15
/proc/11452/stat : 11452 (java) S 11451 11451 16473 0 -1 1077944320 17752 0 0 0 765 88 0 0 20 0 20 0 4861940 13587718144 111112 33554432000 4194304 4196468 140728858402880 140728858385424 140068634033911 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
/proc/11452/statm: 3317314 111112 3229 1 0 3304547 0
[pid=11452/tid=11453] ppid=11451 vsize=13269256 CPUtime=6.09 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11453/stat : 11453 (java) R 11451 11451 16473 0 -1 4202560 7943 0 0 0 604 5 0 0 20 0 20 0 4861941 13587718144 111112 33554432000 4194304 4196468 140728858402880 140068638270088 140068232302912 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11455] ppid=11451 vsize=13269256 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11455/stat : 11455 (java) S 11451 11451 16473 0 -1 1077944384 256 0 0 0 5 9 0 0 20 0 20 0 4861942 13587718144 111112 33554432000 4194304 4196468 140728858402880 140068552514192 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11456] ppid=11451 vsize=13269256 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11456/stat : 11456 (java) S 11451 11451 16473 0 -1 1077944384 106 0 0 0 5 9 0 0 20 0 20 0 4861942 13587718144 111112 33554432000 4194304 4196468 140728858402880 140068551461392 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11457] ppid=11451 vsize=13269256 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11457/stat : 11457 (java) S 11451 11451 16473 0 -1 1077944384 96 0 0 0 5 9 0 0 20 0 20 0 4861942 13587718144 111112 33554432000 4194304 4196468 140728858402880 140068550408592 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11458] ppid=11451 vsize=13269256 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11458/stat : 11458 (java) S 11451 11451 16473 0 -1 1077944384 278 0 0 0 7 9 0 0 20 0 20 0 4861942 13587718144 111112 33554432000 4194304 4196468 140728858402880 140068549355792 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11459] ppid=11451 vsize=13269256 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11459/stat : 11459 (java) S 11451 11451 16473 0 -1 1077944384 155 0 0 0 5 10 0 0 20 0 20 0 4861942 13587718144 111112 33554432000 4194304 4196468 140728858402880 140068548304016 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11460] ppid=11451 vsize=13269256 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11460/stat : 11460 (java) S 11451 11451 16473 0 -1 1077944384 198 0 0 0 5 10 0 0 20 0 20 0 4861942 13587718144 111112 33554432000 4194304 4196468 140728858402880 140068228426768 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11461] ppid=11451 vsize=13269256 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11461/stat : 11461 (java) S 11451 11451 16473 0 -1 1077944384 148 0 0 0 5 10 0 0 20 0 20 0 4861942 13587718144 111112 33554432000 4194304 4196468 140728858402880 140068227373968 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11462] ppid=11451 vsize=13269256 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11462/stat : 11462 (java) S 11451 11451 16473 0 -1 1077944384 130 0 0 0 6 10 0 0 20 0 20 0 4861942 13587718144 111112 33554432000 4194304 4196468 140728858402880 140068226321168 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11463] ppid=11451 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11463/stat : 11463 (java) S 11451 11451 16473 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 20 0 4861944 13587718144 111112 33554432000 4194304 4196468 140728858402880 140067365951856 140068634045058 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11464] ppid=11451 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11464/stat : 11464 (java) S 11451 11451 16473 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 4861945 13587718144 111112 33554432000 4194304 4196468 140728858402880 140067364897824 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11465] ppid=11451 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11465/stat : 11465 (java) S 11451 11451 16473 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 4861945 13587718144 111112 33554432000 4194304 4196468 140728858402880 140067363844976 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11466] ppid=11451 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11466/stat : 11466 (java) S 11451 11451 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4861949 13587718144 111112 33554432000 4194304 4196468 140728858402880 140067362793296 140068634052507 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0

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

/proc/11452/task/11469/stat : 11469 (java) S 11451 11451 16473 0 -1 1077944384 2128 0 0 0 33 1 0 0 20 0 21 0 4861949 13655879680 2668673 33554432000 4194304 4196468 140728858402880 140067359636080 140068634045058 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11470] ppid=11451 vsize=13335820 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11470/stat : 11470 (java) S 11451 11451 16473 0 -1 1077944384 7331 0 0 0 49 1 0 0 20 0 21 0 4861949 13655879680 2668673 33554432000 4194304 4196468 140728858402880 140067358582848 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11471] ppid=11451 vsize=13335820 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11471/stat : 11471 (java) S 11451 11451 16473 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 4861949 13655879680 2668673 33554432000 4194304 4196468 140728858402880 140067357530720 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11472] ppid=11451 vsize=13335820 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11472/stat : 11472 (java) S 11451 11451 16473 0 -1 1077944384 687 0 0 0 14 17 0 0 20 0 21 0 4861949 13655879680 2668673 33554432000 4194304 4196468 140728858402880 140067356478000 140068634045058 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=12080] ppid=11451 vsize=13335820 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/12080/stat : 12080 (java) S 11451 11451 16473 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 21 0 4914027 13655879680 2668673 33554432000 4194304 4196468 140728858402880 140067348466880 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
Current children cumulated CPU time (s) 1287.94
Current children cumulated vsize (KiB) 13345332

[startup+525.201 s]
/proc/loadavg: 12.59 11.10 12.24 17/292 12080
/proc/meminfo: memFree=13634288/32770624 swapFree=5724/267736
[pid=11451] ppid=11448 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11451/stat : 11451 (xcsp3-exec) S 11448 11451 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4861940 9740288 346 33554432000 4194304 5098028 140733085824144 140733085822248 140290525667964 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 17391616 140733085832335 140733085832544 140733085832544 140733085835243 0
/proc/11451/statm: 2378 346 289 221 0 87 0
[pid=11452] ppid=11451 vsize=13335820 CPUtime=1291.01 cores=1,3,5,7,9,11,13,15
/proc/11452/stat : 11452 (java) S 11451 11451 16473 0 -1 1077944320 454076 0 0 0 125517 3584 0 0 20 0 21 0 4861940 13655879680 2668696 33554432000 4194304 4196468 140728858402880 140728858385424 140068634033911 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
/proc/11452/statm: 3333955 2668696 3252 1 0 3321188 0
[pid=11452/tid=11453] ppid=11451 vsize=13335820 CPUtime=397.97 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11453/stat : 11453 (java) S 11451 11451 16473 0 -1 1077944384 25581 0 0 0 39769 28 0 0 20 0 21 0 4861941 13655879680 2668696 33554432000 4194304 4196468 140728858402880 140068638274592 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11455] ppid=11451 vsize=13335820 CPUtime=109.08 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11455/stat : 11455 (java) R 11451 11451 16473 0 -1 4202560 56614 0 0 0 10468 440 0 0 20 0 21 0 4861942 13655879680 2668696 33554432000 4194304 4196468 140728858402880 140068552514312 140068626662119 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11456] ppid=11451 vsize=13335820 CPUtime=109.55 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11456/stat : 11456 (java) R 11451 11451 16473 0 -1 4202560 62657 0 0 0 10512 443 0 0 20 0 21 0 4861942 13655879680 2668696 33554432000 4194304 4196468 140728858402880 140068551461512 140068617416944 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11457] ppid=11451 vsize=13335820 CPUtime=109.5 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11457/stat : 11457 (java) R 11451 11451 16473 0 -1 4202560 42358 0 0 0 10503 447 0 0 20 0 21 0 4861942 13655879680 2668696 33554432000 4194304 4196468 140728858402880 140068550408712 140068626662119 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11458] ppid=11451 vsize=13335820 CPUtime=109.01 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11458/stat : 11458 (java) R 11451 11451 16473 0 -1 4202560 31229 0 0 0 10502 399 0 0 20 0 21 0 4861942 13655879680 2668696 33554432000 4194304 4196468 140728858402880 140068549355912 140068627137558 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11459] ppid=11451 vsize=13335820 CPUtime=109.58 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11459/stat : 11459 (java) R 11451 11451 16473 0 -1 4202560 63297 0 0 0 10499 459 0 0 20 0 21 0 4861942 13655879680 2668696 33554432000 4194304 4196468 140728858402880 140068548304136 140068626662119 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11460] ppid=11451 vsize=13335820 CPUtime=109.63 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11460/stat : 11460 (java) R 11451 11451 16473 0 -1 4202560 30100 0 0 0 10508 455 0 0 20 0 21 0 4861942 13655879680 2668696 33554432000 4194304 4196468 140728858402880 140068228426888 140068626662119 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11461] ppid=11451 vsize=13335820 CPUtime=109.7 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11461/stat : 11461 (java) R 11451 11451 16473 0 -1 4202560 50174 0 0 0 10516 454 0 0 20 0 21 0 4861942 13655879680 2668696 33554432000 4194304 4196468 140728858402880 140068227374088 140068626662119 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11462] ppid=11451 vsize=13335820 CPUtime=109.01 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11462/stat : 11462 (java) R 11451 11451 16473 0 -1 4202560 29984 0 0 0 10470 431 0 0 20 0 21 0 4861942 13655879680 2668696 33554432000 4194304 4196468 140728858402880 140068226321288 140068626662119 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11463] ppid=11451 vsize=13335820 CPUtime=15.85 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11463/stat : 11463 (java) S 11451 11451 16473 0 -1 1077944384 42559 0 0 0 1581 4 0 0 20 0 21 0 4861944 13655879680 2668696 33554432000 4194304 4196468 140728858402880 140067365950400 140068634044117 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11464] ppid=11451 vsize=13335820 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11464/stat : 11464 (java) S 11451 11451 16473 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 21 0 4861945 13655879680 2668696 33554432000 4194304 4196468 140728858402880 140067364897888 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11465] ppid=11451 vsize=13335820 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11465/stat : 11465 (java) S 11451 11451 16473 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 21 0 4861945 13655879680 2668696 33554432000 4194304 4196468 140728858402880 140067363844992 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11466] ppid=11451 vsize=13335820 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11466/stat : 11466 (java) S 11451 11451 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 4861949 13655879680 2668696 33554432000 4194304 4196468 140728858402880 140067362793296 140068634052507 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11467] ppid=11451 vsize=13335820 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11467/stat : 11467 (java) S 11451 11451 16473 0 -1 1077944384 4317 0 0 0 37 1 0 0 20 0 21 0 4861949 13655879680 2668696 33554432000 4194304 4196468 140728858402880 140067361741680 140068634045058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11468] ppid=11451 vsize=13335820 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11468/stat : 11468 (java) S 11451 11451 16473 0 -1 1077944384 3657 0 0 0 44 0 0 0 20 0 21 0 4861949 13655879680 2668696 33554432000 4194304 4196468 140728858402880 140067360688880 140068634045058 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11469] ppid=11451 vsize=13335820 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11469/stat : 11469 (java) S 11451 11451 16473 0 -1 1077944384 2128 0 0 0 33 1 0 0 20 0 21 0 4861949 13655879680 2668696 33554432000 4194304 4196468 140728858402880 140067359636080 140068634045058 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11470] ppid=11451 vsize=13335820 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11470/stat : 11470 (java) S 11451 11451 16473 0 -1 1077944384 7331 0 0 0 49 1 0 0 20 0 21 0 4861949 13655879680 2668696 33554432000 4194304 4196468 140728858402880 140067358582848 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11471] ppid=11451 vsize=13335820 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11471/stat : 11471 (java) S 11451 11451 16473 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 4861949 13655879680 2668696 33554432000 4194304 4196468 140728858402880 140067357530720 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11472] ppid=11451 vsize=13335820 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11472/stat : 11472 (java) S 11451 11451 16473 0 -1 1077944384 700 0 0 0 14 17 0 0 20 0 21 0 4861949 13655879680 2668696 33554432000 4194304 4196468 140728858402880 140067356478000 140068634045058 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=12080] ppid=11451 vsize=13335820 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/12080/stat : 12080 (java) S 11451 11451 16473 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 21 0 4914027 13655879680 2668696 33554432000 4194304 4196468 140728858402880 140067348466880 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
Current children cumulated CPU time (s) 1291.01
Current children cumulated vsize (KiB) 13345332

[startup+525.601 s]
/proc/loadavg: 12.59 11.10 12.24 17/292 12080
/proc/meminfo: memFree=13634288/32770624 swapFree=5724/267736
[pid=11451] ppid=11448 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11451/stat : 11451 (xcsp3-exec) S 11448 11451 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4861940 9740288 346 33554432000 4194304 5098028 140733085824144 140733085822248 140290525667964 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 17391616 140733085832335 140733085832544 140733085832544 140733085835243 0
/proc/11451/statm: 2378 346 289 221 0 87 0
[pid=11452] ppid=11451 vsize=13335820 CPUtime=1291.91 cores=1,3,5,7,9,11,13,15
/proc/11452/stat : 11452 (java) S 11451 11451 16473 0 -1 1077944320 457380 0 0 0 125606 3585 0 0 20 0 21 0 4861940 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140728858385424 140068634033911 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
/proc/11452/statm: 3333955 2668697 3253 1 0 3321188 0
[pid=11452/tid=11453] ppid=11451 vsize=13335820 CPUtime=397.97 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11453/stat : 11453 (java) S 11451 11451 16473 0 -1 1077944384 25581 0 0 0 39769 28 0 0 20 0 21 0 4861941 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140068638274592 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11455] ppid=11451 vsize=13335820 CPUtime=109.15 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11455/stat : 11455 (java) S 11451 11451 16473 0 -1 1077944384 56614 0 0 0 10475 440 0 0 20 0 21 0 4861942 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140068552514192 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11456] ppid=11451 vsize=13335820 CPUtime=109.62 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11456/stat : 11456 (java) S 11451 11451 16473 0 -1 1077944384 62660 0 0 0 10519 443 0 0 20 0 21 0 4861942 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140068551461392 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11457] ppid=11451 vsize=13335820 CPUtime=109.58 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11457/stat : 11457 (java) S 11451 11451 16473 0 -1 1077944384 42358 0 0 0 10511 447 0 0 20 0 21 0 4861942 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140068550408592 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11458] ppid=11451 vsize=13335820 CPUtime=109.08 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11458/stat : 11458 (java) S 11451 11451 16473 0 -1 1077944384 31243 0 0 0 10509 399 0 0 20 0 21 0 4861942 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140068549355792 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11459] ppid=11451 vsize=13335820 CPUtime=109.65 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11459/stat : 11459 (java) S 11451 11451 16473 0 -1 1077944384 63297 0 0 0 10506 459 0 0 20 0 21 0 4861942 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140068548304016 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11460] ppid=11451 vsize=13335820 CPUtime=109.7 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11460/stat : 11460 (java) S 11451 11451 16473 0 -1 1077944384 30100 0 0 0 10515 455 0 0 20 0 21 0 4861942 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140068228426768 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11461] ppid=11451 vsize=13335820 CPUtime=109.77 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11461/stat : 11461 (java) S 11451 11451 16473 0 -1 1077944384 50174 0 0 0 10523 454 0 0 20 0 21 0 4861942 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140068227373968 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11462] ppid=11451 vsize=13335820 CPUtime=109.09 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11462/stat : 11462 (java) S 11451 11451 16473 0 -1 1077944384 29984 0 0 0 10477 432 0 0 20 0 21 0 4861942 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140068226321168 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11463] ppid=11451 vsize=13335820 CPUtime=16.18 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11463/stat : 11463 (java) R 11451 11451 16473 0 -1 4202560 45846 0 0 0 1613 5 0 0 20 0 21 0 4861944 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140067365950288 140068618491514 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11464] ppid=11451 vsize=13335820 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11464/stat : 11464 (java) S 11451 11451 16473 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 21 0 4861945 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140067364897888 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11465] ppid=11451 vsize=13335820 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11465/stat : 11465 (java) S 11451 11451 16473 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 21 0 4861945 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140067363844992 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11466] ppid=11451 vsize=13335820 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11466/stat : 11466 (java) S 11451 11451 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 4861949 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140067362793296 140068634052507 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11467] ppid=11451 vsize=13335820 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11467/stat : 11467 (java) S 11451 11451 16473 0 -1 1077944384 4317 0 0 0 37 1 0 0 20 0 21 0 4861949 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140067361741680 140068634045058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11468] ppid=11451 vsize=13335820 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11468/stat : 11468 (java) S 11451 11451 16473 0 -1 1077944384 3657 0 0 0 44 0 0 0 20 0 21 0 4861949 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140067360688880 140068634045058 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11469] ppid=11451 vsize=13335820 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11469/stat : 11469 (java) S 11451 11451 16473 0 -1 1077944384 2128 0 0 0 33 1 0 0 20 0 21 0 4861949 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140067359636080 140068634045058 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11470] ppid=11451 vsize=13335820 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11470/stat : 11470 (java) S 11451 11451 16473 0 -1 1077944384 7331 0 0 0 49 1 0 0 20 0 21 0 4861949 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140067358582848 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11471] ppid=11451 vsize=13335820 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11471/stat : 11471 (java) S 11451 11451 16473 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 4861949 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140067357530720 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11472] ppid=11451 vsize=13335820 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11472/stat : 11472 (java) S 11451 11451 16473 0 -1 1077944384 700 0 0 0 14 17 0 0 20 0 21 0 4861949 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140067356478000 140068634045058 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=12080] ppid=11451 vsize=13335820 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/12080/stat : 12080 (java) S 11451 11451 16473 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 21 0 4914027 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140067348466880 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
Current children cumulated CPU time (s) 1291.91
Current children cumulated vsize (KiB) 13345332

[startup+525.701 s]
/proc/loadavg: 12.59 11.10 12.24 17/292 12080
/proc/meminfo: memFree=13634288/32770624 swapFree=5724/267736
[pid=11451] ppid=11448 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11451/stat : 11451 (xcsp3-exec) S 11448 11451 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4861940 9740288 346 33554432000 4194304 5098028 140733085824144 140733085822248 140290525667964 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 17391616 140733085832335 140733085832544 140733085832544 140733085835243 0
/proc/11451/statm: 2378 346 289 221 0 87 0
[pid=11452] ppid=11451 vsize=13335820 CPUtime=1292.01 cores=1,3,5,7,9,11,13,15
/proc/11452/stat : 11452 (java) S 11451 11451 16473 0 -1 1077944320 457511 0 0 0 125616 3585 0 0 20 0 21 0 4861940 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140728858385424 140068634033911 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
/proc/11452/statm: 3333955 2668697 3253 1 0 3321188 0
[pid=11452/tid=11453] ppid=11451 vsize=13335820 CPUtime=397.97 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11453/stat : 11453 (java) S 11451 11451 16473 0 -1 1077944384 25581 0 0 0 39769 28 0 0 20 0 21 0 4861941 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140068638274592 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11455] ppid=11451 vsize=13335820 CPUtime=109.15 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11455/stat : 11455 (java) S 11451 11451 16473 0 -1 1077944384 56614 0 0 0 10475 440 0 0 20 0 21 0 4861942 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140068552514192 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11456] ppid=11451 vsize=13335820 CPUtime=109.62 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11456/stat : 11456 (java) S 11451 11451 16473 0 -1 1077944384 62660 0 0 0 10519 443 0 0 20 0 21 0 4861942 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140068551461392 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11457] ppid=11451 vsize=13335820 CPUtime=109.58 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11457/stat : 11457 (java) S 11451 11451 16473 0 -1 1077944384 42358 0 0 0 10511 447 0 0 20 0 21 0 4861942 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140068550408592 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11458] ppid=11451 vsize=13335820 CPUtime=109.08 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11458/stat : 11458 (java) S 11451 11451 16473 0 -1 1077944384 31243 0 0 0 10509 399 0 0 20 0 21 0 4861942 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140068549355792 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11459] ppid=11451 vsize=13335820 CPUtime=109.65 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11459/stat : 11459 (java) S 11451 11451 16473 0 -1 1077944384 63297 0 0 0 10506 459 0 0 20 0 21 0 4861942 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140068548304016 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11460] ppid=11451 vsize=13335820 CPUtime=109.7 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11460/stat : 11460 (java) S 11451 11451 16473 0 -1 1077944384 30100 0 0 0 10515 455 0 0 20 0 21 0 4861942 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140068228426768 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11461] ppid=11451 vsize=13335820 CPUtime=109.77 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11461/stat : 11461 (java) S 11451 11451 16473 0 -1 1077944384 50174 0 0 0 10523 454 0 0 20 0 21 0 4861942 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140068227373968 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11462] ppid=11451 vsize=13335820 CPUtime=109.09 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11462/stat : 11462 (java) S 11451 11451 16473 0 -1 1077944384 29984 0 0 0 10477 432 0 0 20 0 21 0 4861942 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140068226321168 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11463] ppid=11451 vsize=13335820 CPUtime=16.28 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11463/stat : 11463 (java) R 11451 11451 16473 0 -1 4202560 45977 0 0 0 1623 5 0 0 20 0 21 0 4861944 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140067365950288 140068612404091 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11464] ppid=11451 vsize=13335820 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11464/stat : 11464 (java) S 11451 11451 16473 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 21 0 4861945 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140067364897888 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11465] ppid=11451 vsize=13335820 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11465/stat : 11465 (java) S 11451 11451 16473 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 21 0 4861945 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140067363844992 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11466] ppid=11451 vsize=13335820 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11466/stat : 11466 (java) S 11451 11451 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 4861949 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140067362793296 140068634052507 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11467] ppid=11451 vsize=13335820 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11467/stat : 11467 (java) S 11451 11451 16473 0 -1 1077944384 4317 0 0 0 37 1 0 0 20 0 21 0 4861949 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140067361741680 140068634045058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11468] ppid=11451 vsize=13335820 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11468/stat : 11468 (java) S 11451 11451 16473 0 -1 1077944384 3657 0 0 0 44 0 0 0 20 0 21 0 4861949 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140067360688880 140068634045058 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11469] ppid=11451 vsize=13335820 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11469/stat : 11469 (java) S 11451 11451 16473 0 -1 1077944384 2128 0 0 0 33 1 0 0 20 0 21 0 4861949 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140067359636080 140068634045058 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11470] ppid=11451 vsize=13335820 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11470/stat : 11470 (java) S 11451 11451 16473 0 -1 1077944384 7331 0 0 0 49 1 0 0 20 0 21 0 4861949 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140067358582848 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11471] ppid=11451 vsize=13335820 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11471/stat : 11471 (java) S 11451 11451 16473 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 4861949 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140067357530720 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=11472] ppid=11451 vsize=13335820 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/11452/task/11472/stat : 11472 (java) S 11451 11451 16473 0 -1 1077944384 700 0 0 0 14 17 0 0 20 0 21 0 4861949 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140067356478000 140068634045058 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
[pid=11452/tid=12080] ppid=11451 vsize=13335820 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11452/task/12080/stat : 12080 (java) S 11451 11451 16473 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 21 0 4914027 13655879680 2668697 33554432000 4194304 4196468 140728858402880 140067348466880 140068634044117 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36093952 140728858408124 140728858408300 140728858408300 140728858410959 0
Current children cumulated CPU time (s) 1292.01
Current children cumulated vsize (KiB) 13345332

Child status: 1
Real time (s): 525.757
CPU time (s): 1292.08
CPU user time (s): 1256.17
CPU system time (s): 35.9125
CPU usage (%): 245.756
Max. virtual memory (cumulated for all children) (KiB): 13345332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1256.17
system time used= 35.9125
maximum resident set size= 10675080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 461438
page faults= 0
swaps= 0
block input operations= 0
block output operations= 824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28095
involuntary context switches= 93723

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.13744 second user time and 5.61982 second system time

The end

Launcher Data

Begin job on node114 at 2017-07-22 05:58:48
IDJOB=4249965
IDBENCH=138603
IDSOLVER=2625
FILE ID=node114/4249965-1500695928
RUNJOBID= node114-1500682387-16505
PBS_JOBID= 20623324
Free space on /tmp= 62004 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os07/SuperTaillard-os-07-26.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249965-1500695928/watcher-4249965-1500695928 -o /tmp/evaluation-result-4249965-1500695928/solver-4249965-1500695928 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500682387-16505 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 672087757 HOME/instance-4249965-1500695928.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 94b2333e20121f91e59972a20e586711
RANDOM SEED=672087757

node114.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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	: 8
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.60
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 8
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.60
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 8
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.60
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		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 8
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.60
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		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
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	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        21796500 kB
MemAvailable:   21973064 kB
Buffers:          122920 kB
Cached:           333596 kB
SwapCached:            0 kB
Active:         10245992 kB
Inactive:         275172 kB
Active(anon):   10067200 kB
Inactive(anon):     8824 kB
Active(file):     178792 kB
Inactive(file):   266348 kB
Unevictable:        5724 kB
Mlocked:            5724 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7804 kB
Writeback:             0 kB
AnonPages:      10156432 kB
Mapped:            43272 kB
Shmem:              8848 kB
Slab:             128308 kB
SReclaimable:      94520 kB
SUnreclaim:        33788 kB
KernelStack:        5024 kB
PageTables:        24696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   10728196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10000384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61996 MiB
End job on node114 at 2017-07-22 06:07:34