Trace number 4249700

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)? 214.394 99.5193

General information on the benchmark

NameBinPacking/BinPacking-tab-sw100/
BinPacking-tab-sw100-15.xml
MD5SUMafde4c54681b724bee939c95254967be
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.09
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints21
Number of domains2
Minimum domain size19
Maximum domain size43
Distribution of domain sizes[{"size":19,"count":1},{"size":43,"count":108}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":90},{"degree":4,"count":18}]
Minimum constraint arity6
Maximum constraint arity108
Distribution of constraint arities[{"arity":6,"count":18},{"arity":19,"count":1},{"arity":108,"count":2}]
Number of extensional constraints18
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":18},{"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-4249700-1500695803.xml"  -tl '2400s' -p 8 -x 3
0.00/0.17	c [HOME/instance-4249700-1500695803.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.22	c 8 solvers in parallel
0.00/0.29	c parse instance...
214.27/99.45	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
214.27/99.45		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
214.27/99.45		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
214.27/99.45		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1853)
214.27/99.45		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1809)
214.27/99.45		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
214.27/99.45		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
214.27/99.45		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
214.27/99.45		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
214.27/99.45		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
214.27/99.45		at org.xcsp.parser.XCallbacks$$Lambda$70/280884709.accept(Unknown Source)
214.27/99.45		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
214.27/99.45		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
214.27/99.45		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
214.27/99.45		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
214.27/99.45		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
214.27/99.45		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
214.27/99.45		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
214.27/99.45		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
214.27/99.45		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:114)
214.27/99.45		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:101)
214.27/99.45		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
214.27/99.45	s UNKNOWN
214.27/99.45	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-4249700-1500695803/watcher-4249700-1500695803 -o /tmp/evaluation-result-4249700-1500695803/solver-4249700-1500695803 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500682809-15227 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 724167019 HOME/instance-4249700-1500695803.xml 

pid=12461
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.45 14.18 13.98 10/271 12464
/proc/meminfo: memFree=28464592/32770624 swapFree=5808/125392
[pid=12464] ppid=12461 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12464/stat : 12464 (xcsp3-exec) S 12461 12464 15196 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4845508 9740288 346 33554432000 4194304 5098028 140731759768576 140731759766680 140128440849020 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 22962176 140731759776911 140731759777120 140731759777120 140731759779819 0
/proc/12464/statm: 2378 346 289 221 0 87 0

[startup+0.100117 s]
/proc/loadavg: 15.45 14.18 13.98 10/271 12464
/proc/meminfo: memFree=28464592/32770624 swapFree=5808/125392
[pid=12464] ppid=12461 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12464/stat : 12464 (xcsp3-exec) S 12461 12464 15196 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4845508 9740288 346 33554432000 4194304 5098028 140731759768576 140731759766680 140128440849020 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 22962176 140731759776911 140731759777120 140731759777120 140731759779819 0
/proc/12464/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200267 s]
/proc/loadavg: 15.45 14.18 13.98 10/271 12464
/proc/meminfo: memFree=28464592/32770624 swapFree=5808/125392
[pid=12464] ppid=12461 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12464/stat : 12464 (xcsp3-exec) S 12461 12464 15196 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4845508 9740288 346 33554432000 4194304 5098028 140731759768576 140731759766680 140128440849020 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 22962176 140731759776911 140731759777120 140731759777120 140731759779819 0
/proc/12464/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300287 s]
/proc/loadavg: 15.45 14.18 13.98 10/271 12464
/proc/meminfo: memFree=28464592/32770624 swapFree=5808/125392
[pid=12464] ppid=12461 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12464/stat : 12464 (xcsp3-exec) S 12461 12464 15196 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4845508 9740288 346 33554432000 4194304 5098028 140731759768576 140731759766680 140128440849020 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 22962176 140731759776911 140731759777120 140731759777120 140731759779819 0
/proc/12464/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.70057 s]
/proc/loadavg: 15.45 14.18 13.98 10/271 12464
/proc/meminfo: memFree=28464592/32770624 swapFree=5808/125392
[pid=12464] ppid=12461 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12464/stat : 12464 (xcsp3-exec) S 12461 12464 15196 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4845508 9740288 346 33554432000 4194304 5098028 140731759768576 140731759766680 140128440849020 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 22962176 140731759776911 140731759777120 140731759777120 140731759779819 0
/proc/12464/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: 15.45 14.18 13.98 13/292 12485
/proc/meminfo: memFree=27420524/32770624 swapFree=5808/125696
[pid=12464] ppid=12461 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12464/stat : 12464 (xcsp3-exec) S 12461 12464 15196 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4845508 9740288 346 33554432000 4194304 5098028 140731759768576 140731759766680 140128440849020 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 22962176 140731759776911 140731759777120 140731759777120 140731759779819 0
/proc/12464/statm: 2378 346 289 221 0 87 0
[pid=12465] ppid=12464 vsize=13267208 CPUtime=4.36 cores=0,2,4,6,8,10,12,14
/proc/12465/stat : 12465 (java) S 12464 12464 15196 0 -1 1077944320 14590 0 0 0 344 92 0 0 20 0 20 0 4845508 13585620992 269559 33554432000 4194304 4196468 140736210152352 140736210134896 140587690581751 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
/proc/12465/statm: 3316802 269559 3232 1 0 3304035 0
[pid=12465/tid=12466] ppid=12464 vsize=13267208 CPUtime=1.16 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12466/stat : 12466 (java) R 12464 12464 15196 0 -1 4202560 7333 0 0 0 99 17 0 0 20 0 20 0 4845509 13585620992 269559 33554432000 4194304 4196468 140736210152352 140587694819568 140587318533335 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12468] ppid=12464 vsize=13267208 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12468/stat : 12468 (java) S 12464 12464 15196 0 -1 1077944384 84 0 0 0 16 8 0 0 20 0 20 0 4845510 13585620992 269559 33554432000 4194304 4196468 140736210152352 140587643202576 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12469] ppid=12464 vsize=13267208 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12469/stat : 12469 (java) S 12464 12464 15196 0 -1 1077944384 78 0 0 0 18 9 0 0 20 0 20 0 4845510 13585620992 269559 33554432000 4194304 4196468 140736210152352 140587642150032 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12470] ppid=12464 vsize=13267208 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12470/stat : 12470 (java) S 12464 12464 15196 0 -1 1077944384 312 0 0 0 20 9 0 0 20 0 20 0 4845510 13585620992 269559 33554432000 4194304 4196468 140736210152352 140587641096976 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12471] ppid=12464 vsize=13267208 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12471/stat : 12471 (java) S 12464 12464 15196 0 -1 1077944384 90 0 0 0 20 9 0 0 20 0 20 0 4845510 13585620992 269559 33554432000 4194304 4196468 140736210152352 140587640044432 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12472] ppid=12464 vsize=13267208 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12472/stat : 12472 (java) S 12464 12464 15196 0 -1 1077944384 133 0 0 0 16 9 0 0 20 0 20 0 4845510 13585620992 269559 33554432000 4194304 4196468 140736210152352 140587638991376 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12473] ppid=12464 vsize=13267208 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12473/stat : 12473 (java) S 12464 12464 15196 0 -1 1077944384 74 0 0 0 19 8 0 0 20 0 20 0 4845510 13585620992 269559 33554432000 4194304 4196468 140736210152352 140587637938832 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12474] ppid=12464 vsize=13267208 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12474/stat : 12474 (java) S 12464 12464 15196 0 -1 1077944384 88 0 0 0 16 9 0 0 20 0 20 0 4845510 13585620992 269559 33554432000 4194304 4196468 140736210152352 140587636885776 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12475] ppid=12464 vsize=13267208 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12475/stat : 12475 (java) S 12464 12464 15196 0 -1 1077944384 70 0 0 0 19 8 0 0 20 0 20 0 4845510 13585620992 269559 33554432000 4194304 4196468 140736210152352 140587635833232 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12476] ppid=12464 vsize=13267208 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12476/stat : 12476 (java) S 12464 12464 15196 0 -1 1077944384 200 0 0 0 1 0 0 0 20 0 20 0 4845512 13585620992 269559 33554432000 4194304 4196468 140736210152352 140587018697456 140587690592898 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12477] ppid=12464 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12477/stat : 12477 (java) S 12464 12464 15196 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4845512 13585620992 269559 33554432000 4194304 4196468 140736210152352 140587017643744 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12478] ppid=12464 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12478/stat : 12478 (java) S 12464 12464 15196 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 4845513 13585620992 269559 33554432000 4194304 4196468 140736210152352 140587016590592 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12479] ppid=12464 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12479/stat : 12479 (java) S 12464 12464 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4845516 13585620992 269559 33554432000 4194304 4196468 140736210152352 140587015539152 140587690600347 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12480] ppid=12464 vsize=13267208 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12480/stat : 12480 (java) S 12464 12464 15196 0 -1 1077944384 1485 0 0 0 22 0 0 0 20 0 20 0 4845516 13585620992 269559 33554432000 4194304 4196468 140736210152352 140587014486256 140587690592898 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12481] ppid=12464 vsize=13267208 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12481/stat : 12481 (java) S 12464 12464 15196 0 -1 1077944384 843 0 0 0 21 0 0 0 20 0 20 0 4845516 13585620992 269559 33554432000 4194304 4196468 140736210152352 140587013433712 140587690592898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12482] ppid=12464 vsize=13267208 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12482/stat : 12482 (java) S 12464 12464 15196 0 -1 1077944384 1097 0 0 0 27 0 0 0 20 0 20 0 4845516 13585620992 269559 33554432000 4194304 4196468 140736210152352 140587012380656 140587690592898 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12483] ppid=12464 vsize=13267208 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12483/stat : 12483 (java) S 12464 12464 15196 0 -1 1077944384 1406 0 0 0 24 0 0 0 20 0 20 0 4845516 13585620992 269559 33554432000 4194304 4196468 140736210152352 140587011328112 140587690592898 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12484] ppid=12464 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12484/stat : 12484 (java) S 12464 12464 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4845516 13585620992 269559 33554432000 4194304 4196468 140736210152352 140587010276320 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12485] ppid=12464 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12485/stat : 12485 (java) S 12464 12464 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4845516 13585620992 269559 33554432000 4194304 4196468 140736210152352 140587009223856 140587690592898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 13276720

[startup+3.10092 s]
/proc/loadavg: 15.45 14.18 13.98 11/292 12485
/proc/meminfo: memFree=27249792/32770624 swapFree=5808/125696
[pid=12464] ppid=12461 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12464/stat : 12464 (xcsp3-exec) S 12461 12464 15196 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4845508 9740288 346 33554432000 4194304 5098028 140731759768576 140731759766680 140128440849020 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 22962176 140731759776911 140731759777120 140731759777120 140731759779819 0
/proc/12464/statm: 2378 346 289 221 0 87 0
[pid=12465] ppid=12464 vsize=13267208 CPUtime=6.95 cores=0,2,4,6,8,10,12,14
/proc/12465/stat : 12465 (java) S 12464 12464 15196 0 -1 1077944320 17652 0 0 0 554 141 0 0 20 0 20 0 4845508 13585620992 342749 33554432000 4194304 4196468 140736210152352 140736210134896 140587690581751 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
/proc/12465/statm: 3316802 342749 3235 1 0 3304035 0
[pid=12465/tid=12466] ppid=12464 vsize=13267208 CPUtime=2.61 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12466/stat : 12466 (java) R 12464 12464 15196 0 -1 4202560 7746 0 0 0 241 20 0 0 20 0 20 0 4845509 13585620992 342749 33554432000 4194304 4196468 140736210152352 140587694819296 140587318686814 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12468] ppid=12464 vsize=13267208 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12468/stat : 12468 (java) S 12464 12464 15196 0 -1 1077944384 307 0 0 0 23 14 0 0 20 0 20 0 4845510 13585620992 342749 33554432000 4194304 4196468 140736210152352 140587643202576 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12469] ppid=12464 vsize=13267208 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12469/stat : 12469 (java) S 12464 12464 15196 0 -1 1077944384 337 0 0 0 25 15 0 0 20 0 20 0 4845510 13585620992 342749 33554432000 4194304 4196468 140736210152352 140587642150032 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12470] ppid=12464 vsize=13267208 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12470/stat : 12470 (java) S 12464 12464 15196 0 -1 1077944384 570 0 0 0 28 14 0 0 20 0 20 0 4845510 13585620992 342749 33554432000 4194304 4196468 140736210152352 140587641096976 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12471] ppid=12464 vsize=13267208 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12471/stat : 12471 (java) S 12464 12464 15196 0 -1 1077944384 362 0 0 0 29 14 0 0 20 0 20 0 4845510 13585620992 342749 33554432000 4194304 4196468 140736210152352 140587640044432 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12472] ppid=12464 vsize=13267208 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12472/stat : 12472 (java) S 12464 12464 15196 0 -1 1077944384 436 0 0 0 24 15 0 0 20 0 20 0 4845510 13585620992 342749 33554432000 4194304 4196468 140736210152352 140587638991376 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12473] ppid=12464 vsize=13267208 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12473/stat : 12473 (java) S 12464 12464 15196 0 -1 1077944384 348 0 0 0 27 14 0 0 20 0 20 0 4845510 13585620992 342749 33554432000 4194304 4196468 140736210152352 140587637938832 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12474] ppid=12464 vsize=13267208 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12474/stat : 12474 (java) S 12464 12464 15196 0 -1 1077944384 593 0 0 0 25 15 0 0 20 0 20 0 4845510 13585620992 342749 33554432000 4194304 4196468 140736210152352 140587636885776 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12475] ppid=12464 vsize=13267208 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12475/stat : 12475 (java) S 12464 12464 15196 0 -1 1077944384 350 0 0 0 27 15 0 0 20 0 20 0 4845510 13585620992 342749 33554432000 4194304 4196468 140736210152352 140587635833232 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12476] ppid=12464 vsize=13267208 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12476/stat : 12476 (java) S 12464 12464 15196 0 -1 1077944384 446 0 0 0 1 0 0 0 20 0 20 0 4845512 13585620992 342749 33554432000 4194304 4196468 140736210152352 140587018697456 140587690592898 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12477] ppid=12464 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12477/stat : 12477 (java) S 12464 12464 15196 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4845512 13585620992 342749 33554432000 4194304 4196468 140736210152352 140587017643744 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12478] ppid=12464 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12478/stat : 12478 (java) S 12464 12464 15196 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 4845513 13585620992 342749 33554432000 4194304 4196468 140736210152352 140587016590592 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12479] ppid=12464 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12479/stat : 12479 (java) S 12464 12464 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4845516 13585620992 342749 33554432000 4194304 4196468 140736210152352 140587015539152 140587690600347 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12480] ppid=12464 vsize=13267208 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12480/stat : 12480 (java) S 12464 12464 15196 0 -1 1077944384 1487 0 0 0 23 0 0 0 20 0 20 0 4845516 13585620992 342749 33554432000 4194304 4196468 140736210152352 140587014486256 140587690592898 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12481] ppid=12464 vsize=13267208 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12481/stat : 12481 (java) S 12464 12464 15196 0 -1 1077944384 843 0 0 0 22 0 0 0 20 0 20 0 4845516 13585620992 342749 33554432000 4194304 4196468 140736210152352 140587013433712 140587690592898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12482] ppid=12464 vsize=13267208 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12482/stat : 12482 (java) S 12464 12464 15196 0 -1 1077944384 1103 0 0 0 29 0 0 0 20 0 20 0 4845516 13585620992 342749 33554432000 4194304 4196468 140736210152352 140587012380656 140587690592898 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12483] ppid=12464 vsize=13267208 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12483/stat : 12483 (java) S 12464 12464 15196 0 -1 1077944384 1407 0 0 0 24 0 0 0 20 0 20 0 4845516 13585620992 342749 33554432000 4194304 4196468 140736210152352 140587011328112 140587690592898 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12484] ppid=12464 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12484/stat : 12484 (java) S 12464 12464 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4845516 13585620992 342749 33554432000 4194304 4196468 140736210152352 140587010276320 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12485] ppid=12464 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12485/stat : 12485 (java) S 12464 12464 15196 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4845516 13585620992 342749 33554432000 4194304 4196468 140736210152352 140587009223856 140587690592898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 13276720

[startup+6.30107 s]
/proc/loadavg: 14.86 14.08 13.95 17/292 12485
/proc/meminfo: memFree=26761436/32770624 swapFree=5808/125708
[pid=12464] ppid=12461 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12464/stat : 12464 (xcsp3-exec) S 12461 12464 15196 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4845508 9740288 346 33554432000 4194304 5098028 140731759768576 140731759766680 140128440849020 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 22962176 140731759776911 140731759777120 140731759777120 140731759779819 0
/proc/12464/statm: 2378 346 289 221 0 87 0
[pid=12465] ppid=12464 vsize=13267208 CPUtime=12.15 cores=0,2,4,6,8,10,12,14
/proc/12465/stat : 12465 (java) S 12464 12464 15196 0 -1 1077944320 24793 0 0 0 934 281 0 0 20 0 20 0 4845508 13585620992 443300 33554432000 4194304 4196468 140736210152352 140736210134896 140587690581751 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
/proc/12465/statm: 3316802 443300 3239 1 0 3304035 0
[pid=12465/tid=12466] ppid=12464 vsize=13267208 CPUtime=4.96 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12466/stat : 12466 (java) R 12464 12464 15196 0 -1 4202560 9263 0 0 0 474 22 0 0 20 0 20 0 4845509 13585620992 443300 33554432000 4194304 4196468 140736210152352 140587694817704 140587318853528 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12468] ppid=12464 vsize=13267208 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12468/stat : 12468 (java) S 12464 12464 15196 0 -1 1077944384 733 0 0 0 40 31 0 0 20 0 20 0 4845510 13585620992 443300 33554432000 4194304 4196468 140736210152352 140587643202576 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12469] ppid=12464 vsize=13267208 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12469/stat : 12469 (java) S 12464 12464 15196 0 -1 1077944384 713 0 0 0 42 31 0 0 20 0 20 0 4845510 13585620992 443300 33554432000 4194304 4196468 140736210152352 140587642150032 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12470] ppid=12464 vsize=13267208 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12470/stat : 12470 (java) S 12464 12464 15196 0 -1 1077944384 1061 0 0 0 45 32 0 0 20 0 20 0 4845510 13585620992 443300 33554432000 4194304 4196468 140736210152352 140587641096976 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12471] ppid=12464 vsize=13267208 CPUtime=0.78 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12471/stat : 12471 (java) S 12464 12464 15196 0 -1 1077944384 1104 0 0 0 47 31 0 0 20 0 20 0 4845510 13585620992 443300 33554432000 4194304 4196468 140736210152352 140587640044432 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12472] ppid=12464 vsize=13267208 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12472/stat : 12472 (java) S 12464 12464 15196 0 -1 1077944384 841 0 0 0 41 31 0 0 20 0 20 0 4845510 13585620992 443300 33554432000 4194304 4196468 140736210152352 140587638991376 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12473] ppid=12464 vsize=13267208 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12473/stat : 12473 (java) S 12464 12464 15196 0 -1 1077944384 920 0 0 0 45 31 0 0 20 0 20 0 4845510 13585620992 443300 33554432000 4194304 4196468 140736210152352 140587637938832 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12474] ppid=12464 vsize=13267208 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12474/stat : 12474 (java) S 12464 12464 15196 0 -1 1077944384 1079 0 0 0 42 31 0 0 20 0 20 0 4845510 13585620992 443300 33554432000 4194304 4196468 140736210152352 140587636885776 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12475] ppid=12464 vsize=13267208 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12475/stat : 12475 (java) S 12464 12464 15196 0 -1 1077944384 795 0 0 0 45 32 0 0 20 0 20 0 4845510 13585620992 443300 33554432000 4194304 4196468 140736210152352 140587635833232 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12476] ppid=12464 vsize=13267208 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12476/stat : 12476 (java) S 12464 12464 15196 0 -1 1077944384 876 0 0 0 2 0 0 0 20 0 20 0 4845512 13585620992 443300 33554432000 4194304 4196468 140736210152352 140587018697456 140587690592898 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 48 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12477] ppid=12464 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12477/stat : 12477 (java) S 12464 12464 15196 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4845512 13585620992 443300 33554432000 4194304 4196468 140736210152352 140587017643744 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12478] ppid=12464 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12478/stat : 12478 (java) S 12464 12464 15196 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 4845513 13585620992 443300 33554432000 4194304 4196468 140736210152352 140587016590592 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12479] ppid=12464 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12479/stat : 12479 (java) S 12464 12464 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4845516 13585620992 443300 33554432000 4194304 4196468 140736210152352 140587015539152 140587690600347 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0

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

/proc/12465/task/12485/stat : 12485 (java) S 12464 12464 15196 0 -1 1077944384 586 0 0 0 4 2 0 0 20 0 20 0 4845516 13585620992 2628786 33554432000 4194304 4196468 140736210152352 140587009223856 140587690592898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 49 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
Current children cumulated CPU time (s) 192.38
Current children cumulated vsize (KiB) 13276720

[startup+97.701 s]
/proc/loadavg: 11.45 13.03 13.58 10/292 12487
/proc/meminfo: memFree=17935104/32770624 swapFree=5808/125832
[pid=12464] ppid=12461 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12464/stat : 12464 (xcsp3-exec) S 12461 12464 15196 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4845508 9740288 346 33554432000 4194304 5098028 140731759768576 140731759766680 140128440849020 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 22962176 140731759776911 140731759777120 140731759777120 140731759779819 0
/proc/12464/statm: 2378 346 289 221 0 87 0
[pid=12465] ppid=12464 vsize=13267208 CPUtime=203.8 cores=0,2,4,6,8,10,12,14
/proc/12465/stat : 12465 (java) S 12464 12464 15196 0 -1 1077944320 423138 0 0 0 17071 3309 0 0 20 0 20 0 4845508 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140736210134896 140587690581751 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
/proc/12465/statm: 3316802 2628844 3246 1 0 3304035 0
[pid=12465/tid=12466] ppid=12464 vsize=13267208 CPUtime=79.48 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12466/stat : 12466 (java) S 12464 12464 15196 0 -1 1077944384 41621 0 0 0 7924 24 0 0 20 0 20 0 4845509 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587694819968 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12468] ppid=12464 vsize=13267208 CPUtime=15.05 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12468/stat : 12468 (java) R 12464 12464 15196 0 -1 4202560 108537 0 0 0 1105 400 0 0 20 0 20 0 4845510 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587643202776 140587683684765 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12469] ppid=12464 vsize=13267208 CPUtime=14.57 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12469/stat : 12469 (java) R 12464 12464 15196 0 -1 4202560 35474 0 0 0 1068 389 0 0 20 0 20 0 4845510 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587642150152 140587683209959 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12470] ppid=12464 vsize=13267208 CPUtime=15.16 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12470/stat : 12470 (java) R 12464 12464 15196 0 -1 4202560 25560 0 0 0 1079 437 0 0 20 0 20 0 4845510 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587641097096 140587683209959 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12471] ppid=12464 vsize=13267208 CPUtime=15.18 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12471/stat : 12471 (java) R 12464 12464 15196 0 -1 4202560 35884 0 0 0 1136 382 0 0 20 0 20 0 4845510 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587640044552 140587676340560 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12472] ppid=12464 vsize=13267208 CPUtime=15.09 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12472/stat : 12472 (java) R 12464 12464 15196 0 -1 4202560 42704 0 0 0 1117 392 0 0 20 0 20 0 4845510 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587638991496 140587683209959 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12473] ppid=12464 vsize=13267208 CPUtime=15.18 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12473/stat : 12473 (java) R 12464 12464 15196 0 -1 4202560 27826 0 0 0 1078 440 0 0 20 0 20 0 4845510 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587637938952 140587683209959 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12474] ppid=12464 vsize=13267208 CPUtime=15.04 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12474/stat : 12474 (java) R 12464 12464 15196 0 -1 4202560 44635 0 0 0 1103 401 0 0 20 0 20 0 4845510 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587636885896 140587683209959 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12475] ppid=12464 vsize=13267208 CPUtime=15.06 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12475/stat : 12475 (java) R 12464 12464 15196 0 -1 4202560 24188 0 0 0 1076 430 0 0 20 0 20 0 4845510 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587635833352 140587683209959 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12476] ppid=12464 vsize=13267208 CPUtime=2.39 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12476/stat : 12476 (java) S 12464 12464 15196 0 -1 1077944384 24780 0 0 0 235 4 0 0 20 0 20 0 4845512 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587018696016 140587690591957 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 48 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12477] ppid=12464 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12477/stat : 12477 (java) S 12464 12464 15196 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 4845512 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587017643744 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12478] ppid=12464 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12478/stat : 12478 (java) S 12464 12464 15196 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 20 0 4845513 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587016590592 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12479] ppid=12464 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12479/stat : 12479 (java) S 12464 12464 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4845516 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587015539152 140587690600347 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12480] ppid=12464 vsize=13267208 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12480/stat : 12480 (java) S 12464 12464 15196 0 -1 1077944384 2845 0 0 0 33 0 0 0 20 0 20 0 4845516 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587014486256 140587690592898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12481] ppid=12464 vsize=13267208 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12481/stat : 12481 (java) S 12464 12464 15196 0 -1 1077944384 1770 0 0 0 33 0 0 0 20 0 20 0 4845516 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587013433712 140587690592898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12482] ppid=12464 vsize=13267208 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12482/stat : 12482 (java) S 12464 12464 15196 0 -1 1077944384 2348 0 0 0 42 0 0 0 20 0 20 0 4845516 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587012380656 140587690592898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12483] ppid=12464 vsize=13267208 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12483/stat : 12483 (java) S 12464 12464 15196 0 -1 1077944384 3036 0 0 0 32 0 0 0 20 0 20 0 4845516 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587011328112 140587690592898 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12484] ppid=12464 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12484/stat : 12484 (java) S 12464 12464 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4845516 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587010276320 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12485] ppid=12464 vsize=13267208 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12485/stat : 12485 (java) S 12464 12464 15196 0 -1 1077944384 604 0 0 0 4 2 0 0 20 0 20 0 4845516 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587009223856 140587690592898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 49 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 13276720

[startup+98.501 s]
/proc/loadavg: 11.45 13.03 13.58 17/292 12487
/proc/meminfo: memFree=17935104/32770624 swapFree=5808/125832
[pid=12464] ppid=12461 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12464/stat : 12464 (xcsp3-exec) S 12461 12464 15196 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4845508 9740288 346 33554432000 4194304 5098028 140731759768576 140731759766680 140128440849020 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 22962176 140731759776911 140731759777120 140731759777120 140731759779819 0
/proc/12464/statm: 2378 346 289 221 0 87 0
[pid=12465] ppid=12464 vsize=13267208 CPUtime=210.03 cores=0,2,4,6,8,10,12,14
/proc/12465/stat : 12465 (java) S 12464 12464 15196 0 -1 1077944320 432977 0 0 0 17690 3313 0 0 20 0 20 0 4845508 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140736210134896 140587690581751 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
/proc/12465/statm: 3316802 2628844 3246 1 0 3304035 0
[pid=12465/tid=12466] ppid=12464 vsize=13267208 CPUtime=79.48 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12466/stat : 12466 (java) S 12464 12464 15196 0 -1 1077944384 41621 0 0 0 7924 24 0 0 20 0 20 0 4845509 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587694819968 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12468] ppid=12464 vsize=13267208 CPUtime=15.85 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12468/stat : 12468 (java) R 12464 12464 15196 0 -1 4202560 118359 0 0 0 1184 401 0 0 20 0 20 0 4845510 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587643202776 140587683684770 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12469] ppid=12464 vsize=13267208 CPUtime=15.34 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12469/stat : 12469 (java) R 12464 12464 15196 0 -1 4202560 35474 0 0 0 1145 389 0 0 20 0 20 0 4845510 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587642150152 140587683209959 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12470] ppid=12464 vsize=13267208 CPUtime=15.93 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12470/stat : 12470 (java) R 12464 12464 15196 0 -1 4202560 25560 0 0 0 1156 437 0 0 20 0 20 0 4845510 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587641097096 140587683209959 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12471] ppid=12464 vsize=13267208 CPUtime=15.94 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12471/stat : 12471 (java) R 12464 12464 15196 0 -1 4202560 35884 0 0 0 1212 382 0 0 20 0 20 0 4845510 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587640044552 140587673964786 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12472] ppid=12464 vsize=13267208 CPUtime=15.88 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12472/stat : 12472 (java) R 12464 12464 15196 0 -1 4202560 42704 0 0 0 1195 393 0 0 20 0 20 0 4845510 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587638991496 140587683209959 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12473] ppid=12464 vsize=13267208 CPUtime=15.95 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12473/stat : 12473 (java) R 12464 12464 15196 0 -1 4202560 27826 0 0 0 1155 440 0 0 20 0 20 0 4845510 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587637938952 140587683209959 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12474] ppid=12464 vsize=13267208 CPUtime=15.81 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12474/stat : 12474 (java) R 12464 12464 15196 0 -1 4202560 44635 0 0 0 1180 401 0 0 20 0 20 0 4845510 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587636885896 140587683209959 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12475] ppid=12464 vsize=13267208 CPUtime=15.83 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12475/stat : 12475 (java) R 12464 12464 15196 0 -1 4202560 24188 0 0 0 1153 430 0 0 20 0 20 0 4845510 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587635833352 140587683209959 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12476] ppid=12464 vsize=13267208 CPUtime=2.39 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12476/stat : 12476 (java) S 12464 12464 15196 0 -1 1077944384 24780 0 0 0 235 4 0 0 20 0 20 0 4845512 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587018696016 140587690591957 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 48 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12477] ppid=12464 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12477/stat : 12477 (java) S 12464 12464 15196 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 4845512 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587017643744 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12478] ppid=12464 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12478/stat : 12478 (java) S 12464 12464 15196 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 20 0 4845513 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587016590592 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12479] ppid=12464 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12479/stat : 12479 (java) S 12464 12464 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4845516 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587015539152 140587690600347 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12480] ppid=12464 vsize=13267208 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12480/stat : 12480 (java) S 12464 12464 15196 0 -1 1077944384 2845 0 0 0 33 0 0 0 20 0 20 0 4845516 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587014486256 140587690592898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12481] ppid=12464 vsize=13267208 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12481/stat : 12481 (java) S 12464 12464 15196 0 -1 1077944384 1770 0 0 0 33 0 0 0 20 0 20 0 4845516 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587013433712 140587690592898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12482] ppid=12464 vsize=13267208 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12482/stat : 12482 (java) S 12464 12464 15196 0 -1 1077944384 2348 0 0 0 42 0 0 0 20 0 20 0 4845516 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587012380656 140587690592898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12483] ppid=12464 vsize=13267208 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12483/stat : 12483 (java) S 12464 12464 15196 0 -1 1077944384 3036 0 0 0 32 0 0 0 20 0 20 0 4845516 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587011328112 140587690592898 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12484] ppid=12464 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12484/stat : 12484 (java) S 12464 12464 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4845516 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587010276320 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12485] ppid=12464 vsize=13267208 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12485/stat : 12485 (java) S 12464 12464 15196 0 -1 1077944384 604 0 0 0 4 2 0 0 20 0 20 0 4845516 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587009223856 140587690592898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 49 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
Current children cumulated CPU time (s) 210.03
Current children cumulated vsize (KiB) 13276720

[startup+99.3008 s]
/proc/loadavg: 11.45 13.03 13.58 10/292 12487
/proc/meminfo: memFree=17935104/32770624 swapFree=5808/125832
[pid=12464] ppid=12461 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12464/stat : 12464 (xcsp3-exec) S 12461 12464 15196 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4845508 9740288 346 33554432000 4194304 5098028 140731759768576 140731759766680 140128440849020 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 22962176 140731759776911 140731759777120 140731759777120 140731759779819 0
/proc/12464/statm: 2378 346 289 221 0 87 0
[pid=12465] ppid=12464 vsize=13267208 CPUtime=214.17 cores=0,2,4,6,8,10,12,14
/proc/12465/stat : 12465 (java) S 12464 12464 15196 0 -1 1077944320 447774 0 0 0 18101 3316 0 0 20 0 20 0 4845508 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140736210134896 140587690581751 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
/proc/12465/statm: 3316802 2628844 3246 1 0 3304035 0
[pid=12465/tid=12466] ppid=12464 vsize=13267208 CPUtime=79.48 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12466/stat : 12466 (java) S 12464 12464 15196 0 -1 1077944384 41621 0 0 0 7924 24 0 0 20 0 20 0 4845509 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587694819968 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12468] ppid=12464 vsize=13267208 CPUtime=16.34 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12468/stat : 12468 (java) S 12464 12464 15196 0 -1 1077944384 118359 0 0 0 1233 401 0 0 20 0 20 0 4845510 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587643202576 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12469] ppid=12464 vsize=13267208 CPUtime=15.82 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12469/stat : 12469 (java) S 12464 12464 15196 0 -1 1077944384 35474 0 0 0 1192 390 0 0 20 0 20 0 4845510 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587642150032 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12470] ppid=12464 vsize=13267208 CPUtime=16.41 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12470/stat : 12470 (java) S 12464 12464 15196 0 -1 1077944384 25560 0 0 0 1204 437 0 0 20 0 20 0 4845510 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587641096976 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12471] ppid=12464 vsize=13267208 CPUtime=16.42 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12471/stat : 12471 (java) S 12464 12464 15196 0 -1 1077944384 35884 0 0 0 1259 383 0 0 20 0 20 0 4845510 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587640044432 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12472] ppid=12464 vsize=13267208 CPUtime=16.36 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12472/stat : 12472 (java) S 12464 12464 15196 0 -1 1077944384 42704 0 0 0 1243 393 0 0 20 0 20 0 4845510 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587638991376 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12473] ppid=12464 vsize=13267208 CPUtime=16.43 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12473/stat : 12473 (java) S 12464 12464 15196 0 -1 1077944384 27826 0 0 0 1202 441 0 0 20 0 20 0 4845510 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587637938832 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12474] ppid=12464 vsize=13267208 CPUtime=16.29 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12474/stat : 12474 (java) S 12464 12464 15196 0 -1 1077944384 44635 0 0 0 1227 402 0 0 20 0 20 0 4845510 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587636885776 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12475] ppid=12464 vsize=13267208 CPUtime=16.3 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12475/stat : 12475 (java) S 12464 12464 15196 0 -1 1077944384 24188 0 0 0 1200 430 0 0 20 0 20 0 4845510 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587635833232 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12476] ppid=12464 vsize=13267208 CPUtime=2.69 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12476/stat : 12476 (java) R 12464 12464 15196 0 -1 4202560 39565 0 0 0 265 4 0 0 20 0 20 0 4845512 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587018695904 140587675578244 0 0 0 16800975 0 0 0 -1 0 0 0 48 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12477] ppid=12464 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12477/stat : 12477 (java) S 12464 12464 15196 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 4845512 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587017643744 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12478] ppid=12464 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12478/stat : 12478 (java) S 12464 12464 15196 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 20 0 4845513 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587016590592 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12479] ppid=12464 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12479/stat : 12479 (java) S 12464 12464 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4845516 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587015539152 140587690600347 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12480] ppid=12464 vsize=13267208 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12480/stat : 12480 (java) S 12464 12464 15196 0 -1 1077944384 2847 0 0 0 33 0 0 0 20 0 20 0 4845516 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587014486304 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12481] ppid=12464 vsize=13267208 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12481/stat : 12481 (java) S 12464 12464 15196 0 -1 1077944384 1772 0 0 0 33 0 0 0 20 0 20 0 4845516 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587013433760 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12482] ppid=12464 vsize=13267208 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12482/stat : 12482 (java) S 12464 12464 15196 0 -1 1077944384 2354 0 0 0 42 0 0 0 20 0 20 0 4845516 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587012380416 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12483] ppid=12464 vsize=13267208 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12483/stat : 12483 (java) S 12464 12464 15196 0 -1 1077944384 3038 0 0 0 32 0 0 0 20 0 20 0 4845516 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587011328160 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12484] ppid=12464 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12484/stat : 12484 (java) S 12464 12464 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4845516 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587010276320 140587690591957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
[pid=12465/tid=12485] ppid=12464 vsize=13267208 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12485/stat : 12485 (java) S 12464 12464 15196 0 -1 1077944384 604 0 0 0 4 2 0 0 20 0 20 0 4845516 13585620992 2628844 33554432000 4194304 4196468 140736210152352 140587009223856 140587690592898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 49 0 0 6293624 6294260 32833536 140736210154684 140736210154860 140736210154860 140736210157519 0
Current children cumulated CPU time (s) 214.17
Current children cumulated vsize (KiB) 13276720

[startup+99.5009 s]
/proc/loadavg: 11.45 13.03 13.58 10/292 12487
/proc/meminfo: memFree=17935104/32770624 swapFree=5808/125832
[pid=12464] ppid=12461 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12464/stat : 12464 (xcsp3-exec) S 12461 12464 15196 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4845508 9740288 346 33554432000 4194304 5098028 140731759768576 140731759766680 140128440849020 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 22962176 140731759776911 140731759777120 140731759777120 140731759779819 0
/proc/12464/statm: 2378 346 289 221 0 87 0
[pid=12465] ppid=12464 vsize=0 CPUtime=214.36 cores=0,2,4,6,8,10,12,14
/proc/12465/stat : 12465 (java) Z 12464 12464 15196 0 -1 4227084 447998 0 0 0 18116 3320 0 0 20 0 2 0 4845508 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/12465/statm: 0 0 0 0 0 0 0
[pid=12465/tid=12473] ppid=12464 vsize=0 CPUtime=16.47 cores=0,2,4,6,8,10,12,14
/proc/12465/task/12473/stat : 12473 (java) R 12464 12464 15196 0 -1 4203588 27826 0 0 0 1202 445 0 0 20 0 2 0 4845510 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 12 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 214.36
Current children cumulated vsize (KiB) 9512

Child status: 1
Real time (s): 99.5193
CPU time (s): 214.394
CPU user time (s): 181.17
CPU system time (s): 33.2236
CPU usage (%): 215.429
Max. virtual memory (cumulated for all children) (KiB): 13276720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 181.17
system time used= 33.2236
maximum resident set size= 10515696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 448526
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= 12007
involuntary context switches= 15373

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.864303 second user time and 1.35553 second system time

The end

Launcher Data

Begin job on node145 at 2017-07-22 05:56:44
IDJOB=4249700
IDBENCH=137919
IDSOLVER=2626
FILE ID=node145/4249700-1500695803
RUNJOBID= node145-1500682809-15227
PBS_JOBID= 20623333
Free space on /tmp= 61788 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw100/BinPacking-tab-sw100-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-4249700-1500695803/watcher-4249700-1500695803 -o /tmp/evaluation-result-4249700-1500695803/solver-4249700-1500695803 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500682809-15227 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 724167019 HOME/instance-4249700-1500695803.xml

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

MD5SUM BENCH= afde4c54681b724bee939c95254967be
RANDOM SEED=724167019

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28464800 kB
MemAvailable:   28610964 kB
Buffers:          138276 kB
Cached:           280060 kB
SwapCached:            0 kB
Active:          3654152 kB
Inactive:         193224 kB
Active(anon):    3373044 kB
Inactive(anon):    67832 kB
Active(file):     281108 kB
Inactive(file):   125392 kB
Unevictable:        5808 kB
Mlocked:            5808 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             75984 kB
Writeback:             0 kB
AnonPages:       3435204 kB
Mapped:            43320 kB
Shmem:              8852 kB
Slab:             146256 kB
SReclaimable:     111000 kB
SUnreclaim:        35256 kB
KernelStack:        4656 kB
PageTables:        11924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5215740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3311616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61780 MiB
End job on node145 at 2017-07-22 05:58:24