Trace number 4249970

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: choco-solver 4.0.5 (2017-07-05)? 494.286 348.781

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js20-15/
SuperTaillard-js-20-15-15.xml
MD5SUM6d7e3033fdb5217c74d2816bb8c5b7b8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints9690
Number of domains95
Minimum domain size1346
Maximum domain size1444
Distribution of domain sizes[{"size":1346,"count":6},{"size":1347,"count":4},{"size":1348,"count":4},{"size":1349,"count":2},{"size":1350,"count":2},{"size":1351,"count":6},{"size":1352,"count":2},{"size":1353,"count":6},{"size":1354,"count":4},{"size":1355,"count":2},{"size":1356,"count":12},{"size":1357,"count":8},{"size":1358,"count":8},{"size":1359,"count":8},{"size":1360,"count":8},{"size":1361,"count":4},{"size":1362,"count":10},{"size":1363,"count":8},{"size":1364,"count":2},{"size":1365,"count":14},{"size":1366,"count":6},{"size":1367,"count":14},{"size":1368,"count":6},{"size":1369,"count":10},{"size":1370,"count":14},"...",{"size":1419,"count":10}, {"size":1420,"count":8}, {"size":1421,"count":6}, {"size":1422,"count":4}, {"size":1423,"count":6}, {"size":1424,"count":2}, {"size":1425,"count":8}, {"size":1426,"count":4}, {"size":1427,"count":10}, {"size":1429,"count":4}, {"size":1430,"count":12}, {"size":1431,"count":6}, {"size":1432,"count":14}, {"size":1433,"count":6}, {"size":1434,"count":12}, {"size":1435,"count":8}, {"size":1436,"count":4}, {"size":1437,"count":4}, {"size":1438,"count":6}, {"size":1439,"count":10}, {"size":1440,"count":6}, {"size":1441,"count":8}, {"size":1442,"count":8}, {"size":1443,"count":2}, {"size":1444,"count":12}]
Minimum variable degree21
Maximum variable degree43
Distribution of variable degrees[{"degree":21,"count":40},{"degree":22,"count":260},{"degree":41,"count":40},{"degree":43,"count":260}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":9690}]
Number of extensional constraints0
Number of intensional constraints9690
Distribution of constraint types[{"type":"intension","count":9690}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4249970-1500695979.xml"  -tl '2400s' -p 8 -x 0
0.00/0.21	c [HOME/instance-4249970-1500695979.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.27	c 8 solvers in parallel
0.00/0.34	c parse instance...
494.10/348.69	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
494.10/348.69		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
494.10/348.69		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
494.10/348.69		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1853)
494.10/348.69		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1809)
494.10/348.69		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
494.10/348.69		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
494.10/348.69		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
494.10/348.69		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
494.10/348.69		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
494.10/348.69		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
494.10/348.69		at org.xcsp.parser.XCallbacks$$Lambda$46/2007331442.accept(Unknown Source)
494.10/348.69		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
494.10/348.69		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
494.10/348.69		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
494.10/348.69		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
494.10/348.70		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
494.10/348.70		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
494.10/348.70		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
494.10/348.70		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
494.10/348.70		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:114)
494.10/348.70		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:101)
494.10/348.70		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
494.10/348.70	s UNKNOWN
494.10/348.70	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-4249970-1500695979/watcher-4249970-1500695979 -o /tmp/evaluation-result-4249970-1500695979/solver-4249970-1500695979 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500682387-7775 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 93532486 HOME/instance-4249970-1500695979.xml 

pid=8244
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: 13.95 11.44 12.26 10/270 8247
/proc/meminfo: memFree=27962932/32770624 swapFree=5880/297360
[pid=8247] ppid=8244 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8247/stat : 8247 (xcsp3-exec) S 8244 8247 7744 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4865620 9740288 346 33554432000 4194304 5098028 140737019218128 140737019216232 139793761219196 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 9003008 140737019221136 140737019221344 140737019221344 140737019224043 0
/proc/8247/statm: 2378 346 289 221 0 87 0

[startup+0.100064 s]
/proc/loadavg: 13.95 11.44 12.26 10/270 8247
/proc/meminfo: memFree=27962932/32770624 swapFree=5880/297360
[pid=8247] ppid=8244 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8247/stat : 8247 (xcsp3-exec) S 8244 8247 7744 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4865620 9740288 346 33554432000 4194304 5098028 140737019218128 140737019216232 139793761219196 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 9003008 140737019221136 140737019221344 140737019221344 140737019224043 0
/proc/8247/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200263 s]
/proc/loadavg: 13.95 11.44 12.26 10/270 8247
/proc/meminfo: memFree=27962932/32770624 swapFree=5880/297360
[pid=8247] ppid=8244 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8247/stat : 8247 (xcsp3-exec) S 8244 8247 7744 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4865620 9740288 346 33554432000 4194304 5098028 140737019218128 140737019216232 139793761219196 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 9003008 140737019221136 140737019221344 140737019221344 140737019224043 0
/proc/8247/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300267 s]
/proc/loadavg: 13.95 11.44 12.26 10/270 8247
/proc/meminfo: memFree=27962932/32770624 swapFree=5880/297360
[pid=8247] ppid=8244 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8247/stat : 8247 (xcsp3-exec) S 8244 8247 7744 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4865620 9740288 346 33554432000 4194304 5098028 140737019218128 140737019216232 139793761219196 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 9003008 140737019221136 140737019221344 140737019221344 140737019224043 0
/proc/8247/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700235 s]
/proc/loadavg: 13.95 11.44 12.26 10/270 8247
/proc/meminfo: memFree=27962932/32770624 swapFree=5880/297360
[pid=8247] ppid=8244 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8247/stat : 8247 (xcsp3-exec) S 8244 8247 7744 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4865620 9740288 346 33554432000 4194304 5098028 140737019218128 140737019216232 139793761219196 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 9003008 140737019221136 140737019221344 140737019221344 140737019224043 0
/proc/8247/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.5009 s]
/proc/loadavg: 13.95 11.44 12.26 11/291 8268
/proc/meminfo: memFree=27745180/32770624 swapFree=5880/297444
[pid=8247] ppid=8244 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8247/stat : 8247 (xcsp3-exec) S 8244 8247 7744 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4865620 9740288 346 33554432000 4194304 5098028 140737019218128 140737019216232 139793761219196 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 9003008 140737019221136 140737019221344 140737019221344 140737019224043 0
/proc/8247/statm: 2378 346 289 221 0 87 0
[pid=8248] ppid=8247 vsize=13269256 CPUtime=3.96 cores=0,2,4,6,8,10,12,14
/proc/8248/stat : 8248 (java) S 8247 8247 7744 0 -1 1077944320 14784 0 0 0 343 53 0 0 20 0 20 0 4865620 13587718144 100332 33554432000 4194304 4196468 140735658099584 140735658082128 140654207729399 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
/proc/8248/statm: 3317314 100332 3231 1 0 3304547 0
[pid=8248/tid=8249] ppid=8247 vsize=13269256 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8249/stat : 8249 (java) R 8247 8247 7744 0 -1 4202560 6693 0 0 0 128 6 0 0 20 0 20 0 4865621 13587718144 100332 33554432000 4194304 4196468 140735658099584 140654211967392 140653824447868 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8251] ppid=8247 vsize=13269256 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8251/stat : 8251 (java) S 8247 8247 7744 0 -1 1077944384 113 0 0 0 6 5 0 0 20 0 20 0 4865622 13587718144 100332 33554432000 4194304 4196468 140735658099584 140653806718096 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8252] ppid=8247 vsize=13269256 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8252/stat : 8252 (java) S 8247 8247 7744 0 -1 1077944384 102 0 0 0 5 5 0 0 20 0 20 0 4865622 13587718144 100332 33554432000 4194304 4196468 140735658099584 140653805665296 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8253] ppid=8247 vsize=13269256 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8253/stat : 8253 (java) S 8247 8247 7744 0 -1 1077944384 107 0 0 0 5 6 0 0 20 0 20 0 4865622 13587718144 100332 33554432000 4194304 4196468 140735658099584 140653804612496 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8254] ppid=8247 vsize=13269256 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8254/stat : 8254 (java) S 8247 8247 7744 0 -1 1077944384 123 0 0 0 6 5 0 0 20 0 20 0 4865622 13587718144 100332 33554432000 4194304 4196468 140735658099584 140653803559696 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8255] ppid=8247 vsize=13269256 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8255/stat : 8255 (java) S 8247 8247 7744 0 -1 1077944384 104 0 0 0 6 5 0 0 20 0 20 0 4865622 13587718144 100332 33554432000 4194304 4196468 140735658099584 140653802506896 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8256] ppid=8247 vsize=13269256 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8256/stat : 8256 (java) S 8247 8247 7744 0 -1 1077944384 105 0 0 0 6 5 0 0 20 0 20 0 4865622 13587718144 100332 33554432000 4194304 4196468 140735658099584 140653801454096 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8257] ppid=8247 vsize=13269256 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8257/stat : 8257 (java) S 8247 8247 7744 0 -1 1077944384 106 0 0 0 6 4 0 0 20 0 20 0 4865622 13587718144 100332 33554432000 4194304 4196468 140735658099584 140653800401296 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8258] ppid=8247 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8258/stat : 8258 (java) S 8247 8247 7744 0 -1 1077944384 86 0 0 0 4 5 0 0 20 0 20 0 4865622 13587718144 100332 33554432000 4194304 4196468 140735658099584 140653799348496 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8259] ppid=8247 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8259/stat : 8259 (java) S 8247 8247 7744 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 20 0 4865624 13587718144 100332 33554432000 4194304 4196468 140735658099584 140653535161200 140654207740546 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8260] ppid=8247 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8260/stat : 8260 (java) S 8247 8247 7744 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4865625 13587718144 100332 33554432000 4194304 4196468 140735658099584 140653534107168 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8261] ppid=8247 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8261/stat : 8261 (java) S 8247 8247 7744 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4865625 13587718144 100332 33554432000 4194304 4196468 140735658099584 140653533054320 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8262] ppid=8247 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8262/stat : 8262 (java) S 8247 8247 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4865630 13587718144 100332 33554432000 4194304 4196468 140735658099584 140653532002640 140654207747995 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8263] ppid=8247 vsize=13269256 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8263/stat : 8263 (java) S 8247 8247 7744 0 -1 1077944384 1766 0 0 0 46 0 0 0 20 0 20 0 4865630 13587718144 100332 33554432000 4194304 4196468 140735658099584 140653530950000 140654207740546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8264] ppid=8247 vsize=13269256 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8264/stat : 8264 (java) S 8247 8247 7744 0 -1 1077944384 809 0 0 0 39 0 0 0 20 0 20 0 4865630 13587718144 100332 33554432000 4194304 4196468 140735658099584 140653529897200 140654207740546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8265] ppid=8247 vsize=13269256 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8265/stat : 8265 (java) S 8247 8247 7744 0 -1 1077944384 1543 0 0 0 41 0 0 0 20 0 20 0 4865630 13587718144 100332 33554432000 4194304 4196468 140735658099584 140653528844400 140654207740546 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8266] ppid=8247 vsize=13269256 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8266/stat : 8266 (java) S 8247 8247 7744 0 -1 1077944384 1620 0 0 0 37 0 0 0 20 0 20 0 4865630 13587718144 100332 33554432000 4194304 4196468 140735658099584 140653527791600 140654207740546 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8267] ppid=8247 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8267/stat : 8267 (java) S 8247 8247 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4865630 13587718144 100332 33554432000 4194304 4196468 140735658099584 140653526740064 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8268] ppid=8247 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8268/stat : 8268 (java) S 8247 8247 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4865630 13587718144 100332 33554432000 4194304 4196468 140735658099584 140653525687344 140654207740546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 13278768

[startup+3.1009 s]
/proc/loadavg: 13.95 11.44 12.26 17/291 8268
/proc/meminfo: memFree=26935536/32770624 swapFree=5880/297444
[pid=8247] ppid=8244 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8247/stat : 8247 (xcsp3-exec) S 8244 8247 7744 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4865620 9740288 346 33554432000 4194304 5098028 140737019218128 140737019216232 139793761219196 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 9003008 140737019221136 140737019221344 140737019221344 140737019224043 0
/proc/8247/statm: 2378 346 289 221 0 87 0
[pid=8248] ppid=8247 vsize=13269256 CPUtime=11.51 cores=0,2,4,6,8,10,12,14
/proc/8248/stat : 8248 (java) S 8247 8247 7744 0 -1 1077944320 69152 0 0 0 822 329 0 0 20 0 20 0 4865620 13587718144 322793 33554432000 4194304 4196468 140735658099584 140735658082128 140654207729399 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
/proc/8248/statm: 3317314 322793 3240 1 0 3304547 0
[pid=8248/tid=8249] ppid=8247 vsize=13269256 CPUtime=1.84 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8249/stat : 8249 (java) R 8247 8247 7744 0 -1 4202560 6913 0 0 0 175 9 0 0 20 0 20 0 4865621 13587718144 322793 33554432000 4194304 4196468 140735658099584 140654211964920 140653824683489 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8251] ppid=8247 vsize=13269256 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8251/stat : 8251 (java) S 8247 8247 7744 0 -1 1077944384 6802 0 0 0 59 38 0 0 20 0 20 0 4865622 13587718144 322793 33554432000 4194304 4196468 140735658099584 140653806718096 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8252] ppid=8247 vsize=13269256 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8252/stat : 8252 (java) S 8247 8247 7744 0 -1 1077944384 6504 0 0 0 57 39 0 0 20 0 20 0 4865622 13587718144 322793 33554432000 4194304 4196468 140735658099584 140653805665296 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8253] ppid=8247 vsize=13269256 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8253/stat : 8253 (java) S 8247 8247 7744 0 -1 1077944384 6598 0 0 0 56 40 0 0 20 0 20 0 4865622 13587718144 322793 33554432000 4194304 4196468 140735658099584 140653804612496 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8254] ppid=8247 vsize=13269256 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8254/stat : 8254 (java) S 8247 8247 7744 0 -1 1077944384 6748 0 0 0 59 39 0 0 20 0 20 0 4865622 13587718144 322793 33554432000 4194304 4196468 140735658099584 140653803559696 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8255] ppid=8247 vsize=13269256 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8255/stat : 8255 (java) S 8247 8247 7744 0 -1 1077944384 6346 0 0 0 57 40 0 0 20 0 20 0 4865622 13587718144 322793 33554432000 4194304 4196468 140735658099584 140653802506896 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8256] ppid=8247 vsize=13269256 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8256/stat : 8256 (java) S 8247 8247 7744 0 -1 1077944384 6878 0 0 0 57 38 0 0 20 0 20 0 4865622 13587718144 322793 33554432000 4194304 4196468 140735658099584 140653801454096 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8257] ppid=8247 vsize=13269256 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8257/stat : 8257 (java) S 8247 8247 7744 0 -1 1077944384 7202 0 0 0 56 37 0 0 20 0 20 0 4865622 13587718144 322793 33554432000 4194304 4196468 140735658099584 140653800401296 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8258] ppid=8247 vsize=13269256 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8258/stat : 8258 (java) S 8247 8247 7744 0 -1 1077944384 6937 0 0 0 53 41 0 0 20 0 20 0 4865622 13587718144 322793 33554432000 4194304 4196468 140735658099584 140653799348496 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8259] ppid=8247 vsize=13269256 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8259/stat : 8259 (java) S 8247 8247 7744 0 -1 1077944384 1154 0 0 0 21 0 0 0 20 0 20 0 4865624 13587718144 322793 33554432000 4194304 4196468 140735658099584 140653535161200 140654207740546 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8260] ppid=8247 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8260/stat : 8260 (java) S 8247 8247 7744 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4865625 13587718144 322793 33554432000 4194304 4196468 140735658099584 140653534107232 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8261] ppid=8247 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8261/stat : 8261 (java) S 8247 8247 7744 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4865625 13587718144 322793 33554432000 4194304 4196468 140735658099584 140653533054336 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8262] ppid=8247 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8262/stat : 8262 (java) S 8247 8247 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4865630 13587718144 322793 33554432000 4194304 4196468 140735658099584 140653532002640 140654207747995 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8263] ppid=8247 vsize=13269256 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8263/stat : 8263 (java) S 8247 8247 7744 0 -1 1077944384 1769 0 0 0 47 0 0 0 20 0 20 0 4865630 13587718144 322793 33554432000 4194304 4196468 140735658099584 140653530950000 140654207740546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8264] ppid=8247 vsize=13269256 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8264/stat : 8264 (java) S 8247 8247 7744 0 -1 1077944384 809 0 0 0 39 0 0 0 20 0 20 0 4865630 13587718144 322793 33554432000 4194304 4196468 140735658099584 140653529897200 140654207740546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8265] ppid=8247 vsize=13269256 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8265/stat : 8265 (java) S 8247 8247 7744 0 -1 1077944384 1548 0 0 0 42 0 0 0 20 0 20 0 4865630 13587718144 322793 33554432000 4194304 4196468 140735658099584 140653528844400 140654207740546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8266] ppid=8247 vsize=13269256 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8266/stat : 8266 (java) S 8247 8247 7744 0 -1 1077944384 1647 0 0 0 38 0 0 0 20 0 20 0 4865630 13587718144 322793 33554432000 4194304 4196468 140735658099584 140653527791600 140654207740546 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8267] ppid=8247 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8267/stat : 8267 (java) S 8247 8247 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4865630 13587718144 322793 33554432000 4194304 4196468 140735658099584 140653526740064 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8268] ppid=8247 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8268/stat : 8268 (java) S 8247 8247 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4865630 13587718144 322793 33554432000 4194304 4196468 140735658099584 140653525687344 140654207740546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
Current children cumulated CPU time (s) 11.51
Current children cumulated vsize (KiB) 13278768

[startup+6.30099 s]
/proc/loadavg: 13.55 11.40 12.25 8/283 8364
/proc/meminfo: memFree=30480584/32770624 swapFree=5880/297444
[pid=8247] ppid=8244 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8247/stat : 8247 (xcsp3-exec) S 8244 8247 7744 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4865620 9740288 346 33554432000 4194304 5098028 140737019218128 140737019216232 139793761219196 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 9003008 140737019221136 140737019221344 140737019221344 140737019224043 0
/proc/8247/statm: 2378 346 289 221 0 87 0
[pid=8248] ppid=8247 vsize=13269256 CPUtime=14.71 cores=0,2,4,6,8,10,12,14
/proc/8248/stat : 8248 (java) S 8247 8247 7744 0 -1 1077944320 74563 0 0 0 1142 329 0 0 20 0 20 0 4865620 13587718144 322797 33554432000 4194304 4196468 140735658099584 140735658082128 140654207729399 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
/proc/8248/statm: 3317314 322797 3241 1 0 3304547 0
[pid=8248/tid=8249] ppid=8247 vsize=13269256 CPUtime=5.04 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8249/stat : 8249 (java) R 8247 8247 7744 0 -1 4202560 12322 0 0 0 494 10 0 0 20 0 20 0 4865621 13587718144 322797 33554432000 4194304 4196468 140735658099584 140654211964496 140653824683584 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8251] ppid=8247 vsize=13269256 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8251/stat : 8251 (java) S 8247 8247 7744 0 -1 1077944384 6802 0 0 0 59 38 0 0 20 0 20 0 4865622 13587718144 322797 33554432000 4194304 4196468 140735658099584 140653806718096 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8252] ppid=8247 vsize=13269256 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8252/stat : 8252 (java) S 8247 8247 7744 0 -1 1077944384 6504 0 0 0 57 39 0 0 20 0 20 0 4865622 13587718144 322797 33554432000 4194304 4196468 140735658099584 140653805665296 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8253] ppid=8247 vsize=13269256 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8253/stat : 8253 (java) S 8247 8247 7744 0 -1 1077944384 6598 0 0 0 56 40 0 0 20 0 20 0 4865622 13587718144 322797 33554432000 4194304 4196468 140735658099584 140653804612496 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8254] ppid=8247 vsize=13269256 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8254/stat : 8254 (java) S 8247 8247 7744 0 -1 1077944384 6748 0 0 0 59 39 0 0 20 0 20 0 4865622 13587718144 322797 33554432000 4194304 4196468 140735658099584 140653803559696 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8255] ppid=8247 vsize=13269256 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8255/stat : 8255 (java) S 8247 8247 7744 0 -1 1077944384 6346 0 0 0 57 40 0 0 20 0 20 0 4865622 13587718144 322797 33554432000 4194304 4196468 140735658099584 140653802506896 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8256] ppid=8247 vsize=13269256 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8256/stat : 8256 (java) S 8247 8247 7744 0 -1 1077944384 6878 0 0 0 57 38 0 0 20 0 20 0 4865622 13587718144 322797 33554432000 4194304 4196468 140735658099584 140653801454096 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8257] ppid=8247 vsize=13269256 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8257/stat : 8257 (java) S 8247 8247 7744 0 -1 1077944384 7202 0 0 0 56 37 0 0 20 0 20 0 4865622 13587718144 322797 33554432000 4194304 4196468 140735658099584 140653800401296 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8258] ppid=8247 vsize=13269256 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8258/stat : 8258 (java) S 8247 8247 7744 0 -1 1077944384 6937 0 0 0 53 41 0 0 20 0 20 0 4865622 13587718144 322797 33554432000 4194304 4196468 140735658099584 140653799348496 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8259] ppid=8247 vsize=13269256 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8259/stat : 8259 (java) S 8247 8247 7744 0 -1 1077944384 1154 0 0 0 21 0 0 0 20 0 20 0 4865624 13587718144 322797 33554432000 4194304 4196468 140735658099584 140653535161200 140654207740546 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8260] ppid=8247 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8260/stat : 8260 (java) S 8247 8247 7744 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4865625 13587718144 322797 33554432000 4194304 4196468 140735658099584 140653534107232 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8261] ppid=8247 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8261/stat : 8261 (java) S 8247 8247 7744 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4865625 13587718144 322797 33554432000 4194304 4196468 140735658099584 140653533054336 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8262] ppid=8247 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8262/stat : 8262 (java) S 8247 8247 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4865630 13587718144 322797 33554432000 4194304 4196468 140735658099584 140653532002640 140654207747995 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0

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

/proc/8248/task/8260/stat : 8260 (java) S 8247 8247 7744 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 4865625 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653534107232 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8261] ppid=8247 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8261/stat : 8261 (java) S 8247 8247 7744 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 20 0 4865625 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653533054336 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8262] ppid=8247 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8262/stat : 8262 (java) S 8247 8247 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4865630 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653532002640 140654207747995 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8263] ppid=8247 vsize=13269256 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8263/stat : 8263 (java) S 8247 8247 7744 0 -1 1077944384 2157 0 0 0 50 0 0 0 20 0 20 0 4865630 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653530950000 140654207740546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8264] ppid=8247 vsize=13269256 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8264/stat : 8264 (java) S 8247 8247 7744 0 -1 1077944384 1841 0 0 0 44 0 0 0 20 0 20 0 4865630 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653529897200 140654207740546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8265] ppid=8247 vsize=13269256 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8265/stat : 8265 (java) S 8247 8247 7744 0 -1 1077944384 2481 0 0 0 45 0 0 0 20 0 20 0 4865630 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653528844400 140654207740546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8266] ppid=8247 vsize=13269256 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8266/stat : 8266 (java) S 8247 8247 7744 0 -1 1077944384 2320 0 0 0 39 1 0 0 20 0 20 0 4865630 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653527791600 140654207740546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8267] ppid=8247 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8267/stat : 8267 (java) S 8247 8247 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4865630 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653526740064 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8268] ppid=8247 vsize=13269256 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8268/stat : 8268 (java) S 8247 8247 7744 0 -1 1077944384 273 0 0 0 13 10 0 0 20 0 20 0 4865630 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653525687344 140654207740546 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 14 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
Current children cumulated CPU time (s) 490.19
Current children cumulated vsize (KiB) 13278768

[startup+348.401 s]
/proc/loadavg: 3.28 5.52 9.30 10/285 8965
/proc/meminfo: memFree=20615820/32770624 swapFree=5880/298328
[pid=8247] ppid=8244 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8247/stat : 8247 (xcsp3-exec) S 8244 8247 7744 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4865620 9740288 346 33554432000 4194304 5098028 140737019218128 140737019216232 139793761219196 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 9003008 140737019221136 140737019221344 140737019221344 140737019224043 0
/proc/8247/statm: 2378 346 289 221 0 87 0
[pid=8248] ppid=8247 vsize=13269256 CPUtime=493.32 cores=0,2,4,6,8,10,12,14
/proc/8248/stat : 8248 (java) S 8247 8247 7744 0 -1 1077944320 482779 0 0 0 45697 3635 0 0 20 0 20 0 4865620 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140735658082128 140654207729399 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
/proc/8248/statm: 3317314 2609832 3254 1 0 3304547 0
[pid=8248/tid=8249] ppid=8247 vsize=13269256 CPUtime=323.37 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8249/stat : 8249 (java) S 8247 8247 7744 0 -1 1077944384 52892 0 0 0 32309 28 0 0 20 0 20 0 4865621 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140654211967504 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8251] ppid=8247 vsize=13269256 CPUtime=20.59 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8251/stat : 8251 (java) R 8247 8247 7744 0 -1 4202560 24650 0 0 0 1626 433 0 0 20 0 20 0 4865622 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653806718216 140654200357607 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8252] ppid=8247 vsize=13269256 CPUtime=20.23 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8252/stat : 8252 (java) R 8247 8247 7744 0 -1 4202560 43475 0 0 0 1594 429 0 0 20 0 20 0 4865622 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653805665416 140654200357607 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8253] ppid=8247 vsize=13269256 CPUtime=20.31 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8253/stat : 8253 (java) R 8247 8247 7744 0 -1 4202560 32279 0 0 0 1574 457 0 0 20 0 20 0 4865622 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653804612616 140654191112434 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8254] ppid=8247 vsize=13269256 CPUtime=20.55 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8254/stat : 8254 (java) R 8247 8247 7744 0 -1 4202560 26449 0 0 0 1610 445 0 0 20 0 20 0 4865622 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653803559504 140654200357607 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8255] ppid=8247 vsize=13269256 CPUtime=20.64 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8255/stat : 8255 (java) R 8247 8247 7744 0 -1 4202560 78196 0 0 0 1582 482 0 0 20 0 20 0 4865622 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653802507016 140654200357607 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8256] ppid=8247 vsize=13269256 CPUtime=20.59 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8256/stat : 8256 (java) R 8247 8247 7744 0 -1 4202560 120325 0 0 0 1608 451 0 0 20 0 20 0 4865622 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653801454296 140654200832408 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8257] ppid=8247 vsize=13269256 CPUtime=20.43 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8257/stat : 8257 (java) R 8247 8247 7744 0 -1 4202560 27142 0 0 0 1588 455 0 0 20 0 20 0 4865622 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653800401416 140654200357607 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8258] ppid=8247 vsize=13269256 CPUtime=20.56 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8258/stat : 8258 (java) R 8247 8247 7744 0 -1 4202560 34648 0 0 0 1621 435 0 0 20 0 20 0 4865622 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653799348616 140654200357607 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8259] ppid=8247 vsize=13269256 CPUtime=3.87 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8259/stat : 8259 (java) S 8247 8247 7744 0 -1 1077944384 32343 0 0 0 384 3 0 0 20 0 20 0 4865624 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653535159760 140654207739605 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8260] ppid=8247 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8260/stat : 8260 (java) S 8247 8247 7744 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 4865625 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653534107232 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8261] ppid=8247 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8261/stat : 8261 (java) S 8247 8247 7744 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 20 0 4865625 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653533054336 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8262] ppid=8247 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8262/stat : 8262 (java) S 8247 8247 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4865630 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653532002640 140654207747995 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8263] ppid=8247 vsize=13269256 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8263/stat : 8263 (java) S 8247 8247 7744 0 -1 1077944384 2157 0 0 0 50 0 0 0 20 0 20 0 4865630 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653530950000 140654207740546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8264] ppid=8247 vsize=13269256 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8264/stat : 8264 (java) S 8247 8247 7744 0 -1 1077944384 1841 0 0 0 44 0 0 0 20 0 20 0 4865630 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653529897200 140654207740546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8265] ppid=8247 vsize=13269256 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8265/stat : 8265 (java) S 8247 8247 7744 0 -1 1077944384 2481 0 0 0 45 0 0 0 20 0 20 0 4865630 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653528844400 140654207740546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8266] ppid=8247 vsize=13269256 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8266/stat : 8266 (java) S 8247 8247 7744 0 -1 1077944384 2320 0 0 0 39 1 0 0 20 0 20 0 4865630 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653527791600 140654207740546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8267] ppid=8247 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8267/stat : 8267 (java) S 8247 8247 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4865630 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653526740064 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8268] ppid=8247 vsize=13269256 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8268/stat : 8268 (java) S 8247 8247 7744 0 -1 1077944384 273 0 0 0 13 10 0 0 20 0 20 0 4865630 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653525687344 140654207740546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
Current children cumulated CPU time (s) 493.32
Current children cumulated vsize (KiB) 13278768

[startup+348.601 s]
/proc/loadavg: 3.28 5.52 9.30 10/285 8965
/proc/meminfo: memFree=20615820/32770624 swapFree=5880/298328
[pid=8247] ppid=8244 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8247/stat : 8247 (xcsp3-exec) S 8244 8247 7744 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4865620 9740288 346 33554432000 4194304 5098028 140737019218128 140737019216232 139793761219196 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 9003008 140737019221136 140737019221344 140737019221344 140737019224043 0
/proc/8247/statm: 2378 346 289 221 0 87 0
[pid=8248] ppid=8247 vsize=13269256 CPUtime=494.1 cores=0,2,4,6,8,10,12,14
/proc/8248/stat : 8248 (java) S 8247 8247 7744 0 -1 1077944320 483622 0 0 0 45775 3635 0 0 20 0 20 0 4865620 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140735658082128 140654207729399 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
/proc/8248/statm: 3317314 2609832 3254 1 0 3304547 0
[pid=8248/tid=8249] ppid=8247 vsize=13269256 CPUtime=323.37 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8249/stat : 8249 (java) S 8247 8247 7744 0 -1 1077944384 52892 0 0 0 32309 28 0 0 20 0 20 0 4865621 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140654211967504 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8251] ppid=8247 vsize=13269256 CPUtime=20.67 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8251/stat : 8251 (java) S 8247 8247 7744 0 -1 1077944384 24650 0 0 0 1634 433 0 0 20 0 20 0 4865622 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653806718096 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8252] ppid=8247 vsize=13269256 CPUtime=20.31 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8252/stat : 8252 (java) S 8247 8247 7744 0 -1 1077944384 43475 0 0 0 1602 429 0 0 20 0 20 0 4865622 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653805665296 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8253] ppid=8247 vsize=13269256 CPUtime=20.39 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8253/stat : 8253 (java) S 8247 8247 7744 0 -1 1077944384 32279 0 0 0 1582 457 0 0 20 0 20 0 4865622 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653804612496 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8254] ppid=8247 vsize=13269256 CPUtime=20.63 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8254/stat : 8254 (java) S 8247 8247 7744 0 -1 1077944384 26449 0 0 0 1618 445 0 0 20 0 20 0 4865622 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653803559696 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8255] ppid=8247 vsize=13269256 CPUtime=20.73 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8255/stat : 8255 (java) S 8247 8247 7744 0 -1 1077944384 78196 0 0 0 1591 482 0 0 20 0 20 0 4865622 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653802506896 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8256] ppid=8247 vsize=13269256 CPUtime=20.68 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8256/stat : 8256 (java) S 8247 8247 7744 0 -1 1077944384 120511 0 0 0 1617 451 0 0 20 0 20 0 4865622 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653801454096 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8257] ppid=8247 vsize=13269256 CPUtime=20.51 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8257/stat : 8257 (java) S 8247 8247 7744 0 -1 1077944384 27142 0 0 0 1596 455 0 0 20 0 20 0 4865622 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653800401296 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8258] ppid=8247 vsize=13269256 CPUtime=20.65 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8258/stat : 8258 (java) S 8247 8247 7744 0 -1 1077944384 34648 0 0 0 1630 435 0 0 20 0 20 0 4865622 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653799348496 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8259] ppid=8247 vsize=13269256 CPUtime=3.98 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8259/stat : 8259 (java) R 8247 8247 7744 0 -1 4202560 33000 0 0 0 395 3 0 0 20 0 20 0 4865624 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653535159648 140654192725800 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8260] ppid=8247 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8260/stat : 8260 (java) S 8247 8247 7744 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 4865625 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653534107232 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8261] ppid=8247 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8261/stat : 8261 (java) S 8247 8247 7744 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 20 0 4865625 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653533054336 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8262] ppid=8247 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8262/stat : 8262 (java) S 8247 8247 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4865630 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653532002640 140654207747995 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8263] ppid=8247 vsize=13269256 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8263/stat : 8263 (java) S 8247 8247 7744 0 -1 1077944384 2157 0 0 0 50 0 0 0 20 0 20 0 4865630 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653530950000 140654207740546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8264] ppid=8247 vsize=13269256 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8264/stat : 8264 (java) S 8247 8247 7744 0 -1 1077944384 1841 0 0 0 44 0 0 0 20 0 20 0 4865630 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653529897200 140654207740546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8265] ppid=8247 vsize=13269256 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8265/stat : 8265 (java) S 8247 8247 7744 0 -1 1077944384 2481 0 0 0 45 0 0 0 20 0 20 0 4865630 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653528844400 140654207740546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8266] ppid=8247 vsize=13269256 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8266/stat : 8266 (java) S 8247 8247 7744 0 -1 1077944384 2320 0 0 0 39 1 0 0 20 0 20 0 4865630 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653527791600 140654207740546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8267] ppid=8247 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8267/stat : 8267 (java) S 8247 8247 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4865630 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653526740064 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8268] ppid=8247 vsize=13269256 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8268/stat : 8268 (java) S 8247 8247 7744 0 -1 1077944384 273 0 0 0 13 10 0 0 20 0 20 0 4865630 13587718144 2609832 33554432000 4194304 4196468 140735658099584 140653525687344 140654207740546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
Current children cumulated CPU time (s) 494.1
Current children cumulated vsize (KiB) 13278768

[startup+348.701 s]
/proc/loadavg: 3.18 5.46 9.26 5/284 8966
/proc/meminfo: memFree=20428840/32770624 swapFree=5880/298328
[pid=8247] ppid=8244 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8247/stat : 8247 (xcsp3-exec) S 8244 8247 7744 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4865620 9740288 346 33554432000 4194304 5098028 140737019218128 140737019216232 139793761219196 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 9003008 140737019221136 140737019221344 140737019221344 140737019224043 0
/proc/8247/statm: 2378 346 289 221 0 87 0
[pid=8248] ppid=8247 vsize=13335820 CPUtime=494.2 cores=0,2,4,6,8,10,12,14
/proc/8248/stat : 8248 (java) S 8247 8247 7744 0 -1 1077944320 483955 0 0 0 45785 3635 0 0 20 0 19 0 4865620 13655879680 2609863 33554432000 4194304 4196468 140735658099584 140735658082128 140654207729399 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
/proc/8248/statm: 3333955 2609863 3256 1 0 3321188 0
[pid=8248/tid=8249] ppid=8247 vsize=13335820 CPUtime=323.37 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8249/stat : 8249 (java) S 8247 8247 7744 0 -1 1077944384 52968 0 0 0 32309 28 0 0 20 0 19 0 4865621 13655879680 2609863 33554432000 4194304 4196468 140735658099584 140654211972240 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8251] ppid=8247 vsize=13335820 CPUtime=20.67 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8251/stat : 8251 (java) S 8247 8247 7744 0 -1 1077944384 24650 0 0 0 1634 433 0 0 20 0 19 0 4865622 13655879680 2609863 33554432000 4194304 4196468 140735658099584 140653806718096 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8252] ppid=8247 vsize=13335820 CPUtime=20.31 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8252/stat : 8252 (java) S 8247 8247 7744 0 -1 1077944384 43475 0 0 0 1602 429 0 0 20 0 19 0 4865622 13655879680 2609863 33554432000 4194304 4196468 140735658099584 140653805665296 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8253] ppid=8247 vsize=13335820 CPUtime=20.4 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8253/stat : 8253 (java) S 8247 8247 7744 0 -1 1077944384 32279 0 0 0 1582 458 0 0 20 0 19 0 4865622 13655879680 2609863 33554432000 4194304 4196468 140735658099584 140653804612496 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8254] ppid=8247 vsize=13335820 CPUtime=20.63 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8254/stat : 8254 (java) S 8247 8247 7744 0 -1 1077944384 26449 0 0 0 1618 445 0 0 20 0 19 0 4865622 13655879680 2609863 33554432000 4194304 4196468 140735658099584 140653803559696 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8255] ppid=8247 vsize=13335820 CPUtime=20.73 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8255/stat : 8255 (java) S 8247 8247 7744 0 -1 1077944384 78196 0 0 0 1591 482 0 0 20 0 19 0 4865622 13655879680 2609863 33554432000 4194304 4196468 140735658099584 140653802506896 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8256] ppid=8247 vsize=13335820 CPUtime=20.68 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8256/stat : 8256 (java) S 8247 8247 7744 0 -1 1077944384 120511 0 0 0 1617 451 0 0 20 0 19 0 4865622 13655879680 2609863 33554432000 4194304 4196468 140735658099584 140653801454096 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8257] ppid=8247 vsize=13335820 CPUtime=20.51 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8257/stat : 8257 (java) S 8247 8247 7744 0 -1 1077944384 27142 0 0 0 1596 455 0 0 20 0 19 0 4865622 13655879680 2609863 33554432000 4194304 4196468 140735658099584 140653800401296 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8258] ppid=8247 vsize=13335820 CPUtime=20.65 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8258/stat : 8258 (java) S 8247 8247 7744 0 -1 1077944384 34648 0 0 0 1630 435 0 0 20 0 19 0 4865622 13655879680 2609863 33554432000 4194304 4196468 140735658099584 140653799348496 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8259] ppid=8247 vsize=13335820 CPUtime=4.08 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8259/stat : 8259 (java) S 8247 8247 7744 0 -1 1077944384 33000 0 0 0 405 3 0 0 20 0 19 0 4865624 13655879680 2609863 33554432000 4194304 4196468 140735658099584 140653535161408 140654207740546 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8260] ppid=8247 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8260/stat : 8260 (java) S 8247 8247 7744 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 19 0 4865625 13655879680 2609863 33554432000 4194304 4196468 140735658099584 140653534107232 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8261] ppid=8247 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8261/stat : 8261 (java) S 8247 8247 7744 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 19 0 4865625 13655879680 2609863 33554432000 4194304 4196468 140735658099584 140653533054336 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8262] ppid=8247 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8262/stat : 8262 (java) S 8247 8247 7744 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 4865630 13655879680 2609863 33554432000 4194304 4196468 140735658099584 140653532001408 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8263] ppid=8247 vsize=13335820 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8263/stat : 8263 (java) S 8247 8247 7744 0 -1 1077944384 2289 0 0 0 51 0 0 0 20 0 19 0 4865630 13655879680 2609863 33554432000 4194304 4196468 140735658099584 140653530935072 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8264] ppid=8247 vsize=13335820 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8264/stat : 8264 (java) S 8247 8247 7744 0 -1 1077944384 1865 0 0 0 44 0 0 0 20 0 19 0 4865630 13655879680 2609863 33554432000 4194304 4196468 140735658099584 140653529889296 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8265] ppid=8247 vsize=13335820 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8265/stat : 8265 (java) S 8247 8247 7744 0 -1 1077944384 2481 0 0 0 45 0 0 0 20 0 19 0 4865630 13655879680 2609863 33554432000 4194304 4196468 140735658099584 140653528844400 140654207740546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8266] ppid=8247 vsize=13335820 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8266/stat : 8266 (java) S 8247 8247 7744 0 -1 1077944384 2356 0 0 0 39 1 0 0 20 0 19 0 4865630 13655879680 2609863 33554432000 4194304 4196468 140735658099584 140653527788208 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
[pid=8248/tid=8267] ppid=8247 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8248/task/8267/stat : 8267 (java) S 8247 8247 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 4865630 13655879680 2609863 33554432000 4194304 4196468 140735658099584 140653526740064 140654207739605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19951616 140735658108092 140735658108268 140735658108268 140735658110927 0
Current children cumulated CPU time (s) 494.2
Current children cumulated vsize (KiB) 13345332

Child status: 1
Real time (s): 348.781
CPU time (s): 494.286
CPU user time (s): 457.861
CPU system time (s): 36.4252
CPU usage (%): 141.718
Max. virtual memory (cumulated for all children) (KiB): 13345332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 457.861
system time used= 36.4252
maximum resident set size= 10439772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 484513
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25702
involuntary context switches= 29786

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.57375 second user time and 3.59688 second system time

The end

Launcher Data

Begin job on node127 at 2017-07-22 05:59:39
IDJOB=4249970
IDBENCH=138612
IDSOLVER=2625
FILE ID=node127/4249970-1500695979
RUNJOBID= node127-1500682387-7775
PBS_JOBID= 20623323
Free space on /tmp= 61976 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js20-15/SuperTaillard-js-20-15-15.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-4249970-1500695979/watcher-4249970-1500695979 -o /tmp/evaluation-result-4249970-1500695979/solver-4249970-1500695979 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500682387-7775 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 93532486 HOME/instance-4249970-1500695979.xml

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

MD5SUM BENCH= 6d7e3033fdb5217c74d2816bb8c5b7b8
RANDOM SEED=93532486

node127.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.94
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		: 1600.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.94
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		: 1600.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.94
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.94
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		: 1867.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.94
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.94
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.94
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		: 1600.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.94
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:        27962944 kB
MemAvailable:   28145584 kB
Buffers:          116588 kB
Cached:           347784 kB
SwapCached:            0 kB
Active:          4061196 kB
Inactive:         306024 kB
Active(anon):    3905444 kB
Inactive(anon):     8664 kB
Active(file):     155752 kB
Inactive(file):   297360 kB
Unevictable:        5880 kB
Mlocked:            5880 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8140 kB
Writeback:             0 kB
AnonPages:       3907500 kB
Mapped:            42652 kB
Shmem:              8840 kB
Slab:             125352 kB
SReclaimable:      90724 kB
SUnreclaim:        34628 kB
KernelStack:        4928 kB
PageTables:        13496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4560212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3735552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61964 MiB
End job on node127 at 2017-07-22 06:05:28