Trace number 4254443

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 par (2017-07-26)? 442.26801 232.474

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-31.xml
MD5SUM67c04303171609b86978ceecc7dcafe8
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 benchmark252.078
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size46
Distribution of domain sizes[{"size":23,"count":1},{"size":46,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints22
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":22},{"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 -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4254443-1501696707.xml"  -tl '1920s' -p 8 -x 0
0.00/0.26	c [HOME/instance-4254443-1501696707.xml, -tl, 1920s, -p, 8, -x, 0]
0.00/0.32	c 8 solvers in parallel
0.00/0.39	c parse instance...
442.08/232.35	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
442.08/232.35		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
442.08/232.35		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
442.08/232.35		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1857)
442.08/232.35		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1813)
442.08/232.35		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
442.08/232.35		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
442.08/232.35		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
442.08/232.35		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
442.08/232.35		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
442.08/232.35		at org.xcsp.parser.XCallbacks$$Lambda$70/1900164709.accept(Unknown Source)
442.08/232.35		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
442.08/232.35		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
442.08/232.35		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
442.08/232.35		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
442.08/232.35		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
442.08/232.35		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
442.08/232.35		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
442.08/232.35		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
442.08/232.35		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
442.08/232.35		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
442.08/232.35		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
442.08/232.35	s UNKNOWN
442.08/232.35	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4254443-1501696707/watcher-4254443-1501696707 -o /tmp/evaluation-result-4254443-1501696707/solver-4254443-1501696707 -C 1920 -W 264 -M 31000 --bin-var /tmp/runsolver-exch-node132-1501676530-13487 --watchdog 324 ./xcsp3-exec -dir HOME -tl 1920 -p 8 -ml 22000 -tdir HOME -seed 1220313470 HOME/instance-4254443-1501696707.xml 

pid=862
running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1920 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1950 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.11 3.72 4.78 2/176 865
/proc/meminfo: memFree=31602816/32770624 swapFree=0/303644
[pid=865] ppid=862 vsize=23672 CPUtime=0 cores=0-7
/proc/865/stat : 865 (runsolver) D 862 865 13431 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 69324227 24240128 108 18446744073709551615 4194304 4338465 140735136296448 140735136294088 140457191101143 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 16330752 140735136305233 140735136305730 140735136305730 140735136309194 0
/proc/865/statm: 5918 108 54 36 0 2156 0

[startup+0.100134 s]
/proc/loadavg: 1.11 3.72 4.78 2/176 865
/proc/meminfo: memFree=31602816/32770624 swapFree=0/303644
[pid=865] ppid=862 vsize=9512 CPUtime=0 cores=0-7
/proc/865/stat : 865 (xcsp3-exec) S 862 865 13431 0 -1 4202496 507 0 0 0 0 0 0 0 20 0 1 0 69324227 9740288 344 18446744073709551615 4194304 5098028 140736559701184 140736559699288 140368733741692 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 30707712 140736559706513 140736559706723 140736559706723 140736559710187 0
/proc/865/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.20031 s]
/proc/loadavg: 1.11 3.72 4.78 2/176 865
/proc/meminfo: memFree=31602816/32770624 swapFree=0/303644
[pid=865] ppid=862 vsize=9512 CPUtime=0 cores=0-7
/proc/865/stat : 865 (xcsp3-exec) S 862 865 13431 0 -1 4202496 507 0 0 0 0 0 0 0 20 0 1 0 69324227 9740288 344 18446744073709551615 4194304 5098028 140736559701184 140736559699288 140368733741692 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 30707712 140736559706513 140736559706723 140736559706723 140736559710187 0
/proc/865/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300278 s]
/proc/loadavg: 1.11 3.72 4.78 2/176 865
/proc/meminfo: memFree=31602816/32770624 swapFree=0/303644
[pid=865] ppid=862 vsize=9512 CPUtime=0 cores=0-7
/proc/865/stat : 865 (xcsp3-exec) S 862 865 13431 0 -1 4202496 507 0 0 0 0 0 0 0 20 0 1 0 69324227 9740288 344 18446744073709551615 4194304 5098028 140736559701184 140736559699288 140368733741692 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 30707712 140736559706513 140736559706723 140736559706723 140736559710187 0
/proc/865/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700272 s]
/proc/loadavg: 1.11 3.72 4.78 2/176 865
/proc/meminfo: memFree=31602816/32770624 swapFree=0/303644
[pid=865] ppid=862 vsize=9512 CPUtime=0 cores=0-7
/proc/865/stat : 865 (xcsp3-exec) S 862 865 13431 0 -1 4202496 507 0 0 0 0 0 0 0 20 0 1 0 69324227 9740288 344 18446744073709551615 4194304 5098028 140736559701184 140736559699288 140368733741692 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 30707712 140736559706513 140736559706723 140736559706723 140736559710187 0
/proc/865/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50083 s]
/proc/loadavg: 1.11 3.72 4.78 5/197 886
/proc/meminfo: memFree=30564552/32770624 swapFree=0/303316
[pid=865] ppid=862 vsize=9512 CPUtime=0 cores=0-7
/proc/865/stat : 865 (xcsp3-exec) S 862 865 13431 0 -1 4202496 507 0 0 0 0 0 0 0 20 0 1 0 69324227 9740288 344 18446744073709551615 4194304 5098028 140736559701184 140736559699288 140368733741692 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 30707712 140736559706513 140736559706723 140736559706723 140736559710187 0
/proc/865/statm: 2378 344 289 221 0 87 0
[pid=867] ppid=865 vsize=25999896 CPUtime=3.76 cores=0-7
/proc/867/stat : 867 (java) S 865 865 13431 0 -1 1077944320 16329 0 0 0 323 53 0 0 20 0 20 0 69324235 26623893504 276720 18446744073709551615 4194304 4196468 140728630939584 140728630922128 139950350528247 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
/proc/867/statm: 6499974 276720 3196 1 0 6488275 0
[pid=867/tid=868] ppid=865 vsize=25999896 CPUtime=1.1 cores=0-7
/proc/867/task/868/stat : 868 (java) R 865 865 13431 0 -1 4202560 8931 0 0 0 92 18 0 0 20 0 20 0 69324236 26623893504 276720 18446744073709551615 4194304 4196468 140728630939584 139950354766320 139949985297168 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=869] ppid=865 vsize=25999896 CPUtime=0.2 cores=0-7
/proc/867/task/869/stat : 869 (java) S 865 865 13431 0 -1 1077944384 86 0 0 0 17 3 0 0 20 0 20 0 69324236 26623893504 276720 18446744073709551615 4194304 4196468 140728630939584 139950307494672 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=870] ppid=865 vsize=25999896 CPUtime=0.21 cores=0-7
/proc/867/task/870/stat : 870 (java) S 865 865 13431 0 -1 1077944384 121 0 0 0 17 4 0 0 20 0 20 0 69324236 26623893504 276720 18446744073709551615 4194304 4196468 140728630939584 139950306442128 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=871] ppid=865 vsize=25999896 CPUtime=0.2 cores=0-7
/proc/867/task/871/stat : 871 (java) S 865 865 13431 0 -1 1077944384 92 0 0 0 17 3 0 0 20 0 20 0 69324236 26623893504 276720 18446744073709551615 4194304 4196468 140728630939584 139950305389584 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=872] ppid=865 vsize=25999896 CPUtime=0.2 cores=0-7
/proc/867/task/872/stat : 872 (java) S 865 865 13431 0 -1 1077944384 143 0 0 0 17 3 0 0 20 0 20 0 69324236 26623893504 276720 18446744073709551615 4194304 4196468 140728630939584 139950304337040 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=873] ppid=865 vsize=25999896 CPUtime=0.21 cores=0-7
/proc/867/task/873/stat : 873 (java) S 865 865 13431 0 -1 1077944384 108 0 0 0 17 4 0 0 20 0 20 0 69324236 26623893504 276720 18446744073709551615 4194304 4196468 140728630939584 139950303283472 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=874] ppid=865 vsize=25999896 CPUtime=0.22 cores=0-7
/proc/867/task/874/stat : 874 (java) S 865 865 13431 0 -1 1077944384 126 0 0 0 17 5 0 0 20 0 20 0 69324236 26623893504 276720 18446744073709551615 4194304 4196468 140728630939584 139949907507600 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=875] ppid=865 vsize=25999896 CPUtime=0.21 cores=0-7
/proc/867/task/875/stat : 875 (java) S 865 865 13431 0 -1 1077944384 107 0 0 0 18 3 0 0 20 0 20 0 69324236 26623893504 276720 18446744073709551615 4194304 4196468 140728630939584 139949906455056 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=876] ppid=865 vsize=25999896 CPUtime=0.2 cores=0-7
/proc/867/task/876/stat : 876 (java) S 865 865 13431 0 -1 1077944384 104 0 0 0 17 3 0 0 20 0 20 0 69324236 26623893504 276720 18446744073709551615 4194304 4196468 140728630939584 139949905402512 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=877] ppid=865 vsize=25999896 CPUtime=0.01 cores=0-7
/proc/867/task/877/stat : 877 (java) S 865 865 13431 0 -1 1077944384 424 0 0 0 1 0 0 0 20 0 20 0 69324238 26623893504 276720 18446744073709551615 4194304 4196468 140728630939584 139949076572656 139950350539394 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=878] ppid=865 vsize=25999896 CPUtime=0 cores=0-7
/proc/867/task/878/stat : 878 (java) S 865 865 13431 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 69324238 26623893504 276720 18446744073709551615 4194304 4196468 140728630939584 139949075518944 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=879] ppid=865 vsize=25999896 CPUtime=0 cores=0-7
/proc/867/task/879/stat : 879 (java) S 865 865 13431 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 69324238 26623893504 276720 18446744073709551615 4194304 4196468 140728630939584 139949074466304 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=880] ppid=865 vsize=25999896 CPUtime=0 cores=0-7
/proc/867/task/880/stat : 880 (java) S 865 865 13431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 69324241 26623893504 276720 18446744073709551615 4194304 4196468 140728630939584 139949073414864 139950350546843 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=881] ppid=865 vsize=25999896 CPUtime=0.19 cores=0-7
/proc/867/task/881/stat : 881 (java) S 865 865 13431 0 -1 1077944384 1216 0 0 0 19 0 0 0 20 0 20 0 69324241 26623893504 276720 18446744073709551615 4194304 4196468 140728630939584 139949072361456 139950350539394 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=882] ppid=865 vsize=25999896 CPUtime=0.23 cores=0-7
/proc/867/task/882/stat : 882 (java) S 865 865 13431 0 -1 1077944384 1078 0 0 0 23 0 0 0 20 0 20 0 69324241 26623893504 276720 18446744073709551615 4194304 4196468 140728630939584 139949071308912 139950350539394 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=883] ppid=865 vsize=25999896 CPUtime=0.22 cores=0-7
/proc/867/task/883/stat : 883 (java) S 865 865 13431 0 -1 1077944384 1214 0 0 0 22 0 0 0 20 0 20 0 69324241 26623893504 276720 18446744073709551615 4194304 4196468 140728630939584 139949070256368 139950350539394 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=884] ppid=865 vsize=25999896 CPUtime=0.21 cores=0-7
/proc/867/task/884/stat : 884 (java) S 865 865 13431 0 -1 1077944384 1282 0 0 0 21 0 0 0 20 0 20 0 69324241 26623893504 276720 18446744073709551615 4194304 4196468 140728630939584 139949069203824 139950350539394 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=885] ppid=865 vsize=25999896 CPUtime=0 cores=0-7
/proc/867/task/885/stat : 885 (java) S 865 865 13431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 69324241 26623893504 276720 18446744073709551615 4194304 4196468 140728630939584 139949068151520 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=886] ppid=865 vsize=25999896 CPUtime=0 cores=0-7
/proc/867/task/886/stat : 886 (java) S 865 865 13431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 69324245 26623893504 276720 18446744073709551615 4194304 4196468 140728630939584 139949067099056 139950350539394 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 26009408

[startup+3.10093 s]
/proc/loadavg: 1.26 3.71 4.77 2/197 886
/proc/meminfo: memFree=30386072/32770624 swapFree=0/303316
[pid=865] ppid=862 vsize=9512 CPUtime=0 cores=0-7
/proc/865/stat : 865 (xcsp3-exec) S 862 865 13431 0 -1 4202496 507 0 0 0 0 0 0 0 20 0 1 0 69324227 9740288 344 18446744073709551615 4194304 5098028 140736559701184 140736559699288 140368733741692 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 30707712 140736559706513 140736559706723 140736559706723 140736559710187 0
/proc/865/statm: 2378 344 289 221 0 87 0
[pid=867] ppid=865 vsize=25999896 CPUtime=6.63 cores=0-7
/proc/867/stat : 867 (java) S 865 865 13431 0 -1 1077944320 19356 0 0 0 569 94 0 0 20 0 20 0 69324235 26623893504 350495 18446744073709551615 4194304 4196468 140728630939584 140728630922128 139950350528247 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
/proc/867/statm: 6499974 350495 3203 1 0 6488275 0
[pid=867/tid=868] ppid=865 vsize=25999896 CPUtime=2.47 cores=0-7
/proc/867/task/868/stat : 868 (java) R 865 865 13431 0 -1 4202560 9076 0 0 0 227 20 0 0 20 0 20 0 69324236 26623893504 350495 18446744073709551615 4194304 4196468 140728630939584 139950354766320 139949985753480 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=869] ppid=865 vsize=25999896 CPUtime=0.4 cores=0-7
/proc/867/task/869/stat : 869 (java) S 865 865 13431 0 -1 1077944384 360 0 0 0 32 8 0 0 20 0 20 0 69324236 26623893504 350495 18446744073709551615 4194304 4196468 140728630939584 139950307494672 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=870] ppid=865 vsize=25999896 CPUtime=0.4 cores=0-7
/proc/867/task/870/stat : 870 (java) S 865 865 13431 0 -1 1077944384 651 0 0 0 31 9 0 0 20 0 20 0 69324236 26623893504 350495 18446744073709551615 4194304 4196468 140728630939584 139950306442128 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=871] ppid=865 vsize=25999896 CPUtime=0.38 cores=0-7
/proc/867/task/871/stat : 871 (java) S 865 865 13431 0 -1 1077944384 388 0 0 0 31 7 0 0 20 0 20 0 69324236 26623893504 350495 18446744073709551615 4194304 4196468 140728630939584 139950305389584 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=872] ppid=865 vsize=25999896 CPUtime=0.38 cores=0-7
/proc/867/task/872/stat : 872 (java) S 865 865 13431 0 -1 1077944384 445 0 0 0 31 7 0 0 20 0 20 0 69324236 26623893504 350495 18446744073709551615 4194304 4196468 140728630939584 139950304337040 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=873] ppid=865 vsize=25999896 CPUtime=0.4 cores=0-7
/proc/867/task/873/stat : 873 (java) S 865 865 13431 0 -1 1077944384 393 0 0 0 31 9 0 0 20 0 20 0 69324236 26623893504 350495 18446744073709551615 4194304 4196468 140728630939584 139950303283472 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=874] ppid=865 vsize=25999896 CPUtime=0.41 cores=0-7
/proc/867/task/874/stat : 874 (java) S 865 865 13431 0 -1 1077944384 400 0 0 0 31 10 0 0 20 0 20 0 69324236 26623893504 350495 18446744073709551615 4194304 4196468 140728630939584 139949907507600 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=875] ppid=865 vsize=25999896 CPUtime=0.39 cores=0-7
/proc/867/task/875/stat : 875 (java) S 865 865 13431 0 -1 1077944384 481 0 0 0 32 7 0 0 20 0 20 0 69324236 26623893504 350495 18446744073709551615 4194304 4196468 140728630939584 139949906455056 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=876] ppid=865 vsize=25999896 CPUtime=0.39 cores=0-7
/proc/867/task/876/stat : 876 (java) S 865 865 13431 0 -1 1077944384 424 0 0 0 31 8 0 0 20 0 20 0 69324236 26623893504 350495 18446744073709551615 4194304 4196468 140728630939584 139949905402512 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=877] ppid=865 vsize=25999896 CPUtime=0.01 cores=0-7
/proc/867/task/877/stat : 877 (java) S 865 865 13431 0 -1 1077944384 649 0 0 0 1 0 0 0 20 0 20 0 69324238 26623893504 350495 18446744073709551615 4194304 4196468 140728630939584 139949076572656 139950350539394 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=878] ppid=865 vsize=25999896 CPUtime=0 cores=0-7
/proc/867/task/878/stat : 878 (java) S 865 865 13431 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 69324238 26623893504 350495 18446744073709551615 4194304 4196468 140728630939584 139949075518944 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=879] ppid=865 vsize=25999896 CPUtime=0 cores=0-7
/proc/867/task/879/stat : 879 (java) S 865 865 13431 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 69324238 26623893504 350495 18446744073709551615 4194304 4196468 140728630939584 139949074466304 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=880] ppid=865 vsize=25999896 CPUtime=0 cores=0-7
/proc/867/task/880/stat : 880 (java) S 865 865 13431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 69324241 26623893504 350495 18446744073709551615 4194304 4196468 140728630939584 139949073414864 139950350546843 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=881] ppid=865 vsize=25999896 CPUtime=0.19 cores=0-7
/proc/867/task/881/stat : 881 (java) S 865 865 13431 0 -1 1077944384 1216 0 0 0 19 0 0 0 20 0 20 0 69324241 26623893504 350495 18446744073709551615 4194304 4196468 140728630939584 139949072361456 139950350539394 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=882] ppid=865 vsize=25999896 CPUtime=0.23 cores=0-7
/proc/867/task/882/stat : 882 (java) S 865 865 13431 0 -1 1077944384 1078 0 0 0 23 0 0 0 20 0 20 0 69324241 26623893504 350495 18446744073709551615 4194304 4196468 140728630939584 139949071308912 139950350539394 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=883] ppid=865 vsize=25999896 CPUtime=0.22 cores=0-7
/proc/867/task/883/stat : 883 (java) S 865 865 13431 0 -1 1077944384 1214 0 0 0 22 0 0 0 20 0 20 0 69324241 26623893504 350495 18446744073709551615 4194304 4196468 140728630939584 139949070256368 139950350539394 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=884] ppid=865 vsize=25999896 CPUtime=0.21 cores=0-7
/proc/867/task/884/stat : 884 (java) S 865 865 13431 0 -1 1077944384 1282 0 0 0 21 0 0 0 20 0 20 0 69324241 26623893504 350495 18446744073709551615 4194304 4196468 140728630939584 139949069203824 139950350539394 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=885] ppid=865 vsize=25999896 CPUtime=0 cores=0-7
/proc/867/task/885/stat : 885 (java) S 865 865 13431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 69324241 26623893504 350495 18446744073709551615 4194304 4196468 140728630939584 139949068151520 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=886] ppid=865 vsize=25999896 CPUtime=0 cores=0-7
/proc/867/task/886/stat : 886 (java) S 865 865 13431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 69324245 26623893504 350495 18446744073709551615 4194304 4196468 140728630939584 139949067099056 139950350539394 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
Current children cumulated CPU time (s) 6.63
Current children cumulated vsize (KiB) 26009408

[startup+6.30084 s]
/proc/loadavg: 1.26 3.71 4.77 2/197 886
/proc/meminfo: memFree=29752820/32770624 swapFree=0/303312
[pid=865] ppid=862 vsize=9512 CPUtime=0 cores=0-7
/proc/865/stat : 865 (xcsp3-exec) S 862 865 13431 0 -1 4202496 507 0 0 0 0 0 0 0 20 0 1 0 69324227 9740288 344 18446744073709551615 4194304 5098028 140736559701184 140736559699288 140368733741692 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 30707712 140736559706513 140736559706723 140736559706723 140736559710187 0
/proc/865/statm: 2378 344 289 221 0 87 0
[pid=867] ppid=865 vsize=25999896 CPUtime=12.59 cores=0-7
/proc/867/stat : 867 (java) S 865 865 13431 0 -1 1077944320 26817 0 0 0 1088 171 0 0 20 0 20 0 69324235 26623893504 464831 18446744073709551615 4194304 4196468 140728630939584 140728630922128 139950350528247 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
/proc/867/statm: 6499974 464831 3206 1 0 6488275 0
[pid=867/tid=868] ppid=865 vsize=25999896 CPUtime=5.28 cores=0-7
/proc/867/task/868/stat : 868 (java) R 865 865 13431 0 -1 4202560 10760 0 0 0 505 23 0 0 20 0 20 0 69324236 26623893504 464831 18446744073709551615 4194304 4196468 140728630939584 139950354766000 139950329605743 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=869] ppid=865 vsize=25999896 CPUtime=0.78 cores=0-7
/proc/867/task/869/stat : 869 (java) S 865 865 13431 0 -1 1077944384 910 0 0 0 60 18 0 0 20 0 20 0 69324236 26623893504 464831 18446744073709551615 4194304 4196468 140728630939584 139950307494672 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=870] ppid=865 vsize=25999896 CPUtime=0.78 cores=0-7
/proc/867/task/870/stat : 870 (java) S 865 865 13431 0 -1 1077944384 1069 0 0 0 59 19 0 0 20 0 20 0 69324236 26623893504 464831 18446744073709551615 4194304 4196468 140728630939584 139950306442128 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=871] ppid=865 vsize=25999896 CPUtime=0.77 cores=0-7
/proc/867/task/871/stat : 871 (java) S 865 865 13431 0 -1 1077944384 852 0 0 0 61 16 0 0 20 0 20 0 69324236 26623893504 464831 18446744073709551615 4194304 4196468 140728630939584 139950305389584 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=872] ppid=865 vsize=25999896 CPUtime=0.77 cores=0-7
/proc/867/task/872/stat : 872 (java) S 865 865 13431 0 -1 1077944384 930 0 0 0 61 16 0 0 20 0 20 0 69324236 26623893504 464831 18446744073709551615 4194304 4196468 140728630939584 139950304337040 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=873] ppid=865 vsize=25999896 CPUtime=0.79 cores=0-7
/proc/867/task/873/stat : 873 (java) S 865 865 13431 0 -1 1077944384 826 0 0 0 61 18 0 0 20 0 20 0 69324236 26623893504 464831 18446744073709551615 4194304 4196468 140728630939584 139950303283472 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=874] ppid=865 vsize=25999896 CPUtime=0.8 cores=0-7
/proc/867/task/874/stat : 874 (java) S 865 865 13431 0 -1 1077944384 923 0 0 0 60 20 0 0 20 0 20 0 69324236 26623893504 464831 18446744073709551615 4194304 4196468 140728630939584 139949907507600 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=875] ppid=865 vsize=25999896 CPUtime=0.78 cores=0-7
/proc/867/task/875/stat : 875 (java) S 865 865 13431 0 -1 1077944384 1148 0 0 0 61 17 0 0 20 0 20 0 69324236 26623893504 464831 18446744073709551615 4194304 4196468 140728630939584 139949906455056 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=876] ppid=865 vsize=25999896 CPUtime=0.77 cores=0-7
/proc/867/task/876/stat : 876 (java) S 865 865 13431 0 -1 1077944384 787 0 0 0 60 17 0 0 20 0 20 0 69324236 26623893504 464831 18446744073709551615 4194304 4196468 140728630939584 139949905402512 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=877] ppid=865 vsize=25999896 CPUtime=0.01 cores=0-7
/proc/867/task/877/stat : 877 (java) S 865 865 13431 0 -1 1077944384 1081 0 0 0 1 0 0 0 20 0 20 0 69324238 26623893504 464831 18446744073709551615 4194304 4196468 140728630939584 139949076572656 139950350539394 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=878] ppid=865 vsize=25999896 CPUtime=0 cores=0-7
/proc/867/task/878/stat : 878 (java) S 865 865 13431 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 69324238 26623893504 464831 18446744073709551615 4194304 4196468 140728630939584 139949075518944 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=879] ppid=865 vsize=25999896 CPUtime=0 cores=0-7
/proc/867/task/879/stat : 879 (java) S 865 865 13431 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 69324238 26623893504 464831 18446744073709551615 4194304 4196468 140728630939584 139949074466304 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=880] ppid=865 vsize=25999896 CPUtime=0 cores=0-7
/proc/867/task/880/stat : 880 (java) S 865 865 13431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 69324241 26623893504 464831 18446744073709551615 4194304 4196468 140728630939584 139949073414864 139950350546843 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0

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

/proc/867/task/886/stat : 886 (java) S 865 865 13431 0 -1 1077944384 1146 0 0 0 4 4 0 0 20 0 20 0 69324245 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139949067099056 139950350539394 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
Current children cumulated CPU time (s) 408.73
Current children cumulated vsize (KiB) 26011456

[startup+230.401 s]
/proc/loadavg: 1.60 2.48 4.04 9/196 889
/proc/meminfo: memFree=10164008/32770624 swapFree=0/303336
[pid=865] ppid=862 vsize=9512 CPUtime=0 cores=0-7
/proc/865/stat : 865 (xcsp3-exec) S 862 865 13431 0 -1 4202496 507 0 0 0 0 0 0 0 20 0 1 0 69324227 9740288 344 18446744073709551615 4194304 5098028 140736559701184 140736559699288 140368733741692 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 30707712 140736559706513 140736559706723 140736559706723 140736559710187 0
/proc/865/statm: 2378 344 289 221 0 87 0
[pid=867] ppid=865 vsize=26001944 CPUtime=433.49 cores=0-7
/proc/867/stat : 867 (java) S 865 865 13431 0 -1 1077944320 861630 0 0 0 39315 4034 0 0 20 0 20 0 69324235 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 140728630922128 139950350528247 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
/proc/867/statm: 6500486 5352978 3221 1 0 6488787 0
[pid=867/tid=868] ppid=865 vsize=26001944 CPUtime=193.01 cores=0-7
/proc/867/task/868/stat : 868 (java) S 865 865 13431 0 -1 1077944384 100332 0 0 0 19250 51 0 0 20 0 20 0 69324236 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139950354766448 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=869] ppid=865 vsize=26001944 CPUtime=28.72 cores=0-7
/proc/867/task/869/stat : 869 (java) R 865 865 13431 0 -1 4202560 43896 0 0 0 2383 489 0 0 20 0 20 0 69324236 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139950307494480 139950343156455 0 4 1 16800974 0 0 0 -1 3 0 0 12 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=870] ppid=865 vsize=26001944 CPUtime=28.86 cores=0-7
/proc/867/task/870/stat : 870 (java) R 865 865 13431 0 -1 4202560 72171 0 0 0 2382 504 0 0 20 0 20 0 69324236 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139950306441936 139950343156455 0 4 1 16800974 0 0 0 -1 0 0 0 12 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=871] ppid=865 vsize=26001944 CPUtime=28.87 cores=0-7
/proc/867/task/871/stat : 871 (java) R 865 865 13431 0 -1 4202560 187125 0 0 0 2376 511 0 0 20 0 20 0 69324236 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139950305389392 139950343156455 0 4 1 16800974 0 0 0 -1 2 0 0 15 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=872] ppid=865 vsize=26001944 CPUtime=28.63 cores=0-7
/proc/867/task/872/stat : 872 (java) R 865 865 13431 0 -1 4202560 72096 0 0 0 2372 491 0 0 20 0 20 0 69324236 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139950304336848 139950343156455 0 4 1 16800974 0 0 0 -1 1 0 0 16 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=873] ppid=865 vsize=26001944 CPUtime=28.84 cores=0-7
/proc/867/task/873/stat : 873 (java) R 865 865 13431 0 -1 4202560 176577 0 0 0 2409 475 0 0 20 0 20 0 69324236 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139950303283360 139950343631276 0 4 1 16800974 0 0 0 -1 4 0 0 16 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=874] ppid=865 vsize=26001944 CPUtime=28.77 cores=0-7
/proc/867/task/874/stat : 874 (java) R 865 865 13431 0 -1 4202560 47389 0 0 0 2404 473 0 0 20 0 20 0 69324236 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139949907507408 139950343156455 0 4 1 16800974 0 0 0 -1 5 0 0 13 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=875] ppid=865 vsize=26001944 CPUtime=28.71 cores=0-7
/proc/867/task/875/stat : 875 (java) R 865 865 13431 0 -1 4202560 45672 0 0 0 2376 495 0 0 20 0 20 0 69324236 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139949906455176 139950343156455 0 4 1 16800974 0 0 0 -1 7 0 0 14 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=876] ppid=865 vsize=26001944 CPUtime=28.88 cores=0-7
/proc/867/task/876/stat : 876 (java) R 865 865 13431 0 -1 4202560 47464 0 0 0 2378 510 0 0 20 0 20 0 69324236 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139949905402320 139950343156455 0 4 1 16800974 0 0 0 -1 6 0 0 14 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=877] ppid=865 vsize=26001944 CPUtime=8.01 cores=0-7
/proc/867/task/877/stat : 877 (java) S 865 865 13431 0 -1 1077944384 49975 0 0 0 780 21 0 0 20 0 20 0 69324238 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139949076571216 139950350538453 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=878] ppid=865 vsize=26001944 CPUtime=0 cores=0-7
/proc/867/task/878/stat : 878 (java) S 865 865 13431 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 69324238 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139949075518944 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=879] ppid=865 vsize=26001944 CPUtime=0 cores=0-7
/proc/867/task/879/stat : 879 (java) S 865 865 13431 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 20 0 69324238 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139949074466304 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=880] ppid=865 vsize=26001944 CPUtime=0 cores=0-7
/proc/867/task/880/stat : 880 (java) S 865 865 13431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 69324241 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139949073414864 139950350546843 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=881] ppid=865 vsize=26001944 CPUtime=0.53 cores=0-7
/proc/867/task/881/stat : 881 (java) S 865 865 13431 0 -1 1077944384 5229 0 0 0 52 1 0 0 20 0 20 0 69324241 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139949072361504 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=882] ppid=865 vsize=26001944 CPUtime=0.56 cores=0-7
/proc/867/task/882/stat : 882 (java) S 865 865 13431 0 -1 1077944384 3335 0 0 0 55 1 0 0 20 0 20 0 69324241 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139949071308672 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=883] ppid=865 vsize=26001944 CPUtime=0.52 cores=0-7
/proc/867/task/883/stat : 883 (java) S 865 865 13431 0 -1 1077944384 3398 0 0 0 52 0 0 0 20 0 20 0 69324241 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139949070256416 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=884] ppid=865 vsize=26001944 CPUtime=0.34 cores=0-7
/proc/867/task/884/stat : 884 (java) S 865 865 13431 0 -1 1077944384 4447 0 0 0 34 0 0 0 20 0 20 0 69324241 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139949069203872 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=885] ppid=865 vsize=26001944 CPUtime=0 cores=0-7
/proc/867/task/885/stat : 885 (java) S 865 865 13431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 69324241 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139949068151520 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=886] ppid=865 vsize=26001944 CPUtime=0.08 cores=0-7
/proc/867/task/886/stat : 886 (java) S 865 865 13431 0 -1 1077944384 1146 0 0 0 4 4 0 0 20 0 20 0 69324245 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139949067099056 139950350539394 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
Current children cumulated CPU time (s) 433.49
Current children cumulated vsize (KiB) 26011456

[startup+231.201 s]
/proc/loadavg: 1.60 2.48 4.04 8/196 889
/proc/meminfo: memFree=10164132/32770624 swapFree=0/303336
[pid=865] ppid=862 vsize=9512 CPUtime=0 cores=0-7
/proc/865/stat : 865 (xcsp3-exec) S 862 865 13431 0 -1 4202496 507 0 0 0 0 0 0 0 20 0 1 0 69324227 9740288 344 18446744073709551615 4194304 5098028 140736559701184 140736559699288 140368733741692 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 30707712 140736559706513 140736559706723 140736559706723 140736559710187 0
/proc/865/statm: 2378 344 289 221 0 87 0
[pid=867] ppid=865 vsize=26001944 CPUtime=439.69 cores=0-7
/proc/867/stat : 867 (java) S 865 865 13431 0 -1 1077944320 862038 0 0 0 39930 4039 0 0 20 0 20 0 69324235 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 140728630922128 139950350528247 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
/proc/867/statm: 6500486 5352978 3221 1 0 6488787 0
[pid=867/tid=868] ppid=865 vsize=26001944 CPUtime=193.01 cores=0-7
/proc/867/task/868/stat : 868 (java) S 865 865 13431 0 -1 1077944384 100332 0 0 0 19250 51 0 0 20 0 20 0 69324236 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139950354766448 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=869] ppid=865 vsize=26001944 CPUtime=29.49 cores=0-7
/proc/867/task/869/stat : 869 (java) R 865 865 13431 0 -1 4202560 43896 0 0 0 2459 490 0 0 20 0 20 0 69324236 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139950307494480 139950343156455 0 4 1 16800974 0 0 0 -1 3 0 0 12 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=870] ppid=865 vsize=26001944 CPUtime=29.63 cores=0-7
/proc/867/task/870/stat : 870 (java) S 865 865 13431 0 -1 1077944384 72171 0 0 0 2458 505 0 0 20 0 20 0 69324236 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139950306441936 139950350539394 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=871] ppid=865 vsize=26001944 CPUtime=29.65 cores=0-7
/proc/867/task/871/stat : 871 (java) R 865 865 13431 0 -1 4202560 187125 0 0 0 2453 512 0 0 20 0 20 0 69324236 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139950305389392 139950343156455 0 4 1 16800974 0 0 0 -1 2 0 0 15 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=872] ppid=865 vsize=26001944 CPUtime=29.39 cores=0-7
/proc/867/task/872/stat : 872 (java) R 865 865 13431 0 -1 4202560 72096 0 0 0 2448 491 0 0 20 0 20 0 69324236 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139950304337160 139950343156455 0 4 1 16800974 0 0 0 -1 1 0 0 16 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=873] ppid=865 vsize=26001944 CPUtime=29.63 cores=0-7
/proc/867/task/873/stat : 873 (java) R 865 865 13431 0 -1 4202560 176984 0 0 0 2488 475 0 0 20 0 20 0 69324236 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139950303283360 139950343631320 0 4 1 16800974 0 0 0 -1 4 0 0 16 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=874] ppid=865 vsize=26001944 CPUtime=29.54 cores=0-7
/proc/867/task/874/stat : 874 (java) R 865 865 13431 0 -1 4202560 47389 0 0 0 2481 473 0 0 20 0 20 0 69324236 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139949907507408 139950343156455 0 4 1 16800974 0 0 0 -1 5 0 0 13 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=875] ppid=865 vsize=26001944 CPUtime=29.47 cores=0-7
/proc/867/task/875/stat : 875 (java) R 865 865 13431 0 -1 1077944384 45672 0 0 0 2452 495 0 0 20 0 20 0 69324236 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139949906454864 139950350539394 0 4 1 16800974 0 0 0 -1 7 0 0 14 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=876] ppid=865 vsize=26001944 CPUtime=29.65 cores=0-7
/proc/867/task/876/stat : 876 (java) R 865 865 13431 0 -1 4202560 47464 0 0 0 2455 510 0 0 20 0 20 0 69324236 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139949905402320 139950343156455 0 4 1 16800974 0 0 0 -1 6 0 0 14 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=877] ppid=865 vsize=26001944 CPUtime=8.01 cores=0-7
/proc/867/task/877/stat : 877 (java) S 865 865 13431 0 -1 1077944384 49975 0 0 0 780 21 0 0 20 0 20 0 69324238 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139949076571216 139950350538453 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=878] ppid=865 vsize=26001944 CPUtime=0 cores=0-7
/proc/867/task/878/stat : 878 (java) S 865 865 13431 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 69324238 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139949075518944 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=879] ppid=865 vsize=26001944 CPUtime=0 cores=0-7
/proc/867/task/879/stat : 879 (java) S 865 865 13431 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 20 0 69324238 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139949074466304 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=880] ppid=865 vsize=26001944 CPUtime=0 cores=0-7
/proc/867/task/880/stat : 880 (java) S 865 865 13431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 69324241 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139949073414864 139950350546843 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=881] ppid=865 vsize=26001944 CPUtime=0.53 cores=0-7
/proc/867/task/881/stat : 881 (java) S 865 865 13431 0 -1 1077944384 5229 0 0 0 52 1 0 0 20 0 20 0 69324241 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139949072361504 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=882] ppid=865 vsize=26001944 CPUtime=0.56 cores=0-7
/proc/867/task/882/stat : 882 (java) S 865 865 13431 0 -1 1077944384 3335 0 0 0 55 1 0 0 20 0 20 0 69324241 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139949071308672 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=883] ppid=865 vsize=26001944 CPUtime=0.52 cores=0-7
/proc/867/task/883/stat : 883 (java) S 865 865 13431 0 -1 1077944384 3398 0 0 0 52 0 0 0 20 0 20 0 69324241 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139949070256416 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=884] ppid=865 vsize=26001944 CPUtime=0.34 cores=0-7
/proc/867/task/884/stat : 884 (java) S 865 865 13431 0 -1 1077944384 4447 0 0 0 34 0 0 0 20 0 20 0 69324241 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139949069203872 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=885] ppid=865 vsize=26001944 CPUtime=0 cores=0-7
/proc/867/task/885/stat : 885 (java) S 865 865 13431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 69324241 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139949068151520 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=886] ppid=865 vsize=26001944 CPUtime=0.09 cores=0-7
/proc/867/task/886/stat : 886 (java) S 865 865 13431 0 -1 1077944384 1146 0 0 0 4 5 0 0 20 0 20 0 69324245 26625990656 5352978 18446744073709551615 4194304 4196468 140728630939584 139949067099056 139950350539394 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
Current children cumulated CPU time (s) 439.69
Current children cumulated vsize (KiB) 26011456

[startup+232.001 s]
/proc/loadavg: 1.60 2.48 4.04 8/196 889
/proc/meminfo: memFree=10164132/32770624 swapFree=0/303336
[pid=865] ppid=862 vsize=9512 CPUtime=0 cores=0-7
/proc/865/stat : 865 (xcsp3-exec) S 862 865 13431 0 -1 4202496 507 0 0 0 0 0 0 0 20 0 1 0 69324227 9740288 344 18446744073709551615 4194304 5098028 140736559701184 140736559699288 140368733741692 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 30707712 140736559706513 140736559706723 140736559706723 140736559710187 0
/proc/865/statm: 2378 344 289 221 0 87 0
[pid=867] ppid=865 vsize=26001944 CPUtime=441.78 cores=0-7
/proc/867/stat : 867 (java) S 865 865 13431 0 -1 1077944320 862903 0 0 0 40136 4042 0 0 20 0 20 0 69324235 26625990656 5352986 18446744073709551615 4194304 4196468 140728630939584 140728630922128 139950350528247 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
/proc/867/statm: 6500486 5352986 3221 1 0 6488787 0
[pid=867/tid=868] ppid=865 vsize=26001944 CPUtime=193.01 cores=0-7
/proc/867/task/868/stat : 868 (java) S 865 865 13431 0 -1 1077944384 100332 0 0 0 19250 51 0 0 20 0 20 0 69324236 26625990656 5352986 18446744073709551615 4194304 4196468 140728630939584 139950354766448 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=869] ppid=865 vsize=26001944 CPUtime=29.68 cores=0-7
/proc/867/task/869/stat : 869 (java) S 865 865 13431 0 -1 1077944384 43896 0 0 0 2478 490 0 0 20 0 20 0 69324236 26625990656 5352986 18446744073709551615 4194304 4196468 140728630939584 139950307494672 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=870] ppid=865 vsize=26001944 CPUtime=29.82 cores=0-7
/proc/867/task/870/stat : 870 (java) S 865 865 13431 0 -1 1077944384 72171 0 0 0 2477 505 0 0 20 0 20 0 69324236 26625990656 5352986 18446744073709551615 4194304 4196468 140728630939584 139950306442128 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=871] ppid=865 vsize=26001944 CPUtime=29.83 cores=0-7
/proc/867/task/871/stat : 871 (java) S 865 865 13431 0 -1 1077944384 187125 0 0 0 2471 512 0 0 20 0 20 0 69324236 26625990656 5352986 18446744073709551615 4194304 4196468 140728630939584 139950305389584 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=872] ppid=865 vsize=26001944 CPUtime=29.59 cores=0-7
/proc/867/task/872/stat : 872 (java) S 865 865 13431 0 -1 1077944384 72096 0 0 0 2467 492 0 0 20 0 20 0 69324236 26625990656 5352986 18446744073709551615 4194304 4196468 140728630939584 139950304337040 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 16 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=873] ppid=865 vsize=26001944 CPUtime=29.83 cores=0-7
/proc/867/task/873/stat : 873 (java) S 865 865 13431 0 -1 1077944384 176984 0 0 0 2508 475 0 0 20 0 20 0 69324236 26625990656 5352986 18446744073709551615 4194304 4196468 140728630939584 139950303283472 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 16 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=874] ppid=865 vsize=26001944 CPUtime=29.72 cores=0-7
/proc/867/task/874/stat : 874 (java) S 865 865 13431 0 -1 1077944384 47389 0 0 0 2499 473 0 0 20 0 20 0 69324236 26625990656 5352986 18446744073709551615 4194304 4196468 140728630939584 139949907507600 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=875] ppid=865 vsize=26001944 CPUtime=29.66 cores=0-7
/proc/867/task/875/stat : 875 (java) S 865 865 13431 0 -1 1077944384 45672 0 0 0 2470 496 0 0 20 0 20 0 69324236 26625990656 5352986 18446744073709551615 4194304 4196468 140728630939584 139949906455056 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=876] ppid=865 vsize=26001944 CPUtime=29.83 cores=0-7
/proc/867/task/876/stat : 876 (java) S 865 865 13431 0 -1 1077944384 47464 0 0 0 2473 510 0 0 20 0 20 0 69324236 26625990656 5352986 18446744073709551615 4194304 4196468 140728630939584 139949905402512 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=877] ppid=865 vsize=26001944 CPUtime=8.62 cores=0-7
/proc/867/task/877/stat : 877 (java) R 865 865 13431 0 -1 4202560 50840 0 0 0 838 24 0 0 20 0 20 0 69324238 26625990656 5352986 18446744073709551615 4194304 4196468 140728630939584 139949076571216 139950335524592 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=878] ppid=865 vsize=26001944 CPUtime=0 cores=0-7
/proc/867/task/878/stat : 878 (java) S 865 865 13431 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 69324238 26625990656 5352986 18446744073709551615 4194304 4196468 140728630939584 139949075518944 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=879] ppid=865 vsize=26001944 CPUtime=0 cores=0-7
/proc/867/task/879/stat : 879 (java) S 865 865 13431 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 20 0 69324238 26625990656 5352986 18446744073709551615 4194304 4196468 140728630939584 139949074466304 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=880] ppid=865 vsize=26001944 CPUtime=0 cores=0-7
/proc/867/task/880/stat : 880 (java) S 865 865 13431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 69324241 26625990656 5352986 18446744073709551615 4194304 4196468 140728630939584 139949073414864 139950350546843 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=881] ppid=865 vsize=26001944 CPUtime=0.53 cores=0-7
/proc/867/task/881/stat : 881 (java) S 865 865 13431 0 -1 1077944384 5229 0 0 0 52 1 0 0 20 0 20 0 69324241 26625990656 5352986 18446744073709551615 4194304 4196468 140728630939584 139949072361504 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=882] ppid=865 vsize=26001944 CPUtime=0.56 cores=0-7
/proc/867/task/882/stat : 882 (java) S 865 865 13431 0 -1 1077944384 3335 0 0 0 55 1 0 0 20 0 20 0 69324241 26625990656 5352986 18446744073709551615 4194304 4196468 140728630939584 139949071308672 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=883] ppid=865 vsize=26001944 CPUtime=0.52 cores=0-7
/proc/867/task/883/stat : 883 (java) S 865 865 13431 0 -1 1077944384 3398 0 0 0 52 0 0 0 20 0 20 0 69324241 26625990656 5352986 18446744073709551615 4194304 4196468 140728630939584 139949070256416 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=884] ppid=865 vsize=26001944 CPUtime=0.34 cores=0-7
/proc/867/task/884/stat : 884 (java) S 865 865 13431 0 -1 1077944384 4447 0 0 0 34 0 0 0 20 0 20 0 69324241 26625990656 5352986 18446744073709551615 4194304 4196468 140728630939584 139949069203872 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=885] ppid=865 vsize=26001944 CPUtime=0 cores=0-7
/proc/867/task/885/stat : 885 (java) S 865 865 13431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 69324241 26625990656 5352986 18446744073709551615 4194304 4196468 140728630939584 139949068151520 139950350538453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
[pid=867/tid=886] ppid=865 vsize=26001944 CPUtime=0.09 cores=0-7
/proc/867/task/886/stat : 886 (java) S 865 865 13431 0 -1 1077944384 1146 0 0 0 4 5 0 0 20 0 20 0 69324245 26625990656 5352986 18446744073709551615 4194304 4196468 140728630939584 139949067099056 139950350539394 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16445440 140728630948303 140728630948479 140728630948479 140728630951887 0
Current children cumulated CPU time (s) 441.78
Current children cumulated vsize (KiB) 26011456

[startup+232.401 s]
/proc/loadavg: 2.11 2.57 4.06 2/196 889
/proc/meminfo: memFree=10164132/32770624 swapFree=0/303336
[pid=865] ppid=862 vsize=9512 CPUtime=0 cores=0-7
/proc/865/stat : 865 (xcsp3-exec) S 862 865 13431 0 -1 4202496 507 0 0 0 0 0 0 0 20 0 1 0 69324227 9740288 344 18446744073709551615 4194304 5098028 140736559701184 140736559699288 140368733741692 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 30707712 140736559706513 140736559706723 140736559706723 140736559710187 0
/proc/865/statm: 2378 344 289 221 0 87 0
[pid=867] ppid=865 vsize=0 CPUtime=442.19 cores=0-7
/proc/867/stat : 867 (java) Z 865 865 13431 0 -1 4227084 863050 0 0 0 40172 4047 0 0 20 0 2 0 69324235 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/867/statm: 0 0 0 0 0 0 0
[pid=867/tid=878] ppid=865 vsize=0 CPUtime=0.04 cores=0-7
/proc/867/task/878/stat : 878 (java) R 865 865 13431 0 -1 4203588 51 0 0 0 0 4 0 0 20 0 2 0 69324238 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 6 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 442.19
Current children cumulated vsize (KiB) 9512

Child status: 1
Real time (s): 232.474
CPU time (s): 442.268
CPU user time (s): 401.726
CPU system time (s): 40.5424
CPU usage (%): 190.244
Max. virtual memory (cumulated for all children) (KiB): 26011456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 401.725
system time used= 40.5424
maximum resident set size= 21412372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 863569
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22604
involuntary context switches= 4243

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.19118 second user time and 1.58437 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-02 19:44:10
IDJOB=4254443
IDBENCH=138074
IDSOLVER=2636
FILE ID=node132/4254443-1501696707
RUNJOBID= node132-1501676530-13487
PBS_JOBID= 
Free space on /tmp= 61916 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-31.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4254443-1501696707/watcher-4254443-1501696707 -o /tmp/evaluation-result-4254443-1501696707/solver-4254443-1501696707 -C 1920 -W 264 -M 31000 --bin-var /tmp/runsolver-exch-node132-1501676530-13487 --watchdog 324  ./xcsp3-exec -dir HOME -tl 1920 -p 8 -ml 22000 -tdir HOME -seed 1220313470 HOME/instance-4254443-1501696707.xml

TIME LIMIT= 1920 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 67c04303171609b86978ceecc7dcafe8
RANDOM SEED=1220313470

node132.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.74
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.74
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.74
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.74
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:        31602760 kB
MemAvailable:   31998124 kB
Buffers:          168476 kB
Cached:           520496 kB
SwapCached:            0 kB
Active:           418412 kB
Inactive:         328080 kB
Active(anon):      58212 kB
Inactive(anon):    24436 kB
Active(file):     360200 kB
Inactive(file):   303644 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             82876 kB
Writeback:             0 kB
AnonPages:         55372 kB
Mapped:            39520 kB
Shmem:             25276 kB
Slab:             120560 kB
SReclaimable:      94708 kB
SUnreclaim:        25852 kB
KernelStack:        3232 kB
PageTables:         4360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     296632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61908 MiB
End job on node132 at 2017-08-02 19:48:02