Trace number 4269019

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)? 146.39799 95.061897

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269019-1502845371/watcher-4269019-1502845371 -o /tmp/evaluation-result-4269019-1502845371/solver-4269019-1502845371 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14690 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 319322499 HOME/instance-4269019-1502845371.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
solver pid=14730, runsolver pid=14727
Current StackSize limit: 8192 KiB


[startup+0.100172 s]*
/proc/loadavg: 2.34 2.09 2.01 4/203 14738
/proc/meminfo: memFree=30726772/32770624 swapFree=67108860/67108860
[pid=14730] ppid=14727 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14730/stat : 14730 (xcsp3-exec) S 14727 14730 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 72877777 9740288 345 18446744073709551615 4194304 5098028 140727088267200 140727088265304 139796377199228 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 15769600 140727088275833 140727088276037 140727088276037 140727088279531 0
/proc/14730/statm: 2378 345 289 221 0 87 0
[pid=14732] ppid=14730 vsize=13574484 memory=16932 CPUtime=0.02 cores=1,3,5,7
/proc/14732/stat : 14732 (java) S 14730 14730 11586 0 -1 1077944320 4035 0 0 0 2 0 0 0 20 0 9 0 72877784 13900271616 4233 18446744073709551615 4194304 4196468 140723066089408 140723066071952 140534326435575 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
/proc/14732/statm: 3393621 4233 2092 1 0 3383118 0
[pid=14732/tid=14733] ppid=14730 vsize=13574484 memory=4206989191851631162 CPUtime=0.02 cores=1,3,5,7
/proc/14732/task/14733/stat : 14733 (java) R 14730 14730 11586 0 -1 4202560 2745 0 0 0 2 0 0 0 20 0 9 0 72877785 13900271616 4233 18446744073709551615 4194304 4196468 140723066089408 140534330676368 140534310516062 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14734] ppid=14730 vsize=13574484 memory=3461491280779249289 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14734/stat : 14734 (java) S 14730 14730 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 72877785 13900271616 4233 18446744073709551615 4194304 4196468 140723066089408 140533926390416 140534326445781 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14735] ppid=14730 vsize=13574484 memory=140676149565056 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14735/stat : 14735 (java) S 14730 14730 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 72877785 13900271616 4233 18446744073709551615 4194304 4196468 140723066089408 140533925337616 140534326445781 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14736] ppid=14730 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14736/stat : 14736 (java) S 14730 14730 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 72877785 13900271616 4233 18446744073709551615 4194304 4196468 140723066089408 140533924284816 140534326445781 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14737] ppid=14730 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14737/stat : 14737 (java) S 14730 14730 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 72877785 13900271616 4233 18446744073709551615 4194304 4196468 140723066089408 140533923232016 140534326445781 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14738] ppid=14730 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14738/stat : 14738 (java) S 14730 14730 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 72877787 13900271616 4233 18446744073709551615 4194304 4196468 140723066089408 140533804526448 140534326446722 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14739] ppid=14730 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14739/stat : 14739 (java) S 14730 14730 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 72877787 13900271616 4233 18446744073709551615 4194304 4196468 140723066089408 140533803472416 140534326445781 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14740] ppid=14730 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14740/stat : 14740 (java) S 14730 14730 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 72877787 13900271616 4233 18446744073709551615 4194304 4196468 140723066089408 140533802419632 140534326445781 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 18312 KiB

[startup+0.218219 s]*
/proc/loadavg: 2.34 2.09 2.01 4/211 14746
/proc/meminfo: memFree=30716548/32770624 swapFree=67108860/67108860
[pid=14730] ppid=14727 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14730/stat : 14730 (xcsp3-exec) S 14727 14730 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 72877777 9740288 345 18446744073709551615 4194304 5098028 140727088267200 140727088265304 139796377199228 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 15769600 140727088275833 140727088276037 140727088276037 140727088279531 0
/proc/14730/statm: 2378 345 289 221 0 87 0
[pid=14732] ppid=14730 vsize=13974352 memory=29308 CPUtime=0.16 cores=1,3,5,7
/proc/14732/stat : 14732 (java) S 14730 14730 11586 0 -1 1077944320 5731 0 0 0 15 1 0 0 20 0 15 0 72877784 14309736448 7327 18446744073709551615 4194304 4196468 140723066089408 140723066071952 140534326435575 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
/proc/14732/statm: 3493588 7327 2930 1 0 3482964 0
[pid=14732/tid=14733] ppid=14730 vsize=13974352 memory=-6513164305690628455 CPUtime=0.1 cores=1,3,5,7
/proc/14732/task/14733/stat : 14733 (java) R 14730 14730 11586 0 -1 4202560 3485 0 0 0 10 0 0 0 20 0 15 0 72877785 14309736448 7327 18446744073709551615 4194304 4196468 140723066089408 140534330656848 140534326447510 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14734] ppid=14730 vsize=13974352 memory=3461491280779249289 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14734/stat : 14734 (java) S 14730 14730 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72877785 14309736448 7327 18446744073709551615 4194304 4196468 140723066089408 140533926390416 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14735] ppid=14730 vsize=13974352 memory=140676149565056 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14735/stat : 14735 (java) S 14730 14730 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72877785 14309736448 7327 18446744073709551615 4194304 4196468 140723066089408 140533925337616 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14736] ppid=14730 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14736/stat : 14736 (java) S 14730 14730 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72877785 14309736448 7327 18446744073709551615 4194304 4196468 140723066089408 140533924284816 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14737] ppid=14730 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14737/stat : 14737 (java) S 14730 14730 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72877785 14309736448 7327 18446744073709551615 4194304 4196468 140723066089408 140533923232016 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14738] ppid=14730 vsize=13974352 memory=140676149565056 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14738/stat : 14738 (java) S 14730 14730 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72877787 14309736448 7327 18446744073709551615 4194304 4196468 140723066089408 140533804526448 140534326446722 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14739] ppid=14730 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14739/stat : 14739 (java) S 14730 14730 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 72877787 14309736448 7327 18446744073709551615 4194304 4196468 140723066089408 140533803472416 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14740] ppid=14730 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14740/stat : 14740 (java) S 14730 14730 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 72877787 14309736448 7327 18446744073709551615 4194304 4196468 140723066089408 140533802419568 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14741] ppid=14730 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14741/stat : 14741 (java) S 14730 14730 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72877790 14309736448 7327 18446744073709551615 4194304 4196468 140723066089408 140533801367888 140534326454171 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14742] ppid=14730 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/14732/task/14742/stat : 14742 (java) S 14730 14730 11586 0 -1 1077944384 351 0 0 0 1 0 0 0 20 0 15 0 72877790 14309736448 7327 18446744073709551615 4194304 4196468 140723066089408 140533800315248 140534326446722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14743] ppid=14730 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14743/stat : 14743 (java) S 14730 14730 11586 0 -1 1077944384 195 0 0 0 0 0 0 0 20 0 15 0 72877790 14309736448 7327 18446744073709551615 4194304 4196468 140723066089408 140533799262448 140534326446722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14744] ppid=14730 vsize=13974352 memory=140676149565056 CPUtime=0.02 cores=1,3,5,7
/proc/14732/task/14744/stat : 14744 (java) R 14730 14730 11586 0 -1 4202560 402 0 0 0 2 0 0 0 20 0 15 0 72877790 14309736448 7327 18446744073709551615 4194304 4196468 140723066089408 140533798205560 140534305000689 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14745] ppid=14730 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14745/stat : 14745 (java) S 14730 14730 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72877790 14309736448 7327 18446744073709551615 4194304 4196468 140723066089408 140533797157088 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14746] ppid=14730 vsize=13974352 memory=140676149565056 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14746/stat : 14746 (java) S 14730 14730 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72877793 14309736448 7327 18446744073709551615 4194304 4196468 140723066089408 140533796105392 140534326446722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 30688 KiB

[startup+0.310456 s]*
/proc/loadavg: 2.34 2.09 2.01 4/211 14746
/proc/meminfo: memFree=30703928/32770624 swapFree=67108860/67108860
[pid=14730] ppid=14727 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14730/stat : 14730 (xcsp3-exec) S 14727 14730 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 72877777 9740288 345 18446744073709551615 4194304 5098028 140727088267200 140727088265304 139796377199228 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 15769600 140727088275833 140727088276037 140727088276037 140727088279531 0
/proc/14730/statm: 2378 345 289 221 0 87 0
[pid=14732] ppid=14730 vsize=13978608 memory=39936 CPUtime=0.33 cores=1,3,5,7
/proc/14732/stat : 14732 (java) S 14730 14730 11586 0 -1 1077944320 9243 0 0 0 31 2 0 0 20 0 15 0 72877784 14314094592 9984 18446744073709551615 4194304 4196468 140723066089408 140723066071952 140534326435575 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
/proc/14732/statm: 3494652 9984 3029 1 0 3482964 0
[pid=14732/tid=14733] ppid=14730 vsize=13978608 memory=-8774313645642428999 CPUtime=0.19 cores=1,3,5,7
/proc/14732/task/14733/stat : 14733 (java) R 14730 14730 11586 0 -1 4202560 6377 0 0 0 18 1 0 0 20 0 15 0 72877785 14314094592 9984 18446744073709551615 4194304 4196468 140723066089408 140534330656568 140534310516062 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14734] ppid=14730 vsize=13978608 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14734/stat : 14734 (java) S 14730 14730 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72877785 14314094592 9984 18446744073709551615 4194304 4196468 140723066089408 140533926390416 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14735] ppid=14730 vsize=13978608 memory=-7095026953927048025 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14735/stat : 14735 (java) S 14730 14730 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72877785 14314094592 9984 18446744073709551615 4194304 4196468 140723066089408 140533925337616 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14736] ppid=14730 vsize=13978608 memory=-8713483618642589532 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14736/stat : 14736 (java) S 14730 14730 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72877785 14314094592 9984 18446744073709551615 4194304 4196468 140723066089408 140533924284816 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14737] ppid=14730 vsize=13978608 memory=6933928925625698159 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14737/stat : 14737 (java) S 14730 14730 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72877785 14314094592 9984 18446744073709551615 4194304 4196468 140723066089408 140533923232016 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14738] ppid=14730 vsize=13978608 memory=140676149572049 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14738/stat : 14738 (java) S 14730 14730 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72877787 14314094592 9984 18446744073709551615 4194304 4196468 140723066089408 140533804526448 140534326446722 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14739] ppid=14730 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14739/stat : 14739 (java) S 14730 14730 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 72877787 14314094592 9984 18446744073709551615 4194304 4196468 140723066089408 140533803472416 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14740] ppid=14730 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14740/stat : 14740 (java) S 14730 14730 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 72877787 14314094592 9984 18446744073709551615 4194304 4196468 140723066089408 140533802419568 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14741] ppid=14730 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14741/stat : 14741 (java) S 14730 14730 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72877790 14314094592 9984 18446744073709551615 4194304 4196468 140723066089408 140533801367888 140534326454171 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14742] ppid=14730 vsize=13978608 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/14732/task/14742/stat : 14742 (java) S 14730 14730 11586 0 -1 1077944384 625 0 0 0 3 0 0 0 20 0 15 0 72877790 14314094592 9984 18446744073709551615 4194304 4196468 140723066089408 140533800315248 140534326446722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14743] ppid=14730 vsize=13978608 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/14732/task/14743/stat : 14743 (java) S 14730 14730 11586 0 -1 1077944384 214 0 0 0 1 0 0 0 20 0 15 0 72877790 14314094592 9984 18446744073709551615 4194304 4196468 140723066089408 140533799262448 140534326446722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14744] ppid=14730 vsize=13978608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14732/task/14744/stat : 14744 (java) S 14730 14730 11586 0 -1 1077944384 723 0 0 0 7 0 0 0 20 0 15 0 72877790 14314094592 9984 18446744073709551615 4194304 4196468 140723066089408 140533798209648 140534326446722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14745] ppid=14730 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14745/stat : 14745 (java) S 14730 14730 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72877790 14314094592 9984 18446744073709551615 4194304 4196468 140723066089408 140533797157088 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14746] ppid=14730 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14746/stat : 14746 (java) S 14730 14730 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72877793 14314094592 9984 18446744073709551615 4194304 4196468 140723066089408 140533796105392 140534326446722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 41316 KiB

[startup+0.707225 s]
/proc/loadavg: 2.34 2.09 2.01 3/211 14746
/proc/meminfo: memFree=30640952/32770624 swapFree=67108860/67108860
[pid=14730] ppid=14727 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14730/stat : 14730 (xcsp3-exec) S 14727 14730 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 72877777 9740288 345 18446744073709551615 4194304 5098028 140727088267200 140727088265304 139796377199228 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 15769600 140727088275833 140727088276037 140727088276037 140727088279531 0
/proc/14730/statm: 2378 345 289 221 0 87 0
[pid=14732] ppid=14730 vsize=13978684 memory=285980 CPUtime=1.08 cores=1,3,5,7
/proc/14732/stat : 14732 (java) S 14730 14730 11586 0 -1 1077944320 11361 0 0 0 87 21 0 0 20 0 15 0 72877784 14314172416 71495 18446744073709551615 4194304 4196468 140723066089408 140723066071952 140534326435575 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
/proc/14732/statm: 3494671 71495 3137 1 0 3482964 0
[pid=14732/tid=14733] ppid=14730 vsize=13978684 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/14732/task/14733/stat : 14733 (java) R 14730 14730 11586 0 -1 4202560 7801 0 0 0 46 6 0 0 20 0 15 0 72877785 14314172416 71495 18446744073709551615 4194304 4196468 140723066089408 140534330670680 140534326457501 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14734] ppid=14730 vsize=13978684 memory=281352033329856 CPUtime=0.05 cores=1,3,5,7
/proc/14732/task/14734/stat : 14734 (java) S 14730 14730 11586 0 -1 1077944384 61 0 0 0 2 3 0 0 20 0 15 0 72877785 14314172416 71495 18446744073709551615 4194304 4196468 140723066089408 140533926390416 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14735] ppid=14730 vsize=13978684 memory=140676016671153 CPUtime=0.06 cores=1,3,5,7
/proc/14732/task/14735/stat : 14735 (java) S 14730 14730 11586 0 -1 1077944384 58 0 0 0 3 3 0 0 20 0 15 0 72877785 14314172416 71560 18446744073709551615 4194304 4196468 140723066089408 140533925337616 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14736] ppid=14730 vsize=13978684 memory=140676016673840 CPUtime=0.06 cores=1,3,5,7
/proc/14732/task/14736/stat : 14736 (java) S 14730 14730 11586 0 -1 1077944384 66 0 0 0 3 3 0 0 20 0 15 0 72877785 14314172416 71560 18446744073709551615 4194304 4196468 140723066089408 140533924284816 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14737] ppid=14730 vsize=13978684 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/14732/task/14737/stat : 14737 (java) S 14730 14730 11586 0 -1 1077944384 70 0 0 0 3 3 0 0 20 0 15 0 72877785 14314172416 71560 18446744073709551615 4194304 4196468 140723066089408 140533923232016 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14738] ppid=14730 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14738/stat : 14738 (java) S 14730 14730 11586 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 72877787 14314172416 71560 18446744073709551615 4194304 4196468 140723066089408 140533804526448 140534326446722 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14739] ppid=14730 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14739/stat : 14739 (java) S 14730 14730 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 72877787 14314172416 71560 18446744073709551615 4194304 4196468 140723066089408 140533803472416 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14740] ppid=14730 vsize=13978684 memory=2 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14740/stat : 14740 (java) S 14730 14730 11586 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 72877787 14314172416 71560 18446744073709551615 4194304 4196468 140723066089408 140533802419568 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14741] ppid=14730 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14741/stat : 14741 (java) S 14730 14730 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72877790 14314172416 71560 18446744073709551615 4194304 4196468 140723066089408 140533801367888 140534326454171 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14742] ppid=14730 vsize=13978684 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14732/task/14742/stat : 14742 (java) S 14730 14730 11586 0 -1 1077944384 767 0 0 0 7 0 0 0 20 0 15 0 72877790 14314172416 71560 18446744073709551615 4194304 4196468 140723066089408 140533800315248 140534326446722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14743] ppid=14730 vsize=13978684 memory=15 CPUtime=0.05 cores=1,3,5,7
/proc/14732/task/14743/stat : 14743 (java) S 14730 14730 11586 0 -1 1077944384 263 0 0 0 5 0 0 0 20 0 15 0 72877790 14314172416 71560 18446744073709551615 4194304 4196468 140723066089408 140533799262448 140534326446722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14744] ppid=14730 vsize=13978684 memory=3 CPUtime=0.15 cores=1,3,5,7
/proc/14732/task/14744/stat : 14744 (java) R 14730 14730 11586 0 -1 4202560 896 0 0 0 15 0 0 0 20 0 15 0 72877790 14314172416 71560 18446744073709551615 4194304 4196468 140723066089408 140533798209648 140534319532411 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14745] ppid=14730 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14745/stat : 14745 (java) S 14730 14730 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72877790 14314172416 71560 18446744073709551615 4194304 4196468 140723066089408 140533797157088 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14746] ppid=14730 vsize=13978684 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14746/stat : 14746 (java) S 14730 14730 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72877793 14314172416 71560 18446744073709551615 4194304 4196468 140723066089408 140533796105392 140534326446722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 287360 KiB

[startup+1.50085 s]
/proc/loadavg: 2.34 2.09 2.01 6/211 14746
/proc/meminfo: memFree=29729184/32770624 swapFree=67108860/67108860
[pid=14730] ppid=14727 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14730/stat : 14730 (xcsp3-exec) S 14727 14730 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 72877777 9740288 345 18446744073709551615 4194304 5098028 140727088267200 140727088265304 139796377199228 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 15769600 140727088275833 140727088276037 140727088276037 140727088279531 0
/proc/14730/statm: 2378 345 289 221 0 87 0
[pid=14732] ppid=14730 vsize=13978684 memory=1067444 CPUtime=2.78 cores=1,3,5,7
/proc/14732/stat : 14732 (java) S 14730 14730 11586 0 -1 1077944320 15731 0 0 0 245 33 0 0 20 0 15 0 72877784 14314172416 266861 18446744073709551615 4194304 4196468 140723066089408 140723066071952 140534326435575 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
/proc/14732/statm: 3494671 266861 3207 1 0 3482964 0
[pid=14732/tid=14733] ppid=14730 vsize=13978684 memory=40420 CPUtime=1.14 cores=1,3,5,7
/proc/14732/task/14733/stat : 14733 (java) R 14730 14730 11586 0 -1 4202560 8750 0 0 0 98 16 0 0 20 0 15 0 72877785 14314172416 266861 18446744073709551615 4194304 4196468 140723066089408 140534330673632 140533967074460 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14734] ppid=14730 vsize=13978684 memory=281352033428272 CPUtime=0.18 cores=1,3,5,7
/proc/14732/task/14734/stat : 14734 (java) S 14730 14730 11586 0 -1 1077944384 161 0 0 0 15 3 0 0 20 0 15 0 72877785 14314172416 266861 18446744073709551615 4194304 4196468 140723066089408 140533926390416 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14735] ppid=14730 vsize=13978684 memory=288230621803970871 CPUtime=0.21 cores=1,3,5,7
/proc/14732/task/14735/stat : 14735 (java) S 14730 14730 11586 0 -1 1077944384 460 0 0 0 17 4 0 0 20 0 15 0 72877785 14314172416 266861 18446744073709551615 4194304 4196468 140723066089408 140533925337616 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14736] ppid=14730 vsize=13978684 memory=810512 CPUtime=0.21 cores=1,3,5,7
/proc/14732/task/14736/stat : 14736 (java) S 14730 14730 11586 0 -1 1077944384 132 0 0 0 18 3 0 0 20 0 15 0 72877785 14314172416 266861 18446744073709551615 4194304 4196468 140723066089408 140533924284816 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14737] ppid=14730 vsize=13978684 memory=285980 CPUtime=0.18 cores=1,3,5,7

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

/proc/14732/task/14737/stat : 14737 (java) S 14730 14730 11586 0 -1 1077944384 47870 0 0 0 946 286 0 0 20 0 15 0 72877785 14316269568 2722403 18446744073709551615 4194304 4196468 140723066089408 140533923232016 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14738] ppid=14730 vsize=13980732 memory=1296 CPUtime=2.43 cores=1,3,5,7
/proc/14732/task/14738/stat : 14738 (java) R 14730 14730 11586 0 -1 4202560 21389 0 0 0 239 4 0 0 20 0 15 0 72877787 14316269568 2722403 18446744073709551615 4194304 4196468 140723066089408 140533804524992 140534311431976 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14739] ppid=14730 vsize=13980732 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14739/stat : 14739 (java) S 14730 14730 11586 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 72877787 14316269568 2722403 18446744073709551615 4194304 4196468 140723066089408 140533803472480 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14740] ppid=14730 vsize=13980732 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14740/stat : 14740 (java) S 14730 14730 11586 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 72877787 14316269568 2722403 18446744073709551615 4194304 4196468 140723066089408 140533802419584 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14741] ppid=14730 vsize=13980732 memory=1996 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14741/stat : 14741 (java) S 14730 14730 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72877790 14316269568 2722403 18446744073709551615 4194304 4196468 140723066089408 140533801367888 140534326454171 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14742] ppid=14730 vsize=13980732 memory=56 CPUtime=0.48 cores=1,3,5,7
/proc/14732/task/14742/stat : 14742 (java) S 14730 14730 11586 0 -1 1077944384 3022 0 0 0 48 0 0 0 20 0 15 0 72877790 14316269568 2722403 18446744073709551615 4194304 4196468 140723066089408 140533800315296 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14743] ppid=14730 vsize=13980732 memory=14389147355 CPUtime=0.45 cores=1,3,5,7
/proc/14732/task/14743/stat : 14743 (java) S 14730 14730 11586 0 -1 1077944384 2064 0 0 0 45 0 0 0 20 0 15 0 72877790 14316269568 2722403 18446744073709551615 4194304 4196468 140723066089408 140533799262208 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14744] ppid=14730 vsize=13980732 memory=14389147355 CPUtime=0.31 cores=1,3,5,7
/proc/14732/task/14744/stat : 14744 (java) S 14730 14730 11586 0 -1 1077944384 2937 0 0 0 31 0 0 0 20 0 15 0 72877790 14316269568 2722403 18446744073709551615 4194304 4196468 140723066089408 140533798209696 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14745] ppid=14730 vsize=13980732 memory=14389147355 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14745/stat : 14745 (java) S 14730 14730 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72877790 14316269568 2722403 18446744073709551615 4194304 4196468 140723066089408 140533797157088 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14746] ppid=14730 vsize=13980732 memory=-8774313645642428999 CPUtime=0.05 cores=1,3,5,7
/proc/14732/task/14746/stat : 14746 (java) S 14730 14730 11586 0 -1 1077944384 468 0 0 0 3 2 0 0 20 0 15 0 72877793 14316269568 2722403 18446744073709551615 4194304 4196468 140723066089408 140533796105392 140534326446722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
Current children cumulated CPU time: 127.96 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 10890992 KiB

[startup+92.8012 s]
/proc/loadavg: 2.25 2.09 2.02 3/214 14763
/proc/meminfo: memFree=19830036/32770624 swapFree=67108860/67108860
[pid=14730] ppid=14727 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14730/stat : 14730 (xcsp3-exec) S 14727 14730 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 72877777 9740288 345 18446744073709551615 4194304 5098028 140727088267200 140727088265304 139796377199228 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 15769600 140727088275833 140727088276037 140727088276037 140727088279531 0
/proc/14730/statm: 2378 345 289 221 0 87 0
[pid=14732] ppid=14730 vsize=14047296 memory=10890092 CPUtime=138.92 cores=1,3,5,7
/proc/14732/stat : 14732 (java) S 14730 14730 11586 0 -1 1077944320 368970 0 0 0 12788 1104 0 0 20 0 16 0 72877784 14384431104 2722523 18446744073709551615 4194304 4196468 140723066089408 140723066071952 140534326435575 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
/proc/14732/statm: 3511824 2722523 3221 1 0 3500117 0
[pid=14732/tid=14733] ppid=14730 vsize=14047296 memory=644 CPUtime=74.52 cores=1,3,5,7
/proc/14732/task/14733/stat : 14733 (java) S 14730 14730 11586 0 -1 1077944384 95678 0 0 0 7429 23 0 0 20 0 16 0 72877785 14384431104 2722523 18446744073709551615 4194304 4196468 140723066089408 140534330676256 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14734] ppid=14730 vsize=14047296 memory=1788 CPUtime=15 cores=1,3,5,7
/proc/14732/task/14734/stat : 14734 (java) R 14730 14730 11586 0 -1 4202560 35718 0 0 0 1217 283 0 0 20 0 16 0 72877785 14384431104 2722523 18446744073709551615 4194304 4196468 140723066089408 140533926390616 140534319538554 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14735] ppid=14730 vsize=14047296 memory=-8774313645642428999 CPUtime=15.04 cores=1,3,5,7
/proc/14732/task/14735/stat : 14735 (java) R 14730 14730 11586 0 -1 4202560 121479 0 0 0 1251 253 0 0 20 0 16 0 72877785 14384431104 2722523 18446744073709551615 4194304 4196468 140723066089408 140533925337816 140534319538547 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14736] ppid=14730 vsize=14047296 memory=10868880 CPUtime=15.07 cores=1,3,5,7
/proc/14732/task/14736/stat : 14736 (java) R 14730 14730 11586 0 -1 4202560 36211 0 0 0 1261 246 0 0 20 0 16 0 72877785 14384431104 2722523 18446744073709551615 4194304 4196468 140723066089408 140533924284816 140534319538561 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14737] ppid=14730 vsize=14047296 memory=1440 CPUtime=14.93 cores=1,3,5,7
/proc/14732/task/14737/stat : 14737 (java) R 14730 14730 11586 0 -1 4202560 48059 0 0 0 1206 287 0 0 20 0 16 0 72877785 14384431104 2722523 18446744073709551615 4194304 4196468 140723066089408 140533923232016 140534319538589 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14738] ppid=14730 vsize=14047296 memory=1204 CPUtime=2.97 cores=1,3,5,7
/proc/14732/task/14738/stat : 14738 (java) S 14730 14730 11586 0 -1 1077944384 21950 0 0 0 293 4 0 0 20 0 16 0 72877787 14384431104 2722523 18446744073709551615 4194304 4196468 140723066089408 140533804524992 140534326445781 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14739] ppid=14730 vsize=14047296 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14739/stat : 14739 (java) S 14730 14730 11586 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 72877787 14384431104 2722523 18446744073709551615 4194304 4196468 140723066089408 140533803472480 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14740] ppid=14730 vsize=14047296 memory=95 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14740/stat : 14740 (java) S 14730 14730 11586 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 72877787 14384431104 2722523 18446744073709551615 4194304 4196468 140723066089408 140533802419584 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14741] ppid=14730 vsize=14047296 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14741/stat : 14741 (java) S 14730 14730 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 72877790 14384431104 2722523 18446744073709551615 4194304 4196468 140723066089408 140533801367888 140534326454171 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14742] ppid=14730 vsize=14047296 memory=108 CPUtime=0.48 cores=1,3,5,7
/proc/14732/task/14742/stat : 14742 (java) S 14730 14730 11586 0 -1 1077944384 3022 0 0 0 48 0 0 0 20 0 16 0 72877790 14384431104 2722523 18446744073709551615 4194304 4196468 140723066089408 140533800315248 140534326446722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14743] ppid=14730 vsize=14047296 memory=2 CPUtime=0.45 cores=1,3,5,7
/proc/14732/task/14743/stat : 14743 (java) S 14730 14730 11586 0 -1 1077944384 2064 0 0 0 45 0 0 0 20 0 16 0 72877790 14384431104 2722523 18446744073709551615 4194304 4196468 140723066089408 140533799262448 140534326446722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14744] ppid=14730 vsize=14047296 memory=936 CPUtime=0.31 cores=1,3,5,7
/proc/14732/task/14744/stat : 14744 (java) S 14730 14730 11586 0 -1 1077944384 2938 0 0 0 31 0 0 0 20 0 16 0 72877790 14384431104 2722523 18446744073709551615 4194304 4196468 140723066089408 140533798209648 140534326446722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14745] ppid=14730 vsize=14047296 memory=120 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14745/stat : 14745 (java) S 14730 14730 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 72877790 14384431104 2722523 18446744073709551615 4194304 4196468 140723066089408 140533797157088 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14746] ppid=14730 vsize=14047296 memory=1204 CPUtime=0.05 cores=1,3,5,7
/proc/14732/task/14746/stat : 14746 (java) S 14730 14730 11586 0 -1 1077944384 468 0 0 0 3 2 0 0 20 0 16 0 72877793 14384431104 2722523 18446744073709551615 4194304 4196468 140723066089408 140533796105392 140534326446722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
Current children cumulated CPU time: 138.92 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 10891472 KiB

[startup+94.4013 s]
/proc/loadavg: 2.55 2.16 2.04 6/215 14764
/proc/meminfo: memFree=19830144/32770624 swapFree=67108860/67108860
[pid=14730] ppid=14727 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14730/stat : 14730 (xcsp3-exec) S 14727 14730 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 72877777 9740288 345 18446744073709551615 4194304 5098028 140727088267200 140727088265304 139796377199228 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 15769600 140727088275833 140727088276037 140727088276037 140727088279531 0
/proc/14730/statm: 2378 345 289 221 0 87 0
[pid=14732] ppid=14730 vsize=14047296 memory=10890100 CPUtime=145.28 cores=1,3,5,7
/proc/14732/stat : 14732 (java) S 14730 14730 11586 0 -1 1077944320 374924 0 0 0 13423 1105 0 0 20 0 16 0 72877784 14384431104 2722525 18446744073709551615 4194304 4196468 140723066089408 140723066071952 140534326435575 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
/proc/14732/statm: 3511824 2722525 3221 1 0 3500117 0
[pid=14732/tid=14733] ppid=14730 vsize=14047296 memory=-8774313645642428999 CPUtime=74.52 cores=1,3,5,7
/proc/14732/task/14733/stat : 14733 (java) S 14730 14730 11586 0 -1 1077944384 95678 0 0 0 7429 23 0 0 20 0 16 0 72877785 14384431104 2722525 18446744073709551615 4194304 4196468 140723066089408 140534330676256 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14734] ppid=14730 vsize=14047296 memory=10889864 CPUtime=16.59 cores=1,3,5,7
/proc/14732/task/14734/stat : 14734 (java) R 14730 14730 11586 0 -1 4202560 37202 0 0 0 1376 283 0 0 20 0 16 0 72877785 14384431104 2722525 18446744073709551615 4194304 4196468 140723066089408 140533926390616 140534311437526 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14735] ppid=14730 vsize=14047296 memory=13568184779278711 CPUtime=16.6 cores=1,3,5,7
/proc/14732/task/14735/stat : 14735 (java) R 14730 14730 11586 0 -1 4202560 122576 0 0 0 1407 253 0 0 20 0 16 0 72877785 14384431104 2722525 18446744073709551615 4194304 4196468 140723066089408 140533925337816 140534319538568 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14736] ppid=14730 vsize=14047296 memory=740116 CPUtime=16.67 cores=1,3,5,7
/proc/14732/task/14736/stat : 14736 (java) R 14730 14730 11586 0 -1 4202560 37875 0 0 0 1421 246 0 0 20 0 16 0 72877785 14384431104 2722525 18446744073709551615 4194304 4196468 140723066089408 140533924285016 140534319539222 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14737] ppid=14730 vsize=14047296 memory=11044 CPUtime=16.53 cores=1,3,5,7
/proc/14732/task/14737/stat : 14737 (java) R 14730 14730 11586 0 -1 4202560 49755 0 0 0 1366 287 0 0 20 0 16 0 72877785 14384431104 2722525 18446744073709551615 4194304 4196468 140723066089408 140533923231904 140534319538547 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14738] ppid=14730 vsize=14047296 memory=13252 CPUtime=2.97 cores=1,3,5,7
/proc/14732/task/14738/stat : 14738 (java) S 14730 14730 11586 0 -1 1077944384 21950 0 0 0 293 4 0 0 20 0 16 0 72877787 14384431104 2722525 18446744073709551615 4194304 4196468 140723066089408 140533804524992 140534326445781 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14739] ppid=14730 vsize=14047296 memory=15460 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14739/stat : 14739 (java) S 14730 14730 11586 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 72877787 14384431104 2722525 18446744073709551615 4194304 4196468 140723066089408 140533803472480 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14740] ppid=14730 vsize=14047296 memory=17668 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14740/stat : 14740 (java) S 14730 14730 11586 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 72877787 14384431104 2722525 18446744073709551615 4194304 4196468 140723066089408 140533802419584 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14741] ppid=14730 vsize=14047296 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14741/stat : 14741 (java) S 14730 14730 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 72877790 14384431104 2722525 18446744073709551615 4194304 4196468 140723066089408 140533801367888 140534326454171 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14742] ppid=14730 vsize=14047296 memory=40432 CPUtime=0.48 cores=1,3,5,7
/proc/14732/task/14742/stat : 14742 (java) S 14730 14730 11586 0 -1 1077944384 3022 0 0 0 48 0 0 0 20 0 16 0 72877790 14384431104 2722525 18446744073709551615 4194304 4196468 140723066089408 140533800315248 140534326446722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14743] ppid=14730 vsize=14047296 memory=2384 CPUtime=0.45 cores=1,3,5,7
/proc/14732/task/14743/stat : 14743 (java) S 14730 14730 11586 0 -1 1077944384 2064 0 0 0 45 0 0 0 20 0 16 0 72877790 14384431104 2722525 18446744073709551615 4194304 4196468 140723066089408 140533799262448 140534326446722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14744] ppid=14730 vsize=14047296 memory=1296 CPUtime=0.31 cores=1,3,5,7
/proc/14732/task/14744/stat : 14744 (java) S 14730 14730 11586 0 -1 1077944384 2938 0 0 0 31 0 0 0 20 0 16 0 72877790 14384431104 2722525 18446744073709551615 4194304 4196468 140723066089408 140533798209648 140534326446722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14745] ppid=14730 vsize=14047296 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14745/stat : 14745 (java) S 14730 14730 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 72877790 14384431104 2722525 18446744073709551615 4194304 4196468 140723066089408 140533797157088 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14746] ppid=14730 vsize=14047296 memory=1236 CPUtime=0.05 cores=1,3,5,7
/proc/14732/task/14746/stat : 14746 (java) S 14730 14730 11586 0 -1 1077944384 491 0 0 0 3 2 0 0 20 0 16 0 72877793 14384431104 2722525 18446744073709551615 4194304 4196468 140723066089408 140533796105392 140534326446722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14764] ppid=14730 vsize=14047296 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14764/stat : 14764 (java) S 14730 14730 11586 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 72886995 14384431104 2722525 18446744073709551615 4194304 4196468 140723066089408 140533788594352 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
Current children cumulated CPU time: 145.28 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 10891480 KiB

[startup+94.8008 s]
/proc/loadavg: 2.55 2.16 2.04 6/215 14764
/proc/meminfo: memFree=19830144/32770624 swapFree=67108860/67108860
[pid=14730] ppid=14727 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14730/stat : 14730 (xcsp3-exec) S 14727 14730 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 72877777 9740288 345 18446744073709551615 4194304 5098028 140727088267200 140727088265304 139796377199228 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 15769600 140727088275833 140727088276037 140727088276037 140727088279531 0
/proc/14730/statm: 2378 345 289 221 0 87 0
[pid=14732] ppid=14730 vsize=14047296 memory=10890104 CPUtime=146.12 cores=1,3,5,7
/proc/14732/stat : 14732 (java) S 14730 14730 11586 0 -1 1077944320 388842 0 0 0 13507 1105 0 0 20 0 16 0 72877784 14384431104 2722526 18446744073709551615 4194304 4196468 140723066089408 140723066071952 140534326435575 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
/proc/14732/statm: 3511824 2722526 3221 1 0 3500117 0
[pid=14732/tid=14733] ppid=14730 vsize=14047296 memory=-8774313645642428999 CPUtime=74.52 cores=1,3,5,7
/proc/14732/task/14733/stat : 14733 (java) S 14730 14730 11586 0 -1 1077944384 95678 0 0 0 7429 23 0 0 20 0 16 0 72877785 14384431104 2722526 18446744073709551615 4194304 4196468 140723066089408 140534330676256 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14734] ppid=14730 vsize=14047296 memory=10889864 CPUtime=16.74 cores=1,3,5,7
/proc/14732/task/14734/stat : 14734 (java) S 14730 14730 11586 0 -1 1077944384 39188 0 0 0 1391 283 0 0 20 0 16 0 72877785 14384431104 2722526 18446744073709551615 4194304 4196468 140723066089408 140533926390416 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14735] ppid=14730 vsize=14047296 memory=1380 CPUtime=16.75 cores=1,3,5,7
/proc/14732/task/14735/stat : 14735 (java) S 14730 14730 11586 0 -1 1077944384 124181 0 0 0 1422 253 0 0 20 0 16 0 72877785 14384431104 2722526 18446744073709551615 4194304 4196468 140723066089408 140533925337616 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14736] ppid=14730 vsize=14047296 memory=10890084 CPUtime=16.83 cores=1,3,5,7
/proc/14732/task/14736/stat : 14736 (java) S 14730 14730 11586 0 -1 1077944384 40619 0 0 0 1436 247 0 0 20 0 16 0 72877785 14384431104 2722526 18446744073709551615 4194304 4196468 140723066089408 140533924284816 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14737] ppid=14730 vsize=14047296 memory=4116 CPUtime=16.68 cores=1,3,5,7
/proc/14732/task/14737/stat : 14737 (java) S 14730 14730 11586 0 -1 1077944384 50985 0 0 0 1381 287 0 0 20 0 16 0 72877785 14384431104 2722526 18446744073709551615 4194304 4196468 140723066089408 140533923232016 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14738] ppid=14730 vsize=14047296 memory=4076 CPUtime=3.22 cores=1,3,5,7
/proc/14732/task/14738/stat : 14738 (java) R 14730 14730 11586 0 -1 4202560 28293 0 0 0 318 4 0 0 20 0 16 0 72877787 14384431104 2722526 18446744073709551615 4194304 4196468 140723066089408 140533804524992 140534311432068 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14739] ppid=14730 vsize=14047296 memory=4584 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14739/stat : 14739 (java) S 14730 14730 11586 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 72877787 14384431104 2722526 18446744073709551615 4194304 4196468 140723066089408 140533803472480 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14740] ppid=14730 vsize=14047296 memory=7230638415856691543 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14740/stat : 14740 (java) S 14730 14730 11586 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 72877787 14384431104 2722526 18446744073709551615 4194304 4196468 140723066089408 140533802419584 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14741] ppid=14730 vsize=14047296 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14741/stat : 14741 (java) S 14730 14730 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 72877790 14384431104 2722526 18446744073709551615 4194304 4196468 140723066089408 140533801367888 140534326454171 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14742] ppid=14730 vsize=14047296 memory=644 CPUtime=0.48 cores=1,3,5,7
/proc/14732/task/14742/stat : 14742 (java) S 14730 14730 11586 0 -1 1077944384 3022 0 0 0 48 0 0 0 20 0 16 0 72877790 14384431104 2722526 18446744073709551615 4194304 4196468 140723066089408 140533800315248 140534326446722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14743] ppid=14730 vsize=14047296 memory=1788 CPUtime=0.45 cores=1,3,5,7
/proc/14732/task/14743/stat : 14743 (java) S 14730 14730 11586 0 -1 1077944384 2064 0 0 0 45 0 0 0 20 0 16 0 72877790 14384431104 2722526 18446744073709551615 4194304 4196468 140723066089408 140533799262448 140534326446722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14744] ppid=14730 vsize=14047296 memory=956 CPUtime=0.31 cores=1,3,5,7
/proc/14732/task/14744/stat : 14744 (java) S 14730 14730 11586 0 -1 1077944384 2938 0 0 0 31 0 0 0 20 0 16 0 72877790 14384431104 2722526 18446744073709551615 4194304 4196468 140723066089408 140533798209648 140534326446722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14745] ppid=14730 vsize=14047296 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14745/stat : 14745 (java) S 14730 14730 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 72877790 14384431104 2722526 18446744073709551615 4194304 4196468 140723066089408 140533797157088 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14746] ppid=14730 vsize=14047296 memory=2244 CPUtime=0.05 cores=1,3,5,7
/proc/14732/task/14746/stat : 14746 (java) S 14730 14730 11586 0 -1 1077944384 491 0 0 0 3 2 0 0 20 0 16 0 72877793 14384431104 2722526 18446744073709551615 4194304 4196468 140723066089408 140533796105392 140534326446722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
[pid=14732/tid=14764] ppid=14730 vsize=14047296 memory=4284 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14764/stat : 14764 (java) S 14730 14730 11586 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 72886995 14384431104 2722526 18446744073709551615 4194304 4196468 140723066089408 140533788594352 140534326445781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12419072 140723066098097 140723066098273 140723066098273 140723066101711 0
Current children cumulated CPU time: 146.12 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 10891484 KiB

[startup+95.0063 s]*
/proc/loadavg: 2.55 2.16 2.04 3/201 14764
/proc/meminfo: memFree=20914600/32770624 swapFree=67108860/67108860
[pid=14730] ppid=14727 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14730/stat : 14730 (xcsp3-exec) S 14727 14730 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 72877777 9740288 345 18446744073709551615 4194304 5098028 140727088267200 140727088265304 139796377199228 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 15769600 140727088275833 140727088276037 140727088276037 140727088279531 0
/proc/14730/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): 95.0619
CPU time (s): 146.398
CPU user time (s): 135.271
CPU system time (s): 11.1278
CPU usage (%): 154.003
Max. virtual memory (cumulated for all children) (KiB): 14056808
Max. memory (cumulated for all children) (KiB): 10891484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 135.271
system time used= 11.1278
maximum resident set size= 10890380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 393787
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9378
involuntary context switches= 913


# summary of solver processes directly reported to runsolver:
#   pid: 14730
#   total CPU time (s): 146.398
#   total CPU user time (s): 135.271
#   total CPU system time (s): 11.1278

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.63956 second user time and 1.01846 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-16 02:48:35
IDJOB=4269019
IDBENCH=137919
IDSOLVER=2660
FILE ID=node124/4269019-1502845371
RUNJOBID= node124-1502673801-14690
PBS_JOBID= 
Free space on /tmp= 61956 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-4269019-1502845371/watcher-4269019-1502845371 -o /tmp/evaluation-result-4269019-1502845371/solver-4269019-1502845371 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14690 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 319322499 HOME/instance-4269019-1502845371.xml

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

MD5SUM BENCH= afde4c54681b724bee939c95254967be
RANDOM SEED=319322499

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:        30734000 kB
MemAvailable:   31253088 kB
Buffers:          251920 kB
Cached:           553900 kB
SwapCached:            0 kB
Active:          1281472 kB
Inactive:         304796 kB
Active(anon):     731980 kB
Inactive(anon):    81944 kB
Active(file):     549492 kB
Inactive(file):   222852 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             76056 kB
Writeback:             0 kB
AnonPages:        780468 kB
Mapped:            60908 kB
Shmem:             33512 kB
Slab:             151792 kB
SReclaimable:     125160 kB
SUnreclaim:        26632 kB
KernelStack:        3424 kB
PageTables:         6528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1753496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    718848 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= 61948 MiB
End job on node124 at 2017-08-16 02:50:10