Trace number 4283922

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 5a (2017-08-18)? 288.55399 143.924

General information on the benchmark

NameQueensKnights/QueensKnights-m1-s1/
QueensKnights-080-05-mul.xml
MD5SUMcc508950e1103ff719d16ca71225257a
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 benchmark243.529
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints3570
Number of domains2
Minimum domain size80
Maximum domain size6400
Distribution of domain sizes[{"size":80,"count":80},{"size":6400,"count":5}]
Minimum variable degree84
Maximum variable degree84
Distribution of variable degrees[{"degree":84,"count":85}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3570}]
Number of extensional constraints0
Number of intensional constraints3570
Distribution of constraint types[{"type":"intension","count":3570}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283922-1503187821.xml"  -tl '2520s' -p 1 -x 3
0.05/0.31	c [HOME/instance-4283922-1503187821.xml, -tl, 2520s, -p, 1, -x, 3]
0.22/0.37	c simple solver
0.38/0.44	c parse instance...
288.42/143.87	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
288.42/143.87		at org.chocosolver.solver.constraints.extension.nary.TuplesList.<init>(TuplesList.java:55)
288.42/143.87		at org.chocosolver.solver.constraints.extension.nary.RelationFactory.makeListBasedRelation(RelationFactory.java:62)
288.42/143.87		at org.chocosolver.solver.constraints.extension.nary.PropLargeGACSTRPos.<init>(PropLargeGACSTRPos.java:115)
288.42/143.87		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1879)
288.42/143.87		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1823)
288.42/143.87		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
288.42/143.87		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
288.42/143.87		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
288.42/143.87		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
288.42/143.87		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
288.42/143.87		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
288.42/143.87		at org.xcsp.parser.XCallbacks$$Lambda$52/446073433.accept(Unknown Source)
288.42/143.87		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
288.42/143.87		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
288.42/143.87		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
288.42/143.87		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
288.42/143.87		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
288.42/143.87		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
288.42/143.87		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
288.42/143.87		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
288.42/143.87		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
288.42/143.87		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
288.42/143.87		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
288.42/143.87	s UNKNOWN
288.42/143.87	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 (14465 MiB free)
  memory of node 1: 16384 MiB (15500 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283922-1503187821/watcher-4283922-1503187821 -o /tmp/evaluation-result-4283922-1503187821/solver-4283922-1503187821 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503172076-28737 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1110786223 HOME/instance-4283922-1503187821.xml 

running on 4 cores: 1,3,5,7

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
Current StackSize limit: 8192 KiB

solver pid=31144, runsolver pid=31141

[startup+0.100089 s]*
/proc/loadavg: 1.18 1.39 1.48 3/198 31147
/proc/meminfo: memFree=30679980/32770624 swapFree=67108860/67108860
[pid=31144] ppid=31141 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/31144/stat : 31144 (xcsp3-exec) S 31141 31144 13977 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 107122717 9740288 344 18446744073709551615 4194304 5098028 140735162919984 140735162918088 140332603552380 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 39645184 140735162921336 140735162921541 140735162921541 140735162925035 0
/proc/31144/statm: 2378 344 289 221 0 87 0
[pid=31146] ppid=31144 vsize=13358712 memory=14632 CPUtime=0 cores=1,3,5,7
/proc/31146/stat : 31146 (java) S 31144 31144 13977 0 -1 1077944320 3404 0 0 0 0 0 0 0 20 0 6 0 107122726 13679321088 3658 18446744073709551615 4194304 4196468 140731217490352 140731217472896 140293032599287 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
/proc/31146/statm: 3339678 3658 1905 1 0 3329175 0
[pid=31146/tid=31147] ppid=31144 vsize=13358712 memory=-6871798056524144002 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31147/stat : 31147 (java) R 31144 31144 13977 0 -1 4202560 2173 0 0 0 0 0 0 0 20 0 6 0 107122727 13679321088 3658 18446744073709551615 4194304 4196468 140731217490352 140293036835408 140293016679774 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31148] ppid=31144 vsize=13358712 memory=7451718533646524659 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31148/stat : 31148 (java) S 31144 31144 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 107122727 13679321088 3658 18446744073709551615 4194304 4196468 140731217490352 140292967033744 140293032609493 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31149] ppid=31144 vsize=13358712 memory=140171947861632 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31149/stat : 31149 (java) S 31144 31144 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 107122727 13679321088 3658 18446744073709551615 4194304 4196468 140731217490352 140292965980944 140293032609493 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31150] ppid=31144 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31150/stat : 31150 (java) S 31144 31144 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 107122727 13679321088 3658 18446744073709551615 4194304 4196468 140731217490352 140292964928656 140293032609493 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31151] ppid=31144 vsize=13358712 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31151/stat : 31151 (java) S 31144 31144 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 107122727 13679321088 3658 18446744073709551615 4194304 4196468 140731217490352 140292963875856 140293032609493 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 16008 KiB

[startup+0.209911 s]*
/proc/loadavg: 1.18 1.39 1.48 2/210 31159
/proc/meminfo: memFree=30673572/32770624 swapFree=67108860/67108860
[pid=31144] ppid=31141 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/31144/stat : 31144 (xcsp3-exec) S 31141 31144 13977 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 107122717 9740288 344 18446744073709551615 4194304 5098028 140735162919984 140735162918088 140332603552380 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 39645184 140735162921336 140735162921541 140735162921541 140735162925035 0
/proc/31144/statm: 2378 344 289 221 0 87 0
[pid=31146] ppid=31144 vsize=13907304 memory=22144 CPUtime=0.05 cores=1,3,5,7
/proc/31146/stat : 31146 (java) S 31144 31144 13977 0 -1 1077944320 4927 0 0 0 4 1 0 0 20 0 14 0 107122726 14241079296 5536 18446744073709551615 4194304 4196468 140731217490352 140731217472896 140293032599287 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
/proc/31146/statm: 3476826 5536 2570 1 0 3466323 0
[pid=31146/tid=31147] ppid=31144 vsize=13907304 memory=-6442798851457913187 CPUtime=0.05 cores=1,3,5,7
/proc/31146/task/31147/stat : 31147 (java) D 31144 31144 13977 0 -1 4202560 3111 0 0 0 4 1 0 0 20 0 14 0 107122727 14241079296 5536 18446744073709551615 4194304 4196468 140731217490352 140293036836768 140293032621309 0 4 1 16800974 18446744071580418449 0 0 -1 5 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31148] ppid=31144 vsize=13907304 memory=3461490776577545865 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31148/stat : 31148 (java) S 31144 31144 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 107122727 14241079296 5536 18446744073709551615 4194304 4196468 140731217490352 140292967033744 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31149] ppid=31144 vsize=13907304 memory=140171947861632 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31149/stat : 31149 (java) S 31144 31144 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 107122727 14241079296 5536 18446744073709551615 4194304 4196468 140731217490352 140292965980944 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31150] ppid=31144 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31150/stat : 31150 (java) S 31144 31144 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 107122727 14241079296 5536 18446744073709551615 4194304 4196468 140731217490352 140292964928656 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31151] ppid=31144 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31151/stat : 31151 (java) S 31144 31144 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 107122727 14241079296 5536 18446744073709551615 4194304 4196468 140731217490352 140292963875856 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31152] ppid=31144 vsize=13907304 memory=140171947861632 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31152/stat : 31152 (java) S 31144 31144 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 107122729 14241079296 5536 18446744073709551615 4194304 4196468 140731217490352 140292510926960 140293032610434 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31153] ppid=31144 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31153/stat : 31153 (java) S 31144 31144 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 107122729 14241079296 5536 18446744073709551615 4194304 4196468 140731217490352 140292509872928 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31154] ppid=31144 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31154/stat : 31154 (java) S 31144 31144 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 107122729 14241079296 5536 18446744073709551615 4194304 4196468 140731217490352 140292508820592 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31155] ppid=31144 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31155/stat : 31155 (java) S 31144 31144 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 107122732 14241079296 5536 18446744073709551615 4194304 4196468 140731217490352 140292507768912 140293032617883 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31156] ppid=31144 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31156/stat : 31156 (java) S 31144 31144 13977 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 14 0 107122732 14241079296 5536 18446744073709551615 4194304 4196468 140731217490352 140292506716784 140293032610434 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31157] ppid=31144 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31157/stat : 31157 (java) S 31144 31144 13977 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 14 0 107122732 14241079296 5536 18446744073709551615 4194304 4196468 140731217490352 140292505663984 140293032610434 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31158] ppid=31144 vsize=13907304 memory=140171947861632 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31158/stat : 31158 (java) S 31144 31144 13977 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 14 0 107122732 14241079296 5536 18446744073709551615 4194304 4196468 140731217490352 140292504611696 140293032610434 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31159] ppid=31144 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31159/stat : 31159 (java) S 31144 31144 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 107122732 14241079296 5536 18446744073709551615 4194304 4196468 140731217490352 140292503559136 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 23520 KiB

[startup+0.313623 s]*
/proc/loadavg: 1.18 1.39 1.48 4/211 31160
/proc/meminfo: memFree=30665900/32770624 swapFree=67108860/67108860
[pid=31144] ppid=31141 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/31144/stat : 31144 (xcsp3-exec) S 31141 31144 13977 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 107122717 9740288 344 18446744073709551615 4194304 5098028 140735162919984 140735162918088 140332603552380 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 39645184 140735162921336 140735162921541 140735162921541 140735162925035 0
/proc/31144/statm: 2378 344 289 221 0 87 0
[pid=31146] ppid=31144 vsize=13975376 memory=31860 CPUtime=0.22 cores=1,3,5,7
/proc/31146/stat : 31146 (java) S 31144 31144 13977 0 -1 1077944320 7251 0 0 0 20 2 0 0 20 0 15 0 107122726 14310785024 7965 18446744073709551615 4194304 4196468 140731217490352 140731217472896 140293032599287 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
/proc/31146/statm: 3493844 7965 2977 1 0 3483220 0
[pid=31146/tid=31147] ppid=31144 vsize=13975376 memory=-8774313645642428999 CPUtime=0.13 cores=1,3,5,7
/proc/31146/task/31147/stat : 31147 (java) R 31144 31144 13977 0 -1 4202560 4712 0 0 0 12 1 0 0 20 0 15 0 107122727 14310785024 8096 18446744073709551615 4194304 4196468 140731217490352 140293036821664 140293025279005 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31148] ppid=31144 vsize=13975376 memory=140171947868625 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31148/stat : 31148 (java) S 31144 31144 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107122727 14310785024 8096 18446744073709551615 4194304 4196468 140731217490352 140292967033744 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31149] ppid=31144 vsize=13975376 memory=5861558517444405865 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31149/stat : 31149 (java) S 31144 31144 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107122727 14310785024 8162 18446744073709551615 4194304 4196468 140731217490352 140292965980944 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31150] ppid=31144 vsize=13975376 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31150/stat : 31150 (java) S 31144 31144 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 107122727 14310785024 8162 18446744073709551615 4194304 4196468 140731217490352 140292964928656 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31151] ppid=31144 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31151/stat : 31151 (java) S 31144 31144 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 107122727 14310785024 8162 18446744073709551615 4194304 4196468 140731217490352 140292963875856 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31152] ppid=31144 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31152/stat : 31152 (java) S 31144 31144 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 107122729 14310785024 8162 18446744073709551615 4194304 4196468 140731217490352 140292510926960 140293032610434 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31153] ppid=31144 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31153/stat : 31153 (java) S 31144 31144 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 107122729 14310785024 8162 18446744073709551615 4194304 4196468 140731217490352 140292509872928 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31154] ppid=31144 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31154/stat : 31154 (java) S 31144 31144 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 107122729 14310785024 8162 18446744073709551615 4194304 4196468 140731217490352 140292508820592 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31155] ppid=31144 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31155/stat : 31155 (java) S 31144 31144 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107122732 14310785024 8162 18446744073709551615 4194304 4196468 140731217490352 140292507768912 140293032617883 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31156] ppid=31144 vsize=13975376 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31146/task/31156/stat : 31156 (java) S 31144 31144 13977 0 -1 1077944384 344 0 0 0 1 0 0 0 20 0 15 0 107122732 14310785024 8162 18446744073709551615 4194304 4196468 140731217490352 140292506716784 140293032610434 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31157] ppid=31144 vsize=13975376 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31146/task/31157/stat : 31157 (java) S 31144 31144 13977 0 -1 1077944384 335 0 0 0 1 0 0 0 20 0 15 0 107122732 14310785024 8162 18446744073709551615 4194304 4196468 140731217490352 140292505663984 140293032610434 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31158] ppid=31144 vsize=13975376 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/31146/task/31158/stat : 31158 (java) S 31144 31144 13977 0 -1 1077944384 684 0 0 0 5 0 0 0 20 0 15 0 107122732 14310785024 8162 18446744073709551615 4194304 4196468 140731217490352 140292504611696 140293032610434 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31159] ppid=31144 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31159/stat : 31159 (java) S 31144 31144 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107122732 14310785024 8162 18446744073709551615 4194304 4196468 140731217490352 140292503559136 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31160] ppid=31144 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31160/stat : 31160 (java) S 31144 31144 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107122741 14310785024 8162 18446744073709551615 4194304 4196468 140731217490352 140292502505904 140293032610434 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 13984888 KiB
Current children cumulated memory: 33236 KiB

[startup+0.706677 s]
/proc/loadavg: 1.18 1.39 1.48 4/211 31160
/proc/meminfo: memFree=30647848/32770624 swapFree=67108860/67108860
[pid=31144] ppid=31141 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/31144/stat : 31144 (xcsp3-exec) S 31141 31144 13977 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 107122717 9740288 344 18446744073709551615 4194304 5098028 140735162919984 140735162918088 140332603552380 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 39645184 140735162921336 140735162921541 140735162921541 140735162925035 0
/proc/31144/statm: 2378 344 289 221 0 87 0
[pid=31146] ppid=31144 vsize=13978684 memory=78248 CPUtime=1.24 cores=1,3,5,7
/proc/31146/stat : 31146 (java) S 31144 31144 13977 0 -1 1077944320 13248 0 0 0 119 5 0 0 20 0 15 0 107122726 14314172416 19562 18446744073709551615 4194304 4196468 140731217490352 140731217472896 140293032599287 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
/proc/31146/statm: 3494671 19562 3167 1 0 3482964 0
[pid=31146/tid=31147] ppid=31144 vsize=13978684 memory=8458433173656778549 CPUtime=0.52 cores=1,3,5,7
/proc/31146/task/31147/stat : 31147 (java) R 31144 31144 13977 0 -1 4202560 7888 0 0 0 48 4 0 0 20 0 15 0 107122727 14314172416 19562 18446744073709551615 4194304 4196468 140731217490352 140293036832272 140292643513479 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31148] ppid=31144 vsize=13978684 memory=7374188446028419408 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31148/stat : 31148 (java) S 31144 31144 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107122727 14314172416 19562 18446744073709551615 4194304 4196468 140731217490352 140292967033744 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31149] ppid=31144 vsize=13978684 memory=33 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31149/stat : 31149 (java) S 31144 31144 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107122727 14314172416 19562 18446744073709551615 4194304 4196468 140731217490352 140292965980944 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31150] ppid=31144 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31150/stat : 31150 (java) S 31144 31144 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 107122727 14314172416 19562 18446744073709551615 4194304 4196468 140731217490352 140292964928656 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31151] ppid=31144 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31151/stat : 31151 (java) S 31144 31144 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 107122727 14314172416 19562 18446744073709551615 4194304 4196468 140731217490352 140292963875856 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31152] ppid=31144 vsize=13978684 memory=3472464069200641306 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31152/stat : 31152 (java) S 31144 31144 13977 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 107122729 14314172416 19562 18446744073709551615 4194304 4196468 140731217490352 140292510926960 140293032610434 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31153] ppid=31144 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31153/stat : 31153 (java) S 31144 31144 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 107122729 14314172416 19562 18446744073709551615 4194304 4196468 140731217490352 140292509872928 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31154] ppid=31144 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31154/stat : 31154 (java) S 31144 31144 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 107122729 14314172416 19562 18446744073709551615 4194304 4196468 140731217490352 140292508820592 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31155] ppid=31144 vsize=13978684 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31155/stat : 31155 (java) S 31144 31144 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107122732 14314172416 19562 18446744073709551615 4194304 4196468 140731217490352 140292507768912 140293032617883 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31156] ppid=31144 vsize=13978684 memory=2241 CPUtime=0.21 cores=1,3,5,7
/proc/31146/task/31156/stat : 31156 (java) R 31144 31144 13977 0 -1 4202560 1177 0 0 0 21 0 0 0 20 0 15 0 107122732 14314172416 19562 18446744073709551615 4194304 4196468 140731217490352 140292506702864 140293016082772 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31157] ppid=31144 vsize=13978684 memory=2244 CPUtime=0.22 cores=1,3,5,7
/proc/31146/task/31157/stat : 31157 (java) R 31144 31144 13977 0 -1 4202560 1341 0 0 0 22 0 0 0 20 0 15 0 107122732 14314172416 19562 18446744073709551615 4194304 4196468 140731217490352 140292505645000 140293016096075 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31158] ppid=31144 vsize=13978684 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/31146/task/31158/stat : 31158 (java) S 31144 31144 13977 0 -1 1077944384 1534 0 0 0 26 0 0 0 20 0 15 0 107122732 14314172416 19562 18446744073709551615 4194304 4196468 140731217490352 140292504611696 140293032610434 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31159] ppid=31144 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31159/stat : 31159 (java) S 31144 31144 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107122732 14314172416 19562 18446744073709551615 4194304 4196468 140731217490352 140292503559136 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31160] ppid=31144 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31160/stat : 31160 (java) S 31144 31144 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107122741 14314172416 19562 18446744073709551615 4194304 4196468 140731217490352 140292502505904 140293032610434 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 79624 KiB

[startup+1.50077 s]
/proc/loadavg: 1.18 1.39 1.48 4/211 31160
/proc/meminfo: memFree=30593652/32770624 swapFree=67108860/67108860
[pid=31144] ppid=31141 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/31144/stat : 31144 (xcsp3-exec) S 31141 31144 13977 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 107122717 9740288 344 18446744073709551615 4194304 5098028 140735162919984 140735162918088 140332603552380 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 39645184 140735162921336 140735162921541 140735162921541 140735162925035 0
/proc/31144/statm: 2378 344 289 221 0 87 0
[pid=31146] ppid=31144 vsize=13980732 memory=170476 CPUtime=2.72 cores=1,3,5,7
/proc/31146/stat : 31146 (java) S 31144 31144 13977 0 -1 1077944320 17557 0 0 0 265 7 0 0 20 0 15 0 107122726 14316269568 42619 18446744073709551615 4194304 4196468 140731217490352 140731217472896 140293032599287 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
/proc/31146/statm: 3495183 42619 3182 1 0 3483476 0
[pid=31146/tid=31147] ppid=31144 vsize=13980732 memory=280343655778560 CPUtime=1.31 cores=1,3,5,7
/proc/31146/task/31147/stat : 31147 (java) R 31144 31144 13977 0 -1 4202560 9330 0 0 0 126 5 0 0 20 0 15 0 107122727 14316269568 42619 18446744073709551615 4194304 4196468 140731217490352 140293036834384 140292644490932 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31148] ppid=31144 vsize=13980732 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31148/stat : 31148 (java) S 31144 31144 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107122727 14316269568 42619 18446744073709551615 4194304 4196468 140731217490352 140292967033744 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31149] ppid=31144 vsize=13980732 memory=56 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31149/stat : 31149 (java) S 31144 31144 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107122727 14316269568 42619 18446744073709551615 4194304 4196468 140731217490352 140292965980944 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31150] ppid=31144 vsize=13980732 memory=1585 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31150/stat : 31150 (java) S 31144 31144 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 107122727 14316269568 42619 18446744073709551615 4194304 4196468 140731217490352 140292964928656 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31151] ppid=31144 vsize=13980732 memory=27325 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31151/stat : 31151 (java) S 31144 31144 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 107122727 14316269568 42619 18446744073709551615 4194304 4196468 140731217490352 140292963875856 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31152] ppid=31144 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31152/stat : 31152 (java) S 31144 31144 13977 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 107122729 14316269568 42619 18446744073709551615 4194304 4196468 140731217490352 140292510926960 140293032610434 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31153] ppid=31144 vsize=13980732 memory=3472328296227679313 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31153/stat : 31153 (java) S 31144 31144 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 107122729 14316269568 42619 18446744073709551615 4194304 4196468 140731217490352 140292509872928 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31154] ppid=31144 vsize=13980732 memory=8740 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31154/stat : 31154 (java) S 31144 31144 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 107122729 14316269568 42619 18446744073709551615 4194304 4196468 140731217490352 140292508820592 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31155] ppid=31144 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7

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

/proc/31146/task/31149/stat : 31149 (java) R 31144 31144 13977 0 -1 4202560 38781 0 0 0 4475 241 0 0 20 0 15 0 107122727 14316269568 2868602 18446744073709551615 4194304 4196468 140731217490352 140292965981064 140293025227495 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31150] ppid=31144 vsize=13980732 memory=928 CPUtime=47.25 cores=1,3,5,7
/proc/31146/task/31150/stat : 31150 (java) R 31144 31144 13977 0 -1 4202560 30031 0 0 0 4444 281 0 0 20 0 15 0 107122727 14316269568 2868602 18446744073709551615 4194304 4196468 140731217490352 140292964928464 140293025227495 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31151] ppid=31144 vsize=13980732 memory=1580 CPUtime=47.28 cores=1,3,5,7
/proc/31146/task/31151/stat : 31151 (java) R 31144 31144 13977 0 -1 4202560 30664 0 0 0 4486 242 0 0 20 0 15 0 107122727 14316269568 2868602 18446744073709551615 4194304 4196468 140731217490352 140292963875664 140293025227495 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31152] ppid=31144 vsize=13980732 memory=2168 CPUtime=27.8 cores=1,3,5,7
/proc/31146/task/31152/stat : 31152 (java) S 31144 31144 13977 0 -1 1077944384 37790 0 0 0 2777 3 0 0 20 0 15 0 107122729 14316269568 2868602 18446744073709551615 4194304 4196468 140731217490352 140292510925520 140293032609493 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31153] ppid=31144 vsize=13980732 memory=836 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31153/stat : 31153 (java) S 31144 31144 13977 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 107122729 14316269568 2868602 18446744073709551615 4194304 4196468 140731217490352 140292509872992 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31154] ppid=31144 vsize=13980732 memory=3916 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31154/stat : 31154 (java) S 31144 31144 13977 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 107122729 14316269568 2868602 18446744073709551615 4194304 4196468 140731217490352 140292508820608 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31155] ppid=31144 vsize=13980732 memory=2820 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31155/stat : 31155 (java) S 31144 31144 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107122732 14316269568 2868602 18446744073709551615 4194304 4196468 140731217490352 140292507768912 140293032617883 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31156] ppid=31144 vsize=13980732 memory=2768 CPUtime=1.24 cores=1,3,5,7
/proc/31146/task/31156/stat : 31156 (java) S 31144 31144 13977 0 -1 1077944384 5581 0 0 0 124 0 0 0 20 0 15 0 107122732 14316269568 2868602 18446744073709551615 4194304 4196468 140731217490352 140292506716832 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31157] ppid=31144 vsize=13980732 memory=4076 CPUtime=1.32 cores=1,3,5,7
/proc/31146/task/31157/stat : 31157 (java) S 31144 31144 13977 0 -1 1077944384 7005 0 0 0 132 0 0 0 20 0 15 0 107122732 14316269568 2868602 18446744073709551615 4194304 4196468 140731217490352 140292505663744 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31158] ppid=31144 vsize=13980732 memory=1152 CPUtime=0.54 cores=1,3,5,7
/proc/31146/task/31158/stat : 31158 (java) S 31144 31144 13977 0 -1 1077944384 4474 0 0 0 53 1 0 0 20 0 15 0 107122732 14316269568 2868602 18446744073709551615 4194304 4196468 140731217490352 140292504611744 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31159] ppid=31144 vsize=13980732 memory=3260 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31159/stat : 31159 (java) S 31144 31144 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107122732 14316269568 2868602 18446744073709551615 4194304 4196468 140731217490352 140292503559136 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31160] ppid=31144 vsize=13980732 memory=2384 CPUtime=0.07 cores=1,3,5,7
/proc/31146/task/31160/stat : 31160 (java) S 31144 31144 13977 0 -1 1077944384 327 0 0 0 3 4 0 0 20 0 15 0 107122741 14316269568 2868602 18446744073709551615 4194304 4196468 140731217490352 140292502505904 140293032610434 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
Current children cumulated CPU time: 286.82 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11475784 KiB

[startup+143.201 s]
/proc/loadavg: 2.68 1.82 1.63 4/212 31167
/proc/meminfo: memFree=19222396/32770624 swapFree=67108860/67108860
[pid=31144] ppid=31141 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/31144/stat : 31144 (xcsp3-exec) S 31141 31144 13977 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 107122717 9740288 344 18446744073709551615 4194304 5098028 140735162919984 140735162918088 140332603552380 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 39645184 140735162921336 140735162921541 140735162921541 140735162925035 0
/proc/31144/statm: 2378 344 289 221 0 87 0
[pid=31146] ppid=31144 vsize=13980732 memory=11474460 CPUtime=287.82 cores=1,3,5,7
/proc/31146/stat : 31146 (java) S 31144 31144 13977 0 -1 1077944320 216349 0 0 0 27756 1026 0 0 20 0 15 0 107122726 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140731217472896 140293032599287 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
/proc/31146/statm: 3495183 2868615 3251 1 0 3483476 0
[pid=31146/tid=31147] ppid=31144 vsize=13980732 memory=5788 CPUtime=66.66 cores=1,3,5,7
/proc/31146/task/31147/stat : 31147 (java) S 31144 31144 13977 0 -1 1077944384 20094 0 0 0 6656 10 0 0 20 0 15 0 107122727 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140293036835856 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31148] ppid=31144 vsize=13980732 memory=1996 CPUtime=47.47 cores=1,3,5,7
/proc/31146/task/31148/stat : 31148 (java) S 31144 31144 13977 0 -1 1077944384 40138 0 0 0 4505 242 0 0 20 0 15 0 107122727 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292967033744 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31149] ppid=31144 vsize=13980732 memory=796 CPUtime=47.23 cores=1,3,5,7
/proc/31146/task/31149/stat : 31149 (java) S 31144 31144 13977 0 -1 1077944384 38781 0 0 0 4482 241 0 0 20 0 15 0 107122727 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292965980944 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31150] ppid=31144 vsize=13980732 memory=1996 CPUtime=47.31 cores=1,3,5,7
/proc/31146/task/31150/stat : 31150 (java) S 31144 31144 13977 0 -1 1077944384 30031 0 0 0 4450 281 0 0 20 0 15 0 107122727 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292964928656 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31151] ppid=31144 vsize=13980732 memory=796 CPUtime=47.35 cores=1,3,5,7
/proc/31146/task/31151/stat : 31151 (java) S 31144 31144 13977 0 -1 1077944384 30664 0 0 0 4493 242 0 0 20 0 15 0 107122727 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292963875856 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31152] ppid=31144 vsize=13980732 memory=10096 CPUtime=28.53 cores=1,3,5,7
/proc/31146/task/31152/stat : 31152 (java) R 31144 31144 13977 0 -1 4202560 37894 0 0 0 2850 3 0 0 20 0 15 0 107122729 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292510925408 140293017595691 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31153] ppid=31144 vsize=13980732 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31153/stat : 31153 (java) S 31144 31144 13977 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 107122729 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292509872992 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31154] ppid=31144 vsize=13980732 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31154/stat : 31154 (java) S 31144 31144 13977 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 107122729 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292508820608 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31155] ppid=31144 vsize=13980732 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31155/stat : 31155 (java) S 31144 31144 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107122732 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292507768912 140293032617883 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31156] ppid=31144 vsize=13980732 memory=9020 CPUtime=1.24 cores=1,3,5,7
/proc/31146/task/31156/stat : 31156 (java) S 31144 31144 13977 0 -1 1077944384 5581 0 0 0 124 0 0 0 20 0 15 0 107122732 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292506716832 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31157] ppid=31144 vsize=13980732 memory=4616 CPUtime=1.32 cores=1,3,5,7
/proc/31146/task/31157/stat : 31157 (java) S 31144 31144 13977 0 -1 1077944384 7005 0 0 0 132 0 0 0 20 0 15 0 107122732 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292505663744 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31158] ppid=31144 vsize=13980732 memory=1440 CPUtime=0.54 cores=1,3,5,7
/proc/31146/task/31158/stat : 31158 (java) S 31144 31144 13977 0 -1 1077944384 4474 0 0 0 53 1 0 0 20 0 15 0 107122732 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292504611744 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31159] ppid=31144 vsize=13980732 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31159/stat : 31159 (java) S 31144 31144 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107122732 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292503559136 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31160] ppid=31144 vsize=13980732 memory=15880 CPUtime=0.07 cores=1,3,5,7
/proc/31146/task/31160/stat : 31160 (java) S 31144 31144 13977 0 -1 1077944384 327 0 0 0 3 4 0 0 20 0 15 0 107122741 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292502505904 140293032610434 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
Current children cumulated CPU time: 287.82 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11475836 KiB

[startup+143.601 s]
/proc/loadavg: 2.68 1.82 1.63 4/212 31167
/proc/meminfo: memFree=19222396/32770624 swapFree=67108860/67108860
[pid=31144] ppid=31141 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/31144/stat : 31144 (xcsp3-exec) S 31141 31144 13977 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 107122717 9740288 344 18446744073709551615 4194304 5098028 140735162919984 140735162918088 140332603552380 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 39645184 140735162921336 140735162921541 140735162921541 140735162925035 0
/proc/31144/statm: 2378 344 289 221 0 87 0
[pid=31146] ppid=31144 vsize=13980732 memory=11474460 CPUtime=288.22 cores=1,3,5,7
/proc/31146/stat : 31146 (java) S 31144 31144 13977 0 -1 1077944320 216349 0 0 0 27796 1026 0 0 20 0 15 0 107122726 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140731217472896 140293032599287 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
/proc/31146/statm: 3495183 2868615 3251 1 0 3483476 0
[pid=31146/tid=31147] ppid=31144 vsize=13980732 memory=4284 CPUtime=66.66 cores=1,3,5,7
/proc/31146/task/31147/stat : 31147 (java) S 31144 31144 13977 0 -1 1077944384 20094 0 0 0 6656 10 0 0 20 0 15 0 107122727 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140293036835856 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31148] ppid=31144 vsize=13980732 memory=928 CPUtime=47.47 cores=1,3,5,7
/proc/31146/task/31148/stat : 31148 (java) S 31144 31144 13977 0 -1 1077944384 40138 0 0 0 4505 242 0 0 20 0 15 0 107122727 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292967033744 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31149] ppid=31144 vsize=13980732 memory=1580 CPUtime=47.23 cores=1,3,5,7
/proc/31146/task/31149/stat : 31149 (java) S 31144 31144 13977 0 -1 1077944384 38781 0 0 0 4482 241 0 0 20 0 15 0 107122727 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292965980944 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31150] ppid=31144 vsize=13980732 memory=2168 CPUtime=47.31 cores=1,3,5,7
/proc/31146/task/31150/stat : 31150 (java) S 31144 31144 13977 0 -1 1077944384 30031 0 0 0 4450 281 0 0 20 0 15 0 107122727 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292964928656 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31151] ppid=31144 vsize=13980732 memory=836 CPUtime=47.35 cores=1,3,5,7
/proc/31146/task/31151/stat : 31151 (java) S 31144 31144 13977 0 -1 1077944384 30664 0 0 0 4493 242 0 0 20 0 15 0 107122727 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292963875856 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31152] ppid=31144 vsize=13980732 memory=3916 CPUtime=28.93 cores=1,3,5,7
/proc/31146/task/31152/stat : 31152 (java) R 31144 31144 13977 0 -1 4202560 37894 0 0 0 2890 3 0 0 20 0 15 0 107122729 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292510925408 140293017595684 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31153] ppid=31144 vsize=13980732 memory=2820 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31153/stat : 31153 (java) S 31144 31144 13977 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 107122729 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292509872992 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31154] ppid=31144 vsize=13980732 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31154/stat : 31154 (java) S 31144 31144 13977 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 107122729 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292508820608 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31155] ppid=31144 vsize=13980732 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31155/stat : 31155 (java) S 31144 31144 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107122732 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292507768912 140293032617883 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31156] ppid=31144 vsize=13980732 memory=5788 CPUtime=1.24 cores=1,3,5,7
/proc/31146/task/31156/stat : 31156 (java) S 31144 31144 13977 0 -1 1077944384 5581 0 0 0 124 0 0 0 20 0 15 0 107122732 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292506716832 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31157] ppid=31144 vsize=13980732 memory=1996 CPUtime=1.32 cores=1,3,5,7
/proc/31146/task/31157/stat : 31157 (java) S 31144 31144 13977 0 -1 1077944384 7005 0 0 0 132 0 0 0 20 0 15 0 107122732 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292505663744 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31158] ppid=31144 vsize=13980732 memory=796 CPUtime=0.54 cores=1,3,5,7
/proc/31146/task/31158/stat : 31158 (java) S 31144 31144 13977 0 -1 1077944384 4474 0 0 0 53 1 0 0 20 0 15 0 107122732 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292504611744 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31159] ppid=31144 vsize=13980732 memory=10096 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31159/stat : 31159 (java) S 31144 31144 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107122732 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292503559136 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31160] ppid=31144 vsize=13980732 memory=1716 CPUtime=0.07 cores=1,3,5,7
/proc/31146/task/31160/stat : 31160 (java) S 31144 31144 13977 0 -1 1077944384 327 0 0 0 3 4 0 0 20 0 15 0 107122741 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292502505904 140293032610434 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
Current children cumulated CPU time: 288.22 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11475836 KiB

[startup+143.801 s]
/proc/loadavg: 2.68 1.82 1.63 4/212 31167
/proc/meminfo: memFree=19222396/32770624 swapFree=67108860/67108860
[pid=31144] ppid=31141 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/31144/stat : 31144 (xcsp3-exec) S 31141 31144 13977 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 107122717 9740288 344 18446744073709551615 4194304 5098028 140735162919984 140735162918088 140332603552380 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 39645184 140735162921336 140735162921541 140735162921541 140735162925035 0
/proc/31144/statm: 2378 344 289 221 0 87 0
[pid=31146] ppid=31144 vsize=13980732 memory=11474460 CPUtime=288.42 cores=1,3,5,7
/proc/31146/stat : 31146 (java) S 31144 31144 13977 0 -1 1077944320 216349 0 0 0 27816 1026 0 0 20 0 15 0 107122726 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140731217472896 140293032599287 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
/proc/31146/statm: 3495183 2868615 3251 1 0 3483476 0
[pid=31146/tid=31147] ppid=31144 vsize=13980732 memory=9020 CPUtime=66.66 cores=1,3,5,7
/proc/31146/task/31147/stat : 31147 (java) S 31144 31144 13977 0 -1 1077944384 20094 0 0 0 6656 10 0 0 20 0 15 0 107122727 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140293036835856 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31148] ppid=31144 vsize=13980732 memory=-8774313645642428999 CPUtime=47.47 cores=1,3,5,7
/proc/31146/task/31148/stat : 31148 (java) S 31144 31144 13977 0 -1 1077944384 40138 0 0 0 4505 242 0 0 20 0 15 0 107122727 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292967033744 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31149] ppid=31144 vsize=13980732 memory=2820 CPUtime=47.23 cores=1,3,5,7
/proc/31146/task/31149/stat : 31149 (java) S 31144 31144 13977 0 -1 1077944384 38781 0 0 0 4482 241 0 0 20 0 15 0 107122727 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292965980944 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31150] ppid=31144 vsize=13980732 memory=1376 CPUtime=47.31 cores=1,3,5,7
/proc/31146/task/31150/stat : 31150 (java) S 31144 31144 13977 0 -1 1077944384 30031 0 0 0 4450 281 0 0 20 0 15 0 107122727 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292964928656 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31151] ppid=31144 vsize=13980732 memory=11474408 CPUtime=47.35 cores=1,3,5,7
/proc/31146/task/31151/stat : 31151 (java) S 31144 31144 13977 0 -1 1077944384 30664 0 0 0 4493 242 0 0 20 0 15 0 107122727 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292963875856 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31152] ppid=31144 vsize=13980732 memory=1152 CPUtime=29.13 cores=1,3,5,7
/proc/31146/task/31152/stat : 31152 (java) R 31144 31144 13977 0 -1 4202560 37894 0 0 0 2910 3 0 0 20 0 15 0 107122729 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292510925408 140293017595694 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31153] ppid=31144 vsize=13980732 memory=3260 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31153/stat : 31153 (java) S 31144 31144 13977 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 107122729 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292509872992 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31154] ppid=31144 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31154/stat : 31154 (java) S 31144 31144 13977 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 107122729 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292508820608 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31155] ppid=31144 vsize=13980732 memory=633412 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31155/stat : 31155 (java) S 31144 31144 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107122732 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292507768912 140293032617883 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31156] ppid=31144 vsize=13980732 memory=1152 CPUtime=1.24 cores=1,3,5,7
/proc/31146/task/31156/stat : 31156 (java) S 31144 31144 13977 0 -1 1077944384 5581 0 0 0 124 0 0 0 20 0 15 0 107122732 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292506716832 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31157] ppid=31144 vsize=13980732 memory=3000 CPUtime=1.32 cores=1,3,5,7
/proc/31146/task/31157/stat : 31157 (java) S 31144 31144 13977 0 -1 1077944384 7005 0 0 0 132 0 0 0 20 0 15 0 107122732 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292505663744 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31158] ppid=31144 vsize=13980732 memory=1376 CPUtime=0.54 cores=1,3,5,7
/proc/31146/task/31158/stat : 31158 (java) S 31144 31144 13977 0 -1 1077944384 4474 0 0 0 53 1 0 0 20 0 15 0 107122732 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292504611744 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31159] ppid=31144 vsize=13980732 memory=11474404 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31159/stat : 31159 (java) S 31144 31144 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107122732 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292503559136 140293032609493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
[pid=31146/tid=31160] ppid=31144 vsize=13980732 memory=1376 CPUtime=0.07 cores=1,3,5,7
/proc/31146/task/31160/stat : 31160 (java) S 31144 31144 13977 0 -1 1077944384 327 0 0 0 3 4 0 0 20 0 15 0 107122741 14316269568 2868615 18446744073709551615 4194304 4196468 140731217490352 140292502505904 140293032610434 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13869056 140731217498545 140731217498721 140731217498721 140731217502159 0
Current children cumulated CPU time: 288.42 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11475836 KiB

[startup+143.91 s]
/proc/loadavg: 2.68 1.82 1.63 4/212 31167
/proc/meminfo: memFree=19222396/32770624 swapFree=67108860/67108860
[pid=31144] ppid=31141 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/31144/stat : 31144 (xcsp3-exec) S 31141 31144 13977 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 107122717 9740288 344 18446744073709551615 4194304 5098028 140735162919984 140735162918088 140332603552380 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 39645184 140735162921336 140735162921541 140735162921541 140735162925035 0
/proc/31144/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1376 KiB

Child status: 1
Real time (s): 143.924
CPU time (s): 288.554
CPU user time (s): 278.237
CPU system time (s): 10.3174
CPU usage (%): 200.49
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 11475836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 278.237
system time used= 10.3174
maximum resident set size= 11474828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 217076
page faults= 0
swaps= 0
block input operations= 0
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7131
involuntary context switches= 2418


# summary of solver processes directly reported to runsolver:
#   pid: 31144
#   total CPU time (s): 288.554
#   total CPU user time (s): 278.237
#   total CPU system time (s): 10.3174

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.899142 second user time and 1.378 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-20 01:56:04
IDJOB=4283922
IDBENCH=120895
IDSOLVER=2679
FILE ID=node124/4283922-1503187821
RUNJOBID= node124-1503172076-28737
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/QueensKnights/QueensKnights-m1-s1/QueensKnights-080-05-mul.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-4283922-1503187821/watcher-4283922-1503187821 -o /tmp/evaluation-result-4283922-1503187821/solver-4283922-1503187821 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503172076-28737 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1110786223 HOME/instance-4283922-1503187821.xml

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

MD5SUM BENCH= cc508950e1103ff719d16ca71225257a
RANDOM SEED=1110786223

node124.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.51
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.51
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.51
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.51
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:        30685460 kB
MemAvailable:   31328336 kB
Buffers:          294580 kB
Cached:           641192 kB
SwapCached:            0 kB
Active:          1252812 kB
Inactive:         379204 kB
Active(anon):     648808 kB
Inactive(anon):    89140 kB
Active(file):     604004 kB
Inactive(file):   290064 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7944 kB
Writeback:             4 kB
AnonPages:        695996 kB
Mapped:            70688 kB
Shmem:             41704 kB
Slab:             156508 kB
SReclaimable:     129284 kB
SUnreclaim:        27224 kB
KernelStack:        3440 kB
PageTables:         6432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1289656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    612352 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 node124 at 2017-08-20 01:58:29