Trace number 4282610

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 seq (2017-08-18)? 2157.6599 704.75403

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-11.xml
MD5SUM282e51d8db2be6465471e4014b41d3d5
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark122.536
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains65
Minimum domain size580
Maximum domain size675
Distribution of domain sizes[{"size":580,"count":6},{"size":581,"count":6},{"size":582,"count":4},{"size":583,"count":2},{"size":584,"count":4},{"size":585,"count":2},{"size":586,"count":2},{"size":587,"count":2},{"size":588,"count":2},{"size":590,"count":2},{"size":591,"count":8},{"size":592,"count":2},{"size":593,"count":2},{"size":594,"count":6},{"size":595,"count":2},{"size":597,"count":2},{"size":604,"count":2},{"size":605,"count":4},{"size":606,"count":2},{"size":607,"count":2},{"size":608,"count":4},{"size":609,"count":2},{"size":610,"count":8},{"size":611,"count":2},{"size":612,"count":2},"...",{"size":635,"count":2}, {"size":636,"count":2}, {"size":637,"count":2}, {"size":638,"count":2}, {"size":639,"count":6}, {"size":640,"count":4}, {"size":643,"count":4}, {"size":644,"count":2}, {"size":646,"count":4}, {"size":648,"count":6}, {"size":649,"count":2}, {"size":651,"count":2}, {"size":652,"count":2}, {"size":653,"count":2}, {"size":655,"count":2}, {"size":657,"count":2}, {"size":659,"count":4}, {"size":660,"count":2}, {"size":661,"count":2}, {"size":665,"count":6}, {"size":666,"count":2}, {"size":669,"count":2}, {"size":671,"count":4}, {"size":674,"count":2}, {"size":675,"count":2}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.05	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282610-1503157805.xml"  -tl '2520s' -p 1 -x 0
0.17/0.23	c [HOME/instance-4282610-1503157805.xml, -tl, 2520s, -p, 1, -x, 0]
0.17/0.29	c simple solver
0.35/0.36	c parse instance...
2135.82/698.07	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
2135.82/698.07		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression$$Lambda$77/951880373.get$Lambda(Unknown Source)
2135.82/698.07		at java.lang.invoke.LambdaForm$DMH/1523554304.invokeStatic_LL_L(LambdaForm$DMH)
2135.82/698.07		at java.lang.invoke.LambdaForm$MH/586617651.linkToTargetMethod(LambdaForm$MH)
2135.82/698.07		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:122)
2135.82/698.07		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
2135.82/698.07		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:117)
2135.82/698.07		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$7(ReExpression.java:148)
2135.82/698.07		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$76/161960012.valid(Unknown Source)
2135.82/698.07		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
2135.82/698.07		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:148)
2135.82/698.07		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
2135.82/698.07		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
2135.82/698.07		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
2135.82/698.07		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
2135.82/698.07		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
2135.82/698.07		at org.xcsp.parser.XCallbacks$$Lambda$46/1468303011.accept(Unknown Source)
2135.82/698.07		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
2135.82/698.07		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2135.82/698.07		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
2135.82/698.07		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
2135.82/698.07		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
2135.82/698.07		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
2135.82/698.07		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
2135.82/698.07		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
2135.82/698.07		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
2135.82/698.07		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
2135.82/698.07		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
2157.49/704.69	s UNKNOWN
2157.49/704.69	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 (15329 MiB free)
  memory of node 1: 16384 MiB (15047 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282610-1503157805/watcher-4282610-1503157805 -o /tmp/evaluation-result-4282610-1503157805/solver-4282610-1503157805 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node130-1503095856-15586 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1831658506 HOME/instance-4282610-1503157805.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=27688, runsolver pid=27685
Current StackSize limit: 8192 KiB


[startup+0.100088 s]*
/proc/loadavg: 2.41 2.14 2.02 3/205 27698
/proc/meminfo: memFree=31096476/32770624 swapFree=67108860/67108860
[pid=27688] ppid=27685 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27688/stat : 27688 (xcsp3-exec) S 27685 27688 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 14188480 9740288 345 18446744073709551615 4194304 5098028 140731917101280 140731917099384 140266823705212 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 5 0 0 7196144 7232144 40628224 140731917107577 140731917107782 140731917107782 140731917111275 0
/proc/27688/statm: 2378 345 289 221 0 87 0
[pid=27690] ppid=27688 vsize=13840740 memory=19660 CPUtime=0.05 cores=0,2,4,6
/proc/27690/stat : 27690 (java) S 27688 27688 15523 0 -1 1077944320 4322 0 0 0 4 1 0 0 20 0 13 0 14188485 14172917760 4915 18446744073709551615 4194304 4196468 140721455243840 140721455226384 140044500188919 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
/proc/27690/statm: 3460185 4915 2377 1 0 3449682 0
[pid=27690/tid=27691] ppid=27688 vsize=13840740 memory=-8713483618642983004 CPUtime=0.03 cores=0,2,4,6
/proc/27690/task/27691/stat : 27691 (java) R 27688 27688 15523 0 -1 4202560 2710 0 0 0 3 0 0 0 20 0 13 0 14188486 14172917760 4915 18446744073709551615 4194304 4196468 140721455243840 140044504422808 140044500210845 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27692] ppid=27688 vsize=13840740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27692/stat : 27692 (java) S 27688 27688 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 14188486 14172917760 4915 18446744073709551615 4194304 4196468 140721455243840 140044457155472 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27693] ppid=27688 vsize=13840740 memory=139704701728384 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27693/stat : 27693 (java) S 27688 27688 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 14188486 14172917760 4915 18446744073709551615 4194304 4196468 140721455243840 140044098792208 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27694] ppid=27688 vsize=13840740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27694/stat : 27694 (java) S 27688 27688 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 14188486 14172917760 4915 18446744073709551615 4194304 4196468 140721455243840 140044097739920 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27695] ppid=27688 vsize=13840740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27695/stat : 27695 (java) S 27688 27688 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 14188486 14172917760 4915 18446744073709551615 4194304 4196468 140721455243840 140044096687120 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27696] ppid=27688 vsize=13840740 memory=139704701728384 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27696/stat : 27696 (java) S 27688 27688 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 14188488 14172917760 4915 18446744073709551615 4194304 4196468 140721455243840 140043685382256 140044500200066 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27697] ppid=27688 vsize=13840740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27697/stat : 27697 (java) S 27688 27688 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 14188488 14172917760 4915 18446744073709551615 4194304 4196468 140721455243840 140043684328224 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27698] ppid=27688 vsize=13840740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27698/stat : 27698 (java) S 27688 27688 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 14188488 14172917760 4915 18446744073709551615 4194304 4196468 140721455243840 140043683275888 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27699] ppid=27688 vsize=13840740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27699/stat : 27699 (java) S 27688 27688 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 14188491 14172917760 4915 18446744073709551615 4194304 4196468 140721455243840 140043682224208 140044500207515 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27700] ppid=27688 vsize=13840740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27700/stat : 27700 (java) R 27688 27688 15523 0 -1 4202560 280 0 0 0 0 0 0 0 20 0 13 0 14188491 14172917760 4915 18446744073709551615 4194304 4196468 140721455243840 140043681159712 140044500210266 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27701] ppid=27688 vsize=13840740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27701/stat : 27701 (java) R 27688 27688 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 14188491 14172917760 4915 18446744073709551615 4194304 4196468 140721455243840 140043680118976 140044500199125 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27702] ppid=27688 vsize=13840740 memory=139704701728384 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27702/stat : 27702 (java) S 27688 27688 15523 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 13 0 14188491 14172917760 4915 18446744073709551615 4194304 4196468 140721455243840 140043679066992 140044500200066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13850252 KiB
Current children cumulated memory: 21040 KiB

[startup+0.210197 s]*
/proc/loadavg: 2.41 2.14 2.02 5/211 27704
/proc/meminfo: memFree=31088512/32770624 swapFree=67108860/67108860
[pid=27688] ppid=27685 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27688/stat : 27688 (xcsp3-exec) S 27685 27688 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 14188480 9740288 345 18446744073709551615 4194304 5098028 140731917101280 140731917099384 140266823705212 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 5 0 0 7196144 7232144 40628224 140731917107577 140731917107782 140731917107782 140731917111275 0
/proc/27688/statm: 2378 345 289 221 0 87 0
[pid=27690] ppid=27688 vsize=13974352 memory=30864 CPUtime=0.17 cores=0,2,4,6
/proc/27690/stat : 27690 (java) S 27688 27688 15523 0 -1 1077944320 6190 0 0 0 16 1 0 0 20 0 15 0 14188485 14309736448 7716 18446744073709551615 4194304 4196468 140721455243840 140721455226384 140044500188919 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
/proc/27690/statm: 3493588 7716 2962 1 0 3482964 0
[pid=27690/tid=27691] ppid=27688 vsize=13974352 memory=7311146985107750967 CPUtime=0.11 cores=0,2,4,6
/proc/27690/task/27691/stat : 27691 (java) S 27688 27688 15523 0 -1 1077944384 3448 0 0 0 11 0 0 0 20 0 15 0 14188486 14309736448 7716 18446744073709551615 4194304 4196468 140721455243840 140044504418848 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27692] ppid=27688 vsize=13974352 memory=8941 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27692/stat : 27692 (java) S 27688 27688 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14188486 14309736448 7716 18446744073709551615 4194304 4196468 140721455243840 140044457155472 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27693] ppid=27688 vsize=13974352 memory=3474723125078439584 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27693/stat : 27693 (java) S 27688 27688 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14188486 14309736448 7716 18446744073709551615 4194304 4196468 140721455243840 140044098792208 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27694] ppid=27688 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27694/stat : 27694 (java) S 27688 27688 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14188486 14309736448 7716 18446744073709551615 4194304 4196468 140721455243840 140044097739920 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27695] ppid=27688 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27695/stat : 27695 (java) S 27688 27688 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14188486 14309736448 7716 18446744073709551615 4194304 4196468 140721455243840 140044096687120 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27696] ppid=27688 vsize=13974352 memory=139704701728384 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27696/stat : 27696 (java) S 27688 27688 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14188488 14309736448 7716 18446744073709551615 4194304 4196468 140721455243840 140043685382256 140044500200066 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27697] ppid=27688 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27697/stat : 27697 (java) S 27688 27688 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14188488 14309736448 7716 18446744073709551615 4194304 4196468 140721455243840 140043684328224 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27698] ppid=27688 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27698/stat : 27698 (java) S 27688 27688 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14188488 14309736448 7716 18446744073709551615 4194304 4196468 140721455243840 140043683275888 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27699] ppid=27688 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27699/stat : 27699 (java) S 27688 27688 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14188491 14309736448 7716 18446744073709551615 4194304 4196468 140721455243840 140043682224208 140044500207515 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27700] ppid=27688 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/27690/task/27700/stat : 27700 (java) R 27688 27688 15523 0 -1 1077944384 428 0 0 0 1 0 0 0 20 0 15 0 14188491 14309736448 7716 18446744073709551615 4194304 4196468 140721455243840 140043681172080 140044500200066 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27701] ppid=27688 vsize=13974352 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/27690/task/27701/stat : 27701 (java) S 27688 27688 15523 0 -1 1077944384 292 0 0 0 1 0 0 0 20 0 15 0 14188491 14309736448 7716 18446744073709551615 4194304 4196468 140721455243840 140043680119280 140044500200066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27702] ppid=27688 vsize=13974352 memory=139704701728384 CPUtime=0.03 cores=0,2,4,6
/proc/27690/task/27702/stat : 27702 (java) S 27688 27688 15523 0 -1 1077944384 714 0 0 0 3 0 0 0 20 0 15 0 14188491 14309736448 7716 18446744073709551615 4194304 4196468 140721455243840 140043679066992 140044500200066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27703] ppid=27688 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27703/stat : 27703 (java) S 27688 27688 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14188491 14309736448 7716 18446744073709551615 4194304 4196468 140721455243840 140043678014432 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27704] ppid=27688 vsize=13974352 memory=139704701728384 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27704/stat : 27704 (java) S 27688 27688 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14188494 14309736448 7716 18446744073709551615 4194304 4196468 140721455243840 140043676961200 140044500200066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 32244 KiB

[startup+0.310466 s]*
/proc/loadavg: 2.41 2.14 2.02 3/211 27704
/proc/meminfo: memFree=31076528/32770624 swapFree=67108860/67108860
[pid=27688] ppid=27685 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27688/stat : 27688 (xcsp3-exec) S 27685 27688 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 14188480 9740288 345 18446744073709551615 4194304 5098028 140731917101280 140731917099384 140266823705212 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 5 0 0 7196144 7232144 40628224 140731917107577 140731917107782 140731917107782 140731917111275 0
/proc/27688/statm: 2378 345 289 221 0 87 0
[pid=27690] ppid=27688 vsize=13978608 memory=40420 CPUtime=0.35 cores=0,2,4,6
/proc/27690/stat : 27690 (java) S 27688 27688 15523 0 -1 1077944320 9810 0 0 0 32 3 0 0 20 0 15 0 14188485 14314094592 10105 18446744073709551615 4194304 4196468 140721455243840 140721455226384 140044500188919 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
/proc/27690/statm: 3494652 10105 3038 1 0 3482964 0
[pid=27690/tid=27691] ppid=27688 vsize=13978608 memory=-8774313645642428999 CPUtime=0.21 cores=0,2,4,6
/proc/27690/task/27691/stat : 27691 (java) R 27688 27688 15523 0 -1 4202560 6900 0 0 0 19 2 0 0 20 0 15 0 14188486 14314094592 10105 18446744073709551615 4194304 4196468 140721455243840 140044504399824 140044500210845 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27692] ppid=27688 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27692/stat : 27692 (java) S 27688 27688 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14188486 14314094592 10105 18446744073709551615 4194304 4196468 140721455243840 140044457155472 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27693] ppid=27688 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27693/stat : 27693 (java) S 27688 27688 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14188486 14314094592 10105 18446744073709551615 4194304 4196468 140721455243840 140044098792208 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27694] ppid=27688 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27694/stat : 27694 (java) S 27688 27688 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14188486 14314094592 10105 18446744073709551615 4194304 4196468 140721455243840 140044097739920 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27695] ppid=27688 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27695/stat : 27695 (java) S 27688 27688 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14188486 14314094592 10105 18446744073709551615 4194304 4196468 140721455243840 140044096687120 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27696] ppid=27688 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27696/stat : 27696 (java) S 27688 27688 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14188488 14314094592 10105 18446744073709551615 4194304 4196468 140721455243840 140043685382256 140044500200066 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27697] ppid=27688 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27697/stat : 27697 (java) S 27688 27688 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14188488 14314094592 10105 18446744073709551615 4194304 4196468 140721455243840 140043684328224 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27698] ppid=27688 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27698/stat : 27698 (java) S 27688 27688 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14188488 14314094592 10105 18446744073709551615 4194304 4196468 140721455243840 140043683275888 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27699] ppid=27688 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27699/stat : 27699 (java) S 27688 27688 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14188491 14314094592 10105 18446744073709551615 4194304 4196468 140721455243840 140043682224208 140044500207515 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27700] ppid=27688 vsize=13978608 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27690/task/27700/stat : 27700 (java) S 27688 27688 15523 0 -1 1077944384 465 0 0 0 2 0 0 0 20 0 15 0 14188491 14314094592 10105 18446744073709551615 4194304 4196468 140721455243840 140043681172080 140044500200066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27701] ppid=27688 vsize=13978608 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27690/task/27701/stat : 27701 (java) S 27688 27688 15523 0 -1 1077944384 368 0 0 0 2 0 0 0 20 0 15 0 14188491 14314094592 10105 18446744073709551615 4194304 4196468 140721455243840 140043680119280 140044500200066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27702] ppid=27688 vsize=13978608 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27690/task/27702/stat : 27702 (java) S 27688 27688 15523 0 -1 1077944384 769 0 0 0 8 0 0 0 20 0 15 0 14188491 14314094592 10105 18446744073709551615 4194304 4196468 140721455243840 140043679066992 140044500200066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27703] ppid=27688 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27703/stat : 27703 (java) S 27688 27688 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14188491 14314094592 10105 18446744073709551615 4194304 4196468 140721455243840 140043678014432 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27704] ppid=27688 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27704/stat : 27704 (java) S 27688 27688 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14188494 14314094592 10105 18446744073709551615 4194304 4196468 140721455243840 140043676961200 140044500200066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 41800 KiB

[startup+0.701687 s]
/proc/loadavg: 2.41 2.14 2.02 4/211 27704
/proc/meminfo: memFree=31057676/32770624 swapFree=67108860/67108860
[pid=27688] ppid=27685 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27688/stat : 27688 (xcsp3-exec) S 27685 27688 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 14188480 9740288 345 18446744073709551615 4194304 5098028 140731917101280 140731917099384 140266823705212 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 5 0 0 7196144 7232144 40628224 140731917107577 140731917107782 140731917107782 140731917111275 0
/proc/27688/statm: 2378 345 289 221 0 87 0
[pid=27690] ppid=27688 vsize=13980732 memory=93160 CPUtime=1.53 cores=0,2,4,6
/proc/27690/stat : 27690 (java) S 27688 27688 15523 0 -1 1077944320 14415 0 0 0 147 6 0 0 20 0 15 0 14188485 14316269568 23290 18446744073709551615 4194304 4196468 140721455243840 140721455226384 140044500188919 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
/proc/27690/statm: 3495183 23290 3170 1 0 3483476 0
[pid=27690/tid=27691] ppid=27688 vsize=13980732 memory=1156 CPUtime=0.59 cores=0,2,4,6
/proc/27690/task/27691/stat : 27691 (java) R 27688 27688 15523 0 -1 4202560 7968 0 0 0 55 4 0 0 20 0 15 0 14188486 14316269568 23290 18446744073709551615 4194304 4196468 140721455243840 140044504423776 140044136488832 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27692] ppid=27688 vsize=13980732 memory=2748 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27692/stat : 27692 (java) S 27688 27688 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14188486 14316269568 23290 18446744073709551615 4194304 4196468 140721455243840 140044457155472 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27693] ppid=27688 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27693/stat : 27693 (java) S 27688 27688 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14188486 14316269568 23290 18446744073709551615 4194304 4196468 140721455243840 140044098792208 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27694] ppid=27688 vsize=13980732 memory=731244 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27694/stat : 27694 (java) S 27688 27688 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14188486 14316269568 23290 18446744073709551615 4194304 4196468 140721455243840 140044097739920 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27695] ppid=27688 vsize=13980732 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27695/stat : 27695 (java) S 27688 27688 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14188486 14316269568 23290 18446744073709551615 4194304 4196468 140721455243840 140044096687120 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27696] ppid=27688 vsize=13980732 memory=4641336996904981861 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27696/stat : 27696 (java) S 27688 27688 15523 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 14188488 14316269568 23290 18446744073709551615 4194304 4196468 140721455243840 140043685382256 140044500200066 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27697] ppid=27688 vsize=13980732 memory=6083360768523856748 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27697/stat : 27697 (java) S 27688 27688 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14188488 14316269568 23290 18446744073709551615 4194304 4196468 140721455243840 140043684328224 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27698] ppid=27688 vsize=13980732 memory=279409097643920 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27698/stat : 27698 (java) S 27688 27688 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14188488 14316269568 23290 18446744073709551615 4194304 4196468 140721455243840 140043683275888 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27699] ppid=27688 vsize=13980732 memory=288230604624101684 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27699/stat : 27699 (java) S 27688 27688 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14188491 14316269568 23290 18446744073709551615 4194304 4196468 140721455243840 140043682224208 140044500207515 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27700] ppid=27688 vsize=13980732 memory=15261445554177768 CPUtime=0.3 cores=0,2,4,6
/proc/27690/task/27700/stat : 27700 (java) R 27688 27688 15523 0 -1 4202560 1727 0 0 0 30 0 0 0 20 0 15 0 14188491 14316269568 23290 18446744073709551615 4194304 4196468 140721455243840 140043681158008 140044481706801 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27701] ppid=27688 vsize=13980732 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/27690/task/27701/stat : 27701 (java) R 27688 27688 15523 0 -1 4202560 1388 0 0 0 30 0 0 0 20 0 15 0 14188491 14316269568 23290 18446744073709551615 4194304 4196468 140721455243840 140043680100296 140044483611312 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27702] ppid=27688 vsize=13980732 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/27690/task/27702/stat : 27702 (java) S 27688 27688 15523 0 -1 1077944384 2021 0 0 0 30 0 0 0 20 0 15 0 14188491 14316269568 23290 18446744073709551615 4194304 4196468 140721455243840 140043679066992 140044500200066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27703] ppid=27688 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27703/stat : 27703 (java) S 27688 27688 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14188491 14316269568 23290 18446744073709551615 4194304 4196468 140721455243840 140043678014432 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27704] ppid=27688 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27704/stat : 27704 (java) S 27688 27688 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14188494 14316269568 23290 18446744073709551615 4194304 4196468 140721455243840 140043676961200 140044500200066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 94540 KiB

[startup+1.50169 s]
/proc/loadavg: 2.41 2.14 2.02 3/211 27704
/proc/meminfo: memFree=30925524/32770624 swapFree=67108860/67108860
[pid=27688] ppid=27685 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27688/stat : 27688 (xcsp3-exec) S 27685 27688 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 14188480 9740288 345 18446744073709551615 4194304 5098028 140731917101280 140731917099384 140266823705212 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 5 0 0 7196144 7232144 40628224 140731917107577 140731917107782 140731917107782 140731917111275 0
/proc/27688/statm: 2378 345 289 221 0 87 0
[pid=27690] ppid=27688 vsize=13980732 memory=356172 CPUtime=3.15 cores=0,2,4,6
/proc/27690/stat : 27690 (java) S 27688 27688 15523 0 -1 1077944320 15819 0 0 0 298 17 0 0 20 0 15 0 14188485 14316269568 89043 18446744073709551615 4194304 4196468 140721455243840 140721455226384 140044500188919 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
/proc/27690/statm: 3495183 89043 3193 1 0 3483476 0
[pid=27690/tid=27691] ppid=27688 vsize=13980732 memory=0 CPUtime=1.33 cores=0,2,4,6

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

/proc/27690/task/27697/stat : 27697 (java) S 27688 27688 15523 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 14188488 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043684328288 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27698] ppid=27688 vsize=14047296 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27698/stat : 27698 (java) S 27688 27688 15523 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14188488 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043683275904 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27699] ppid=27688 vsize=14047296 memory=4012 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27699/stat : 27699 (java) S 27688 27688 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14188491 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043682224208 140044500207515 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27700] ppid=27688 vsize=14047296 memory=8128 CPUtime=1.06 cores=0,2,4,6
/proc/27690/task/27700/stat : 27700 (java) S 27688 27688 15523 0 -1 1077944384 3704 0 0 0 105 1 0 0 20 0 16 0 14188491 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043681172080 140044500200066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27701] ppid=27688 vsize=14047296 memory=1244 CPUtime=1.12 cores=0,2,4,6
/proc/27690/task/27701/stat : 27701 (java) S 27688 27688 15523 0 -1 1077944384 5642 0 0 0 111 1 0 0 20 0 16 0 14188491 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043680119280 140044500200066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27702] ppid=27688 vsize=14047296 memory=644 CPUtime=0.53 cores=0,2,4,6
/proc/27690/task/27702/stat : 27702 (java) S 27688 27688 15523 0 -1 1077944384 8255 0 0 0 51 2 0 0 20 0 16 0 14188491 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043679066560 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27703] ppid=27688 vsize=14047296 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27703/stat : 27703 (java) S 27688 27688 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14188491 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043678014432 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27704] ppid=27688 vsize=14047296 memory=956 CPUtime=0.58 cores=0,2,4,6
/proc/27690/task/27704/stat : 27704 (java) S 27688 27688 15523 0 -1 1077944384 576 0 0 0 30 28 0 0 20 0 16 0 14188494 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043676961200 140044500200066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27742] ppid=27688 vsize=14047296 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27742/stat : 27742 (java) S 27688 27688 15523 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 14258287 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043668954176 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
Current children cumulated CPU time: 2153.1 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11494652 KiB

[startup+704.001 s]*
/proc/loadavg: 4.76 4.16 3.09 3/212 27742
/proc/meminfo: memFree=19466156/32770624 swapFree=67108860/67108860
[pid=27688] ppid=27685 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27688/stat : 27688 (xcsp3-exec) S 27685 27688 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 14188480 9740288 345 18446744073709551615 4194304 5098028 140731917101280 140731917099384 140266823705212 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 5 0 0 7196144 7232144 40628224 140731917107577 140731917107782 140731917107782 140731917111275 0
/proc/27688/statm: 2378 345 289 221 0 87 0
[pid=27690] ppid=27688 vsize=14047296 memory=11493272 CPUtime=2156.9 cores=0,2,4,6
/proc/27690/stat : 27690 (java) S 27688 27688 15523 0 -1 1077944320 458677 0 0 0 214904 786 0 0 20 0 16 0 14188485 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140721455226384 140044500188919 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
/proc/27690/statm: 3511824 2873318 3228 1 0 3500117 0
[pid=27690/tid=27691] ppid=27688 vsize=14047296 memory=1996 CPUtime=141.53 cores=0,2,4,6
/proc/27690/task/27691/stat : 27691 (java) S 27688 27688 15523 0 -1 1077944384 32371 0 0 0 14109 44 0 0 20 0 16 0 14188486 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140044504429600 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27692] ppid=27688 vsize=14047296 memory=1440 CPUtime=484.42 cores=0,2,4,6
/proc/27690/task/27692/stat : 27692 (java) S 27688 27688 15523 0 -1 1077944384 94016 0 0 0 48256 186 0 0 20 0 16 0 14188486 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140044457155472 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27693] ppid=27688 vsize=14047296 memory=-8774313645642428999 CPUtime=483.93 cores=0,2,4,6
/proc/27690/task/27693/stat : 27693 (java) S 27688 27688 15523 0 -1 1077944384 45583 0 0 0 48222 171 0 0 20 0 16 0 14188486 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140044098792208 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27694] ppid=27688 vsize=14047296 memory=792 CPUtime=483.97 cores=0,2,4,6
/proc/27690/task/27694/stat : 27694 (java) S 27688 27688 15523 0 -1 1077944384 40838 0 0 0 48213 184 0 0 20 0 16 0 14188486 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140044097739920 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27695] ppid=27688 vsize=14047296 memory=5412 CPUtime=486.25 cores=0,2,4,6
/proc/27690/task/27695/stat : 27695 (java) S 27688 27688 15523 0 -1 1077944384 105373 0 0 0 48446 179 0 0 20 0 16 0 14188486 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140044096687120 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27696] ppid=27688 vsize=14047296 memory=4612 CPUtime=73.4 cores=0,2,4,6
/proc/27690/task/27696/stat : 27696 (java) R 27688 27688 15523 0 -1 4202560 120990 0 0 0 7331 9 0 0 20 0 16 0 14188488 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043685380688 140044484646510 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27697] ppid=27688 vsize=14047296 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27697/stat : 27697 (java) S 27688 27688 15523 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 14188488 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043684328288 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27698] ppid=27688 vsize=14047296 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27698/stat : 27698 (java) S 27688 27688 15523 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14188488 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043683275904 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27699] ppid=27688 vsize=14047296 memory=18448 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27699/stat : 27699 (java) S 27688 27688 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14188491 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043682224208 140044500207515 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27700] ppid=27688 vsize=14047296 memory=1380 CPUtime=1.06 cores=0,2,4,6
/proc/27690/task/27700/stat : 27700 (java) S 27688 27688 15523 0 -1 1077944384 3704 0 0 0 105 1 0 0 20 0 16 0 14188491 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043681172128 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27701] ppid=27688 vsize=14047296 memory=1700 CPUtime=1.12 cores=0,2,4,6
/proc/27690/task/27701/stat : 27701 (java) S 27688 27688 15523 0 -1 1077944384 5643 0 0 0 111 1 0 0 20 0 16 0 14188491 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043680119040 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27702] ppid=27688 vsize=14047296 memory=11952 CPUtime=0.53 cores=0,2,4,6
/proc/27690/task/27702/stat : 27702 (java) S 27688 27688 15523 0 -1 1077944384 8255 0 0 0 51 2 0 0 20 0 16 0 14188491 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043679066560 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27703] ppid=27688 vsize=14047296 memory=1996 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27703/stat : 27703 (java) S 27688 27688 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14188491 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043678014432 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27704] ppid=27688 vsize=14047296 memory=1440 CPUtime=0.59 cores=0,2,4,6
/proc/27690/task/27704/stat : 27704 (java) S 27688 27688 15523 0 -1 1077944384 576 0 0 0 30 29 0 0 20 0 16 0 14188494 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043676961200 140044500200066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27742] ppid=27688 vsize=14047296 memory=8684 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27742/stat : 27742 (java) S 27688 27688 15523 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 14258287 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043668954176 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
Current children cumulated CPU time: 2156.9 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11494652 KiB

[startup+704.401 s]
/proc/loadavg: 4.76 4.16 3.09 3/212 27742
/proc/meminfo: memFree=19466156/32770624 swapFree=67108860/67108860
[pid=27688] ppid=27685 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27688/stat : 27688 (xcsp3-exec) S 27685 27688 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 14188480 9740288 345 18446744073709551615 4194304 5098028 140731917101280 140731917099384 140266823705212 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 5 0 0 7196144 7232144 40628224 140731917107577 140731917107782 140731917107782 140731917111275 0
/proc/27688/statm: 2378 345 289 221 0 87 0
[pid=27690] ppid=27688 vsize=14047296 memory=11493272 CPUtime=2157.29 cores=0,2,4,6
/proc/27690/stat : 27690 (java) S 27688 27688 15523 0 -1 1077944320 458677 0 0 0 214943 786 0 0 20 0 16 0 14188485 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140721455226384 140044500188919 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
/proc/27690/statm: 3511824 2873318 3228 1 0 3500117 0
[pid=27690/tid=27691] ppid=27688 vsize=14047296 memory=3140 CPUtime=141.53 cores=0,2,4,6
/proc/27690/task/27691/stat : 27691 (java) S 27688 27688 15523 0 -1 1077944384 32371 0 0 0 14109 44 0 0 20 0 16 0 14188486 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140044504429600 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27692] ppid=27688 vsize=14047296 memory=1380 CPUtime=484.42 cores=0,2,4,6
/proc/27690/task/27692/stat : 27692 (java) S 27688 27688 15523 0 -1 1077944384 94016 0 0 0 48256 186 0 0 20 0 16 0 14188486 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140044457155472 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27693] ppid=27688 vsize=14047296 memory=11493260 CPUtime=483.93 cores=0,2,4,6
/proc/27690/task/27693/stat : 27693 (java) S 27688 27688 15523 0 -1 1077944384 45583 0 0 0 48222 171 0 0 20 0 16 0 14188486 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140044098792208 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27694] ppid=27688 vsize=14047296 memory=11596 CPUtime=483.97 cores=0,2,4,6
/proc/27690/task/27694/stat : 27694 (java) S 27688 27688 15523 0 -1 1077944384 40838 0 0 0 48213 184 0 0 20 0 16 0 14188486 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140044097739920 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27695] ppid=27688 vsize=14047296 memory=1724 CPUtime=486.25 cores=0,2,4,6
/proc/27690/task/27695/stat : 27695 (java) S 27688 27688 15523 0 -1 1077944384 105373 0 0 0 48446 179 0 0 20 0 16 0 14188486 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140044096687120 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27696] ppid=27688 vsize=14047296 memory=1008 CPUtime=73.79 cores=0,2,4,6
/proc/27690/task/27696/stat : 27696 (java) R 27688 27688 15523 0 -1 4202560 120990 0 0 0 7370 9 0 0 20 0 16 0 14188488 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043685380688 140044484646552 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27697] ppid=27688 vsize=14047296 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27697/stat : 27697 (java) S 27688 27688 15523 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 14188488 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043684328288 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27698] ppid=27688 vsize=14047296 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27698/stat : 27698 (java) S 27688 27688 15523 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14188488 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043683275904 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27699] ppid=27688 vsize=14047296 memory=11952 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27699/stat : 27699 (java) S 27688 27688 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14188491 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043682224208 140044500207515 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27700] ppid=27688 vsize=14047296 memory=1996 CPUtime=1.06 cores=0,2,4,6
/proc/27690/task/27700/stat : 27700 (java) S 27688 27688 15523 0 -1 1077944384 3704 0 0 0 105 1 0 0 20 0 16 0 14188491 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043681172128 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27701] ppid=27688 vsize=14047296 memory=1440 CPUtime=1.12 cores=0,2,4,6
/proc/27690/task/27701/stat : 27701 (java) S 27688 27688 15523 0 -1 1077944384 5643 0 0 0 111 1 0 0 20 0 16 0 14188491 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043680119040 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27702] ppid=27688 vsize=14047296 memory=1380 CPUtime=0.53 cores=0,2,4,6
/proc/27690/task/27702/stat : 27702 (java) S 27688 27688 15523 0 -1 1077944384 8255 0 0 0 51 2 0 0 20 0 16 0 14188491 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043679066560 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27703] ppid=27688 vsize=14047296 memory=11493272 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27703/stat : 27703 (java) S 27688 27688 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14188491 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043678014432 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27704] ppid=27688 vsize=14047296 memory=2764 CPUtime=0.59 cores=0,2,4,6
/proc/27690/task/27704/stat : 27704 (java) S 27688 27688 15523 0 -1 1077944384 576 0 0 0 30 29 0 0 20 0 16 0 14188494 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043676961200 140044500200066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27742] ppid=27688 vsize=14047296 memory=4064 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27742/stat : 27742 (java) S 27688 27688 15523 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 14258287 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043668954176 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
Current children cumulated CPU time: 2157.29 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11494652 KiB

[startup+704.601 s]
/proc/loadavg: 4.76 4.16 3.09 3/212 27742
/proc/meminfo: memFree=19466156/32770624 swapFree=67108860/67108860
[pid=27688] ppid=27685 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27688/stat : 27688 (xcsp3-exec) S 27685 27688 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 14188480 9740288 345 18446744073709551615 4194304 5098028 140731917101280 140731917099384 140266823705212 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 5 0 0 7196144 7232144 40628224 140731917107577 140731917107782 140731917107782 140731917111275 0
/proc/27688/statm: 2378 345 289 221 0 87 0
[pid=27690] ppid=27688 vsize=14047296 memory=11493272 CPUtime=2157.49 cores=0,2,4,6
/proc/27690/stat : 27690 (java) S 27688 27688 15523 0 -1 1077944320 458677 0 0 0 214963 786 0 0 20 0 16 0 14188485 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140721455226384 140044500188919 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
/proc/27690/statm: 3511824 2873318 3228 1 0 3500117 0
[pid=27690/tid=27691] ppid=27688 vsize=14047296 memory=1380 CPUtime=141.53 cores=0,2,4,6
/proc/27690/task/27691/stat : 27691 (java) S 27688 27688 15523 0 -1 1077944384 32371 0 0 0 14109 44 0 0 20 0 16 0 14188486 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140044504429600 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27692] ppid=27688 vsize=14047296 memory=865872 CPUtime=484.42 cores=0,2,4,6
/proc/27690/task/27692/stat : 27692 (java) S 27688 27688 15523 0 -1 1077944384 94016 0 0 0 48256 186 0 0 20 0 16 0 14188486 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140044457155472 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27693] ppid=27688 vsize=14047296 memory=1156 CPUtime=483.93 cores=0,2,4,6
/proc/27690/task/27693/stat : 27693 (java) S 27688 27688 15523 0 -1 1077944384 45583 0 0 0 48222 171 0 0 20 0 16 0 14188486 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140044098792208 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27694] ppid=27688 vsize=14047296 memory=3140 CPUtime=483.97 cores=0,2,4,6
/proc/27690/task/27694/stat : 27694 (java) S 27688 27688 15523 0 -1 1077944384 40838 0 0 0 48213 184 0 0 20 0 16 0 14188486 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140044097739920 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27695] ppid=27688 vsize=14047296 memory=11493260 CPUtime=486.25 cores=0,2,4,6
/proc/27690/task/27695/stat : 27695 (java) S 27688 27688 15523 0 -1 1077944384 105373 0 0 0 48446 179 0 0 20 0 16 0 14188486 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140044096687120 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27696] ppid=27688 vsize=14047296 memory=1296 CPUtime=73.99 cores=0,2,4,6
/proc/27690/task/27696/stat : 27696 (java) R 27688 27688 15523 0 -1 4202560 120990 0 0 0 7390 9 0 0 20 0 16 0 14188488 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043685380688 140044484646510 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27697] ppid=27688 vsize=14047296 memory=279409099217536 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27697/stat : 27697 (java) S 27688 27688 15523 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 14188488 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043684328288 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27698] ppid=27688 vsize=14047296 memory=7377575053831596114 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27698/stat : 27698 (java) S 27688 27688 15523 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14188488 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043683275904 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27699] ppid=27688 vsize=14047296 memory=7377575053831596114 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27699/stat : 27699 (java) S 27688 27688 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14188491 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043682224208 140044500207515 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27700] ppid=27688 vsize=14047296 memory=7377575053831596114 CPUtime=1.06 cores=0,2,4,6
/proc/27690/task/27700/stat : 27700 (java) S 27688 27688 15523 0 -1 1077944384 3704 0 0 0 105 1 0 0 20 0 16 0 14188491 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043681172128 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27701] ppid=27688 vsize=14047296 memory=7091318262514340434 CPUtime=1.12 cores=0,2,4,6
/proc/27690/task/27701/stat : 27701 (java) S 27688 27688 15523 0 -1 1077944384 5643 0 0 0 111 1 0 0 20 0 16 0 14188491 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043680119040 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27702] ppid=27688 vsize=14047296 memory=7454130749351154278 CPUtime=0.53 cores=0,2,4,6
/proc/27690/task/27702/stat : 27702 (java) S 27688 27688 15523 0 -1 1077944384 8255 0 0 0 51 2 0 0 20 0 16 0 14188491 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043679066560 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27703] ppid=27688 vsize=14047296 memory=8028062436536379495 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27703/stat : 27703 (java) S 27688 27688 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14188491 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043678014432 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27704] ppid=27688 vsize=14047296 memory=8028062436536379495 CPUtime=0.59 cores=0,2,4,6
/proc/27690/task/27704/stat : 27704 (java) S 27688 27688 15523 0 -1 1077944384 576 0 0 0 30 29 0 0 20 0 16 0 14188494 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043676961200 140044500200066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
[pid=27690/tid=27742] ppid=27688 vsize=14047296 memory=7453291804799297640 CPUtime=0 cores=0,2,4,6
/proc/27690/task/27742/stat : 27742 (java) S 27688 27688 15523 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 14258287 14384431104 2873318 18446744073709551615 4194304 4196468 140721455243840 140043668954176 140044500199125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27635712 140721455247794 140721455247970 140721455247970 140721455251407 0
Current children cumulated CPU time: 2157.49 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11494652 KiB

[startup+704.701 s]
/proc/loadavg: 4.76 4.16 3.09 3/212 27742
/proc/meminfo: memFree=19466156/32770624 swapFree=67108860/67108860
[pid=27688] ppid=27685 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27688/stat : 27688 (xcsp3-exec) S 27685 27688 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 14188480 9740288 345 18446744073709551615 4194304 5098028 140731917101280 140731917099384 140266823705212 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 5 0 0 7196144 7232144 40628224 140731917107577 140731917107782 140731917107782 140731917111275 0
/proc/27688/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

Child status: 1
Real time (s): 704.754
CPU time (s): 2157.66
CPU user time (s): 2149.74
CPU system time (s): 7.91969
CPU usage (%): 306.158
Max. virtual memory (cumulated for all children) (KiB): 14056808
Max. memory (cumulated for all children) (KiB): 11494652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2149.74
system time used= 7.91969
maximum resident set size= 11493644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 459269
page faults= 0
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28051
involuntary context switches= 19929


# summary of solver processes directly reported to runsolver:
#   pid: 27688
#   total CPU time (s): 2157.66
#   total CPU user time (s): 2149.74
#   total CPU system time (s): 7.91969

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.10953 second user time and 7.58559 second system time

The end

Launcher Data

Begin job on node130 at 2017-08-19 17:36:35
IDJOB=4282610
IDBENCH=138457
IDSOLVER=2677
FILE ID=node130/4282610-1503157805
RUNJOBID= node130-1503095856-15586
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-11.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4282610-1503157805/watcher-4282610-1503157805 -o /tmp/evaluation-result-4282610-1503157805/solver-4282610-1503157805 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node130-1503095856-15586 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1831658506 HOME/instance-4282610-1503157805.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 282e51d8db2be6465471e4014b41d3d5
RANDOM SEED=1831658506

node130.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.77
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.77
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.77
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.77
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:        31106192 kB
MemAvailable:   31300272 kB
Buffers:          176716 kB
Cached:           307284 kB
SwapCached:            0 kB
Active:           947512 kB
Inactive:         312744 kB
Active(anon):     776292 kB
Inactive(anon):    16748 kB
Active(file):     171220 kB
Inactive(file):   295996 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7788 kB
Writeback:             4 kB
AnonPages:        775756 kB
Mapped:            44392 kB
Shmem:             17060 kB
Slab:             109736 kB
SReclaimable:      85396 kB
SUnreclaim:        24340 kB
KernelStack:        3424 kB
PageTables:         6260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2089380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    673792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node130 at 2017-08-19 17:48:20