Trace number 4270009

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)? 138.47301 92.647598

General information on the benchmark

NameBinPacking/BinPacking-tab-sw100/
BinPacking-tab-sw100-15.xml
MD5SUMafde4c54681b724bee939c95254967be
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark240.12199
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints21
Number of domains2
Minimum domain size19
Maximum domain size43
Distribution of domain sizes[{"size":19,"count":1},{"size":43,"count":108}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":90},{"degree":4,"count":18}]
Minimum constraint arity6
Maximum constraint arity108
Distribution of constraint arities[{"arity":6,"count":18},{"arity":19,"count":1},{"arity":108,"count":2}]
Number of extensional constraints18
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":18},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.00/0.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270009-1502674082.xml"  -tl '252s' -p 1 -x 0
0.13/0.25	c [HOME/instance-4270009-1502674082.xml, -tl, 252s, -p, 1, -x, 0]
0.13/0.31	c simple solver
0.33/0.37	c parse instance...
138.31/92.59	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
138.31/92.59		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
138.31/92.59		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
138.31/92.59		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1857)
138.31/92.59		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1813)
138.31/92.59		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
138.31/92.59		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
138.31/92.59		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
138.31/92.59		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
138.31/92.59		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
138.31/92.59		at org.xcsp.parser.XCallbacks$$Lambda$70/280884709.accept(Unknown Source)
138.31/92.59		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
138.31/92.59		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
138.31/92.59		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
138.31/92.59		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
138.31/92.59		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
138.31/92.59		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
138.31/92.59		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
138.31/92.59		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
138.31/92.59		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
138.31/92.59		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
138.31/92.59		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
138.31/92.59	s UNKNOWN
138.31/92.59	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 (15251 MiB free)
  memory of node 1: 16384 MiB (15554 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270009-1502674082/watcher-4270009-1502674082 -o /tmp/evaluation-result-4270009-1502674082/solver-4270009-1502674082 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673226-14193 --watchdog 312 ./xcsp3-exec -dir HOME -tl 252 -ml 11000 -tdir HOME -seed 129854571 HOME/instance-4270009-1502674082.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=14237, runsolver pid=14234

[startup+0.100093 s]*
/proc/loadavg: 1.66 1.95 2.02 5/204 14245
/proc/meminfo: memFree=31524840/32770624 swapFree=67108860/67108860
[pid=14237] ppid=14234 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14237/stat : 14237 (xcsp3-exec) S 14234 14237 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 55748948 9740288 345 18446744073709551615 4194304 5098028 140729508057648 140729508055752 139788908491388 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 35356672 140729508065663 140729508065866 140729508065866 140729508069355 0
/proc/14237/statm: 2378 345 289 221 0 87 0
[pid=14239] ppid=14237 vsize=13574484 memory=16668 CPUtime=0.02 cores=1,3,5,7
/proc/14239/stat : 14239 (java) S 14237 14237 11586 0 -1 1077944320 4004 0 0 0 2 0 0 0 20 0 9 0 55748956 13900271616 4167 18446744073709551615 4194304 4196468 140721268664800 140721268647344 139953444728567 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
/proc/14239/statm: 3393621 4167 2083 1 0 3383118 0
[pid=14239/tid=14240] ppid=14237 vsize=13574484 memory=-8713483618642983523 CPUtime=0.02 cores=1,3,5,7
/proc/14239/task/14240/stat : 14240 (java) R 14237 14237 11586 0 -1 4202560 2725 0 0 0 2 0 0 0 20 0 9 0 55748956 13900271616 4167 18446744073709551615 4194304 4196468 140721268664800 139953448964712 139953444750493 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14241] ppid=14237 vsize=13574484 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14241/stat : 14241 (java) S 14237 14237 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 55748957 13900271616 4167 18446744073709551615 4194304 4196468 140721268664800 139953401694480 139953444738773 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14242] ppid=14237 vsize=13574484 memory=140680305989248 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14242/stat : 14242 (java) S 14237 14237 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 55748957 13900271616 4167 18446744073709551615 4194304 4196468 140721268664800 139953400641936 139953444738773 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14243] ppid=14237 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14243/stat : 14243 (java) S 14237 14237 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 55748957 13900271616 4167 18446744073709551615 4194304 4196468 140721268664800 139953399589392 139953444738773 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14244] ppid=14237 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14244/stat : 14244 (java) S 14237 14237 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 55748957 13900271616 4167 18446744073709551615 4194304 4196468 140721268664800 139953398536848 139953444738773 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14245] ppid=14237 vsize=13574484 memory=140680305989248 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14245/stat : 14245 (java) S 14237 14237 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 55748958 13900271616 4167 18446744073709551615 4194304 4196468 140721268664800 139952990460400 139953444739714 0 0 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14246] ppid=14237 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14246/stat : 14246 (java) S 14237 14237 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 55748959 13900271616 4167 18446744073709551615 4194304 4196468 140721268664800 139952989406624 139953444738773 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14247] ppid=14237 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14247/stat : 14247 (java) S 14237 14237 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 55748959 13900271616 4167 18446744073709551615 4194304 4196468 140721268664800 139952988354096 139953444738773 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 18048 KiB

[startup+0.211667 s]*
/proc/loadavg: 1.66 1.95 2.02 4/212 14253
/proc/meminfo: memFree=31508216/32770624 swapFree=67108860/67108860
[pid=14237] ppid=14234 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14237/stat : 14237 (xcsp3-exec) S 14234 14237 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 55748948 9740288 345 18446744073709551615 4194304 5098028 140729508057648 140729508055752 139788908491388 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 35356672 140729508065663 140729508065866 140729508065866 140729508069355 0
/proc/14237/statm: 2378 345 289 221 0 87 0
[pid=14239] ppid=14237 vsize=13974352 memory=30572 CPUtime=0.13 cores=1,3,5,7
/proc/14239/stat : 14239 (java) S 14237 14237 11586 0 -1 1077944320 5524 0 0 0 12 1 0 0 20 0 15 0 55748956 14309736448 7643 18446744073709551615 4194304 4196468 140721268664800 140721268647344 139953444728567 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
/proc/14239/statm: 3493588 7643 2877 1 0 3482964 0
[pid=14239/tid=14240] ppid=14237 vsize=13974352 memory=7022364594140610616 CPUtime=0.1 cores=1,3,5,7
/proc/14239/task/14240/stat : 14240 (java) R 14237 14237 11586 0 -1 4202560 3470 0 0 0 9 1 0 0 20 0 15 0 55748956 14309736448 7643 18446744073709551615 4194304 4196468 140721268664800 139953448959872 139953444740502 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14241] ppid=14237 vsize=13974352 memory=288230596134830447 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14241/stat : 14241 (java) S 14237 14237 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 55748957 14309736448 7643 18446744073709551615 4194304 4196468 140721268664800 139953401694480 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14242] ppid=14237 vsize=13974352 memory=625588 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14242/stat : 14242 (java) S 14237 14237 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 55748957 14309736448 7643 18446744073709551615 4194304 4196468 140721268664800 139953400641936 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14243] ppid=14237 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14243/stat : 14243 (java) S 14237 14237 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 55748957 14309736448 7643 18446744073709551615 4194304 4196468 140721268664800 139953399589392 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14244] ppid=14237 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14244/stat : 14244 (java) S 14237 14237 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 55748957 14309736448 7643 18446744073709551615 4194304 4196468 140721268664800 139953398536848 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14245] ppid=14237 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14245/stat : 14245 (java) S 14237 14237 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 55748958 14309736448 7643 18446744073709551615 4194304 4196468 140721268664800 139952990460400 139953444739714 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14246] ppid=14237 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14246/stat : 14246 (java) S 14237 14237 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 55748959 14309736448 7643 18446744073709551615 4194304 4196468 140721268664800 139952989406624 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14247] ppid=14237 vsize=13974352 memory=140680305989248 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14247/stat : 14247 (java) S 14237 14237 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 55748959 14309736448 7643 18446744073709551615 4194304 4196468 140721268664800 139952988354032 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14248] ppid=14237 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14248/stat : 14248 (java) S 14237 14237 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 55748961 14309736448 7643 18446744073709551615 4194304 4196468 140721268664800 139952987302608 139953444747163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14249] ppid=14237 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14249/stat : 14249 (java) S 14237 14237 11586 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 15 0 55748961 14309736448 7643 18446744073709551615 4194304 4196468 140721268664800 139952423954416 139953444739714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14250] ppid=14237 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14250/stat : 14250 (java) R 14237 14237 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 55748961 14309736448 7643 18446744073709551615 4194304 4196468 140721268664800 139952422901872 139953444739714 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14251] ppid=14237 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/14239/task/14251/stat : 14251 (java) R 14237 14237 11586 0 -1 4202560 335 0 0 0 2 0 0 0 20 0 15 0 55748961 14309736448 7643 18446744073709551615 4194304 4196468 140721268664800 139952421849328 139953444740502 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14252] ppid=14237 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14252/stat : 14252 (java) S 14237 14237 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 55748961 14309736448 7643 18446744073709551615 4194304 4196468 140721268664800 139952420797024 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14253] ppid=14237 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14253/stat : 14253 (java) S 14237 14237 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 55748965 14309736448 7643 18446744073709551615 4194304 4196468 140721268664800 139952419744560 139953444739714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 31952 KiB

[startup+0.313868 s]*
/proc/loadavg: 1.66 1.95 2.02 3/212 14253
/proc/meminfo: memFree=31435864/32770624 swapFree=67108860/67108860
[pid=14237] ppid=14234 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14237/stat : 14237 (xcsp3-exec) S 14234 14237 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 55748948 9740288 345 18446744073709551615 4194304 5098028 140729508057648 140729508055752 139788908491388 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 35356672 140729508065663 140729508065866 140729508065866 140729508069355 0
/proc/14237/statm: 2378 345 289 221 0 87 0
[pid=14239] ppid=14237 vsize=13978608 memory=42260 CPUtime=0.33 cores=1,3,5,7
/proc/14239/stat : 14239 (java) S 14237 14237 11586 0 -1 1077944320 9250 0 0 0 31 2 0 0 20 0 15 0 55748956 14314094592 10565 18446744073709551615 4194304 4196468 140721268664800 140721268647344 139953444728567 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
/proc/14239/statm: 3494652 10565 3040 1 0 3482964 0
[pid=14239/tid=14240] ppid=14237 vsize=13978608 memory=-8774313645642428999 CPUtime=0.2 cores=1,3,5,7
/proc/14239/task/14240/stat : 14240 (java) R 14237 14237 11586 0 -1 4202560 6391 0 0 0 18 2 0 0 20 0 15 0 55748956 14314094592 10621 18446744073709551615 4194304 4196468 140721268664800 139953448949560 139953444750493 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14241] ppid=14237 vsize=13978608 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14241/stat : 14241 (java) S 14237 14237 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 55748957 14314094592 10621 18446744073709551615 4194304 4196468 140721268664800 139953401694480 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14242] ppid=14237 vsize=13978608 memory=-8542328529919094630 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14242/stat : 14242 (java) S 14237 14237 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 55748957 14314094592 10621 18446744073709551615 4194304 4196468 140721268664800 139953400641936 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14243] ppid=14237 vsize=13978608 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14243/stat : 14243 (java) S 14237 14237 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 55748957 14314094592 10621 18446744073709551615 4194304 4196468 140721268664800 139953399589392 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14244] ppid=14237 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14244/stat : 14244 (java) S 14237 14237 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 55748957 14314094592 10621 18446744073709551615 4194304 4196468 140721268664800 139953398536848 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14245] ppid=14237 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14245/stat : 14245 (java) S 14237 14237 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 55748958 14314094592 10621 18446744073709551615 4194304 4196468 140721268664800 139952990460400 139953444739714 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14246] ppid=14237 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14246/stat : 14246 (java) S 14237 14237 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 55748959 14314094592 10621 18446744073709551615 4194304 4196468 140721268664800 139952989406624 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14247] ppid=14237 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14247/stat : 14247 (java) S 14237 14237 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 55748959 14314094592 10621 18446744073709551615 4194304 4196468 140721268664800 139952988354032 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14248] ppid=14237 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14248/stat : 14248 (java) S 14237 14237 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 55748961 14314094592 10621 18446744073709551615 4194304 4196468 140721268664800 139952987302608 139953444747163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14249] ppid=14237 vsize=13978608 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/14239/task/14249/stat : 14249 (java) S 14237 14237 11586 0 -1 1077944384 668 0 0 0 3 0 0 0 20 0 15 0 55748961 14314094592 10621 18446744073709551615 4194304 4196468 140721268664800 139952423954416 139953444739714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14250] ppid=14237 vsize=13978608 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/14239/task/14250/stat : 14250 (java) S 14237 14237 11586 0 -1 1077944384 157 0 0 0 1 0 0 0 20 0 15 0 55748961 14314094592 10621 18446744073709551615 4194304 4196468 140721268664800 139952422901872 139953444739714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14251] ppid=14237 vsize=13978608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14239/task/14251/stat : 14251 (java) R 14237 14237 11586 0 -1 4202560 735 0 0 0 7 0 0 0 20 0 15 0 55748961 14314094592 10621 18446744073709551615 4194304 4196468 140721268664800 139952421849328 139953428809054 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14252] ppid=14237 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14252/stat : 14252 (java) S 14237 14237 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 55748961 14314094592 10621 18446744073709551615 4194304 4196468 140721268664800 139952420797024 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14253] ppid=14237 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14253/stat : 14253 (java) S 14237 14237 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 55748965 14314094592 10621 18446744073709551615 4194304 4196468 140721268664800 139952419744560 139953444739714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 43640 KiB

[startup+0.701581 s]
/proc/loadavg: 1.66 1.95 2.02 3/212 14253
/proc/meminfo: memFree=31090112/32770624 swapFree=67108860/67108860
[pid=14237] ppid=14234 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14237/stat : 14237 (xcsp3-exec) S 14234 14237 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 55748948 9740288 345 18446744073709551615 4194304 5098028 140729508057648 140729508055752 139788908491388 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 35356672 140729508065663 140729508065866 140729508065866 140729508069355 0
/proc/14237/statm: 2378 345 289 221 0 87 0
[pid=14239] ppid=14237 vsize=13978684 memory=288272 CPUtime=1.07 cores=1,3,5,7
/proc/14239/stat : 14239 (java) S 14237 14237 11586 0 -1 1077944320 11327 0 0 0 85 22 0 0 20 0 15 0 55748956 14314172416 72068 18446744073709551615 4194304 4196468 140721268664800 140721268647344 139953444728567 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
/proc/14239/statm: 3494671 72068 3147 1 0 3482964 0
[pid=14239/tid=14240] ppid=14237 vsize=13978684 memory=0 CPUtime=0.51 cores=1,3,5,7
/proc/14239/task/14240/stat : 14240 (java) R 14237 14237 11586 0 -1 4202560 7769 0 0 0 46 5 0 0 20 0 15 0 55748956 14314172416 72068 18446744073709551615 4194304 4196468 140721268664800 139953448960928 139953444750493 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14241] ppid=14237 vsize=13978684 memory=8242257093008242997 CPUtime=0.05 cores=1,3,5,7
/proc/14239/task/14241/stat : 14241 (java) S 14237 14237 11586 0 -1 1077944384 68 0 0 0 2 3 0 0 20 0 15 0 55748957 14314172416 72068 18446744073709551615 4194304 4196468 140721268664800 139953401694480 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14242] ppid=14237 vsize=13978684 memory=5787495302108111680 CPUtime=0.05 cores=1,3,5,7
/proc/14239/task/14242/stat : 14242 (java) S 14237 14237 11586 0 -1 1077944384 60 0 0 0 2 3 0 0 20 0 15 0 55748957 14314172416 72068 18446744073709551615 4194304 4196468 140721268664800 139953400641936 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14243] ppid=14237 vsize=13978684 memory=7666364995466192728 CPUtime=0.05 cores=1,3,5,7
/proc/14239/task/14243/stat : 14243 (java) S 14237 14237 11586 0 -1 1077944384 60 0 0 0 2 3 0 0 20 0 15 0 55748957 14314172416 72068 18446744073709551615 4194304 4196468 140721268664800 139953399589392 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14244] ppid=14237 vsize=13978684 memory=5790591594678725216 CPUtime=0.05 cores=1,3,5,7
/proc/14239/task/14244/stat : 14244 (java) S 14237 14237 11586 0 -1 1077944384 70 0 0 0 2 3 0 0 20 0 15 0 55748957 14314172416 72068 18446744073709551615 4194304 4196468 140721268664800 139953398536848 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14245] ppid=14237 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14245/stat : 14245 (java) S 14237 14237 11586 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 55748958 14314172416 72068 18446744073709551615 4194304 4196468 140721268664800 139952990460400 139953444739714 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14246] ppid=14237 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14246/stat : 14246 (java) S 14237 14237 11586 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 55748959 14314172416 72068 18446744073709551615 4194304 4196468 140721268664800 139952989406624 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14247] ppid=14237 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14247/stat : 14247 (java) S 14237 14237 11586 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 55748959 14314172416 72068 18446744073709551615 4194304 4196468 140721268664800 139952988354032 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14248] ppid=14237 vsize=13978684 memory=288230600329135420 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14248/stat : 14248 (java) S 14237 14237 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 55748961 14314172416 72068 18446744073709551615 4194304 4196468 140721268664800 139952987302608 139953444747163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14249] ppid=14237 vsize=13978684 memory=14694093259302042 CPUtime=0.06 cores=1,3,5,7
/proc/14239/task/14249/stat : 14249 (java) S 14237 14237 11586 0 -1 1077944384 806 0 0 0 6 0 0 0 20 0 15 0 55748961 14314172416 72068 18446744073709551615 4194304 4196468 140721268664800 139952423954416 139953444739714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14250] ppid=14237 vsize=13978684 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/14239/task/14250/stat : 14250 (java) S 14237 14237 11586 0 -1 1077944384 214 0 0 0 5 0 0 0 20 0 15 0 55748961 14314172416 72068 18446744073709551615 4194304 4196468 140721268664800 139952422901872 139953444739714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14251] ppid=14237 vsize=13978684 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/14239/task/14251/stat : 14251 (java) S 14237 14237 11586 0 -1 1077944384 900 0 0 0 15 0 0 0 20 0 15 0 55748961 14314172416 72068 18446744073709551615 4194304 4196468 140721268664800 139952421849328 139953444739714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14252] ppid=14237 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14252/stat : 14252 (java) S 14237 14237 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 55748961 14314172416 72068 18446744073709551615 4194304 4196468 140721268664800 139952420797024 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14253] ppid=14237 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14253/stat : 14253 (java) S 14237 14237 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 55748965 14314172416 72068 18446744073709551615 4194304 4196468 140721268664800 139952419744560 139953444739714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 289652 KiB

[startup+1.50083 s]
/proc/loadavg: 1.66 1.95 2.02 6/212 14253
/proc/meminfo: memFree=29970020/32770624 swapFree=67108860/67108860
[pid=14237] ppid=14234 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14237/stat : 14237 (xcsp3-exec) S 14234 14237 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 55748948 9740288 345 18446744073709551615 4194304 5098028 140729508057648 140729508055752 139788908491388 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 35356672 140729508065663 140729508065866 140729508065866 140729508069355 0
/proc/14237/statm: 2378 345 289 221 0 87 0
[pid=14239] ppid=14237 vsize=13978684 memory=1070288 CPUtime=2.77 cores=1,3,5,7
/proc/14239/stat : 14239 (java) S 14237 14237 11586 0 -1 1077944320 15296 0 0 0 243 34 0 0 20 0 15 0 55748956 14314172416 267572 18446744073709551615 4194304 4196468 140721268664800 140721268647344 139953444728567 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
/proc/14239/statm: 3494671 267572 3199 1 0 3482964 0
[pid=14239/tid=14240] ppid=14237 vsize=13978684 memory=0 CPUtime=1.13 cores=1,3,5,7
/proc/14239/task/14240/stat : 14240 (java) R 14237 14237 11586 0 -1 4202560 8752 0 0 0 97 16 0 0 20 0 15 0 55748956 14314172416 267572 18446744073709551615 4194304 4196468 140721268664800 139953448966560 139953072228113 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14241] ppid=14237 vsize=13978684 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/14239/task/14241/stat : 14241 (java) S 14237 14237 11586 0 -1 1077944384 130 0 0 0 17 3 0 0 20 0 15 0 55748957 14314172416 267572 18446744073709551615 4194304 4196468 140721268664800 139953401694480 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14242] ppid=14237 vsize=13978684 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/14239/task/14242/stat : 14242 (java) S 14237 14237 11586 0 -1 1077944384 95 0 0 0 18 3 0 0 20 0 15 0 55748957 14314172416 267572 18446744073709551615 4194304 4196468 140721268664800 139953400641936 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14243] ppid=14237 vsize=13978684 memory=2209 CPUtime=0.18 cores=1,3,5,7
/proc/14239/task/14243/stat : 14243 (java) S 14237 14237 11586 0 -1 1077944384 139 0 0 0 14 4 0 0 20 0 15 0 55748957 14314172416 267572 18446744073709551615 4194304 4196468 140721268664800 139953399589392 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14244] ppid=14237 vsize=13978684 memory=281360355336736 CPUtime=0.19 cores=1,3,5,7

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

/proc/14239/task/14242/stat : 14242 (java) R 14237 14237 11586 0 -1 4202560 17606 0 0 0 918 332 0 0 20 0 15 0 55748957 14316269568 2853910 18446744073709551615 4194304 4196468 140721268664800 139953400641936 139953429679666 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14243] ppid=14237 vsize=13980732 memory=9808 CPUtime=12.49 cores=1,3,5,7
/proc/14239/task/14243/stat : 14243 (java) R 14237 14237 11586 0 -1 4202560 15094 0 0 0 976 273 0 0 20 0 15 0 55748957 14316269568 2853910 18446744073709551615 4194304 4196468 140721268664800 139953399589592 139953429426319 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14244] ppid=14237 vsize=13980732 memory=5929 CPUtime=12.51 cores=1,3,5,7
/proc/14239/task/14244/stat : 14244 (java) R 14237 14237 11586 0 -1 4202560 13728 0 0 0 958 293 0 0 20 0 15 0 55748957 14316269568 2853910 18446744073709551615 4194304 4196468 140721268664800 139953398536848 139953429713863 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14245] ppid=14237 vsize=13980732 memory=-8774313645642428999 CPUtime=2.55 cores=1,3,5,7
/proc/14239/task/14245/stat : 14245 (java) S 14237 14237 11586 0 -1 1077944384 17775 0 0 0 251 4 0 0 20 0 15 0 55748958 14316269568 2853910 18446744073709551615 4194304 4196468 140721268664800 139952990458720 139953444738773 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14246] ppid=14237 vsize=13980732 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14246/stat : 14246 (java) S 14237 14237 11586 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 55748959 14316269568 2853910 18446744073709551615 4194304 4196468 140721268664800 139952989406688 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14247] ppid=14237 vsize=13980732 memory=5668 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14247/stat : 14247 (java) S 14237 14237 11586 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 55748959 14316269568 2853910 18446744073709551615 4194304 4196468 140721268664800 139952988354048 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14248] ppid=14237 vsize=13980732 memory=1996 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14248/stat : 14248 (java) S 14237 14237 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 55748961 14316269568 2853910 18446744073709551615 4194304 4196468 140721268664800 139952987302608 139953444747163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14249] ppid=14237 vsize=13980732 memory=796 CPUtime=0.44 cores=1,3,5,7
/proc/14239/task/14249/stat : 14249 (java) S 14237 14237 11586 0 -1 1077944384 3463 0 0 0 44 0 0 0 20 0 15 0 55748961 14316269568 2853910 18446744073709551615 4194304 4196468 140721268664800 139952423954416 139953444739714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14250] ppid=14237 vsize=13980732 memory=9992 CPUtime=0.5 cores=1,3,5,7
/proc/14239/task/14250/stat : 14250 (java) S 14237 14237 11586 0 -1 1077944384 2528 0 0 0 50 0 0 0 20 0 15 0 55748961 14316269568 2853910 18446744073709551615 4194304 4196468 140721268664800 139952422901872 139953444739714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14251] ppid=14237 vsize=13980732 memory=1716 CPUtime=0.3 cores=1,3,5,7
/proc/14239/task/14251/stat : 14251 (java) S 14237 14237 11586 0 -1 1077944384 2609 0 0 0 30 0 0 0 20 0 15 0 55748961 14316269568 2853910 18446744073709551615 4194304 4196468 140721268664800 139952421849328 139953444739714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14252] ppid=14237 vsize=13980732 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14252/stat : 14252 (java) S 14237 14237 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 55748961 14316269568 2853910 18446744073709551615 4194304 4196468 140721268664800 139952420797024 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14253] ppid=14237 vsize=13980732 memory=-8774313645642428999 CPUtime=0.06 cores=1,3,5,7
/proc/14239/task/14253/stat : 14253 (java) S 14237 14237 11586 0 -1 1077944384 553 0 0 0 3 3 0 0 20 0 15 0 55748965 14316269568 2853910 18446744073709551615 4194304 4196468 140721268664800 139952419744560 139953444739714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
Current children cumulated CPU time: 128.28 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11417020 KiB

[startup+91.2008 s]
/proc/loadavg: 2.26 2.05 2.05 6/212 14255
/proc/meminfo: memFree=13154100/32770624 swapFree=67108860/67108860
[pid=14237] ppid=14234 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14237/stat : 14237 (xcsp3-exec) S 14234 14237 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 55748948 9740288 345 18446744073709551615 4194304 5098028 140729508057648 140729508055752 139788908491388 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 35356672 140729508065663 140729508065866 140729508065866 140729508069355 0
/proc/14237/statm: 2378 345 289 221 0 87 0
[pid=14239] ppid=14237 vsize=13980732 memory=11415668 CPUtime=134.31 cores=1,3,5,7
/proc/14239/stat : 14239 (java) S 14237 14237 11586 0 -1 1077944320 134945 0 0 0 12215 1216 0 0 20 0 15 0 55748956 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 140721268647344 139953444728567 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
/proc/14239/statm: 3495183 2853917 3222 1 0 3483476 0
[pid=14239/tid=14240] ppid=14237 vsize=13980732 memory=4120 CPUtime=74.3 cores=1,3,5,7
/proc/14239/task/14240/stat : 14240 (java) S 14237 14237 11586 0 -1 1077944384 40326 0 0 0 7408 22 0 0 20 0 15 0 55748956 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139953448966784 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14241] ppid=14237 vsize=13980732 memory=31912 CPUtime=14.06 cores=1,3,5,7
/proc/14239/task/14241/stat : 14241 (java) R 14237 14237 11586 0 -1 4202560 19717 0 0 0 1124 282 0 0 20 0 15 0 55748957 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139953401694680 139953437831591 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14242] ppid=14237 vsize=13980732 memory=-8774313645642428999 CPUtime=13.99 cores=1,3,5,7
/proc/14239/task/14242/stat : 14242 (java) R 14237 14237 11586 0 -1 4202560 17714 0 0 0 1066 333 0 0 20 0 15 0 55748957 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139953400641744 139953437356775 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14243] ppid=14237 vsize=13980732 memory=10938496 CPUtime=13.98 cores=1,3,5,7
/proc/14239/task/14243/stat : 14243 (java) R 14237 14237 11586 0 -1 4202560 15126 0 0 0 1124 274 0 0 20 0 15 0 55748957 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139953399589200 139953428111600 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14244] ppid=14237 vsize=13980732 memory=1108 CPUtime=13.97 cores=1,3,5,7
/proc/14239/task/14244/stat : 14244 (java) R 14237 14237 11586 0 -1 4202560 13772 0 0 0 1104 293 0 0 20 0 15 0 55748957 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139953398536968 139953437356775 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14245] ppid=14237 vsize=13980732 memory=-8774313645642428999 CPUtime=2.63 cores=1,3,5,7
/proc/14239/task/14245/stat : 14245 (java) S 14237 14237 11586 0 -1 1077944384 17786 0 0 0 259 4 0 0 20 0 15 0 55748958 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139952990458960 139953444738773 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14246] ppid=14237 vsize=13980732 memory=11415668 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14246/stat : 14246 (java) S 14237 14237 11586 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 55748959 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139952989406688 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14247] ppid=14237 vsize=13980732 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14247/stat : 14247 (java) S 14237 14237 11586 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 55748959 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139952988354048 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14248] ppid=14237 vsize=13980732 memory=31912 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14248/stat : 14248 (java) S 14237 14237 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 55748961 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139952987302608 139953444747163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14249] ppid=14237 vsize=13980732 memory=-8774313645642428999 CPUtime=0.44 cores=1,3,5,7
/proc/14239/task/14249/stat : 14249 (java) S 14237 14237 11586 0 -1 1077944384 3463 0 0 0 44 0 0 0 20 0 15 0 55748961 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139952423954416 139953444739714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14250] ppid=14237 vsize=13980732 memory=7151728 CPUtime=0.5 cores=1,3,5,7
/proc/14239/task/14250/stat : 14250 (java) S 14237 14237 11586 0 -1 1077944384 2528 0 0 0 50 0 0 0 20 0 15 0 55748961 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139952422901872 139953444739714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14251] ppid=14237 vsize=13980732 memory=9992 CPUtime=0.3 cores=1,3,5,7
/proc/14239/task/14251/stat : 14251 (java) S 14237 14237 11586 0 -1 1077944384 2609 0 0 0 30 0 0 0 20 0 15 0 55748961 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139952421849328 139953444739714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14252] ppid=14237 vsize=13980732 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14252/stat : 14252 (java) S 14237 14237 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 55748961 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139952420797024 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14253] ppid=14237 vsize=13980732 memory=11407200 CPUtime=0.06 cores=1,3,5,7
/proc/14239/task/14253/stat : 14253 (java) S 14237 14237 11586 0 -1 1077944384 555 0 0 0 3 3 0 0 20 0 15 0 55748965 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139952419744560 139953444739714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
Current children cumulated CPU time: 134.31 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11417048 KiB

[startup+92.0008 s]*
/proc/loadavg: 2.26 2.05 2.05 6/212 14255
/proc/meminfo: memFree=13154104/32770624 swapFree=67108860/67108860
[pid=14237] ppid=14234 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14237/stat : 14237 (xcsp3-exec) S 14234 14237 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 55748948 9740288 345 18446744073709551615 4194304 5098028 140729508057648 140729508055752 139788908491388 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 35356672 140729508065663 140729508065866 140729508065866 140729508069355 0
/proc/14237/statm: 2378 345 289 221 0 87 0
[pid=14239] ppid=14237 vsize=13980732 memory=11415668 CPUtime=137.47 cores=1,3,5,7
/proc/14239/stat : 14239 (java) S 14237 14237 11586 0 -1 1077944320 145318 0 0 0 12528 1219 0 0 20 0 15 0 55748956 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 140721268647344 139953444728567 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
/proc/14239/statm: 3495183 2853917 3222 1 0 3483476 0
[pid=14239/tid=14240] ppid=14237 vsize=13980732 memory=-8774313645642428999 CPUtime=74.3 cores=1,3,5,7
/proc/14239/task/14240/stat : 14240 (java) S 14237 14237 11586 0 -1 1077944384 40326 0 0 0 7408 22 0 0 20 0 15 0 55748956 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139953448966784 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14241] ppid=14237 vsize=13980732 memory=4126316290023845779 CPUtime=14.87 cores=1,3,5,7
/proc/14239/task/14241/stat : 14241 (java) R 14237 14237 11586 0 -1 4202560 30092 0 0 0 1204 283 0 0 20 0 15 0 55748957 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139953401694680 139953437831581 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14242] ppid=14237 vsize=13980732 memory=15254852779378649 CPUtime=14.77 cores=1,3,5,7
/proc/14239/task/14242/stat : 14242 (java) R 14237 14237 11586 0 -1 4202560 17714 0 0 0 1143 334 0 0 20 0 15 0 55748957 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139953400641744 139953437356775 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14243] ppid=14237 vsize=13980732 memory=1008 CPUtime=14.77 cores=1,3,5,7
/proc/14239/task/14243/stat : 14243 (java) R 14237 14237 11586 0 -1 4202560 15126 0 0 0 1202 275 0 0 20 0 15 0 55748957 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139953399589200 139953437356775 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14244] ppid=14237 vsize=13980732 memory=2432 CPUtime=14.74 cores=1,3,5,7
/proc/14239/task/14244/stat : 14244 (java) R 14237 14237 11586 0 -1 4202560 13772 0 0 0 1180 294 0 0 20 0 15 0 55748957 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139953398536968 139953437356775 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14245] ppid=14237 vsize=13980732 memory=2432 CPUtime=2.63 cores=1,3,5,7
/proc/14239/task/14245/stat : 14245 (java) S 14237 14237 11586 0 -1 1077944384 17786 0 0 0 259 4 0 0 20 0 15 0 55748958 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139952990458960 139953444738773 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14246] ppid=14237 vsize=13980732 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14246/stat : 14246 (java) S 14237 14237 11586 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 55748959 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139952989406688 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14247] ppid=14237 vsize=13980732 memory=2880 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14247/stat : 14247 (java) S 14237 14237 11586 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 55748959 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139952988354048 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14248] ppid=14237 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14248/stat : 14248 (java) S 14237 14237 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 55748961 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139952987302608 139953444747163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14249] ppid=14237 vsize=13980732 memory=6982348 CPUtime=0.44 cores=1,3,5,7
/proc/14239/task/14249/stat : 14249 (java) S 14237 14237 11586 0 -1 1077944384 3463 0 0 0 44 0 0 0 20 0 15 0 55748961 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139952423954416 139953444739714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14250] ppid=14237 vsize=13980732 memory=1156 CPUtime=0.5 cores=1,3,5,7
/proc/14239/task/14250/stat : 14250 (java) S 14237 14237 11586 0 -1 1077944384 2528 0 0 0 50 0 0 0 20 0 15 0 55748961 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139952422901872 139953444739714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14251] ppid=14237 vsize=13980732 memory=2936 CPUtime=0.3 cores=1,3,5,7
/proc/14239/task/14251/stat : 14251 (java) S 14237 14237 11586 0 -1 1077944384 2609 0 0 0 30 0 0 0 20 0 15 0 55748961 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139952421849328 139953444739714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14252] ppid=14237 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14252/stat : 14252 (java) S 14237 14237 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 55748961 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139952420797024 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14253] ppid=14237 vsize=13980732 memory=10938496 CPUtime=0.06 cores=1,3,5,7
/proc/14239/task/14253/stat : 14253 (java) S 14237 14237 11586 0 -1 1077944384 555 0 0 0 3 3 0 0 20 0 15 0 55748965 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139952419744560 139953444739714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
Current children cumulated CPU time: 137.47 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11417048 KiB

[startup+92.4008 s]
/proc/loadavg: 2.26 2.05 2.05 6/212 14255
/proc/meminfo: memFree=13154104/32770624 swapFree=67108860/67108860
[pid=14237] ppid=14234 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14237/stat : 14237 (xcsp3-exec) S 14234 14237 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 55748948 9740288 345 18446744073709551615 4194304 5098028 140729508057648 140729508055752 139788908491388 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 35356672 140729508065663 140729508065866 140729508065866 140729508069355 0
/proc/14237/statm: 2378 345 289 221 0 87 0
[pid=14239] ppid=14237 vsize=13980732 memory=11415668 CPUtime=138.21 cores=1,3,5,7
/proc/14239/stat : 14239 (java) S 14237 14237 11586 0 -1 1077944320 146480 0 0 0 12602 1219 0 0 20 0 15 0 55748956 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 140721268647344 139953444728567 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
/proc/14239/statm: 3495183 2853917 3222 1 0 3483476 0
[pid=14239/tid=14240] ppid=14237 vsize=13980732 memory=-8774313645642428999 CPUtime=74.3 cores=1,3,5,7
/proc/14239/task/14240/stat : 14240 (java) S 14237 14237 11586 0 -1 1077944384 40326 0 0 0 7408 22 0 0 20 0 15 0 55748956 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139953448966784 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14241] ppid=14237 vsize=13980732 memory=11415668 CPUtime=14.99 cores=1,3,5,7
/proc/14239/task/14241/stat : 14241 (java) S 14237 14237 11586 0 -1 1077944384 31252 0 0 0 1216 283 0 0 20 0 15 0 55748957 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139953401694480 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14242] ppid=14237 vsize=13980732 memory=928 CPUtime=14.89 cores=1,3,5,7
/proc/14239/task/14242/stat : 14242 (java) S 14237 14237 11586 0 -1 1077944384 17714 0 0 0 1155 334 0 0 20 0 15 0 55748957 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139953400641936 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14243] ppid=14237 vsize=13980732 memory=1580 CPUtime=14.89 cores=1,3,5,7
/proc/14239/task/14243/stat : 14243 (java) S 14237 14237 11586 0 -1 1077944384 15126 0 0 0 1214 275 0 0 20 0 15 0 55748957 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139953399589392 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14244] ppid=14237 vsize=13980732 memory=2432 CPUtime=14.86 cores=1,3,5,7
/proc/14239/task/14244/stat : 14244 (java) S 14237 14237 11586 0 -1 1077944384 13772 0 0 0 1192 294 0 0 20 0 15 0 55748957 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139953398536848 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14245] ppid=14237 vsize=13980732 memory=1156 CPUtime=2.9 cores=1,3,5,7
/proc/14239/task/14245/stat : 14245 (java) R 14237 14237 11586 0 -1 4202560 17786 0 0 0 286 4 0 0 20 0 15 0 55748958 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139952990458960 139953429186158 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14246] ppid=14237 vsize=13980732 memory=2972 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14246/stat : 14246 (java) S 14237 14237 11586 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 55748959 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139952989406688 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14247] ppid=14237 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14247/stat : 14247 (java) S 14237 14237 11586 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 55748959 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139952988354048 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14248] ppid=14237 vsize=13980732 memory=6982348 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14248/stat : 14248 (java) S 14237 14237 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 55748961 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139952987302608 139953444747163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14249] ppid=14237 vsize=13980732 memory=1156 CPUtime=0.44 cores=1,3,5,7
/proc/14239/task/14249/stat : 14249 (java) S 14237 14237 11586 0 -1 1077944384 3463 0 0 0 44 0 0 0 20 0 15 0 55748961 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139952423954416 139953444739714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14250] ppid=14237 vsize=13980732 memory=2976 CPUtime=0.5 cores=1,3,5,7
/proc/14239/task/14250/stat : 14250 (java) S 14237 14237 11586 0 -1 1077944384 2528 0 0 0 50 0 0 0 20 0 15 0 55748961 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139952422901872 139953444739714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14251] ppid=14237 vsize=13980732 memory=1380 CPUtime=0.3 cores=1,3,5,7
/proc/14239/task/14251/stat : 14251 (java) S 14237 14237 11586 0 -1 1077944384 2609 0 0 0 30 0 0 0 20 0 15 0 55748961 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139952421849328 139953444739714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14252] ppid=14237 vsize=13980732 memory=11415640 CPUtime=0 cores=1,3,5,7
/proc/14239/task/14252/stat : 14252 (java) S 14237 14237 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 55748961 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139952420797024 139953444738773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
[pid=14239/tid=14253] ppid=14237 vsize=13980732 memory=16240 CPUtime=0.06 cores=1,3,5,7
/proc/14239/task/14253/stat : 14253 (java) S 14237 14237 11586 0 -1 1077944384 555 0 0 0 3 3 0 0 20 0 15 0 55748965 14316269568 2853917 18446744073709551615 4194304 4196468 140721268664800 139952419744560 139953444739714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10575872 140721268666807 140721268666982 140721268666982 140721268670415 0
Current children cumulated CPU time: 138.21 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11417048 KiB

[startup+92.6008 s]
/proc/loadavg: 2.26 2.05 2.05 6/212 14255
/proc/meminfo: memFree=13154104/32770624 swapFree=67108860/67108860
[pid=14237] ppid=14234 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14237/stat : 14237 (xcsp3-exec) S 14234 14237 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 55748948 9740288 345 18446744073709551615 4194304 5098028 140729508057648 140729508055752 139788908491388 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 35356672 140729508065663 140729508065866 140729508065866 140729508069355 0
/proc/14237/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): 92.6476
CPU time (s): 138.473
CPU user time (s): 126.225
CPU system time (s): 12.2472
CPU usage (%): 149.462
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 11417048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 126.225
system time used= 12.2472
maximum resident set size= 11416192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147633
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5837
involuntary context switches= 705


# summary of solver processes directly reported to runsolver:
#   pid: 14237
#   total CPU time (s): 138.473
#   total CPU user time (s): 126.225
#   total CPU system time (s): 12.2472

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.649274 second user time and 0.972945 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-14 03:13:47
IDJOB=4270009
IDBENCH=137919
IDSOLVER=2661
FILE ID=node124/4270009-1502674082
RUNJOBID= node124-1502673226-14193
PBS_JOBID= 
Free space on /tmp= 61920 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw100/BinPacking-tab-sw100-15.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-4270009-1502674082/watcher-4270009-1502674082 -o /tmp/evaluation-result-4270009-1502674082/solver-4270009-1502674082 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673226-14193 --watchdog 312  ./xcsp3-exec -dir HOME -tl 252 -ml 11000 -tdir HOME -seed 129854571 HOME/instance-4270009-1502674082.xml

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

MD5SUM BENCH= afde4c54681b724bee939c95254967be
RANDOM SEED=129854571

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:        31545856 kB
MemAvailable:   31976308 kB
Buffers:          195648 kB
Cached:           515468 kB
SwapCached:            0 kB
Active:           557460 kB
Inactive:         222000 kB
Active(anon):      20356 kB
Inactive(anon):    73808 kB
Active(file):     537104 kB
Inactive(file):   148192 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            121876 kB
Writeback:             4 kB
AnonPages:         60652 kB
Mapped:            53852 kB
Shmem:             25352 kB
Slab:             148352 kB
SReclaimable:     121980 kB
SUnreclaim:        26372 kB
KernelStack:        3104 kB
PageTables:         4668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1256244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61912 MiB
End job on node124 at 2017-08-14 03:15:20