Trace number 4282570

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)? 545.58301 435.43399

General information on the benchmark

NameSteiner3/Steiner3-m1-s1/
Steiner3-14.xml
MD5SUM2556de90265467259f78cf5ff01f71ea
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints465
Number of domains1
Minimum domain size14
Maximum domain size14
Distribution of domain sizes[{"size":14,"count":90}]
Minimum variable degree30
Maximum variable degree30
Distribution of variable degrees[{"degree":30,"count":90}]
Minimum constraint arity3
Maximum constraint arity6
Distribution of constraint arities[{"arity":3,"count":30},{"arity":6,"count":435}]
Number of extensional constraints435
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":435},{"type":"ordered","count":30}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282570-1503127320.xml"  -tl '2520s' -p 1 -x 0
0.12/0.25	c [HOME/instance-4282570-1503127320.xml, -tl, 2520s, -p, 1, -x, 0]
0.12/0.31	c simple solver
0.32/0.37	c parse instance...
545.43/435.35	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
545.43/435.35		at java.util.Arrays.copyOf(Arrays.java:3181)
545.43/435.35		at java.util.ArrayList.grow(ArrayList.java:261)
545.43/435.35		at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
545.43/435.35		at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
545.43/435.35		at java.util.ArrayList.add(ArrayList.java:458)
545.43/435.35		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:158)
545.43/435.35		at org.chocosolver.solver.constraints.extension.Tuples.<init>(Tuples.java:58)
545.43/435.35		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:305)
545.43/435.35		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
545.43/435.35		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
545.43/435.35		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
545.43/435.35		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
545.43/435.35		at org.xcsp.parser.XCallbacks$$Lambda$59/1333592072.accept(Unknown Source)
545.43/435.35		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
545.43/435.35		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
545.43/435.35		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
545.43/435.35		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
545.43/435.35		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
545.43/435.35		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
545.43/435.35		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
545.43/435.35		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
545.43/435.35		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
545.43/435.35		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
545.43/435.35		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
545.43/435.35	s UNKNOWN
545.43/435.35	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 (15024 MiB free)
  memory of node 1: 16384 MiB (15274 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282570-1503127320/watcher-4282570-1503127320 -o /tmp/evaluation-result-4282570-1503127320/solver-4282570-1503127320 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503095802-8616 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1200485037 HOME/instance-4282570-1503127320.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=14082, runsolver pid=14079
Current StackSize limit: 8192 KiB


[startup+0.100143 s]*
/proc/loadavg: 2.05 1.92 1.82 3/204 14091
/proc/meminfo: memFree=31018976/32770624 swapFree=67105588/67108860
[pid=14082] ppid=14079 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14082/stat : 14082 (xcsp3-exec) S 14079 14082 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114927258 9740288 345 18446744073709551615 4194304 5098028 140724824487200 140724824485304 140533718475388 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 9900032 140724824490360 140724824490565 140724824490565 140724824494059 0
/proc/14082/statm: 2378 345 289 221 0 87 0
[pid=14084] ppid=14082 vsize=13574484 memory=18984 CPUtime=0.02 cores=1,3,5,7
/proc/14084/stat : 14084 (java) S 14082 14082 8557 0 -1 1077944320 4093 0 0 0 2 0 0 0 20 0 9 0 114927265 13900271616 4746 18446744073709551615 4194304 4196468 140728661452512 140728661435056 140200868765431 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
/proc/14084/statm: 3393621 4746 2093 1 0 3383118 0
[pid=14084/tid=14085] ppid=14082 vsize=13574484 memory=-8713483618642457695 CPUtime=0.02 cores=1,3,5,7
/proc/14084/task/14085/stat : 14085 (java) R 14082 14082 8557 0 -1 4202560 2798 0 0 0 2 0 0 0 20 0 9 0 114927266 13900271616 4746 18446744073709551615 4194304 4196468 140728661452512 140200873001576 140200868787357 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14086] ppid=14082 vsize=13574484 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14086/stat : 14086 (java) S 14082 14082 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 114927266 13900271616 4746 18446744073709551615 4194304 4196468 140728661452512 140200825731728 140200868775637 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14087] ppid=14082 vsize=13574484 memory=140520768075392 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14087/stat : 14087 (java) S 14082 14082 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 114927266 13900271616 4746 18446744073709551615 4194304 4196468 140728661452512 140200824678928 140200868775637 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14088] ppid=14082 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14088/stat : 14088 (java) S 14082 14082 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 114927266 13900271616 4746 18446744073709551615 4194304 4196468 140728661452512 140200823626128 140200868775637 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14089] ppid=14082 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14089/stat : 14089 (java) S 14082 14082 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 114927267 13900271616 4746 18446744073709551615 4194304 4196468 140728661452512 140200822573328 140200868775637 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14090] ppid=14082 vsize=13574484 memory=140520768075392 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14090/stat : 14090 (java) S 14082 14082 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 114927268 13900271616 4746 18446744073709551615 4194304 4196468 140728661452512 140199785122672 140200868776578 0 0 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14091] ppid=14082 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14091/stat : 14091 (java) S 14082 14082 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 114927268 13900271616 4746 18446744073709551615 4194304 4196468 140728661452512 140199784068640 140200868775637 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14092] ppid=14082 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14092/stat : 14092 (java) S 14082 14082 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 114927268 13900271616 4746 18446744073709551615 4194304 4196468 140728661452512 140199783015856 140200868775637 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 20364 KiB

[startup+0.209901 s]*
/proc/loadavg: 2.05 1.92 1.82 3/211 14098
/proc/meminfo: memFree=31010604/32770624 swapFree=67105588/67108860
[pid=14082] ppid=14079 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14082/stat : 14082 (xcsp3-exec) S 14079 14082 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114927258 9740288 345 18446744073709551615 4194304 5098028 140724824487200 140724824485304 140533718475388 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 9900032 140724824490360 140724824490565 140724824490565 140724824494059 0
/proc/14082/statm: 2378 345 289 221 0 87 0
[pid=14084] ppid=14082 vsize=13974352 memory=27960 CPUtime=0.12 cores=1,3,5,7
/proc/14084/stat : 14084 (java) S 14082 14082 8557 0 -1 1077944320 5522 0 0 0 12 0 0 0 20 0 15 0 114927265 14309736448 6990 18446744073709551615 4194304 4196468 140728661452512 140728661435056 140200868765431 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
/proc/14084/statm: 3493588 6990 2841 1 0 3482964 0
[pid=14084/tid=14085] ppid=14082 vsize=13974352 memory=7311146985107750967 CPUtime=0.09 cores=1,3,5,7
/proc/14084/task/14085/stat : 14085 (java) R 14082 14082 8557 0 -1 4202560 3453 0 0 0 9 0 0 0 20 0 15 0 114927266 14309736448 6990 18446744073709551615 4194304 4196468 140728661452512 140200872997344 140200854834472 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14086] ppid=14082 vsize=13974352 memory=8893 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14086/stat : 14086 (java) S 14082 14082 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114927266 14309736448 6990 18446744073709551615 4194304 4196468 140728661452512 140200825731728 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14087] ppid=14082 vsize=13974352 memory=3616869890993616544 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14087/stat : 14087 (java) S 14082 14082 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114927266 14309736448 6990 18446744073709551615 4194304 4196468 140728661452512 140200824678928 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14088] ppid=14082 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14088/stat : 14088 (java) S 14082 14082 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114927266 14309736448 6990 18446744073709551615 4194304 4196468 140728661452512 140200823626128 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14089] ppid=14082 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14089/stat : 14089 (java) S 14082 14082 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114927267 14309736448 6990 18446744073709551615 4194304 4196468 140728661452512 140200822573328 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14090] ppid=14082 vsize=13974352 memory=140520768075392 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14090/stat : 14090 (java) S 14082 14082 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114927268 14309736448 6990 18446744073709551615 4194304 4196468 140728661452512 140199785122672 140200868776578 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14091] ppid=14082 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14091/stat : 14091 (java) S 14082 14082 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114927268 14309736448 6990 18446744073709551615 4194304 4196468 140728661452512 140199784068640 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14092] ppid=14082 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14092/stat : 14092 (java) S 14082 14082 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114927268 14309736448 6990 18446744073709551615 4194304 4196468 140728661452512 140199783015792 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14093] ppid=14082 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14093/stat : 14093 (java) S 14082 14082 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114927271 14309736448 6990 18446744073709551615 4194304 4196468 140728661452512 140199781964112 140200868784027 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14094] ppid=14082 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14094/stat : 14094 (java) S 14082 14082 8557 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 15 0 114927271 14309736448 6990 18446744073709551615 4194304 4196468 140728661452512 140199780911472 140200868776578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14095] ppid=14082 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14095/stat : 14095 (java) S 14082 14082 8557 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 15 0 114927271 14309736448 6990 18446744073709551615 4194304 4196468 140728661452512 140199779858672 140200868776578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14096] ppid=14082 vsize=13974352 memory=140520768075392 CPUtime=0.01 cores=1,3,5,7
/proc/14084/task/14096/stat : 14096 (java) S 14082 14082 8557 0 -1 1077944384 324 0 0 0 1 0 0 0 20 0 15 0 114927271 14309736448 6990 18446744073709551615 4194304 4196468 140728661452512 140199778805872 140200868776578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14097] ppid=14082 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14097/stat : 14097 (java) S 14082 14082 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114927271 14309736448 6990 18446744073709551615 4194304 4196468 140728661452512 140199777753312 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14098] ppid=14082 vsize=13974352 memory=140520768075392 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14098/stat : 14098 (java) S 14082 14082 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114927275 14309736448 6990 18446744073709551615 4194304 4196468 140728661452512 140199776701616 140200868776578 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29340 KiB

[startup+0.310299 s]*
/proc/loadavg: 2.05 1.92 1.82 5/211 14098
/proc/meminfo: memFree=30997636/32770624 swapFree=67105588/67108860
[pid=14082] ppid=14079 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14082/stat : 14082 (xcsp3-exec) S 14079 14082 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114927258 9740288 345 18446744073709551615 4194304 5098028 140724824487200 140724824485304 140533718475388 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 9900032 140724824490360 140724824490565 140724824490565 140724824494059 0
/proc/14082/statm: 2378 345 289 221 0 87 0
[pid=14084] ppid=14082 vsize=13978608 memory=40228 CPUtime=0.32 cores=1,3,5,7
/proc/14084/stat : 14084 (java) S 14082 14082 8557 0 -1 1077944320 9246 0 0 0 30 2 0 0 20 0 15 0 114927265 14314094592 10057 18446744073709551615 4194304 4196468 140728661452512 140728661435056 140200868765431 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
/proc/14084/statm: 3494652 10057 3027 1 0 3482964 0
[pid=14084/tid=14085] ppid=14082 vsize=13978608 memory=-8774313645642428999 CPUtime=0.19 cores=1,3,5,7
/proc/14084/task/14085/stat : 14085 (java) R 14082 14082 8557 0 -1 4202560 6375 0 0 0 17 2 0 0 20 0 15 0 114927266 14314094592 10057 18446744073709551615 4194304 4196468 140728661452512 140200872986424 140200852845918 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14086] ppid=14082 vsize=13978608 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14086/stat : 14086 (java) S 14082 14082 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114927266 14314094592 10057 18446744073709551615 4194304 4196468 140728661452512 140200825731728 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14087] ppid=14082 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14087/stat : 14087 (java) S 14082 14082 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114927266 14314094592 10057 18446744073709551615 4194304 4196468 140728661452512 140200824678928 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14088] ppid=14082 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14088/stat : 14088 (java) S 14082 14082 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114927266 14314094592 10057 18446744073709551615 4194304 4196468 140728661452512 140200823626128 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14089] ppid=14082 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14089/stat : 14089 (java) S 14082 14082 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114927267 14314094592 10057 18446744073709551615 4194304 4196468 140728661452512 140200822573328 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14090] ppid=14082 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14090/stat : 14090 (java) S 14082 14082 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114927268 14314094592 10057 18446744073709551615 4194304 4196468 140728661452512 140199785122672 140200868776578 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14091] ppid=14082 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14091/stat : 14091 (java) S 14082 14082 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114927268 14314094592 10057 18446744073709551615 4194304 4196468 140728661452512 140199784068640 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14092] ppid=14082 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14092/stat : 14092 (java) S 14082 14082 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114927268 14314094592 10057 18446744073709551615 4194304 4196468 140728661452512 140199783015792 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14093] ppid=14082 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14093/stat : 14093 (java) S 14082 14082 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114927271 14314094592 10057 18446744073709551615 4194304 4196468 140728661452512 140199781964112 140200868784027 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14094] ppid=14082 vsize=13978608 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/14084/task/14094/stat : 14094 (java) S 14082 14082 8557 0 -1 1077944384 396 0 0 0 2 0 0 0 20 0 15 0 114927271 14314094592 10057 18446744073709551615 4194304 4196468 140728661452512 140199780911472 140200868776578 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14095] ppid=14082 vsize=13978608 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/14084/task/14095/stat : 14095 (java) R 14082 14082 8557 0 -1 4202560 429 0 0 0 2 0 0 0 20 0 15 0 114927271 14314094592 10057 18446744073709551615 4194304 4196468 140728661452512 140199779858672 140200861750473 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14096] ppid=14082 vsize=13978608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14084/task/14096/stat : 14096 (java) S 14082 14082 8557 0 -1 1077944384 745 0 0 0 7 0 0 0 20 0 15 0 114927271 14314094592 10057 18446744073709551615 4194304 4196468 140728661452512 140199778805872 140200868776578 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14097] ppid=14082 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14097/stat : 14097 (java) S 14082 14082 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114927271 14314094592 10057 18446744073709551615 4194304 4196468 140728661452512 140199777753312 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14098] ppid=14082 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14098/stat : 14098 (java) S 14082 14082 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114927275 14314094592 10057 18446744073709551615 4194304 4196468 140728661452512 140199776701616 140200868776578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 41608 KiB

[startup+0.700958 s]
/proc/loadavg: 2.05 1.92 1.82 3/211 14098
/proc/meminfo: memFree=30931644/32770624 swapFree=67105588/67108860
[pid=14082] ppid=14079 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14082/stat : 14082 (xcsp3-exec) S 14079 14082 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114927258 9740288 345 18446744073709551615 4194304 5098028 140724824487200 140724824485304 140533718475388 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 9900032 140724824490360 140724824490565 140724824490565 140724824494059 0
/proc/14082/statm: 2378 345 289 221 0 87 0
[pid=14084] ppid=14082 vsize=13978684 memory=289864 CPUtime=1.12 cores=1,3,5,7
/proc/14084/stat : 14084 (java) S 14082 14082 8557 0 -1 1077944320 12220 0 0 0 89 23 0 0 20 0 15 0 114927265 14314172416 72466 18446744073709551615 4194304 4196468 140728661452512 140728661435056 140200868765431 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
/proc/14084/statm: 3494671 72466 3161 1 0 3482964 0
[pid=14084/tid=14085] ppid=14082 vsize=13978684 memory=6153415001170666065 CPUtime=0.5 cores=1,3,5,7
/proc/14084/task/14085/stat : 14085 (java) R 14082 14082 8557 0 -1 4202560 7808 0 0 0 44 6 0 0 20 0 15 0 114927266 14314172416 72466 18446744073709551615 4194304 4196468 140728661452512 140200872999696 140200852809061 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14086] ppid=14082 vsize=13978684 memory=33 CPUtime=0.05 cores=1,3,5,7
/proc/14084/task/14086/stat : 14086 (java) S 14082 14082 8557 0 -1 1077944384 63 0 0 0 2 3 0 0 20 0 15 0 114927266 14314172416 72466 18446744073709551615 4194304 4196468 140728661452512 140200825731728 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14087] ppid=14082 vsize=13978684 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/14084/task/14087/stat : 14087 (java) S 14082 14082 8557 0 -1 1077944384 64 0 0 0 2 4 0 0 20 0 15 0 114927266 14314172416 72466 18446744073709551615 4194304 4196468 140728661452512 140200824678928 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14088] ppid=14082 vsize=13978684 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/14084/task/14088/stat : 14088 (java) S 14082 14082 8557 0 -1 1077944384 64 0 0 0 2 3 0 0 20 0 15 0 114927266 14314172416 72466 18446744073709551615 4194304 4196468 140728661452512 140200823626128 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14089] ppid=14082 vsize=13978684 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/14084/task/14089/stat : 14089 (java) S 14082 14082 8557 0 -1 1077944384 66 0 0 0 3 3 0 0 20 0 15 0 114927267 14314172416 72466 18446744073709551615 4194304 4196468 140728661452512 140200822573328 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14090] ppid=14082 vsize=13978684 memory=872 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14090/stat : 14090 (java) S 14082 14082 8557 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 114927268 14314172416 72466 18446744073709551615 4194304 4196468 140728661452512 140199785122672 140200868776578 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14091] ppid=14082 vsize=13978684 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14091/stat : 14091 (java) S 14082 14082 8557 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 114927268 14314172416 72466 18446744073709551615 4194304 4196468 140728661452512 140199784068640 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14092] ppid=14082 vsize=13978684 memory=1164 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14092/stat : 14092 (java) S 14082 14082 8557 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 114927268 14314172416 72466 18446744073709551615 4194304 4196468 140728661452512 140199783015792 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14093] ppid=14082 vsize=13978684 memory=7332 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14093/stat : 14093 (java) S 14082 14082 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114927271 14314172416 72466 18446744073709551615 4194304 4196468 140728661452512 140199781964112 140200868784027 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14094] ppid=14082 vsize=13978684 memory=1628 CPUtime=0.08 cores=1,3,5,7
/proc/14084/task/14094/stat : 14094 (java) S 14082 14082 8557 0 -1 1077944384 621 0 0 0 8 0 0 0 20 0 15 0 114927271 14314172416 72466 18446744073709551615 4194304 4196468 140728661452512 140199780911472 140200868776578 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14095] ppid=14082 vsize=13978684 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/14084/task/14095/stat : 14095 (java) R 14082 14082 8557 0 -1 4202560 1035 0 0 0 9 0 0 0 20 0 15 0 114927271 14314172416 72466 18446744073709551615 4194304 4196468 140728661452512 140199779839336 140200849464968 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14096] ppid=14082 vsize=13978684 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/14084/task/14096/stat : 14096 (java) R 14082 14082 8557 0 -1 4202560 1150 0 0 0 16 0 0 0 20 0 15 0 114927271 14314172416 72466 18446744073709551615 4194304 4196468 140728661452512 140199778802632 140200847706982 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14097] ppid=14082 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14097/stat : 14097 (java) S 14082 14082 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114927271 14314172416 72466 18446744073709551615 4194304 4196468 140728661452512 140199777753312 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14098] ppid=14082 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14098/stat : 14098 (java) S 14082 14082 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114927275 14314172416 72466 18446744073709551615 4194304 4196468 140728661452512 140199776701616 140200868776578 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 291244 KiB

[startup+1.50142 s]
/proc/loadavg: 2.05 1.92 1.82 3/211 14098
/proc/meminfo: memFree=30326412/32770624 swapFree=67105588/67108860
[pid=14082] ppid=14079 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14082/stat : 14082 (xcsp3-exec) S 14079 14082 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114927258 9740288 345 18446744073709551615 4194304 5098028 140724824487200 140724824485304 140533718475388 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 9900032 140724824490360 140724824490565 140724824490565 140724824494059 0
/proc/14082/statm: 2378 345 289 221 0 87 0
[pid=14084] ppid=14082 vsize=13978684 memory=956792 CPUtime=3.27 cores=1,3,5,7
/proc/14084/stat : 14084 (java) S 14082 14082 8557 0 -1 1077944320 16640 0 0 0 285 42 0 0 20 0 15 0 114927265 14314172416 239198 18446744073709551615 4194304 4196468 140728661452512 140728661435056 140200868765431 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
/proc/14084/statm: 3494671 239198 3196 1 0 3482964 0
[pid=14084/tid=14085] ppid=14082 vsize=13978684 memory=281041319260800 CPUtime=1.08 cores=1,3,5,7
/proc/14084/task/14085/stat : 14085 (java) R 14082 14082 8557 0 -1 4202560 8351 0 0 0 96 12 0 0 20 0 15 0 114927266 14314172416 239198 18446744073709551615 4194304 4196468 140728661452512 140200873003064 140200503167104 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14086] ppid=14082 vsize=13978684 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/14084/task/14086/stat : 14086 (java) S 14082 14082 8557 0 -1 1077944384 266 0 0 0 17 8 0 0 20 0 15 0 114927266 14314172416 239198 18446744073709551615 4194304 4196468 140728661452512 140200825731728 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14087] ppid=14082 vsize=13978684 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/14084/task/14087/stat : 14087 (java) S 14082 14082 8557 0 -1 1077944384 177 0 0 0 18 6 0 0 20 0 15 0 114927266 14314172416 239198 18446744073709551615 4194304 4196468 140728661452512 140200824678928 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14088] ppid=14082 vsize=13978684 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/14084/task/14088/stat : 14088 (java) S 14082 14082 8557 0 -1 1077944384 186 0 0 0 20 5 0 0 20 0 15 0 114927266 14314172416 239198 18446744073709551615 4194304 4196468 140728661452512 140200823626128 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14089] ppid=14082 vsize=13978684 memory=0 CPUtime=0.25 cores=1,3,5,7

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

/proc/14084/task/14087/stat : 14087 (java) S 14082 14082 8557 0 -1 1077944384 207468 0 0 0 3444 174 0 0 20 0 15 0 114927266 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140200824678928 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14088] ppid=14082 vsize=13980732 memory=1672 CPUtime=36.34 cores=1,3,5,7
/proc/14084/task/14088/stat : 14088 (java) S 14082 14082 8557 0 -1 1077944384 256197 0 0 0 3427 207 0 0 20 0 15 0 114927266 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140200823626128 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14089] ppid=14082 vsize=13980732 memory=5768 CPUtime=36.25 cores=1,3,5,7
/proc/14084/task/14089/stat : 14089 (java) S 14082 14082 8557 0 -1 1077944384 77837 0 0 0 3412 213 0 0 20 0 15 0 114927267 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140200822573328 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14090] ppid=14082 vsize=13980732 memory=4584 CPUtime=23.56 cores=1,3,5,7
/proc/14084/task/14090/stat : 14090 (java) R 14082 14082 8557 0 -1 4202560 54373 0 0 0 2335 21 0 0 20 0 15 0 114927268 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199785121120 140200853761835 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14091] ppid=14082 vsize=13980732 memory=872 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14091/stat : 14091 (java) S 14082 14082 8557 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 114927268 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199784068704 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14092] ppid=14082 vsize=13980732 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14092/stat : 14092 (java) S 14082 14082 8557 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 114927268 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199783015808 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14093] ppid=14082 vsize=13980732 memory=11749640 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14093/stat : 14093 (java) S 14082 14082 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114927271 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199781964112 140200868784027 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14094] ppid=14082 vsize=13980732 memory=3004 CPUtime=0.55 cores=1,3,5,7
/proc/14084/task/14094/stat : 14094 (java) S 14082 14082 8557 0 -1 1077944384 3196 0 0 0 55 0 0 0 20 0 15 0 114927271 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199780911232 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14095] ppid=14082 vsize=13980732 memory=1380 CPUtime=0.63 cores=1,3,5,7
/proc/14084/task/14095/stat : 14095 (java) S 14082 14082 8557 0 -1 1077944384 3636 0 0 0 63 0 0 0 20 0 15 0 114927271 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199779858720 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14096] ppid=14082 vsize=13980732 memory=11749632 CPUtime=0.36 cores=1,3,5,7
/proc/14084/task/14096/stat : 14096 (java) S 14082 14082 8557 0 -1 1077944384 5870 0 0 0 35 1 0 0 20 0 15 0 114927271 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199778805920 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14097] ppid=14082 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14097/stat : 14097 (java) S 14082 14082 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114927271 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199777753312 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14098] ppid=14082 vsize=13980732 memory=4872558044660077418 CPUtime=0.26 cores=1,3,5,7
/proc/14084/task/14098/stat : 14098 (java) S 14082 14082 8557 0 -1 1077944384 1053 0 0 0 11 15 0 0 20 0 15 0 114927275 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199776701616 140200868776578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
Current children cumulated CPU time: 542.14 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11751024 KiB

[startup+433.601 s]
/proc/loadavg: 2.80 2.24 1.99 3/211 14127
/proc/meminfo: memFree=19266288/32770624 swapFree=67105588/67108860
[pid=14082] ppid=14079 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14082/stat : 14082 (xcsp3-exec) S 14079 14082 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114927258 9740288 345 18446744073709551615 4194304 5098028 140724824487200 140724824485304 140533718475388 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 9900032 140724824490360 140724824490565 140724824490565 140724824494059 0
/proc/14082/statm: 2378 345 289 221 0 87 0
[pid=14084] ppid=14082 vsize=13980732 memory=11749644 CPUtime=543.74 cores=1,3,5,7
/proc/14084/stat : 14084 (java) S 14082 14082 8557 0 -1 1077944320 832472 0 0 0 53479 895 0 0 20 0 15 0 114927265 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140728661435056 140200868765431 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
/proc/14084/statm: 3495183 2937411 3225 1 0 3483476 0
[pid=14084/tid=14085] ppid=14082 vsize=13980732 memory=11749644 CPUtime=371.7 cores=1,3,5,7
/proc/14084/task/14085/stat : 14085 (java) S 14082 14082 8557 0 -1 1077944384 102985 0 0 0 37135 35 0 0 20 0 15 0 114927266 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140200873004032 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14086] ppid=14082 vsize=13980732 memory=1380 CPUtime=36.22 cores=1,3,5,7
/proc/14084/task/14086/stat : 14086 (java) S 14082 14082 8557 0 -1 1077944384 117268 0 0 0 3394 228 0 0 20 0 15 0 114927266 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140200825731728 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14087] ppid=14082 vsize=13980732 memory=1380 CPUtime=36.18 cores=1,3,5,7
/proc/14084/task/14087/stat : 14087 (java) S 14082 14082 8557 0 -1 1077944384 207468 0 0 0 3444 174 0 0 20 0 15 0 114927266 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140200824678928 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14088] ppid=14082 vsize=13980732 memory=11749640 CPUtime=36.34 cores=1,3,5,7
/proc/14084/task/14088/stat : 14088 (java) S 14082 14082 8557 0 -1 1077944384 256197 0 0 0 3427 207 0 0 20 0 15 0 114927266 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140200823626128 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14089] ppid=14082 vsize=13980732 memory=4144 CPUtime=36.25 cores=1,3,5,7
/proc/14084/task/14089/stat : 14089 (java) S 14082 14082 8557 0 -1 1077944384 77837 0 0 0 3412 213 0 0 20 0 15 0 114927267 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140200822573328 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14090] ppid=14082 vsize=13980732 memory=62436 CPUtime=25.16 cores=1,3,5,7
/proc/14084/task/14090/stat : 14090 (java) R 14082 14082 8557 0 -1 4202560 55629 0 0 0 2495 21 0 0 20 0 15 0 114927268 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199785121120 140200853761835 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14091] ppid=14082 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14091/stat : 14091 (java) S 14082 14082 8557 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 114927268 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199784068704 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14092] ppid=14082 vsize=13980732 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14092/stat : 14092 (java) S 14082 14082 8557 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 114927268 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199783015808 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14093] ppid=14082 vsize=13980732 memory=4088 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14093/stat : 14093 (java) S 14082 14082 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114927271 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199781964112 140200868784027 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14094] ppid=14082 vsize=13980732 memory=-8774313645642428999 CPUtime=0.55 cores=1,3,5,7
/proc/14084/task/14094/stat : 14094 (java) S 14082 14082 8557 0 -1 1077944384 3196 0 0 0 55 0 0 0 20 0 15 0 114927271 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199780911232 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14095] ppid=14082 vsize=13980732 memory=5768 CPUtime=0.63 cores=1,3,5,7
/proc/14084/task/14095/stat : 14095 (java) S 14082 14082 8557 0 -1 1077944384 3636 0 0 0 63 0 0 0 20 0 15 0 114927271 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199779858720 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14096] ppid=14082 vsize=13980732 memory=4584 CPUtime=0.36 cores=1,3,5,7
/proc/14084/task/14096/stat : 14096 (java) S 14082 14082 8557 0 -1 1077944384 5870 0 0 0 35 1 0 0 20 0 15 0 114927271 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199778805920 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14097] ppid=14082 vsize=13980732 memory=872 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14097/stat : 14097 (java) S 14082 14082 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114927271 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199777753312 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14098] ppid=14082 vsize=13980732 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/14084/task/14098/stat : 14098 (java) S 14082 14082 8557 0 -1 1077944384 1057 0 0 0 11 15 0 0 20 0 15 0 114927275 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199776701616 140200868776578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
Current children cumulated CPU time: 543.74 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11751024 KiB

[startup+434.401 s]
/proc/loadavg: 2.80 2.24 1.99 3/211 14127
/proc/meminfo: memFree=19266288/32770624 swapFree=67105588/67108860
[pid=14082] ppid=14079 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14082/stat : 14082 (xcsp3-exec) S 14079 14082 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114927258 9740288 345 18446744073709551615 4194304 5098028 140724824487200 140724824485304 140533718475388 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 9900032 140724824490360 140724824490565 140724824490565 140724824494059 0
/proc/14082/statm: 2378 345 289 221 0 87 0
[pid=14084] ppid=14082 vsize=13980732 memory=11749644 CPUtime=544.54 cores=1,3,5,7
/proc/14084/stat : 14084 (java) S 14082 14082 8557 0 -1 1077944320 832735 0 0 0 53559 895 0 0 20 0 15 0 114927265 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140728661435056 140200868765431 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
/proc/14084/statm: 3495183 2937411 3225 1 0 3483476 0
[pid=14084/tid=14085] ppid=14082 vsize=13980732 memory=11749644 CPUtime=371.7 cores=1,3,5,7
/proc/14084/task/14085/stat : 14085 (java) S 14082 14082 8557 0 -1 1077944384 102985 0 0 0 37135 35 0 0 20 0 15 0 114927266 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140200873004032 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14086] ppid=14082 vsize=13980732 memory=-7175204567652784766 CPUtime=36.22 cores=1,3,5,7
/proc/14084/task/14086/stat : 14086 (java) S 14082 14082 8557 0 -1 1077944384 117268 0 0 0 3394 228 0 0 20 0 15 0 114927266 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140200825731728 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14087] ppid=14082 vsize=13980732 memory=3054156605268465310 CPUtime=36.18 cores=1,3,5,7
/proc/14084/task/14087/stat : 14087 (java) S 14082 14082 8557 0 -1 1077944384 207468 0 0 0 3444 174 0 0 20 0 15 0 114927266 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140200824678928 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14088] ppid=14082 vsize=13980732 memory=7667780139394951015 CPUtime=36.34 cores=1,3,5,7
/proc/14084/task/14088/stat : 14088 (java) S 14082 14082 8557 0 -1 1077944384 256197 0 0 0 3427 207 0 0 20 0 15 0 114927266 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140200823626128 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14089] ppid=14082 vsize=13980732 memory=7884510383181228608 CPUtime=36.25 cores=1,3,5,7
/proc/14084/task/14089/stat : 14089 (java) S 14082 14082 8557 0 -1 1077944384 77837 0 0 0 3412 213 0 0 20 0 15 0 114927267 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140200822573328 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14090] ppid=14082 vsize=13980732 memory=7523107478184158290 CPUtime=25.95 cores=1,3,5,7
/proc/14084/task/14090/stat : 14090 (java) R 14082 14082 8557 0 -1 4202560 55892 0 0 0 2574 21 0 0 20 0 15 0 114927268 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199785121120 140200853761841 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14091] ppid=14082 vsize=13980732 memory=11749644 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14091/stat : 14091 (java) S 14082 14082 8557 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 114927268 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199784068704 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14092] ppid=14082 vsize=13980732 memory=1164 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14092/stat : 14092 (java) S 14082 14082 8557 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 114927268 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199783015808 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14093] ppid=14082 vsize=13980732 memory=7332 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14093/stat : 14093 (java) S 14082 14082 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114927271 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199781964112 140200868784027 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14094] ppid=14082 vsize=13980732 memory=1628 CPUtime=0.55 cores=1,3,5,7
/proc/14084/task/14094/stat : 14094 (java) S 14082 14082 8557 0 -1 1077944384 3196 0 0 0 55 0 0 0 20 0 15 0 114927271 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199780911232 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14095] ppid=14082 vsize=13980732 memory=14340 CPUtime=0.63 cores=1,3,5,7
/proc/14084/task/14095/stat : 14095 (java) S 14082 14082 8557 0 -1 1077944384 3636 0 0 0 63 0 0 0 20 0 15 0 114927271 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199779858720 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14096] ppid=14082 vsize=13980732 memory=796 CPUtime=0.36 cores=1,3,5,7
/proc/14084/task/14096/stat : 14096 (java) S 14082 14082 8557 0 -1 1077944384 5870 0 0 0 35 1 0 0 20 0 15 0 114927271 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199778805920 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14097] ppid=14082 vsize=13980732 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14097/stat : 14097 (java) S 14082 14082 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114927271 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199777753312 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14098] ppid=14082 vsize=13980732 memory=1400 CPUtime=0.26 cores=1,3,5,7
/proc/14084/task/14098/stat : 14098 (java) S 14082 14082 8557 0 -1 1077944384 1057 0 0 0 11 15 0 0 20 0 15 0 114927275 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199776701616 140200868776578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
Current children cumulated CPU time: 544.54 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11751024 KiB

[startup+435.201 s]
/proc/loadavg: 2.80 2.24 1.99 3/211 14127
/proc/meminfo: memFree=19266288/32770624 swapFree=67105588/67108860
[pid=14082] ppid=14079 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14082/stat : 14082 (xcsp3-exec) S 14079 14082 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114927258 9740288 345 18446744073709551615 4194304 5098028 140724824487200 140724824485304 140533718475388 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 9900032 140724824490360 140724824490565 140724824490565 140724824494059 0
/proc/14082/statm: 2378 345 289 221 0 87 0
[pid=14084] ppid=14082 vsize=13980732 memory=11749644 CPUtime=545.33 cores=1,3,5,7
/proc/14084/stat : 14084 (java) S 14082 14082 8557 0 -1 1077944320 834019 0 0 0 53638 895 0 0 20 0 15 0 114927265 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140728661435056 140200868765431 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
/proc/14084/statm: 3495183 2937411 3225 1 0 3483476 0
[pid=14084/tid=14085] ppid=14082 vsize=13980732 memory=1380 CPUtime=371.7 cores=1,3,5,7
/proc/14084/task/14085/stat : 14085 (java) S 14082 14082 8557 0 -1 1077944384 102985 0 0 0 37135 35 0 0 20 0 15 0 114927266 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140200873004032 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14086] ppid=14082 vsize=13980732 memory=11749632 CPUtime=36.22 cores=1,3,5,7
/proc/14084/task/14086/stat : 14086 (java) S 14082 14082 8557 0 -1 1077944384 117268 0 0 0 3394 228 0 0 20 0 15 0 114927266 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140200825731728 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14087] ppid=14082 vsize=13980732 memory=7332 CPUtime=36.18 cores=1,3,5,7
/proc/14084/task/14087/stat : 14087 (java) S 14082 14082 8557 0 -1 1077944384 207468 0 0 0 3444 174 0 0 20 0 15 0 114927266 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140200824678928 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14088] ppid=14082 vsize=13980732 memory=1628 CPUtime=36.34 cores=1,3,5,7
/proc/14084/task/14088/stat : 14088 (java) S 14082 14082 8557 0 -1 1077944384 256197 0 0 0 3427 207 0 0 20 0 15 0 114927266 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140200823626128 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14089] ppid=14082 vsize=13980732 memory=14340 CPUtime=36.25 cores=1,3,5,7
/proc/14084/task/14089/stat : 14089 (java) S 14082 14082 8557 0 -1 1077944384 77837 0 0 0 3412 213 0 0 20 0 15 0 114927267 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140200822573328 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14090] ppid=14082 vsize=13980732 memory=920 CPUtime=26.75 cores=1,3,5,7
/proc/14084/task/14090/stat : 14090 (java) R 14082 14082 8557 0 -1 4202560 57176 0 0 0 2654 21 0 0 20 0 15 0 114927268 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199785121120 140200853761924 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14091] ppid=14082 vsize=13980732 memory=2032 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14091/stat : 14091 (java) S 14082 14082 8557 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 114927268 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199784068704 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14092] ppid=14082 vsize=13980732 memory=832 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14092/stat : 14092 (java) S 14082 14082 8557 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 114927268 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199783015808 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14093] ppid=14082 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14093/stat : 14093 (java) S 14082 14082 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114927271 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199781964112 140200868784027 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14094] ppid=14082 vsize=13980732 memory=-8774313645642428999 CPUtime=0.55 cores=1,3,5,7
/proc/14084/task/14094/stat : 14094 (java) S 14082 14082 8557 0 -1 1077944384 3196 0 0 0 55 0 0 0 20 0 15 0 114927271 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199780911232 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14095] ppid=14082 vsize=13980732 memory=4872558044660077418 CPUtime=0.63 cores=1,3,5,7
/proc/14084/task/14095/stat : 14095 (java) S 14082 14082 8557 0 -1 1077944384 3636 0 0 0 63 0 0 0 20 0 15 0 114927271 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199779858720 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14096] ppid=14082 vsize=13980732 memory=1380 CPUtime=0.36 cores=1,3,5,7
/proc/14084/task/14096/stat : 14096 (java) S 14082 14082 8557 0 -1 1077944384 5870 0 0 0 35 1 0 0 20 0 15 0 114927271 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199778805920 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14097] ppid=14082 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14084/task/14097/stat : 14097 (java) S 14082 14082 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114927271 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199777753312 140200868775637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
[pid=14084/tid=14098] ppid=14082 vsize=13980732 memory=11749644 CPUtime=0.26 cores=1,3,5,7
/proc/14084/task/14098/stat : 14098 (java) S 14082 14082 8557 0 -1 1077944384 1057 0 0 0 11 15 0 0 20 0 15 0 114927275 14316269568 2937411 18446744073709551615 4194304 4196468 140728661452512 140199776701616 140200868776578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 24297472 140728661455281 140728661455457 140728661455457 140728661458895 0
Current children cumulated CPU time: 545.33 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11751024 KiB

[startup+435.401 s]
/proc/loadavg: 2.80 2.24 1.99 3/211 14127
/proc/meminfo: memFree=19266288/32770624 swapFree=67105588/67108860
[pid=14082] ppid=14079 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14082/stat : 14082 (xcsp3-exec) S 14079 14082 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114927258 9740288 345 18446744073709551615 4194304 5098028 140724824487200 140724824485304 140533718475388 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 9900032 140724824490360 140724824490565 140724824490565 140724824494059 0
/proc/14082/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): 435.434
CPU time (s): 545.583
CPU user time (s): 536.544
CPU system time (s): 9.03933
CPU usage (%): 125.297
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 11751024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 536.544
system time used= 9.03933
maximum resident set size= 11750012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 839569
page faults= 0
swaps= 0
block input operations= 0
block output operations= 640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22813
involuntary context switches= 2121


# summary of solver processes directly reported to runsolver:
#   pid: 14082
#   total CPU time (s): 545.583
#   total CPU user time (s): 536.544
#   total CPU system time (s): 9.03933

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.89094 second user time and 4.28278 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-19 09:07:57
IDJOB=4282570
IDBENCH=126259
IDSOLVER=2677
FILE ID=node126/4282570-1503127320
RUNJOBID= node126-1503095802-8616
PBS_JOBID= 
Free space on /tmp= 61960 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Steiner3/Steiner3-m1-s1/Steiner3-14.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-4282570-1503127320/watcher-4282570-1503127320 -o /tmp/evaluation-result-4282570-1503127320/solver-4282570-1503127320 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503095802-8616 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1200485037 HOME/instance-4282570-1503127320.xml

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

MD5SUM BENCH= 2556de90265467259f78cf5ff01f71ea
RANDOM SEED=1200485037

node126.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.81
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.81
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.81
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.81
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:        31026868 kB
MemAvailable:   31654024 kB
Buffers:          304244 kB
Cached:           612776 kB
SwapCached:          524 kB
Active:           908140 kB
Inactive:         363224 kB
Active(anon):     310468 kB
Inactive(anon):    93904 kB
Active(file):     597672 kB
Inactive(file):   269320 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             45424 kB
Writeback:             0 kB
AnonPages:        360040 kB
Mapped:            70324 kB
Shmem:             49824 kB
Slab:             178544 kB
SReclaimable:     151996 kB
SUnreclaim:        26548 kB
KernelStack:        3440 kB
PageTables:         5804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1421788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    292864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61952 MiB
End job on node126 at 2017-08-19 09:15:12