Trace number 4249413

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
R1: choco-solver 5a (2017-07-05)? 233.895 92.2093

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft249-06.xml
MD5SUM0bf4a40729d33496d05cbb52f4946484
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables397
Number of constraints102
Number of domains2
Minimum domain size100
Maximum domain size139
Distribution of domain sizes[{"size":100,"count":1},{"size":139,"count":396}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":297},{"degree":4,"count":99}]
Minimum constraint arity4
Maximum constraint arity396
Distribution of constraint arities[{"arity":4,"count":99},{"arity":100,"count":1},{"arity":396,"count":2}]
Number of extensional constraints99
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":99},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4249413-1500694755.xml"  -tl '2400s' -p 8 -x 3
0.00/0.20	c [HOME/instance-4249413-1500694755.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.25	c 8 solvers in parallel
0.00/0.32	c parse instance...
207.46/88.21	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
207.46/88.21		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
221.44/90.23		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
221.44/90.23		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1853)
221.44/90.23		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1809)
221.44/90.23		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
221.44/90.23		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
221.44/90.23		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
221.44/90.23		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
221.44/90.24		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
221.44/90.24		at org.xcsp.parser.XCallbacks$$Lambda$70/2011986105.accept(Unknown Source)
221.44/90.24		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
221.44/90.24		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
221.44/90.24		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
221.44/90.24		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
221.44/90.24		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
221.44/90.24		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
221.44/90.24		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
221.44/90.24		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
221.44/90.24		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:114)
221.44/90.24		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:101)
221.44/90.24		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
233.80/92.14	s UNKNOWN
233.80/92.14	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-4249413-1500694755/watcher-4249413-1500694755 -o /tmp/evaluation-result-4249413-1500694755/solver-4249413-1500694755 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500682809-15227 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1028088117 HOME/instance-4249413-1500694755.xml 

pid=11694
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 15.73 15.35 15.17 9/270 11697
/proc/meminfo: memFree=31213408/32770624 swapFree=5808/123592
[pid=11697] ppid=11694 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11697/stat : 11697 (xcsp3-exec) S 11694 11697 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4740567 9740288 346 33554432000 4194304 5098028 140730906841760 140730906839864 139999399092860 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 14176256 140730906846350 140730906846560 140730906846560 140730906849259 0
/proc/11697/statm: 2378 346 289 221 0 87 0

[startup+0.100138 s]
/proc/loadavg: 15.73 15.35 15.17 9/270 11697
/proc/meminfo: memFree=31213408/32770624 swapFree=5808/123592
[pid=11697] ppid=11694 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11697/stat : 11697 (xcsp3-exec) S 11694 11697 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4740567 9740288 346 33554432000 4194304 5098028 140730906841760 140730906839864 139999399092860 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 14176256 140730906846350 140730906846560 140730906846560 140730906849259 0
/proc/11697/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200261 s]
/proc/loadavg: 15.73 15.35 15.17 9/270 11697
/proc/meminfo: memFree=31213408/32770624 swapFree=5808/123592
[pid=11697] ppid=11694 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11697/stat : 11697 (xcsp3-exec) S 11694 11697 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4740567 9740288 346 33554432000 4194304 5098028 140730906841760 140730906839864 139999399092860 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 14176256 140730906846350 140730906846560 140730906846560 140730906849259 0
/proc/11697/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300197 s]
/proc/loadavg: 15.73 15.35 15.17 9/270 11697
/proc/meminfo: memFree=31213408/32770624 swapFree=5808/123592
[pid=11697] ppid=11694 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11697/stat : 11697 (xcsp3-exec) S 11694 11697 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4740567 9740288 346 33554432000 4194304 5098028 140730906841760 140730906839864 139999399092860 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 14176256 140730906846350 140730906846560 140730906846560 140730906849259 0
/proc/11697/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700313 s]
/proc/loadavg: 15.73 15.35 15.17 9/270 11697
/proc/meminfo: memFree=31213408/32770624 swapFree=5808/123592
[pid=11697] ppid=11694 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11697/stat : 11697 (xcsp3-exec) S 11694 11697 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4740567 9740288 346 33554432000 4194304 5098028 140730906841760 140730906839864 139999399092860 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 14176256 140730906846350 140730906846560 140730906846560 140730906849259 0
/proc/11697/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50075 s]
/proc/loadavg: 15.73 15.35 15.17 10/291 11718
/proc/meminfo: memFree=31026116/32770624 swapFree=5808/123228
[pid=11697] ppid=11694 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11697/stat : 11697 (xcsp3-exec) S 11694 11697 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4740567 9740288 346 33554432000 4194304 5098028 140730906841760 140730906839864 139999399092860 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 14176256 140730906846350 140730906846560 140730906846560 140730906849259 0
/proc/11697/statm: 2378 346 289 221 0 87 0
[pid=11698] ppid=11697 vsize=13267208 CPUtime=2.65 cores=0,2,4,6,8,10,12,14
/proc/11698/stat : 11698 (java) S 11697 11697 15196 0 -1 1077944320 12756 0 0 0 254 11 0 0 20 0 20 0 4740567 13585620992 50165 33554432000 4194304 4196468 140731561336128 140731561318672 139873167134455 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
/proc/11698/statm: 3316802 50165 3211 1 0 3304035 0
[pid=11698/tid=11699] ppid=11697 vsize=13267208 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11699/stat : 11699 (java) R 11697 11697 15196 0 -1 4202560 6516 0 0 0 134 3 0 0 20 0 20 0 4740567 13585620992 50165 33554432000 4194304 4196468 140731561336128 139873171373048 139873149597578 0 4 0 16800975 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11701] ppid=11697 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11701/stat : 11701 (java) S 11697 11697 15196 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 4740568 13585620992 50165 33554432000 4194304 4196468 140731561336128 139873128094608 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11702] ppid=11697 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11702/stat : 11702 (java) S 11697 11697 15196 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 4740568 13585620992 50165 33554432000 4194304 4196468 140731561336128 139872764934928 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11703] ppid=11697 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11703/stat : 11703 (java) S 11697 11697 15196 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 4740568 13585620992 50165 33554432000 4194304 4196468 140731561336128 139872763882640 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11704] ppid=11697 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11704/stat : 11704 (java) S 11697 11697 15196 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 4740568 13585620992 50165 33554432000 4194304 4196468 140731561336128 139872762829840 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11705] ppid=11697 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11705/stat : 11705 (java) S 11697 11697 15196 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 4740568 13585620992 50165 33554432000 4194304 4196468 140731561336128 139872761776528 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11706] ppid=11697 vsize=13267208 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11706/stat : 11706 (java) S 11697 11697 15196 0 -1 1077944384 17 0 0 0 0 1 0 0 20 0 20 0 4740568 13585620992 50165 33554432000 4194304 4196468 140731561336128 139872760723728 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11707] ppid=11697 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11707/stat : 11707 (java) S 11697 11697 15196 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 4740568 13585620992 50165 33554432000 4194304 4196468 140731561336128 139872759671440 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11708] ppid=11697 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11708/stat : 11708 (java) S 11697 11697 15196 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 4740568 13585620992 50165 33554432000 4194304 4196468 140731561336128 139872758618640 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11709] ppid=11697 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11709/stat : 11709 (java) S 11697 11697 15196 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 4740571 13585620992 50165 33554432000 4194304 4196468 140731561336128 139871831894640 139873167145602 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11710] ppid=11697 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11710/stat : 11710 (java) S 11697 11697 15196 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4740571 13585620992 50165 33554432000 4194304 4196468 140731561336128 139871830840608 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11711] ppid=11697 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11711/stat : 11711 (java) S 11697 11697 15196 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4740572 13585620992 50165 33554432000 4194304 4196468 140731561336128 139871829788272 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11712] ppid=11697 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11712/stat : 11712 (java) S 11697 11697 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4740575 13585620992 50165 33554432000 4194304 4196468 140731561336128 139871828736592 139873167153051 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11713] ppid=11697 vsize=13267208 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11713/stat : 11713 (java) S 11697 11697 15196 0 -1 1077944384 1562 0 0 0 29 0 0 0 20 0 20 0 4740576 13585620992 50165 33554432000 4194304 4196468 140731561336128 139871827683440 139873167145602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11714] ppid=11697 vsize=13267208 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11714/stat : 11714 (java) S 11697 11697 15196 0 -1 1077944384 868 0 0 0 27 0 0 0 20 0 20 0 4740576 13585620992 50165 33554432000 4194304 4196468 140731561336128 139871826630640 139873167145602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11715] ppid=11697 vsize=13267208 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11715/stat : 11715 (java) S 11697 11697 15196 0 -1 1077944384 808 0 0 0 26 0 0 0 20 0 20 0 4740576 13585620992 50165 33554432000 4194304 4196468 140731561336128 139871825578352 139873167145602 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11716] ppid=11697 vsize=13267208 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11716/stat : 11716 (java) S 11697 11697 15196 0 -1 1077944384 1526 0 0 0 30 0 0 0 20 0 20 0 4740576 13585620992 50165 33554432000 4194304 4196468 140731561336128 139871824525552 139873167145602 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11717] ppid=11697 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11717/stat : 11717 (java) S 11697 11697 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4740576 13585620992 50165 33554432000 4194304 4196468 140731561336128 139871823473504 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11718] ppid=11697 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11718/stat : 11718 (java) S 11697 11697 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4740576 13585620992 50165 33554432000 4194304 4196468 140731561336128 139871822420784 139873167145602 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 8 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 13276720

[startup+3.1008 s]
/proc/loadavg: 15.73 15.35 15.17 12/291 11718
/proc/meminfo: memFree=30983072/32770624 swapFree=5808/123232
[pid=11697] ppid=11694 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11697/stat : 11697 (xcsp3-exec) S 11694 11697 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4740567 9740288 346 33554432000 4194304 5098028 140730906841760 140730906839864 139999399092860 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 14176256 140730906846350 140730906846560 140730906846560 140730906849259 0
/proc/11697/statm: 2378 346 289 221 0 87 0
[pid=11698] ppid=11697 vsize=13269256 CPUtime=4.79 cores=0,2,4,6,8,10,12,14
/proc/11698/stat : 11698 (java) S 11697 11697 15196 0 -1 1077944320 13212 0 0 0 451 28 0 0 20 0 20 0 4740567 13587718144 59701 33554432000 4194304 4196468 140731561336128 140731561318672 139873167134455 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
/proc/11698/statm: 3317314 59701 3215 1 0 3304547 0
[pid=11698/tid=11699] ppid=11697 vsize=13269256 CPUtime=2.93 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11699/stat : 11699 (java) R 11697 11697 15196 0 -1 4202560 6655 0 0 0 290 3 0 0 20 0 20 0 4740567 13587718144 59701 33554432000 4194304 4196468 140731561336128 139873171372536 139872807121867 0 4 0 16800975 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11701] ppid=11697 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11701/stat : 11701 (java) S 11697 11697 15196 0 -1 1077944384 29 0 0 0 2 2 0 0 20 0 20 0 4740568 13587718144 59701 33554432000 4194304 4196468 140731561336128 139873128094608 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11702] ppid=11697 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11702/stat : 11702 (java) S 11697 11697 15196 0 -1 1077944384 28 0 0 0 1 3 0 0 20 0 20 0 4740568 13587718144 59701 33554432000 4194304 4196468 140731561336128 139872764934928 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11703] ppid=11697 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11703/stat : 11703 (java) S 11697 11697 15196 0 -1 1077944384 28 0 0 0 2 2 0 0 20 0 20 0 4740568 13587718144 59701 33554432000 4194304 4196468 140731561336128 139872763882640 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11704] ppid=11697 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11704/stat : 11704 (java) S 11697 11697 15196 0 -1 1077944384 34 0 0 0 1 3 0 0 20 0 20 0 4740568 13587718144 59701 33554432000 4194304 4196468 140731561336128 139872762829840 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11705] ppid=11697 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11705/stat : 11705 (java) S 11697 11697 15196 0 -1 1077944384 24 0 0 0 1 1 0 0 20 0 20 0 4740568 13587718144 59701 33554432000 4194304 4196468 140731561336128 139872761776528 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11706] ppid=11697 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11706/stat : 11706 (java) S 11697 11697 15196 0 -1 1077944384 31 0 0 0 1 3 0 0 20 0 20 0 4740568 13587718144 59701 33554432000 4194304 4196468 140731561336128 139872760723728 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11707] ppid=11697 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11707/stat : 11707 (java) S 11697 11697 15196 0 -1 1077944384 30 0 0 0 1 2 0 0 20 0 20 0 4740568 13587718144 59701 33554432000 4194304 4196468 140731561336128 139872759671440 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11708] ppid=11697 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11708/stat : 11708 (java) S 11697 11697 15196 0 -1 1077944384 29 0 0 0 2 1 0 0 20 0 20 0 4740568 13587718144 59701 33554432000 4194304 4196468 140731561336128 139872758618640 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11709] ppid=11697 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11709/stat : 11709 (java) S 11697 11697 15196 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 4740571 13587718144 59701 33554432000 4194304 4196468 140731561336128 139871831894640 139873167145602 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11710] ppid=11697 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11710/stat : 11710 (java) S 11697 11697 15196 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4740571 13587718144 59701 33554432000 4194304 4196468 140731561336128 139871830840672 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11711] ppid=11697 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11711/stat : 11711 (java) S 11697 11697 15196 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4740572 13587718144 59701 33554432000 4194304 4196468 140731561336128 139871829788288 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11712] ppid=11697 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11712/stat : 11712 (java) S 11697 11697 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4740575 13587718144 59701 33554432000 4194304 4196468 140731561336128 139871828736592 139873167153051 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11713] ppid=11697 vsize=13269256 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11713/stat : 11713 (java) S 11697 11697 15196 0 -1 1077944384 1592 0 0 0 36 0 0 0 20 0 20 0 4740576 13587718144 59701 33554432000 4194304 4196468 140731561336128 139871827683440 139873167145602 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11714] ppid=11697 vsize=13269256 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11714/stat : 11714 (java) S 11697 11697 15196 0 -1 1077944384 892 0 0 0 37 0 0 0 20 0 20 0 4740576 13587718144 59701 33554432000 4194304 4196468 140731561336128 139871826630640 139873167145602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11715] ppid=11697 vsize=13269256 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11715/stat : 11715 (java) S 11697 11697 15196 0 -1 1077944384 820 0 0 0 35 0 0 0 20 0 20 0 4740576 13587718144 59701 33554432000 4194304 4196468 140731561336128 139871825578352 139873167145602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11716] ppid=11697 vsize=13269256 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11716/stat : 11716 (java) S 11697 11697 15196 0 -1 1077944384 1638 0 0 0 35 0 0 0 20 0 20 0 4740576 13587718144 59701 33554432000 4194304 4196468 140731561336128 139871824525552 139873167145602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11717] ppid=11697 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11717/stat : 11717 (java) S 11697 11697 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4740576 13587718144 59701 33554432000 4194304 4196468 140731561336128 139871823473504 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11718] ppid=11697 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11718/stat : 11718 (java) S 11697 11697 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4740576 13587718144 59701 33554432000 4194304 4196468 140731561336128 139871822420784 139873167145602 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 8 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 13278768

[startup+6.30078 s]
/proc/loadavg: 15.19 15.25 15.14 10/291 11718
/proc/meminfo: memFree=30521284/32770624 swapFree=5808/123232
[pid=11697] ppid=11694 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11697/stat : 11697 (xcsp3-exec) S 11694 11697 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4740567 9740288 346 33554432000 4194304 5098028 140730906841760 140730906839864 139999399092860 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 14176256 140730906846350 140730906846560 140730906846560 140730906849259 0
/proc/11697/statm: 2378 346 289 221 0 87 0
[pid=11698] ppid=11697 vsize=13269256 CPUtime=11.27 cores=0,2,4,6,8,10,12,14
/proc/11698/stat : 11698 (java) S 11697 11697 15196 0 -1 1077944320 19353 0 0 0 879 248 0 0 20 0 20 0 4740567 13587718144 187245 33554432000 4194304 4196468 140731561336128 140731561318672 139873167134455 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
/proc/11698/statm: 3317314 187245 3245 1 0 3304547 0
[pid=11698/tid=11699] ppid=11697 vsize=13269256 CPUtime=5.5 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11699/stat : 11699 (java) S 11697 11697 15196 0 -1 1077944384 7328 0 0 0 546 4 0 0 20 0 20 0 4740567 13587718144 187245 33554432000 4194304 4196468 140731561336128 139873171372656 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11701] ppid=11697 vsize=13269256 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11701/stat : 11701 (java) R 11697 11697 15196 0 -1 4202560 487 0 0 0 22 29 0 0 20 0 20 0 4740568 13587718144 187245 33554432000 4194304 4196468 140731561336128 139873128094576 139873160237508 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11702] ppid=11697 vsize=13269256 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11702/stat : 11702 (java) R 11697 11697 15196 0 -1 4202560 424 0 0 0 20 30 0 0 20 0 20 0 4740568 13587718144 187245 33554432000 4194304 4196468 140731561336128 139872764935128 139873160237172 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11703] ppid=11697 vsize=13269256 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11703/stat : 11703 (java) R 11697 11697 15196 0 -1 4202560 472 0 0 0 20 30 0 0 20 0 20 0 4740568 13587718144 187245 33554432000 4194304 4196468 140731561336128 139872763882840 139873160234155 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11704] ppid=11697 vsize=13269256 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11704/stat : 11704 (java) R 11697 11697 15196 0 -1 4202560 404 0 0 0 20 30 0 0 20 0 20 0 4740568 13587718144 187757 33554432000 4194304 4196468 140731561336128 139872762830040 139873160234155 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11705] ppid=11697 vsize=13269256 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11705/stat : 11705 (java) R 11697 11697 15196 0 -1 4202560 440 0 0 0 21 29 0 0 20 0 20 0 4740568 13587718144 187757 33554432000 4194304 4196468 140731561336128 139872761774048 139873160237172 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11706] ppid=11697 vsize=13269256 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11706/stat : 11706 (java) R 11697 11697 15196 0 -1 4202560 585 0 0 0 20 30 0 0 20 0 20 0 4740568 13587718144 187757 33554432000 4194304 4196468 140731561336128 139872760723616 139873160234155 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11707] ppid=11697 vsize=13269256 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11707/stat : 11707 (java) R 11697 11697 15196 0 -1 4202560 466 0 0 0 21 29 0 0 20 0 20 0 4740568 13587718144 187757 33554432000 4194304 4196468 140731561336128 139872759669240 139873160234155 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11708] ppid=11697 vsize=13269256 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11708/stat : 11708 (java) R 11697 11697 15196 0 -1 4202560 468 0 0 0 22 29 0 0 20 0 20 0 4740568 13587718144 187757 33554432000 4194304 4196468 140731561336128 139872758618840 139873160234155 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11709] ppid=11697 vsize=13269256 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11709/stat : 11709 (java) S 11697 11697 15196 0 -1 1077944384 929 0 0 0 16 0 0 0 20 0 20 0 4740571 13587718144 187757 33554432000 4194304 4196468 140731561336128 139871831893152 139873167144661 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11710] ppid=11697 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11710/stat : 11710 (java) S 11697 11697 15196 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 4740571 13587718144 187757 33554432000 4194304 4196468 140731561336128 139871830840672 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11711] ppid=11697 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11711/stat : 11711 (java) S 11697 11697 15196 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 4740572 13587718144 187757 33554432000 4194304 4196468 140731561336128 139871829788288 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11712] ppid=11697 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11712/stat : 11712 (java) S 11697 11697 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4740575 13587718144 187757 33554432000 4194304 4196468 140731561336128 139871828736592 139873167153051 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0

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

/proc/11698/task/11718/stat : 11718 (java) S 11697 11697 15196 0 -1 1077944384 343 0 0 0 2 3 0 0 20 0 20 0 4740576 13587718144 2657532 33554432000 4194304 4196468 140731561336128 139871822420784 139873167145602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
Current children cumulated CPU time (s) 198.41
Current children cumulated vsize (KiB) 13278768

[startup+89.8056 s]
/proc/loadavg: 11.57 13.97 14.69 17/291 11726
/proc/meminfo: memFree=20527744/32770624 swapFree=5808/123336
[pid=11697] ppid=11694 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11697/stat : 11697 (xcsp3-exec) S 11694 11697 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4740567 9740288 346 33554432000 4194304 5098028 140730906841760 140730906839864 139999399092860 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 14176256 140730906846350 140730906846560 140730906846560 140730906849259 0
/proc/11697/statm: 2378 346 289 221 0 87 0
[pid=11698] ppid=11697 vsize=13269256 CPUtime=219.88 cores=0,2,4,6,8,10,12,14
/proc/11698/stat : 11698 (java) S 11697 11697 15196 0 -1 1077944320 215677 0 0 0 17856 4132 0 0 20 0 20 0 4740567 13587718144 2657603 33554432000 4194304 4196468 140731561336128 140731561318672 139873167134455 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
/proc/11698/statm: 3317314 2657603 3261 1 0 3304547 0
[pid=11698/tid=11699] ppid=11697 vsize=13269256 CPUtime=67.97 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11699/stat : 11699 (java) S 11697 11697 15196 0 -1 1077944384 10474 0 0 0 6789 8 0 0 20 0 20 0 4740567 13587718144 2657603 33554432000 4194304 4196468 140731561336128 139873171374144 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11701] ppid=11697 vsize=13269256 CPUtime=18.29 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11701/stat : 11701 (java) R 11697 11697 15196 0 -1 4202560 16611 0 0 0 1312 517 0 0 20 0 20 0 4740568 13587718144 2657603 33554432000 4194304 4196468 140731561336128 139873128094728 139873160237508 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11702] ppid=11697 vsize=13269256 CPUtime=18.21 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11702/stat : 11702 (java) R 11697 11697 15196 0 -1 4202560 17503 0 0 0 1310 511 0 0 20 0 20 0 4740568 13587718144 2657603 33554432000 4194304 4196468 140731561336128 139872764935048 139873160237434 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11703] ppid=11697 vsize=13269256 CPUtime=18 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11703/stat : 11703 (java) R 11697 11697 15196 0 -1 4202560 18958 0 0 0 1279 521 0 0 20 0 20 0 4740568 13587718144 2657603 33554432000 4194304 4196468 140731561336128 139872763882760 139873160237434 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11704] ppid=11697 vsize=13269256 CPUtime=18.42 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11704/stat : 11704 (java) R 11697 11697 15196 0 -1 4202560 18992 0 0 0 1303 539 0 0 20 0 20 0 4740568 13587718144 2657603 33554432000 4194304 4196468 140731561336128 139872762829960 139873160237455 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11705] ppid=11697 vsize=13269256 CPUtime=18.19 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11705/stat : 11705 (java) R 11697 11697 15196 0 -1 4202560 18776 0 0 0 1344 475 0 0 20 0 20 0 4740568 13587718144 2657603 33554432000 4194304 4196468 140731561336128 139872761776648 139873160237434 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11706] ppid=11697 vsize=13269256 CPUtime=18.26 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11706/stat : 11706 (java) R 11697 11697 15196 0 -1 4202560 10180 0 0 0 1275 551 0 0 20 0 20 0 4740568 13587718144 2657603 33554432000 4194304 4196468 140731561336128 139872760723848 139873160237484 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11707] ppid=11697 vsize=13269256 CPUtime=18.36 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11707/stat : 11707 (java) R 11697 11697 15196 0 -1 4202560 15376 0 0 0 1309 527 0 0 20 0 20 0 4740568 13587718144 2657603 33554432000 4194304 4196468 140731561336128 139872759671560 139873160237441 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11708] ppid=11697 vsize=13269256 CPUtime=18.43 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11708/stat : 11708 (java) R 11697 11697 15196 0 -1 4202560 53093 0 0 0 1379 464 0 0 20 0 20 0 4740568 13587718144 2657603 33554432000 4194304 4196468 140731561336128 139872758618760 139873160237427 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11709] ppid=11697 vsize=13269256 CPUtime=3.07 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11709/stat : 11709 (java) S 11697 11697 15196 0 -1 1077944384 22191 0 0 0 305 2 0 0 20 0 20 0 4740571 13587718144 2657603 33554432000 4194304 4196468 140731561336128 139871831893184 139873167144661 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11710] ppid=11697 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11710/stat : 11710 (java) S 11697 11697 15196 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 20 0 4740571 13587718144 2657603 33554432000 4194304 4196468 140731561336128 139871830840672 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11711] ppid=11697 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11711/stat : 11711 (java) S 11697 11697 15196 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 20 0 4740572 13587718144 2657603 33554432000 4194304 4196468 140731561336128 139871829788288 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11712] ppid=11697 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11712/stat : 11712 (java) S 11697 11697 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4740575 13587718144 2657603 33554432000 4194304 4196468 140731561336128 139871828736592 139873167153051 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11713] ppid=11697 vsize=13269256 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11713/stat : 11713 (java) S 11697 11697 15196 0 -1 1077944384 2914 0 0 0 57 0 0 0 20 0 20 0 4740576 13587718144 2657603 33554432000 4194304 4196468 140731561336128 139871827683440 139873167145602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11714] ppid=11697 vsize=13269256 CPUtime=0.78 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11714/stat : 11714 (java) S 11697 11697 15196 0 -1 1077944384 3142 0 0 0 77 1 0 0 20 0 20 0 4740576 13587718144 2657603 33554432000 4194304 4196468 140731561336128 139871826630640 139873167145602 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11715] ppid=11697 vsize=13269256 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11715/stat : 11715 (java) S 11697 11697 15196 0 -1 1077944384 2683 0 0 0 60 1 0 0 20 0 20 0 4740576 13587718144 2657603 33554432000 4194304 4196468 140731561336128 139871825578352 139873167145602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11716] ppid=11697 vsize=13269256 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11716/stat : 11716 (java) S 11697 11697 15196 0 -1 1077944384 3053 0 0 0 49 1 0 0 20 0 20 0 4740576 13587718144 2657603 33554432000 4194304 4196468 140731561336128 139871824525552 139873167145602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11717] ppid=11697 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11717/stat : 11717 (java) S 11697 11697 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4740576 13587718144 2657603 33554432000 4194304 4196468 140731561336128 139871823473504 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11718] ppid=11697 vsize=13269256 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11718/stat : 11718 (java) S 11697 11697 15196 0 -1 1077944384 343 0 0 0 2 3 0 0 20 0 20 0 4740576 13587718144 2657603 33554432000 4194304 4196468 140731561336128 139871822420784 139873167145602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
Current children cumulated CPU time (s) 219.88
Current children cumulated vsize (KiB) 13278768

[startup+91.401 s]
/proc/loadavg: 11.57 13.97 14.69 17/291 11726
/proc/meminfo: memFree=20527372/32770624 swapFree=5808/123336
[pid=11697] ppid=11694 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11697/stat : 11697 (xcsp3-exec) S 11694 11697 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4740567 9740288 346 33554432000 4194304 5098028 140730906841760 140730906839864 139999399092860 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 14176256 140730906846350 140730906846560 140730906846560 140730906849259 0
/proc/11697/statm: 2378 346 289 221 0 87 0
[pid=11698] ppid=11697 vsize=13269256 CPUtime=230.46 cores=0,2,4,6,8,10,12,14
/proc/11698/stat : 11698 (java) S 11697 11697 15196 0 -1 1077944320 216782 0 0 0 18909 4137 0 0 20 0 20 0 4740567 13587718144 2657634 33554432000 4194304 4196468 140731561336128 140731561318672 139873167134455 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
/proc/11698/statm: 3317314 2657634 3262 1 0 3304547 0
[pid=11698/tid=11699] ppid=11697 vsize=13269256 CPUtime=67.97 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11699/stat : 11699 (java) S 11697 11697 15196 0 -1 1077944384 10478 0 0 0 6789 8 0 0 20 0 20 0 4740567 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139873171376048 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11701] ppid=11697 vsize=13269256 CPUtime=19.59 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11701/stat : 11701 (java) R 11697 11697 15196 0 -1 4202560 16611 0 0 0 1441 518 0 0 20 0 20 0 4740568 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139873128094728 139873159762663 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11702] ppid=11697 vsize=13269256 CPUtime=19.48 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11702/stat : 11702 (java) R 11697 11697 15196 0 -1 4202560 17510 0 0 0 1436 512 0 0 20 0 20 0 4740568 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139872764934736 139873159762663 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11703] ppid=11697 vsize=13269256 CPUtime=19.3 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11703/stat : 11703 (java) R 11697 11697 15196 0 -1 4202560 18958 0 0 0 1408 522 0 0 20 0 20 0 4740568 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139872763882760 139873159762663 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11704] ppid=11697 vsize=13269256 CPUtime=19.73 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11704/stat : 11704 (java) R 11697 11697 15196 0 -1 4202560 18992 0 0 0 1433 540 0 0 20 0 20 0 4740568 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139872762829960 139873159762663 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11705] ppid=11697 vsize=13269256 CPUtime=19.48 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11705/stat : 11705 (java) R 11697 11697 15196 0 -1 4202560 18777 0 0 0 1472 476 0 0 20 0 20 0 4740568 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139872761776648 139873159762663 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11706] ppid=11697 vsize=13269256 CPUtime=19.57 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11706/stat : 11706 (java) R 11697 11697 15196 0 -1 4202560 10993 0 0 0 1406 551 0 0 20 0 20 0 4740568 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139872760723928 139873160231192 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11707] ppid=11697 vsize=13269256 CPUtime=19.65 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11707/stat : 11707 (java) R 11697 11697 15196 0 -1 4202560 15376 0 0 0 1437 528 0 0 20 0 20 0 4740568 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139872759671560 139873159762663 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11708] ppid=11697 vsize=13269256 CPUtime=19.7 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11708/stat : 11708 (java) R 11697 11697 15196 0 -1 4202560 53104 0 0 0 1505 465 0 0 20 0 20 0 4740568 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139872758618760 139873152893272 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11709] ppid=11697 vsize=13269256 CPUtime=3.34 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11709/stat : 11709 (java) S 11697 11697 15196 0 -1 1077944384 22447 0 0 0 332 2 0 0 20 0 20 0 4740571 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139871831893184 139873167144661 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11710] ppid=11697 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11710/stat : 11710 (java) S 11697 11697 15196 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 20 0 4740571 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139871830840672 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11711] ppid=11697 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11711/stat : 11711 (java) S 11697 11697 15196 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 20 0 4740572 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139871829788288 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11712] ppid=11697 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11712/stat : 11712 (java) S 11697 11697 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4740575 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139871828736592 139873167153051 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11713] ppid=11697 vsize=13269256 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11713/stat : 11713 (java) S 11697 11697 15196 0 -1 1077944384 2914 0 0 0 57 0 0 0 20 0 20 0 4740576 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139871827683440 139873167145602 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11714] ppid=11697 vsize=13269256 CPUtime=0.78 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11714/stat : 11714 (java) S 11697 11697 15196 0 -1 1077944384 3142 0 0 0 77 1 0 0 20 0 20 0 4740576 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139871826630640 139873167145602 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11715] ppid=11697 vsize=13269256 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11715/stat : 11715 (java) S 11697 11697 15196 0 -1 1077944384 2683 0 0 0 60 1 0 0 20 0 20 0 4740576 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139871825578352 139873167145602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11716] ppid=11697 vsize=13269256 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11716/stat : 11716 (java) S 11697 11697 15196 0 -1 1077944384 3064 0 0 0 49 1 0 0 20 0 20 0 4740576 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139871824525552 139873167145602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11717] ppid=11697 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11717/stat : 11717 (java) S 11697 11697 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4740576 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139871823473504 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11718] ppid=11697 vsize=13269256 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11718/stat : 11718 (java) S 11697 11697 15196 0 -1 1077944384 345 0 0 0 2 3 0 0 20 0 20 0 4740576 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139871822420784 139873167145602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
Current children cumulated CPU time (s) 230.46
Current children cumulated vsize (KiB) 13278768

[startup+91.8008 s]
/proc/loadavg: 11.57 13.97 14.69 17/291 11726
/proc/meminfo: memFree=20527372/32770624 swapFree=5808/123336
[pid=11697] ppid=11694 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11697/stat : 11697 (xcsp3-exec) S 11694 11697 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4740567 9740288 346 33554432000 4194304 5098028 140730906841760 140730906839864 139999399092860 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 14176256 140730906846350 140730906846560 140730906846560 140730906849259 0
/proc/11697/statm: 2378 346 289 221 0 87 0
[pid=11698] ppid=11697 vsize=13269256 CPUtime=232.43 cores=0,2,4,6,8,10,12,14
/proc/11698/stat : 11698 (java) S 11697 11697 15196 0 -1 1077944320 216975 0 0 0 19105 4138 0 0 20 0 20 0 4740567 13587718144 2657634 33554432000 4194304 4196468 140731561336128 140731561318672 139873167134455 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
/proc/11698/statm: 3317314 2657634 3262 1 0 3304547 0
[pid=11698/tid=11699] ppid=11697 vsize=13269256 CPUtime=67.97 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11699/stat : 11699 (java) S 11697 11697 15196 0 -1 1077944384 10478 0 0 0 6789 8 0 0 20 0 20 0 4740567 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139873171376048 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11701] ppid=11697 vsize=13269256 CPUtime=19.81 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11701/stat : 11701 (java) S 11697 11697 15196 0 -1 1077944384 16611 0 0 0 1463 518 0 0 20 0 20 0 4740568 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139873128094608 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11702] ppid=11697 vsize=13269256 CPUtime=19.71 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11702/stat : 11702 (java) S 11697 11697 15196 0 -1 1077944384 17510 0 0 0 1459 512 0 0 20 0 20 0 4740568 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139872764934928 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11703] ppid=11697 vsize=13269256 CPUtime=19.53 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11703/stat : 11703 (java) S 11697 11697 15196 0 -1 1077944384 18958 0 0 0 1430 523 0 0 20 0 20 0 4740568 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139872763882640 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11704] ppid=11697 vsize=13269256 CPUtime=19.96 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11704/stat : 11704 (java) S 11697 11697 15196 0 -1 1077944384 18992 0 0 0 1456 540 0 0 20 0 20 0 4740568 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139872762829840 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11705] ppid=11697 vsize=13269256 CPUtime=19.7 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11705/stat : 11705 (java) S 11697 11697 15196 0 -1 1077944384 18777 0 0 0 1494 476 0 0 20 0 20 0 4740568 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139872761776528 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11706] ppid=11697 vsize=13269256 CPUtime=19.8 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11706/stat : 11706 (java) S 11697 11697 15196 0 -1 1077944384 11153 0 0 0 1429 551 0 0 20 0 20 0 4740568 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139872760723728 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11707] ppid=11697 vsize=13269256 CPUtime=19.89 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11707/stat : 11707 (java) S 11697 11697 15196 0 -1 1077944384 15376 0 0 0 1460 529 0 0 20 0 20 0 4740568 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139872759671440 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11708] ppid=11697 vsize=13269256 CPUtime=19.91 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11708/stat : 11708 (java) S 11697 11697 15196 0 -1 1077944384 53104 0 0 0 1526 465 0 0 20 0 20 0 4740568 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139872758618640 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11709] ppid=11697 vsize=13269256 CPUtime=3.51 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11709/stat : 11709 (java) R 11697 11697 15196 0 -1 4202560 22480 0 0 0 349 2 0 0 20 0 20 0 4740571 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139871831893072 139873152130948 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11710] ppid=11697 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11710/stat : 11710 (java) S 11697 11697 15196 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 20 0 4740571 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139871830840672 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11711] ppid=11697 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11711/stat : 11711 (java) S 11697 11697 15196 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 20 0 4740572 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139871829788288 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11712] ppid=11697 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11712/stat : 11712 (java) S 11697 11697 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4740575 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139871828736592 139873167153051 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11713] ppid=11697 vsize=13269256 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11713/stat : 11713 (java) S 11697 11697 15196 0 -1 1077944384 2914 0 0 0 57 0 0 0 20 0 20 0 4740576 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139871827683440 139873167145602 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11714] ppid=11697 vsize=13269256 CPUtime=0.78 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11714/stat : 11714 (java) S 11697 11697 15196 0 -1 1077944384 3142 0 0 0 77 1 0 0 20 0 20 0 4740576 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139871826630640 139873167145602 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11715] ppid=11697 vsize=13269256 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11715/stat : 11715 (java) S 11697 11697 15196 0 -1 1077944384 2683 0 0 0 60 1 0 0 20 0 20 0 4740576 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139871825578352 139873167145602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11716] ppid=11697 vsize=13269256 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11716/stat : 11716 (java) S 11697 11697 15196 0 -1 1077944384 3064 0 0 0 49 1 0 0 20 0 20 0 4740576 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139871824525552 139873167145602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11717] ppid=11697 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11717/stat : 11717 (java) S 11697 11697 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4740576 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139871823473504 139873167144661 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
[pid=11698/tid=11718] ppid=11697 vsize=13269256 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11718/stat : 11718 (java) S 11697 11697 15196 0 -1 1077944384 345 0 0 0 2 3 0 0 20 0 20 0 4740576 13587718144 2657634 33554432000 4194304 4196468 140731561336128 139871822420784 139873167145602 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 8 0 0 6293624 6294260 36728832 140731561342140 140731561342316 140731561342316 140731561344975 0
Current children cumulated CPU time (s) 232.43
Current children cumulated vsize (KiB) 13278768

[startup+92.2009 s]
/proc/loadavg: 11.57 13.97 14.69 17/291 11726
/proc/meminfo: memFree=20527372/32770624 swapFree=5808/123336
[pid=11697] ppid=11694 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11697/stat : 11697 (xcsp3-exec) S 11694 11697 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4740567 9740288 346 33554432000 4194304 5098028 140730906841760 140730906839864 139999399092860 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 14176256 140730906846350 140730906846560 140730906846560 140730906849259 0
/proc/11697/statm: 2378 346 289 221 0 87 0
[pid=11698] ppid=11697 vsize=0 CPUtime=233.87 cores=0,2,4,6,8,10,12,14
/proc/11698/stat : 11698 (java) Z 11697 11697 15196 0 -1 4227084 217330 0 0 0 19244 4143 0 0 20 0 2 0 4740567 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/11698/statm: 0 0 0 0 0 0 0
[pid=11698/tid=11712] ppid=11697 vsize=0 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/11698/task/11712/stat : 11712 (java) R 11697 11697 15196 0 -1 4203588 4 0 0 0 0 2 0 0 20 0 2 0 4740575 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 8 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 233.87
Current children cumulated vsize (KiB) 9512

Child status: 1
Real time (s): 92.2093
CPU time (s): 233.895
CPU user time (s): 192.45
CPU system time (s): 41.4448
CPU usage (%): 253.657
Max. virtual memory (cumulated for all children) (KiB): 13345332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 192.45
system time used= 41.4448
maximum resident set size= 10630952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 217860
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9250
involuntary context switches= 18372

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.905697 second user time and 1.48695 second system time

The end

Launcher Data

Begin job on node145 at 2017-07-22 05:39:15
IDJOB=4249413
IDBENCH=136008
IDSOLVER=2626
FILE ID=node145/4249413-1500694755
RUNJOBID= node145-1500682809-15227
PBS_JOBID= 20623333
Free space on /tmp= 61852 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft249-06.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249413-1500694755/watcher-4249413-1500694755 -o /tmp/evaluation-result-4249413-1500694755/solver-4249413-1500694755 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500682809-15227 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1028088117 HOME/instance-4249413-1500694755.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 0bf4a40729d33496d05cbb52f4946484
RANDOM SEED=1028088117

node145.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.43
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	: 8
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		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.43
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	: 8
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		: 2000.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.43
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	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.43
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	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
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	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31214384 kB
MemAvailable:   31291768 kB
Buffers:          137124 kB
Cached:           212180 kB
SwapCached:            0 kB
Active:           914128 kB
Inactive:         190984 kB
Active(anon):     699516 kB
Inactive(anon):    67832 kB
Active(file):     214612 kB
Inactive(file):   123152 kB
Unevictable:        5808 kB
Mlocked:            5808 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             10036 kB
Writeback:             0 kB
AnonPages:        777064 kB
Mapped:            43300 kB
Shmem:              8852 kB
Slab:             146408 kB
SReclaimable:     110908 kB
SUnreclaim:        35500 kB
KernelStack:        4992 kB
PageTables:         7660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1653096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    651264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61844 MiB
End job on node145 at 2017-07-22 05:40:47