Trace number 4249728

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)? 240.988 114.641

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-41.xml
MD5SUMa372e06032e8b52aa9c97452ff274801
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.14
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size45
Distribution of domain sizes[{"size":23,"count":1},{"size":45,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints22
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

pid=16484
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.49 15.81 15.18 10/271 16487
/proc/meminfo: memFree=30773752/32770624 swapFree=5780/271556
[pid=16487] ppid=16484 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16487/stat : 16487 (xcsp3-exec) S 16484 16487 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4856107 9740288 345 33554432000 4194304 5098028 140721604611264 140721604609368 140293690888828 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 24469504 140721604613262 140721604613472 140721604613472 140721604616171 0
/proc/16487/statm: 2378 345 289 221 0 87 0

[startup+0.10014 s]
/proc/loadavg: 15.49 15.81 15.18 10/271 16487
/proc/meminfo: memFree=30773752/32770624 swapFree=5780/271556
[pid=16487] ppid=16484 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16487/stat : 16487 (xcsp3-exec) S 16484 16487 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4856107 9740288 345 33554432000 4194304 5098028 140721604611264 140721604609368 140293690888828 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 24469504 140721604613262 140721604613472 140721604613472 140721604616171 0
/proc/16487/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200279 s]
/proc/loadavg: 15.49 15.81 15.18 10/271 16487
/proc/meminfo: memFree=30773752/32770624 swapFree=5780/271556
[pid=16487] ppid=16484 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16487/stat : 16487 (xcsp3-exec) S 16484 16487 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4856107 9740288 345 33554432000 4194304 5098028 140721604611264 140721604609368 140293690888828 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 24469504 140721604613262 140721604613472 140721604613472 140721604616171 0
/proc/16487/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300226 s]
/proc/loadavg: 15.49 15.81 15.18 10/271 16487
/proc/meminfo: memFree=30773752/32770624 swapFree=5780/271556
[pid=16487] ppid=16484 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16487/stat : 16487 (xcsp3-exec) S 16484 16487 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4856107 9740288 345 33554432000 4194304 5098028 140721604611264 140721604609368 140293690888828 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 24469504 140721604613262 140721604613472 140721604613472 140721604616171 0
/proc/16487/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700944 s]
/proc/loadavg: 15.49 15.81 15.18 10/271 16487
/proc/meminfo: memFree=30773752/32770624 swapFree=5780/271556
[pid=16487] ppid=16484 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16487/stat : 16487 (xcsp3-exec) S 16484 16487 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4856107 9740288 345 33554432000 4194304 5098028 140721604611264 140721604609368 140293690888828 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 24469504 140721604613262 140721604613472 140721604613472 140721604616171 0
/proc/16487/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50092 s]
/proc/loadavg: 15.49 15.81 15.18 14/292 16508
/proc/meminfo: memFree=29704476/32770624 swapFree=5780/271324
[pid=16487] ppid=16484 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16487/stat : 16487 (xcsp3-exec) S 16484 16487 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4856107 9740288 345 33554432000 4194304 5098028 140721604611264 140721604609368 140293690888828 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 24469504 140721604613262 140721604613472 140721604613472 140721604616171 0
/proc/16487/statm: 2378 345 289 221 0 87 0
[pid=16488] ppid=16487 vsize=13267208 CPUtime=4.58 cores=0,2,4,6,8,10,12,14
/proc/16488/stat : 16488 (java) S 16487 16487 14782 0 -1 1077944320 15012 0 0 0 361 97 0 0 20 0 20 0 4856107 13585620992 286166 33554432000 4194304 4196468 140735192730896 140735192713440 140391188299511 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
/proc/16488/statm: 3316802 286166 3233 1 0 3304035 0
[pid=16488/tid=16489] ppid=16487 vsize=13267208 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16489/stat : 16489 (java) R 16487 16487 14782 0 -1 4202560 7379 0 0 0 95 18 0 0 20 0 20 0 4856107 13585620992 286166 33554432000 4194304 4196468 140735192730896 140391192537328 140390823886311 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16491] ppid=16487 vsize=13267208 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16491/stat : 16491 (java) S 16487 16487 14782 0 -1 1077944384 70 0 0 0 22 8 0 0 20 0 20 0 4856108 13585620992 286166 33554432000 4194304 4196468 140735192730896 140391140920464 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16492] ppid=16487 vsize=13267208 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16492/stat : 16492 (java) S 16487 16487 14782 0 -1 1077944384 76 0 0 0 20 9 0 0 20 0 20 0 4856108 13585620992 286166 33554432000 4194304 4196468 140735192730896 140390786595856 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16493] ppid=16487 vsize=13267208 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16493/stat : 16493 (java) S 16487 16487 14782 0 -1 1077944384 194 0 0 0 21 9 0 0 20 0 20 0 4856108 13585620992 286166 33554432000 4194304 4196468 140735192730896 140390785543056 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16494] ppid=16487 vsize=13267208 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16494/stat : 16494 (java) S 16487 16487 14782 0 -1 1077944384 90 0 0 0 21 10 0 0 20 0 20 0 4856108 13585620992 286166 33554432000 4194304 4196468 140735192730896 140390784490256 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16495] ppid=16487 vsize=13267208 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16495/stat : 16495 (java) S 16487 16487 14782 0 -1 1077944384 118 0 0 0 22 9 0 0 20 0 20 0 4856108 13585620992 286166 33554432000 4194304 4196468 140735192730896 140390783437456 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16496] ppid=16487 vsize=13267208 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16496/stat : 16496 (java) S 16487 16487 14782 0 -1 1077944384 280 0 0 0 20 9 0 0 20 0 20 0 4856108 13585620992 286166 33554432000 4194304 4196468 140735192730896 140390782384656 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16497] ppid=16487 vsize=13267208 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16497/stat : 16497 (java) S 16487 16487 14782 0 -1 1077944384 67 0 0 0 21 8 0 0 20 0 20 0 4856108 13585620992 286166 33554432000 4194304 4196468 140735192730896 140390781331856 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16498] ppid=16487 vsize=13267208 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16498/stat : 16498 (java) S 16487 16487 14782 0 -1 1077944384 71 0 0 0 21 9 0 0 20 0 20 0 4856108 13585620992 286166 33554432000 4194304 4196468 140735192730896 140390780279056 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16499] ppid=16487 vsize=13267208 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16499/stat : 16499 (java) S 16487 16487 14782 0 -1 1077944384 500 0 0 0 1 0 0 0 20 0 20 0 4856110 13585620992 286166 33554432000 4194304 4196468 140735192730896 140390516304752 140391188310658 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16500] ppid=16487 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16500/stat : 16500 (java) S 16487 16487 14782 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 4856110 13585620992 286166 33554432000 4194304 4196468 140735192730896 140390515250784 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16501] ppid=16487 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16501/stat : 16501 (java) S 16487 16487 14782 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4856111 13585620992 286166 33554432000 4194304 4196468 140735192730896 140390514197888 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16502] ppid=16487 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16502/stat : 16502 (java) S 16487 16487 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4856115 13585620992 286166 33554432000 4194304 4196468 140735192730896 140390513146192 140391188318107 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16503] ppid=16487 vsize=13267208 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16503/stat : 16503 (java) S 16487 16487 14782 0 -1 1077944384 1450 0 0 0 21 0 0 0 20 0 20 0 4856115 13585620992 286166 33554432000 4194304 4196468 140735192730896 140390512093552 140391188310658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16504] ppid=16487 vsize=13267208 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16504/stat : 16504 (java) S 16487 16487 14782 0 -1 1077944384 813 0 0 0 23 0 0 0 20 0 20 0 4856115 13585620992 286166 33554432000 4194304 4196468 140735192730896 140390511040752 140391188310658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16505] ppid=16487 vsize=13267208 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16505/stat : 16505 (java) S 16487 16487 14782 0 -1 1077944384 1279 0 0 0 22 0 0 0 20 0 20 0 4856115 13585620992 286166 33554432000 4194304 4196468 140735192730896 140390509987952 140391188310658 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16506] ppid=16487 vsize=13267208 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16506/stat : 16506 (java) S 16487 16487 14782 0 -1 1077944384 1327 0 0 0 26 0 0 0 20 0 20 0 4856115 13585620992 286166 33554432000 4194304 4196468 140735192730896 140390508935152 140391188310658 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16507] ppid=16487 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16507/stat : 16507 (java) S 16487 16487 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4856115 13585620992 286166 33554432000 4194304 4196468 140735192730896 140390507883616 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16508] ppid=16487 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16508/stat : 16508 (java) S 16487 16487 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4856115 13585620992 286166 33554432000 4194304 4196468 140735192730896 140390506830896 140391188310658 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 13276720

[startup+3.10091 s]
/proc/loadavg: 15.49 15.81 15.18 10/292 16508
/proc/meminfo: memFree=29504964/32770624 swapFree=5780/271324
[pid=16487] ppid=16484 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16487/stat : 16487 (xcsp3-exec) S 16484 16487 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4856107 9740288 345 33554432000 4194304 5098028 140721604611264 140721604609368 140293690888828 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 24469504 140721604613262 140721604613472 140721604613472 140721604616171 0
/proc/16487/statm: 2378 345 289 221 0 87 0
[pid=16488] ppid=16487 vsize=13267208 CPUtime=7.11 cores=0,2,4,6,8,10,12,14
/proc/16488/stat : 16488 (java) S 16487 16487 14782 0 -1 1077944320 18850 0 0 0 563 148 0 0 20 0 20 0 4856107 13585620992 353921 33554432000 4194304 4196468 140735192730896 140735192713440 140391188299511 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
/proc/16488/statm: 3316802 353921 3238 1 0 3304035 0
[pid=16488/tid=16489] ppid=16487 vsize=13267208 CPUtime=2.6 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16489/stat : 16489 (java) R 16487 16487 14782 0 -1 4202560 8306 0 0 0 240 20 0 0 20 0 20 0 4856107 13585620992 353921 33554432000 4194304 4196468 140735192730896 140391192535048 140390823886503 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16491] ppid=16487 vsize=13267208 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16491/stat : 16491 (java) S 16487 16487 14782 0 -1 1077944384 279 0 0 0 28 15 0 0 20 0 20 0 4856108 13585620992 353921 33554432000 4194304 4196468 140735192730896 140391140920464 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16492] ppid=16487 vsize=13267208 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16492/stat : 16492 (java) S 16487 16487 14782 0 -1 1077944384 294 0 0 0 27 16 0 0 20 0 20 0 4856108 13585620992 353921 33554432000 4194304 4196468 140735192730896 140390786595856 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16493] ppid=16487 vsize=13267208 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16493/stat : 16493 (java) S 16487 16487 14782 0 -1 1077944384 661 0 0 0 29 15 0 0 20 0 20 0 4856108 13585620992 353921 33554432000 4194304 4196468 140735192730896 140390785543056 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16494] ppid=16487 vsize=13267208 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16494/stat : 16494 (java) S 16487 16487 14782 0 -1 1077944384 328 0 0 0 29 15 0 0 20 0 20 0 4856108 13585620992 353921 33554432000 4194304 4196468 140735192730896 140390784490256 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16495] ppid=16487 vsize=13267208 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16495/stat : 16495 (java) S 16487 16487 14782 0 -1 1077944384 327 0 0 0 28 15 0 0 20 0 20 0 4856108 13585620992 353921 33554432000 4194304 4196468 140735192730896 140390783437456 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16496] ppid=16487 vsize=13267208 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16496/stat : 16496 (java) S 16487 16487 14782 0 -1 1077944384 467 0 0 0 27 15 0 0 20 0 20 0 4856108 13585620992 353921 33554432000 4194304 4196468 140735192730896 140390782384656 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16497] ppid=16487 vsize=13267208 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16497/stat : 16497 (java) S 16487 16487 14782 0 -1 1077944384 284 0 0 0 28 14 0 0 20 0 20 0 4856108 13585620992 353921 33554432000 4194304 4196468 140735192730896 140390781331856 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16498] ppid=16487 vsize=13267208 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16498/stat : 16498 (java) S 16487 16487 14782 0 -1 1077944384 284 0 0 0 28 16 0 0 20 0 20 0 4856108 13585620992 353921 33554432000 4194304 4196468 140735192730896 140390780279056 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16499] ppid=16487 vsize=13267208 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16499/stat : 16499 (java) S 16487 16487 14782 0 -1 1077944384 724 0 0 0 1 0 0 0 20 0 20 0 4856110 13585620992 353921 33554432000 4194304 4196468 140735192730896 140390516304752 140391188310658 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16500] ppid=16487 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16500/stat : 16500 (java) S 16487 16487 14782 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 4856110 13585620992 353921 33554432000 4194304 4196468 140735192730896 140390515250784 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16501] ppid=16487 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16501/stat : 16501 (java) S 16487 16487 14782 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4856111 13585620992 353921 33554432000 4194304 4196468 140735192730896 140390514197888 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16502] ppid=16487 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16502/stat : 16502 (java) S 16487 16487 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4856115 13585620992 353921 33554432000 4194304 4196468 140735192730896 140390513146192 140391188318107 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16503] ppid=16487 vsize=13267208 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16503/stat : 16503 (java) S 16487 16487 14782 0 -1 1077944384 1998 0 0 0 23 0 0 0 20 0 20 0 4856115 13585620992 353921 33554432000 4194304 4196468 140735192730896 140390512093552 140391188310658 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16504] ppid=16487 vsize=13267208 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16504/stat : 16504 (java) S 16487 16487 14782 0 -1 1077944384 827 0 0 0 23 0 0 0 20 0 20 0 4856115 13585620992 353921 33554432000 4194304 4196468 140735192730896 140390511040752 140391188310658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16505] ppid=16487 vsize=13267208 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16505/stat : 16505 (java) S 16487 16487 14782 0 -1 1077944384 1305 0 0 0 22 0 0 0 20 0 20 0 4856115 13585620992 353921 33554432000 4194304 4196468 140735192730896 140390509987952 140391188310658 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16506] ppid=16487 vsize=13267208 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16506/stat : 16506 (java) S 16487 16487 14782 0 -1 1077944384 1446 0 0 0 26 0 0 0 20 0 20 0 4856115 13585620992 353921 33554432000 4194304 4196468 140735192730896 140390508935152 140391188310658 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16507] ppid=16487 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16507/stat : 16507 (java) S 16487 16487 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4856115 13585620992 353921 33554432000 4194304 4196468 140735192730896 140390507883616 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16508] ppid=16487 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16508/stat : 16508 (java) S 16487 16487 14782 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 4856115 13585620992 353921 33554432000 4194304 4196468 140735192730896 140390506830896 140391188310658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 13276720

[startup+6.30864 s]
/proc/loadavg: 15.69 15.85 15.19 10/292 16508
/proc/meminfo: memFree=28856552/32770624 swapFree=5780/271340
[pid=16487] ppid=16484 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16487/stat : 16487 (xcsp3-exec) S 16484 16487 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4856107 9740288 345 33554432000 4194304 5098028 140721604611264 140721604609368 140293690888828 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 24469504 140721604613262 140721604613472 140721604613472 140721604616171 0
/proc/16487/statm: 2378 345 289 221 0 87 0
[pid=16488] ppid=16487 vsize=13267208 CPUtime=14.12 cores=0,2,4,6,8,10,12,14
/proc/16488/stat : 16488 (java) S 16487 16487 14782 0 -1 1077944320 25550 0 0 0 1050 362 0 0 20 0 20 0 4856107 13585620992 496845 33554432000 4194304 4196468 140735192730896 140735192713440 140391188299511 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
/proc/16488/statm: 3316802 496845 3238 1 0 3304035 0
[pid=16488/tid=16489] ppid=16487 vsize=13267208 CPUtime=5.25 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16489/stat : 16489 (java) S 16487 16487 14782 0 -1 1077944384 8752 0 0 0 503 22 0 0 20 0 20 0 4856107 13585620992 496845 33554432000 4194304 4196468 140735192730896 140391192537440 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16491] ppid=16487 vsize=13267208 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16491/stat : 16491 (java) R 16487 16487 14782 0 -1 4202560 777 0 0 0 56 41 0 0 20 0 20 0 4856108 13585620992 496845 33554432000 4194304 4196468 140735192730896 140391140920584 140391173324287 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16492] ppid=16487 vsize=13267208 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16492/stat : 16492 (java) R 16487 16487 14782 0 -1 4202560 879 0 0 0 55 42 0 0 20 0 20 0 4856108 13585620992 496845 33554432000 4194304 4196468 140735192730896 140390786593656 140391173326930 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16493] ppid=16487 vsize=13267208 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16493/stat : 16493 (java) R 16487 16487 14782 0 -1 4202560 1490 0 0 0 56 42 0 0 20 0 20 0 4856108 13585620992 496845 33554432000 4194304 4196468 140735192730896 140390785543176 140391173323292 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16494] ppid=16487 vsize=13267208 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16494/stat : 16494 (java) R 16487 16487 14782 0 -1 4202560 828 0 0 0 56 42 0 0 20 0 20 0 4856108 13585620992 496845 33554432000 4194304 4196468 140735192730896 140390784490376 140391173321650 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16495] ppid=16487 vsize=13267208 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16495/stat : 16495 (java) R 16487 16487 14782 0 -1 4202560 1132 0 0 0 54 42 0 0 20 0 20 0 4856108 13585620992 496845 33554432000 4194304 4196468 140735192730896 140390783437576 140391173326930 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16496] ppid=16487 vsize=13267208 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16496/stat : 16496 (java) R 16487 16487 14782 0 -1 4202560 1134 0 0 0 55 40 0 0 20 0 20 0 4856108 13585620992 496845 33554432000 4194304 4196468 140735192730896 140390782384776 140391173327403 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16497] ppid=16487 vsize=13267208 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16497/stat : 16497 (java) R 16487 16487 14782 0 -1 4202560 836 0 0 0 56 40 0 0 20 0 20 0 4856108 13585620992 496845 33554432000 4194304 4196468 140735192730896 140390781331976 140391173327571 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16498] ppid=16487 vsize=13267208 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16498/stat : 16498 (java) R 16487 16487 14782 0 -1 4202560 965 0 0 0 56 43 0 0 20 0 20 0 4856108 13585620992 496845 33554432000 4194304 4196468 140735192730896 140390780279176 140391173326930 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16499] ppid=16487 vsize=13267208 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16499/stat : 16499 (java) S 16487 16487 14782 0 -1 1077944384 1150 0 0 0 1 0 0 0 20 0 20 0 4856110 13585620992 496845 33554432000 4194304 4196468 140735192730896 140390516303264 140391188309717 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16500] ppid=16487 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16500/stat : 16500 (java) S 16487 16487 14782 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 4856110 13585620992 496845 33554432000 4194304 4196468 140735192730896 140390515250784 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16501] ppid=16487 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16501/stat : 16501 (java) S 16487 16487 14782 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4856111 13585620992 496845 33554432000 4194304 4196468 140735192730896 140390514197888 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16502] ppid=16487 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16502/stat : 16502 (java) S 16487 16487 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4856115 13585620992 496845 33554432000 4194304 4196468 140735192730896 140390513146192 140391188318107 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0

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

/proc/16488/task/16508/stat : 16508 (java) S 16487 16487 14782 0 -1 1077944384 529 0 0 0 4 3 0 0 20 0 20 0 4856115 13587718144 2528079 33554432000 4194304 4196468 140735192730896 140390506830896 140391188310658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
Current children cumulated CPU time (s) 228.38
Current children cumulated vsize (KiB) 13278768

[startup+113.501 s]
/proc/loadavg: 10.72 14.02 14.60 17/293 16517
/proc/meminfo: memFree=20595260/32770624 swapFree=5780/271464
[pid=16487] ppid=16484 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16487/stat : 16487 (xcsp3-exec) S 16484 16487 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4856107 9740288 345 33554432000 4194304 5098028 140721604611264 140721604609368 140293690888828 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 24469504 140721604613262 140721604613472 140721604613472 140721604616171 0
/proc/16487/statm: 2378 345 289 221 0 87 0
[pid=16488] ppid=16487 vsize=13269256 CPUtime=234.09 cores=0,2,4,6,8,10,12,14
/proc/16488/stat : 16488 (java) S 16487 16487 14782 0 -1 1077944320 266729 0 0 0 20426 2983 0 0 20 0 20 0 4856107 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140735192713440 140391188299511 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
/proc/16488/statm: 3317314 2528121 3249 1 0 3304547 0
[pid=16488/tid=16489] ppid=16487 vsize=13269256 CPUtime=93.04 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16489/stat : 16489 (java) S 16487 16487 14782 0 -1 1077944384 15908 0 0 0 9281 23 0 0 20 0 20 0 4856107 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140391192537728 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16491] ppid=16487 vsize=13269256 CPUtime=17.16 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16491/stat : 16491 (java) R 16487 16487 14782 0 -1 4202560 16616 0 0 0 1351 365 0 0 20 0 20 0 4856108 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140391140920664 140391172757102 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16492] ppid=16487 vsize=13269256 CPUtime=16.89 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16492/stat : 16492 (java) R 16487 16487 14782 0 -1 4202560 15588 0 0 0 1342 347 0 0 20 0 20 0 4856108 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390786596056 140391173295867 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16493] ppid=16487 vsize=13269256 CPUtime=17.12 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16493/stat : 16493 (java) R 16487 16487 14782 0 -1 4202560 16234 0 0 0 1338 374 0 0 20 0 20 0 4856108 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390785543256 140391172757081 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16494] ppid=16487 vsize=13269256 CPUtime=17.08 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16494/stat : 16494 (java) R 16487 16487 14782 0 -1 4202560 16733 0 0 0 1330 378 0 0 20 0 20 0 4856108 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390784490456 140391172757109 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16495] ppid=16487 vsize=13269256 CPUtime=17.13 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16495/stat : 16495 (java) R 16487 16487 14782 0 -1 4202560 94797 0 0 0 1332 381 0 0 20 0 20 0 4856108 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390783437656 140391173296064 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16496] ppid=16487 vsize=13269256 CPUtime=16.87 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16496/stat : 16496 (java) R 16487 16487 14782 0 -1 4202560 16491 0 0 0 1321 366 0 0 20 0 20 0 4856108 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390782384856 140391173295867 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16497] ppid=16487 vsize=13269256 CPUtime=17.07 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16497/stat : 16497 (java) R 16487 16487 14782 0 -1 4202560 17998 0 0 0 1338 369 0 0 20 0 20 0 4856108 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390781331744 140391173295863 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16498] ppid=16487 vsize=13269256 CPUtime=17.06 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16498/stat : 16498 (java) R 16487 16487 14782 0 -1 4202560 16379 0 0 0 1338 368 0 0 20 0 20 0 4856108 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390780279256 140391172998259 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16499] ppid=16487 vsize=13269256 CPUtime=3.05 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16499/stat : 16499 (java) S 16487 16487 14782 0 -1 1077944384 27934 0 0 0 301 4 0 0 20 0 20 0 4856110 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390516303296 140391188309717 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16500] ppid=16487 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16500/stat : 16500 (java) S 16487 16487 14782 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 4856110 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390515250784 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16501] ppid=16487 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16501/stat : 16501 (java) S 16487 16487 14782 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 20 0 4856111 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390514197888 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16502] ppid=16487 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16502/stat : 16502 (java) S 16487 16487 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4856115 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390513146192 140391188318107 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16503] ppid=16487 vsize=13269256 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16503/stat : 16503 (java) S 16487 16487 14782 0 -1 1077944384 3138 0 0 0 35 0 0 0 20 0 20 0 4856115 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390512093552 140391188310658 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16504] ppid=16487 vsize=13269256 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16504/stat : 16504 (java) S 16487 16487 14782 0 -1 1077944384 2199 0 0 0 36 0 0 0 20 0 20 0 4856115 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390511040752 140391188310658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16505] ppid=16487 vsize=13269256 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16505/stat : 16505 (java) S 16487 16487 14782 0 -1 1077944384 1910 0 0 0 35 0 0 0 20 0 20 0 4856115 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390509987952 140391188310658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16506] ppid=16487 vsize=13269256 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16506/stat : 16506 (java) S 16487 16487 14782 0 -1 1077944384 2913 0 0 0 35 0 0 0 20 0 20 0 4856115 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390508935152 140391188310658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16507] ppid=16487 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16507/stat : 16507 (java) S 16487 16487 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4856115 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390507883616 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16508] ppid=16487 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16508/stat : 16508 (java) S 16487 16487 14782 0 -1 1077944384 529 0 0 0 4 3 0 0 20 0 20 0 4856115 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390506830896 140391188310658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
Current children cumulated CPU time (s) 234.09
Current children cumulated vsize (KiB) 13278768

[startup+114.301 s]
/proc/loadavg: 10.58 13.93 14.57 17/293 16517
/proc/meminfo: memFree=20593212/32770624 swapFree=5780/271464
[pid=16487] ppid=16484 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16487/stat : 16487 (xcsp3-exec) S 16484 16487 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4856107 9740288 345 33554432000 4194304 5098028 140721604611264 140721604609368 140293690888828 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 24469504 140721604613262 140721604613472 140721604613472 140721604616171 0
/proc/16487/statm: 2378 345 289 221 0 87 0
[pid=16488] ppid=16487 vsize=13269256 CPUtime=239.56 cores=0,2,4,6,8,10,12,14
/proc/16488/stat : 16488 (java) S 16487 16487 14782 0 -1 1077944320 268035 0 0 0 20973 2983 0 0 20 0 20 0 4856107 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140735192713440 140391188299511 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
/proc/16488/statm: 3317314 2528121 3249 1 0 3304547 0
[pid=16488/tid=16489] ppid=16487 vsize=13269256 CPUtime=93.04 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16489/stat : 16489 (java) S 16487 16487 14782 0 -1 1077944384 15908 0 0 0 9281 23 0 0 20 0 20 0 4856107 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140391192537728 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16491] ppid=16487 vsize=13269256 CPUtime=17.82 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16491/stat : 16491 (java) R 16487 16487 14782 0 -1 4202560 16657 0 0 0 1417 365 0 0 20 0 20 0 4856108 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140391140920664 140391172757123 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16492] ppid=16487 vsize=13269256 CPUtime=17.57 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16492/stat : 16492 (java) R 16487 16487 14782 0 -1 4202560 15684 0 0 0 1410 347 0 0 20 0 20 0 4856108 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390786596056 140391172998327 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16493] ppid=16487 vsize=13269256 CPUtime=17.79 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16493/stat : 16493 (java) R 16487 16487 14782 0 -1 4202560 16368 0 0 0 1405 374 0 0 20 0 20 0 4856108 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390785543256 140391173296020 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16494] ppid=16487 vsize=13269256 CPUtime=17.75 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16494/stat : 16494 (java) R 16487 16487 14782 0 -1 4202560 17231 0 0 0 1397 378 0 0 20 0 20 0 4856108 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390784490456 140391172757114 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16495] ppid=16487 vsize=13269256 CPUtime=17.8 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16495/stat : 16495 (java) R 16487 16487 14782 0 -1 4202560 95007 0 0 0 1399 381 0 0 20 0 20 0 4856108 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390783437656 140391173295915 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16496] ppid=16487 vsize=13269256 CPUtime=17.54 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16496/stat : 16496 (java) R 16487 16487 14782 0 -1 4202560 16661 0 0 0 1388 366 0 0 20 0 20 0 4856108 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390782384856 140391173295892 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16497] ppid=16487 vsize=13269256 CPUtime=17.73 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16497/stat : 16497 (java) R 16487 16487 14782 0 -1 4202560 18073 0 0 0 1404 369 0 0 20 0 20 0 4856108 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390781332056 140391172757133 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16498] ppid=16487 vsize=13269256 CPUtime=17.74 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16498/stat : 16498 (java) R 16487 16487 14782 0 -1 4202560 16452 0 0 0 1406 368 0 0 20 0 20 0 4856108 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390780278944 140391173295915 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16499] ppid=16487 vsize=13269256 CPUtime=3.18 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16499/stat : 16499 (java) S 16487 16487 14782 0 -1 1077944384 27943 0 0 0 314 4 0 0 20 0 20 0 4856110 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390516303312 140391188309717 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16500] ppid=16487 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16500/stat : 16500 (java) S 16487 16487 14782 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 4856110 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390515250784 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16501] ppid=16487 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16501/stat : 16501 (java) S 16487 16487 14782 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 20 0 4856111 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390514197888 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16502] ppid=16487 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16502/stat : 16502 (java) S 16487 16487 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4856115 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390513146192 140391188318107 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16503] ppid=16487 vsize=13269256 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16503/stat : 16503 (java) S 16487 16487 14782 0 -1 1077944384 3138 0 0 0 35 0 0 0 20 0 20 0 4856115 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390512093552 140391188310658 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16504] ppid=16487 vsize=13269256 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16504/stat : 16504 (java) S 16487 16487 14782 0 -1 1077944384 2199 0 0 0 36 0 0 0 20 0 20 0 4856115 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390511040752 140391188310658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16505] ppid=16487 vsize=13269256 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16505/stat : 16505 (java) S 16487 16487 14782 0 -1 1077944384 1910 0 0 0 35 0 0 0 20 0 20 0 4856115 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390509987952 140391188310658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16506] ppid=16487 vsize=13269256 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16506/stat : 16506 (java) S 16487 16487 14782 0 -1 1077944384 2913 0 0 0 35 0 0 0 20 0 20 0 4856115 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390508935152 140391188310658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16507] ppid=16487 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16507/stat : 16507 (java) S 16487 16487 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4856115 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390507883616 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16508] ppid=16487 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16508/stat : 16508 (java) S 16487 16487 14782 0 -1 1077944384 529 0 0 0 4 3 0 0 20 0 20 0 4856115 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390506830896 140391188310658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
Current children cumulated CPU time (s) 239.56
Current children cumulated vsize (KiB) 13278768

[startup+114.501 s]
/proc/loadavg: 10.58 13.93 14.57 17/293 16517
/proc/meminfo: memFree=20593212/32770624 swapFree=5780/271464
[pid=16487] ppid=16484 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16487/stat : 16487 (xcsp3-exec) S 16484 16487 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4856107 9740288 345 33554432000 4194304 5098028 140721604611264 140721604609368 140293690888828 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 24469504 140721604613262 140721604613472 140721604613472 140721604616171 0
/proc/16487/statm: 2378 345 289 221 0 87 0
[pid=16488] ppid=16487 vsize=13269256 CPUtime=240.84 cores=0,2,4,6,8,10,12,14
/proc/16488/stat : 16488 (java) S 16487 16487 14782 0 -1 1077944320 268035 0 0 0 21100 2984 0 0 20 0 20 0 4856107 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140735192713440 140391188299511 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
/proc/16488/statm: 3317314 2528121 3249 1 0 3304547 0
[pid=16488/tid=16489] ppid=16487 vsize=13269256 CPUtime=93.04 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16489/stat : 16489 (java) S 16487 16487 14782 0 -1 1077944384 15908 0 0 0 9281 23 0 0 20 0 20 0 4856107 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140391192537728 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16491] ppid=16487 vsize=13269256 CPUtime=17.97 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16491/stat : 16491 (java) S 16487 16487 14782 0 -1 1077944384 16657 0 0 0 1432 365 0 0 20 0 20 0 4856108 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140391140920464 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16492] ppid=16487 vsize=13269256 CPUtime=17.72 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16492/stat : 16492 (java) S 16487 16487 14782 0 -1 1077944384 15684 0 0 0 1425 347 0 0 20 0 20 0 4856108 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390786595856 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16493] ppid=16487 vsize=13269256 CPUtime=17.94 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16493/stat : 16493 (java) S 16487 16487 14782 0 -1 1077944384 16368 0 0 0 1420 374 0 0 20 0 20 0 4856108 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390785543056 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16494] ppid=16487 vsize=13269256 CPUtime=17.91 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16494/stat : 16494 (java) S 16487 16487 14782 0 -1 1077944384 17231 0 0 0 1413 378 0 0 20 0 20 0 4856108 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390784490256 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16495] ppid=16487 vsize=13269256 CPUtime=17.96 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16495/stat : 16495 (java) S 16487 16487 14782 0 -1 1077944384 95007 0 0 0 1415 381 0 0 20 0 20 0 4856108 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390783437456 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16496] ppid=16487 vsize=13269256 CPUtime=17.69 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16496/stat : 16496 (java) S 16487 16487 14782 0 -1 1077944384 16661 0 0 0 1403 366 0 0 20 0 20 0 4856108 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390782384656 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16497] ppid=16487 vsize=13269256 CPUtime=17.88 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16497/stat : 16497 (java) S 16487 16487 14782 0 -1 1077944384 18073 0 0 0 1419 369 0 0 20 0 20 0 4856108 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390781331856 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16498] ppid=16487 vsize=13269256 CPUtime=17.89 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16498/stat : 16498 (java) S 16487 16487 14782 0 -1 1077944384 16452 0 0 0 1421 368 0 0 20 0 20 0 4856108 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390780279056 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16499] ppid=16487 vsize=13269256 CPUtime=3.22 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16499/stat : 16499 (java) R 16487 16487 14782 0 -1 4202560 27943 0 0 0 318 4 0 0 20 0 20 0 4856110 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390516303200 140391173295921 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16500] ppid=16487 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16500/stat : 16500 (java) S 16487 16487 14782 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 4856110 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390515250784 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16501] ppid=16487 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16501/stat : 16501 (java) S 16487 16487 14782 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 20 0 4856111 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390514197888 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16502] ppid=16487 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16502/stat : 16502 (java) S 16487 16487 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4856115 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390513146192 140391188318107 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16503] ppid=16487 vsize=13269256 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16503/stat : 16503 (java) S 16487 16487 14782 0 -1 1077944384 3138 0 0 0 35 0 0 0 20 0 20 0 4856115 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390512093552 140391188310658 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16504] ppid=16487 vsize=13269256 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16504/stat : 16504 (java) S 16487 16487 14782 0 -1 1077944384 2199 0 0 0 36 0 0 0 20 0 20 0 4856115 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390511040752 140391188310658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16505] ppid=16487 vsize=13269256 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16505/stat : 16505 (java) S 16487 16487 14782 0 -1 1077944384 1910 0 0 0 35 0 0 0 20 0 20 0 4856115 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390509987952 140391188310658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16506] ppid=16487 vsize=13269256 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16506/stat : 16506 (java) S 16487 16487 14782 0 -1 1077944384 2913 0 0 0 35 0 0 0 20 0 20 0 4856115 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390508935152 140391188310658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16507] ppid=16487 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16507/stat : 16507 (java) S 16487 16487 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4856115 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390507883616 140391188309717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
[pid=16488/tid=16508] ppid=16487 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16508/stat : 16508 (java) S 16487 16487 14782 0 -1 1077944384 529 0 0 0 4 3 0 0 20 0 20 0 4856115 13587718144 2528121 33554432000 4194304 4196468 140735192730896 140390506830896 140391188310658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9568256 140735192736956 140735192737132 140735192737132 140735192739791 0
Current children cumulated CPU time (s) 240.84
Current children cumulated vsize (KiB) 13278768

[startup+114.601 s]
/proc/loadavg: 10.58 13.93 14.57 17/293 16517
/proc/meminfo: memFree=20593212/32770624 swapFree=5780/271464
[pid=16487] ppid=16484 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16487/stat : 16487 (xcsp3-exec) S 16484 16487 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4856107 9740288 345 33554432000 4194304 5098028 140721604611264 140721604609368 140293690888828 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 24469504 140721604613262 140721604613472 140721604613472 140721604616171 0
/proc/16487/statm: 2378 345 289 221 0 87 0
[pid=16488] ppid=16487 vsize=0 CPUtime=240.94 cores=0,2,4,6,8,10,12,14
/proc/16488/stat : 16488 (java) Z 16487 16487 14782 0 -1 4227084 268244 0 0 0 21108 2986 0 0 20 0 2 0 4856107 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/16488/statm: 0 0 0 0 0 0 0
[pid=16488/tid=16498] ppid=16487 vsize=0 CPUtime=17.91 cores=0,2,4,6,8,10,12,14
/proc/16488/task/16498/stat : 16498 (java) R 16487 16487 14782 0 -1 4203588 16452 0 0 0 1421 370 0 0 20 0 2 0 4856108 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 240.94
Current children cumulated vsize (KiB) 9512

Child status: 1
Real time (s): 114.641
CPU time (s): 240.988
CPU user time (s): 211.086
CPU system time (s): 29.9027
CPU usage (%): 210.212
Max. virtual memory (cumulated for all children) (KiB): 13278768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 211.086
system time used= 29.9027
maximum resident set size= 10112888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268772
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= 13978
involuntary context switches= 16241

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.973561 second user time and 1.33465 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-22 05:58:18
IDJOB=4249728
IDBENCH=138075
IDSOLVER=2626
FILE ID=node143/4249728-1500695898
RUNJOBID= node143-1500683785-15435
PBS_JOBID= 20623040
Free space on /tmp= 61900 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-41.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-4249728-1500695898/watcher-4249728-1500695898 -o /tmp/evaluation-result-4249728-1500695898/solver-4249728-1500695898 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500683785-15435 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1006098362 HOME/instance-4249728-1500695898.xml

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

MD5SUM BENCH= a372e06032e8b52aa9c97452ff274801
RANDOM SEED=1006098362

node143.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		: 2667.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.69
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.69
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.69
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.69
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		: 2667.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.69
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.69
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.69
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.69
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:        30774388 kB
MemAvailable:   31073952 kB
Buffers:          149044 kB
Cached:           422236 kB
SwapCached:            0 kB
Active:          1262356 kB
Inactive:         280312 kB
Active(anon):     974024 kB
Inactive(anon):     8760 kB
Active(file):     288332 kB
Inactive(file):   271552 kB
Unevictable:        5780 kB
Mlocked:            5780 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             91936 kB
Writeback:             0 kB
AnonPages:        977124 kB
Mapped:            43284 kB
Shmem:              8852 kB
Slab:             145848 kB
SReclaimable:     111028 kB
SUnreclaim:        34820 kB
KernelStack:        4656 kB
PageTables:         7148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2539812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    858112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      155008 kB
DirectMap2M:    33390592 kB

Free space on /tmp at the end= 61892 MiB
End job on node143 at 2017-07-22 06:00:13