Trace number 4249539

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)? 423.516 265.529

General information on the benchmark

NameBinPacking/
BinPacking-tab-fu/BinPacking-tab-fu0500-09.xml
MD5SUM7eff1785388a539b32e3727edecebf76
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark75
Best CPU time to get the best result obtained on this benchmark2400.11
Satisfiable
(Un)Satisfiability was proved
Number of variables1954
Number of constraints282
Number of domains2
Minimum domain size82
Maximum domain size280
Distribution of domain sizes[{"size":82,"count":1953},{"size":280,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1674},{"degree":4,"count":279}]
Minimum constraint arity7
Maximum constraint arity1953
Distribution of constraint arities[{"arity":7,"count":279},{"arity":280,"count":1},{"arity":1953,"count":2}]
Number of extensional constraints279
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":279},{"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-4249539-1500695188.xml"  -tl '2400s' -p 8 -x 3
0.00/0.21	c [HOME/instance-4249539-1500695188.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.27	c 8 solvers in parallel
0.00/0.34	c parse instance...
390.78/259.66	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
404.05/262.14		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
404.05/262.14		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
404.05/262.14		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1853)
404.05/262.14		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1809)
404.05/262.14		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
404.05/262.14		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
404.05/262.14		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
404.05/262.14		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
404.05/262.14		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
404.05/262.14		at org.xcsp.parser.XCallbacks$$Lambda$70/212683148.accept(Unknown Source)
404.05/262.14		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
404.05/262.14		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
404.05/262.14		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
404.05/262.14		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
404.05/262.14		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
404.05/262.14		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
404.05/262.14		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
408.23/262.80		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
408.23/262.80		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:114)
408.23/262.80		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:101)
408.23/262.80		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
423.40/265.48	s UNKNOWN
423.40/265.48	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-4249539-1500695188/watcher-4249539-1500695188 -o /tmp/evaluation-result-4249539-1500695188/solver-4249539-1500695188 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1500682495-14657 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 801337059 HOME/instance-4249539-1500695188.xml 

pid=16935
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: 16.00 14.84 14.07 10/272 16938
/proc/meminfo: memFree=31304584/32770624 swapFree=5972/271964
[pid=16938] ppid=16935 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16938/stat : 16938 (xcsp3-exec) S 16935 16938 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4788332 9740288 346 33554432000 4194304 5098028 140733887540656 140733887538760 140300026933884 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 35958784 140733887546511 140733887546720 140733887546720 140733887549419 0
/proc/16938/statm: 2378 346 289 221 0 87 0

[startup+0.100061 s]
/proc/loadavg: 16.00 14.84 14.07 10/272 16938
/proc/meminfo: memFree=31304584/32770624 swapFree=5972/271964
[pid=16938] ppid=16935 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16938/stat : 16938 (xcsp3-exec) S 16935 16938 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4788332 9740288 346 33554432000 4194304 5098028 140733887540656 140733887538760 140300026933884 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 35958784 140733887546511 140733887546720 140733887546720 140733887549419 0
/proc/16938/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200289 s]
/proc/loadavg: 16.00 14.84 14.07 10/272 16938
/proc/meminfo: memFree=31304584/32770624 swapFree=5972/271964
[pid=16938] ppid=16935 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16938/stat : 16938 (xcsp3-exec) S 16935 16938 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4788332 9740288 346 33554432000 4194304 5098028 140733887540656 140733887538760 140300026933884 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 35958784 140733887546511 140733887546720 140733887546720 140733887549419 0
/proc/16938/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300308 s]
/proc/loadavg: 16.00 14.84 14.07 10/272 16938
/proc/meminfo: memFree=31304584/32770624 swapFree=5972/271964
[pid=16938] ppid=16935 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16938/stat : 16938 (xcsp3-exec) S 16935 16938 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4788332 9740288 346 33554432000 4194304 5098028 140733887540656 140733887538760 140300026933884 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 35958784 140733887546511 140733887546720 140733887546720 140733887549419 0
/proc/16938/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700269 s]
/proc/loadavg: 16.00 14.84 14.07 10/272 16938
/proc/meminfo: memFree=31304584/32770624 swapFree=5972/271964
[pid=16938] ppid=16935 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16938/stat : 16938 (xcsp3-exec) S 16935 16938 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4788332 9740288 346 33554432000 4194304 5098028 140733887540656 140733887538760 140300026933884 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 35958784 140733887546511 140733887546720 140733887546720 140733887549419 0
/proc/16938/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50092 s]
/proc/loadavg: 16.00 14.84 14.07 10/293 16959
/proc/meminfo: memFree=31110504/32770624 swapFree=5972/272056
[pid=16938] ppid=16935 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16938/stat : 16938 (xcsp3-exec) S 16935 16938 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4788332 9740288 346 33554432000 4194304 5098028 140733887540656 140733887538760 140300026933884 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 35958784 140733887546511 140733887546720 140733887546720 140733887549419 0
/proc/16938/statm: 2378 346 289 221 0 87 0
[pid=16939] ppid=16938 vsize=13267208 CPUtime=2.72 cores=0,2,4,6,8,10,12,14
/proc/16939/stat : 16939 (java) S 16938 16938 14626 0 -1 1077944320 13264 0 0 0 262 10 0 0 20 0 20 0 4788332 13585620992 52278 33554432000 4194304 4196468 140727811027840 140727811010384 139792143257335 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
/proc/16939/statm: 3316802 52278 3211 1 0 3304035 0
[pid=16939/tid=16940] ppid=16938 vsize=13267208 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16940/stat : 16940 (java) R 16938 16938 14626 0 -1 4202560 6476 0 0 0 141 5 0 0 20 0 20 0 4788333 13585620992 52278 33554432000 4194304 4196468 140727811027840 139792147495960 139791743563946 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16942] ppid=16938 vsize=13267208 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16942/stat : 16942 (java) S 16938 16938 14626 0 -1 1077944384 7 0 0 0 1 0 0 0 20 0 20 0 4788334 13585620992 52278 33554432000 4194304 4196468 140727811027840 139792061737744 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16943] ppid=16938 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16943/stat : 16943 (java) S 16938 16938 14626 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 4788334 13585620992 52278 33554432000 4194304 4196468 140727811027840 139792060685200 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16944] ppid=16938 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16944/stat : 16944 (java) S 16938 16938 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4788334 13585620992 52278 33554432000 4194304 4196468 140727811027840 139791739907088 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16945] ppid=16938 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16945/stat : 16945 (java) S 16938 16938 14626 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 4788334 13585620992 52278 33554432000 4194304 4196468 140727811027840 139791738854544 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16946] ppid=16938 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16946/stat : 16946 (java) S 16938 16938 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4788334 13585620992 52278 33554432000 4194304 4196468 140727811027840 139791737800976 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16947] ppid=16938 vsize=13267208 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16947/stat : 16947 (java) S 16938 16938 14626 0 -1 1077944384 12 0 0 0 1 0 0 0 20 0 20 0 4788334 13585620992 52278 33554432000 4194304 4196468 140727811027840 139791736748432 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16948] ppid=16938 vsize=13267208 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16948/stat : 16948 (java) S 16938 16938 14626 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 20 0 4788334 13585620992 52278 33554432000 4194304 4196468 140727811027840 139791735695888 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16949] ppid=16938 vsize=13267208 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16949/stat : 16949 (java) S 16938 16938 14626 0 -1 1077944384 11 0 0 0 1 0 0 0 20 0 20 0 4788334 13585620992 52278 33554432000 4194304 4196468 140727811027840 139791734643344 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16950] ppid=16938 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16950/stat : 16950 (java) S 16938 16938 14626 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 4788336 13585620992 52278 33554432000 4194304 4196468 140727811027840 139791605422576 139792143268482 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16951] ppid=16938 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16951/stat : 16951 (java) S 16938 16938 14626 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4788337 13585620992 52278 33554432000 4194304 4196468 140727811027840 139791604368800 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16952] ppid=16938 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16952/stat : 16952 (java) S 16938 16938 14626 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 4788337 13585620992 52278 33554432000 4194304 4196468 140727811027840 139791603316208 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16953] ppid=16938 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16953/stat : 16953 (java) S 16938 16938 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4788341 13585620992 52278 33554432000 4194304 4196468 140727811027840 139791602264784 139792143275931 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16954] ppid=16938 vsize=13267208 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16954/stat : 16954 (java) S 16938 16938 14626 0 -1 1077944384 1582 0 0 0 25 0 0 0 20 0 20 0 4788341 13585620992 52278 33554432000 4194304 4196468 140727811027840 139791601211376 139792143268482 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16955] ppid=16938 vsize=13267208 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16955/stat : 16955 (java) S 16938 16938 14626 0 -1 1077944384 1269 0 0 0 29 0 0 0 20 0 20 0 4788341 13585620992 52278 33554432000 4194304 4196468 140727811027840 139791600158832 139792143268482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16956] ppid=16938 vsize=13267208 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16956/stat : 16956 (java) S 16938 16938 14626 0 -1 1077944384 1080 0 0 0 26 0 0 0 20 0 20 0 4788341 13585620992 52278 33554432000 4194304 4196468 140727811027840 139791599106288 139792143268482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16957] ppid=16938 vsize=13267208 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16957/stat : 16957 (java) S 16938 16938 14626 0 -1 1077944384 1408 0 0 0 32 0 0 0 20 0 20 0 4788341 13585620992 52278 33554432000 4194304 4196468 140727811027840 139791598053744 139792143268482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16958] ppid=16938 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16958/stat : 16958 (java) S 16938 16938 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4788341 13585620992 52278 33554432000 4194304 4196468 140727811027840 139791597001440 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16959] ppid=16938 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16959/stat : 16959 (java) S 16938 16938 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4788342 13585620992 52278 33554432000 4194304 4196468 140727811027840 139791595948976 139792143268482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 13276720

[startup+3.10088 s]
/proc/loadavg: 15.44 14.75 14.04 10/293 16959
/proc/meminfo: memFree=31109140/32770624 swapFree=5972/272056
[pid=16938] ppid=16935 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16938/stat : 16938 (xcsp3-exec) S 16935 16938 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4788332 9740288 346 33554432000 4194304 5098028 140733887540656 140733887538760 140300026933884 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 35958784 140733887546511 140733887546720 140733887546720 140733887549419 0
/proc/16938/statm: 2378 346 289 221 0 87 0
[pid=16939] ppid=16938 vsize=13267208 CPUtime=4.34 cores=0,2,4,6,8,10,12,14
/proc/16939/stat : 16939 (java) S 16938 16938 14626 0 -1 1077944320 13756 0 0 0 424 10 0 0 20 0 20 0 4788332 13585620992 52311 33554432000 4194304 4196468 140727811027840 140727811010384 139792143257335 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
/proc/16939/statm: 3316802 52311 3211 1 0 3304035 0
[pid=16939/tid=16940] ppid=16938 vsize=13267208 CPUtime=3.05 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16940/stat : 16940 (java) R 16938 16938 14626 0 -1 4202560 6938 0 0 0 300 5 0 0 20 0 20 0 4788333 13585620992 52311 33554432000 4194304 4196468 140727811027840 139792147496544 139792128338048 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16942] ppid=16938 vsize=13267208 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16942/stat : 16942 (java) S 16938 16938 14626 0 -1 1077944384 7 0 0 0 1 0 0 0 20 0 20 0 4788334 13585620992 52311 33554432000 4194304 4196468 140727811027840 139792061737744 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16943] ppid=16938 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16943/stat : 16943 (java) S 16938 16938 14626 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 4788334 13585620992 52311 33554432000 4194304 4196468 140727811027840 139792060685200 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16944] ppid=16938 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16944/stat : 16944 (java) S 16938 16938 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4788334 13585620992 52311 33554432000 4194304 4196468 140727811027840 139791739907088 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16945] ppid=16938 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16945/stat : 16945 (java) S 16938 16938 14626 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 4788334 13585620992 52311 33554432000 4194304 4196468 140727811027840 139791738854544 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16946] ppid=16938 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16946/stat : 16946 (java) S 16938 16938 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4788334 13585620992 52311 33554432000 4194304 4196468 140727811027840 139791737800976 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16947] ppid=16938 vsize=13267208 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16947/stat : 16947 (java) S 16938 16938 14626 0 -1 1077944384 12 0 0 0 1 0 0 0 20 0 20 0 4788334 13585620992 52311 33554432000 4194304 4196468 140727811027840 139791736748432 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16948] ppid=16938 vsize=13267208 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16948/stat : 16948 (java) S 16938 16938 14626 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 20 0 4788334 13585620992 52311 33554432000 4194304 4196468 140727811027840 139791735695888 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16949] ppid=16938 vsize=13267208 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16949/stat : 16949 (java) S 16938 16938 14626 0 -1 1077944384 11 0 0 0 1 0 0 0 20 0 20 0 4788334 13585620992 52311 33554432000 4194304 4196468 140727811027840 139791734643344 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16950] ppid=16938 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16950/stat : 16950 (java) S 16938 16938 14626 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 4788336 13585620992 52311 33554432000 4194304 4196468 140727811027840 139791605422576 139792143268482 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16951] ppid=16938 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16951/stat : 16951 (java) S 16938 16938 14626 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4788337 13585620992 52311 33554432000 4194304 4196468 140727811027840 139791604368800 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16952] ppid=16938 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16952/stat : 16952 (java) S 16938 16938 14626 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 4788337 13585620992 52311 33554432000 4194304 4196468 140727811027840 139791603316208 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16953] ppid=16938 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16953/stat : 16953 (java) S 16938 16938 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4788341 13585620992 52311 33554432000 4194304 4196468 140727811027840 139791602264784 139792143275931 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16954] ppid=16938 vsize=13267208 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16954/stat : 16954 (java) S 16938 16938 14626 0 -1 1077944384 1582 0 0 0 25 0 0 0 20 0 20 0 4788341 13585620992 52311 33554432000 4194304 4196468 140727811027840 139791601211376 139792143268482 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16955] ppid=16938 vsize=13267208 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16955/stat : 16955 (java) S 16938 16938 14626 0 -1 1077944384 1269 0 0 0 29 0 0 0 20 0 20 0 4788341 13585620992 52311 33554432000 4194304 4196468 140727811027840 139791600158832 139792143268482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16956] ppid=16938 vsize=13267208 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16956/stat : 16956 (java) S 16938 16938 14626 0 -1 1077944384 1082 0 0 0 27 0 0 0 20 0 20 0 4788341 13585620992 52311 33554432000 4194304 4196468 140727811027840 139791599106288 139792143268482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16957] ppid=16938 vsize=13267208 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16957/stat : 16957 (java) S 16938 16938 14626 0 -1 1077944384 1415 0 0 0 32 0 0 0 20 0 20 0 4788341 13585620992 52311 33554432000 4194304 4196468 140727811027840 139791598053744 139792143268482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16958] ppid=16938 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16958/stat : 16958 (java) S 16938 16938 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4788341 13585620992 52311 33554432000 4194304 4196468 140727811027840 139791597001440 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16959] ppid=16938 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16959/stat : 16959 (java) S 16938 16938 14626 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4788342 13585620992 52311 33554432000 4194304 4196468 140727811027840 139791595948976 139792143268482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 13276720

[startup+6.301 s]
/proc/loadavg: 15.44 14.75 14.04 10/293 16959
/proc/meminfo: memFree=31090596/32770624 swapFree=5972/272056
[pid=16938] ppid=16935 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16938/stat : 16938 (xcsp3-exec) S 16935 16938 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4788332 9740288 346 33554432000 4194304 5098028 140733887540656 140733887538760 140300026933884 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 35958784 140733887546511 140733887546720 140733887546720 140733887549419 0
/proc/16938/statm: 2378 346 289 221 0 87 0
[pid=16939] ppid=16938 vsize=13269256 CPUtime=7.98 cores=0,2,4,6,8,10,12,14
/proc/16939/stat : 16939 (java) S 16938 16938 14626 0 -1 1077944320 18586 0 0 0 779 19 0 0 20 0 20 0 4788332 13587718144 58824 33554432000 4194304 4196468 140727811027840 140727811010384 139792143257335 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
/proc/16939/statm: 3317314 58824 3222 1 0 3304547 0
[pid=16939/tid=16940] ppid=16938 vsize=13269256 CPUtime=6.23 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16940/stat : 16940 (java) R 16938 16938 14626 0 -1 4202560 8325 0 0 0 618 5 0 0 20 0 20 0 4788333 13587718144 58824 33554432000 4194304 4196468 140727811027840 139792147492320 139791744197348 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16942] ppid=16938 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16942/stat : 16942 (java) S 16938 16938 14626 0 -1 1077944384 28 0 0 0 2 1 0 0 20 0 20 0 4788334 13587718144 58824 33554432000 4194304 4196468 140727811027840 139792061737744 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16943] ppid=16938 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16943/stat : 16943 (java) S 16938 16938 14626 0 -1 1077944384 159 0 0 0 1 2 0 0 20 0 20 0 4788334 13587718144 58824 33554432000 4194304 4196468 140727811027840 139792060685200 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16944] ppid=16938 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16944/stat : 16944 (java) S 16938 16938 14626 0 -1 1077944384 19 0 0 0 1 1 0 0 20 0 20 0 4788334 13587718144 58824 33554432000 4194304 4196468 140727811027840 139791739907088 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16945] ppid=16938 vsize=13269256 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16945/stat : 16945 (java) S 16938 16938 14626 0 -1 1077944384 34 0 0 0 0 1 0 0 20 0 20 0 4788334 13587718144 58824 33554432000 4194304 4196468 140727811027840 139791738854544 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16946] ppid=16938 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16946/stat : 16946 (java) S 16938 16938 14626 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 4788334 13587718144 58824 33554432000 4194304 4196468 140727811027840 139791737800976 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16947] ppid=16938 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16947/stat : 16947 (java) S 16938 16938 14626 0 -1 1077944384 132 0 0 0 1 1 0 0 20 0 20 0 4788334 13587718144 58824 33554432000 4194304 4196468 140727811027840 139791736748432 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16948] ppid=16938 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16948/stat : 16948 (java) S 16938 16938 14626 0 -1 1077944384 23 0 0 0 1 1 0 0 20 0 20 0 4788334 13587718144 58824 33554432000 4194304 4196468 140727811027840 139791735695888 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16949] ppid=16938 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16949/stat : 16949 (java) S 16938 16938 14626 0 -1 1077944384 46 0 0 0 2 1 0 0 20 0 20 0 4788334 13587718144 58824 33554432000 4194304 4196468 140727811027840 139791734643344 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16950] ppid=16938 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16950/stat : 16950 (java) S 16938 16938 14626 0 -1 1077944384 203 0 0 0 0 0 0 0 20 0 20 0 4788336 13587718144 58824 33554432000 4194304 4196468 140727811027840 139791605422576 139792143268482 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16951] ppid=16938 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16951/stat : 16951 (java) S 16938 16938 14626 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 4788337 13587718144 58824 33554432000 4194304 4196468 140727811027840 139791604368864 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16952] ppid=16938 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16952/stat : 16952 (java) S 16938 16938 14626 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 20 0 4788337 13587718144 58824 33554432000 4194304 4196468 140727811027840 139791603316224 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16953] ppid=16938 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16953/stat : 16953 (java) S 16938 16938 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4788341 13587718144 58824 33554432000 4194304 4196468 140727811027840 139791602264784 139792143275931 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0

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

Current children cumulated vsize (KiB) 13278768

[startup+264.201 s]
/proc/loadavg: 10.07 11.59 12.86 17/292 17075
/proc/meminfo: memFree=18523604/32770624 swapFree=5972/272440
[pid=16938] ppid=16935 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16938/stat : 16938 (xcsp3-exec) S 16935 16938 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4788332 9740288 346 33554432000 4194304 5098028 140733887540656 140733887538760 140300026933884 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 35958784 140733887546511 140733887546720 140733887546720 140733887549419 0
/proc/16938/statm: 2378 346 289 221 0 87 0
[pid=16939] ppid=16938 vsize=13269256 CPUtime=419.14 cores=0,2,4,6,8,10,12,14
/proc/16939/stat : 16939 (java) S 16938 16938 14626 0 -1 1077944320 128069 0 0 0 37836 4078 0 0 20 0 20 0 4788332 13587718144 2644713 33554432000 4194304 4196468 140727811027840 140727811010384 139792143257335 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
/proc/16939/statm: 3317314 2644713 3267 1 0 3304547 0
[pid=16939/tid=16940] ppid=16938 vsize=13269256 CPUtime=234.6 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16940/stat : 16940 (java) S 16938 16938 14626 0 -1 1077944384 14801 0 0 0 23448 12 0 0 20 0 20 0 4788333 13587718144 2644713 33554432000 4194304 4196468 140727811027840 139792147498928 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16942] ppid=16938 vsize=13269256 CPUtime=21.87 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16942/stat : 16942 (java) R 16938 16938 14626 0 -1 4202560 6563 0 0 0 1642 545 0 0 20 0 20 0 4788334 13587718144 2644713 33554432000 4194304 4196468 140727811027840 139792061737864 139792135885543 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16943] ppid=16938 vsize=13269256 CPUtime=21.83 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16943/stat : 16943 (java) R 16938 16938 14626 0 -1 4202560 6849 0 0 0 1726 457 0 0 20 0 20 0 4788334 13587718144 2644713 33554432000 4194304 4196468 140727811027840 139792060685320 139792135885543 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16944] ppid=16938 vsize=13269256 CPUtime=21.86 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16944/stat : 16944 (java) R 16938 16938 14626 0 -1 4202560 6378 0 0 0 1686 500 0 0 20 0 20 0 4788334 13587718144 2644713 33554432000 4194304 4196468 140727811027840 139791739906896 139792135885543 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16945] ppid=16938 vsize=13269256 CPUtime=21.79 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16945/stat : 16945 (java) R 16938 16938 14626 0 -1 4202560 6694 0 0 0 1687 492 0 0 20 0 20 0 4788334 13587718144 2644713 33554432000 4194304 4196468 140727811027840 139791738854664 139792135885543 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16946] ppid=16938 vsize=13269256 CPUtime=21.84 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16946/stat : 16946 (java) R 16938 16938 14626 0 -1 4202560 8938 0 0 0 1674 510 0 0 20 0 20 0 4788334 13587718144 2644713 33554432000 4194304 4196468 140727811027840 139791737801096 139792135885543 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16947] ppid=16938 vsize=13269256 CPUtime=21.53 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16947/stat : 16947 (java) R 16938 16938 14626 0 -1 4202560 6186 0 0 0 1598 555 0 0 20 0 20 0 4788334 13587718144 2644713 33554432000 4194304 4196468 140727811027840 139791736748632 139792136360314 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16948] ppid=16938 vsize=13269256 CPUtime=21.64 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16948/stat : 16948 (java) R 16938 16938 14626 0 -1 4202560 6770 0 0 0 1680 484 0 0 20 0 20 0 4788334 13587718144 2644713 33554432000 4194304 4196468 140727811027840 139791735695696 139792135885543 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16949] ppid=16938 vsize=13269256 CPUtime=21.49 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16949/stat : 16949 (java) R 16938 16938 14626 0 -1 4202560 8780 0 0 0 1642 507 0 0 20 0 20 0 4788334 13587718144 2644713 33554432000 4194304 4196468 140727811027840 139791734643152 139792135885543 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16950] ppid=16938 vsize=13269256 CPUtime=7.26 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16950/stat : 16950 (java) S 16938 16938 14626 0 -1 1077944384 34331 0 0 0 723 3 0 0 20 0 20 0 4788336 13587718144 2644713 33554432000 4194304 4196468 140727811027840 139791605421120 139792143267541 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16951] ppid=16938 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16951/stat : 16951 (java) S 16938 16938 14626 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 4788337 13587718144 2644713 33554432000 4194304 4196468 140727811027840 139791604368864 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16952] ppid=16938 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16952/stat : 16952 (java) S 16938 16938 14626 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 20 0 4788337 13587718144 2644713 33554432000 4194304 4196468 140727811027840 139791603316224 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16953] ppid=16938 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16953/stat : 16953 (java) S 16938 16938 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4788341 13587718144 2644713 33554432000 4194304 4196468 140727811027840 139791602264784 139792143275931 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16954] ppid=16938 vsize=13269256 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16954/stat : 16954 (java) S 16938 16938 14626 0 -1 1077944384 5553 0 0 0 91 1 0 0 20 0 20 0 4788341 13587718144 2644713 33554432000 4194304 4196468 140727811027840 139791601211376 139792143268482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16955] ppid=16938 vsize=13269256 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16955/stat : 16955 (java) S 16938 16938 14626 0 -1 1077944384 4706 0 0 0 68 0 0 0 20 0 20 0 4788341 13587718144 2644713 33554432000 4194304 4196468 140727811027840 139791600158832 139792143268482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16956] ppid=16938 vsize=13269256 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16956/stat : 16956 (java) S 16938 16938 14626 0 -1 1077944384 4931 0 0 0 100 1 0 0 20 0 20 0 4788341 13587718144 2644713 33554432000 4194304 4196468 140727811027840 139791599106288 139792143268482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16957] ppid=16938 vsize=13269256 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16957/stat : 16957 (java) S 16938 16938 14626 0 -1 1077944384 4817 0 0 0 55 0 0 0 20 0 20 0 4788341 13587718144 2644713 33554432000 4194304 4196468 140727811027840 139791598053744 139792143268482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16958] ppid=16938 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16958/stat : 16958 (java) S 16938 16938 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4788341 13587718144 2644713 33554432000 4194304 4196468 140727811027840 139791597001440 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16959] ppid=16938 vsize=13269256 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16959/stat : 16959 (java) S 16938 16938 14626 0 -1 1077944384 358 0 0 0 9 4 0 0 20 0 20 0 4788342 13587718144 2644713 33554432000 4194304 4196468 140727811027840 139791595948976 139792143268482 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 14 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
Current children cumulated CPU time (s) 419.14
Current children cumulated vsize (KiB) 13278768

[startup+265.001 s]
/proc/loadavg: 10.07 11.59 12.86 17/292 17075
/proc/meminfo: memFree=18523604/32770624 swapFree=5972/272440
[pid=16938] ppid=16935 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16938/stat : 16938 (xcsp3-exec) S 16935 16938 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4788332 9740288 346 33554432000 4194304 5098028 140733887540656 140733887538760 140300026933884 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 35958784 140733887546511 140733887546720 140733887546720 140733887549419 0
/proc/16938/statm: 2378 346 289 221 0 87 0
[pid=16939] ppid=16938 vsize=13335820 CPUtime=420.73 cores=0,2,4,6,8,10,12,14
/proc/16939/stat : 16939 (java) S 16938 16938 14626 0 -1 1077944320 132675 0 0 0 37995 4078 0 0 20 0 21 0 4788332 13655879680 2644766 33554432000 4194304 4196468 140727811027840 140727811010384 139792143257335 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
/proc/16939/statm: 3333955 2644766 3267 1 0 3321188 0
[pid=16939/tid=16940] ppid=16938 vsize=13335820 CPUtime=234.6 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16940/stat : 16940 (java) S 16938 16938 14626 0 -1 1077944384 15065 0 0 0 23448 12 0 0 20 0 21 0 4788333 13655879680 2644766 33554432000 4194304 4196468 140727811027840 139792147498016 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16942] ppid=16938 vsize=13335820 CPUtime=21.99 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16942/stat : 16942 (java) R 16938 16938 14626 0 -1 4202560 6677 0 0 0 1654 545 0 0 20 0 21 0 4788334 13655879680 2644766 33554432000 4194304 4196468 140727811027840 139792061737944 139792127954974 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16943] ppid=16938 vsize=13335820 CPUtime=21.95 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16943/stat : 16943 (java) R 16938 16938 14626 0 -1 4202560 6882 0 0 0 1737 458 0 0 20 0 21 0 4788334 13655879680 2644766 33554432000 4194304 4196468 140727811027840 139792060685400 139792127955110 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16944] ppid=16938 vsize=13335820 CPUtime=21.98 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16944/stat : 16944 (java) R 16938 16938 14626 0 -1 4202560 6415 0 0 0 1698 500 0 0 20 0 21 0 4788334 13655879680 2644766 33554432000 4194304 4196468 140727811027840 139791739907288 139792127955110 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16945] ppid=16938 vsize=13335820 CPUtime=21.9 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16945/stat : 16945 (java) R 16938 16938 14626 0 -1 4202560 6700 0 0 0 1698 492 0 0 20 0 21 0 4788334 13655879680 2644766 33554432000 4194304 4196468 140727811027840 139791738854744 139792128208328 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16946] ppid=16938 vsize=13335820 CPUtime=21.96 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16946/stat : 16946 (java) R 16938 16938 14626 0 -1 4202560 9066 0 0 0 1686 510 0 0 20 0 21 0 4788334 13655879680 2644766 33554432000 4194304 4196468 140727811027840 139791737801176 139792127954948 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16947] ppid=16938 vsize=13335820 CPUtime=21.65 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16947/stat : 16947 (java) R 16938 16938 14626 0 -1 4202560 6191 0 0 0 1610 555 0 0 20 0 21 0 4788334 13655879680 2644766 33554432000 4194304 4196468 140727811027840 139791736748320 139792128208432 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16948] ppid=16938 vsize=13335820 CPUtime=21.76 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16948/stat : 16948 (java) R 16938 16938 14626 0 -1 4202560 6796 0 0 0 1692 484 0 0 20 0 21 0 4788334 13655879680 2644766 33554432000 4194304 4196468 140727811027840 139791735696088 139792127954974 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16949] ppid=16938 vsize=13335820 CPUtime=21.6 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16949/stat : 16949 (java) R 16938 16938 14626 0 -1 4202560 8827 0 0 0 1653 507 0 0 20 0 21 0 4788334 13655879680 2644766 33554432000 4194304 4196468 140727811027840 139791734643544 139792127954948 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16950] ppid=16938 vsize=13335820 CPUtime=7.92 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16950/stat : 16950 (java) S 16938 16938 14626 0 -1 1077944384 38172 0 0 0 789 3 0 0 20 0 21 0 4788336 13655879680 2644766 33554432000 4194304 4196468 140727811027840 139791605420896 139792143267541 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16951] ppid=16938 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16951/stat : 16951 (java) S 16938 16938 14626 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 21 0 4788337 13655879680 2644766 33554432000 4194304 4196468 140727811027840 139791604368864 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16952] ppid=16938 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16952/stat : 16952 (java) S 16938 16938 14626 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 21 0 4788337 13655879680 2644766 33554432000 4194304 4196468 140727811027840 139791603316224 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16953] ppid=16938 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16953/stat : 16953 (java) S 16938 16938 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 4788341 13655879680 2644766 33554432000 4194304 4196468 140727811027840 139791602264784 139792143275931 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16954] ppid=16938 vsize=13335820 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16954/stat : 16954 (java) S 16938 16938 14626 0 -1 1077944384 5553 0 0 0 91 1 0 0 20 0 21 0 4788341 13655879680 2644766 33554432000 4194304 4196468 140727811027840 139791601211376 139792143268482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16955] ppid=16938 vsize=13335820 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16955/stat : 16955 (java) S 16938 16938 14626 0 -1 1077944384 4706 0 0 0 68 0 0 0 20 0 21 0 4788341 13655879680 2644766 33554432000 4194304 4196468 140727811027840 139791600158832 139792143268482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16956] ppid=16938 vsize=13335820 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16956/stat : 16956 (java) S 16938 16938 14626 0 -1 1077944384 4931 0 0 0 100 1 0 0 20 0 21 0 4788341 13655879680 2644766 33554432000 4194304 4196468 140727811027840 139791599106288 139792143268482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16957] ppid=16938 vsize=13335820 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16957/stat : 16957 (java) S 16938 16938 14626 0 -1 1077944384 4817 0 0 0 55 0 0 0 20 0 21 0 4788341 13655879680 2644766 33554432000 4194304 4196468 140727811027840 139791598053744 139792143268482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16958] ppid=16938 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16958/stat : 16958 (java) S 16938 16938 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 4788341 13655879680 2644766 33554432000 4194304 4196468 140727811027840 139791597001440 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16959] ppid=16938 vsize=13335820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16959/stat : 16959 (java) S 16938 16938 14626 0 -1 1077944384 386 0 0 0 10 4 0 0 20 0 21 0 4788342 13655879680 2644766 33554432000 4194304 4196468 140727811027840 139791595948976 139792143268482 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 14 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
Current children cumulated CPU time (s) 420.73
Current children cumulated vsize (KiB) 13345332

[startup+265.413 s]
/proc/loadavg: 10.07 11.59 12.86 17/293 17076
/proc/meminfo: memFree=18523604/32770624 swapFree=5972/272440
[pid=16938] ppid=16935 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16938/stat : 16938 (xcsp3-exec) S 16935 16938 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4788332 9740288 346 33554432000 4194304 5098028 140733887540656 140733887538760 140300026933884 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 35958784 140733887546511 140733887546720 140733887546720 140733887549419 0
/proc/16938/statm: 2378 346 289 221 0 87 0
[pid=16939] ppid=16938 vsize=13335820 CPUtime=423.4 cores=0,2,4,6,8,10,12,14
/proc/16939/stat : 16939 (java) S 16938 16938 14626 0 -1 1077944320 138466 0 0 0 38261 4079 0 0 20 0 21 0 4788332 13655879680 2644767 33554432000 4194304 4196468 140727811027840 140727811010384 139792143257335 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
/proc/16939/statm: 3333955 2644767 3267 1 0 3321188 0
[pid=16939/tid=16940] ppid=16938 vsize=13335820 CPUtime=234.6 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16940/stat : 16940 (java) S 16938 16938 14626 0 -1 1077944384 15065 0 0 0 23448 12 0 0 20 0 21 0 4788333 13655879680 2644767 33554432000 4194304 4196468 140727811027840 139792147498016 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16942] ppid=16938 vsize=13335820 CPUtime=22.31 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16942/stat : 16942 (java) S 16938 16938 14626 0 -1 1077944384 6677 0 0 0 1686 545 0 0 20 0 21 0 4788334 13655879680 2644767 33554432000 4194304 4196468 140727811027840 139792061737744 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16943] ppid=16938 vsize=13335820 CPUtime=22.26 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16943/stat : 16943 (java) S 16938 16938 14626 0 -1 1077944384 6882 0 0 0 1768 458 0 0 20 0 21 0 4788334 13655879680 2644767 33554432000 4194304 4196468 140727811027840 139792060685200 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16944] ppid=16938 vsize=13335820 CPUtime=22.31 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16944/stat : 16944 (java) S 16938 16938 14626 0 -1 1077944384 6415 0 0 0 1731 500 0 0 20 0 21 0 4788334 13655879680 2644767 33554432000 4194304 4196468 140727811027840 139791739907088 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16945] ppid=16938 vsize=13335820 CPUtime=22.23 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16945/stat : 16945 (java) S 16938 16938 14626 0 -1 1077944384 6700 0 0 0 1731 492 0 0 20 0 21 0 4788334 13655879680 2644767 33554432000 4194304 4196468 140727811027840 139791738854544 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16946] ppid=16938 vsize=13335820 CPUtime=22.28 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16946/stat : 16946 (java) S 16938 16938 14626 0 -1 1077944384 9066 0 0 0 1718 510 0 0 20 0 21 0 4788334 13655879680 2644767 33554432000 4194304 4196468 140727811027840 139791737800976 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16947] ppid=16938 vsize=13335820 CPUtime=21.97 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16947/stat : 16947 (java) S 16938 16938 14626 0 -1 1077944384 6191 0 0 0 1642 555 0 0 20 0 21 0 4788334 13655879680 2644767 33554432000 4194304 4196468 140727811027840 139791736748432 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16948] ppid=16938 vsize=13335820 CPUtime=22.08 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16948/stat : 16948 (java) S 16938 16938 14626 0 -1 1077944384 6800 0 0 0 1724 484 0 0 20 0 21 0 4788334 13655879680 2644767 33554432000 4194304 4196468 140727811027840 139791735695888 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16949] ppid=16938 vsize=13335820 CPUtime=21.92 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16949/stat : 16949 (java) S 16938 16938 14626 0 -1 1077944384 8827 0 0 0 1685 507 0 0 20 0 21 0 4788334 13655879680 2644767 33554432000 4194304 4196468 140727811027840 139791734643344 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16950] ppid=16938 vsize=13335820 CPUtime=8 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16950/stat : 16950 (java) R 16938 16938 14626 0 -1 4202560 43959 0 0 0 797 3 0 0 20 0 21 0 4788336 13655879680 2644767 33554432000 4194304 4196468 140727811027840 139791605421008 139792127714938 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16951] ppid=16938 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16951/stat : 16951 (java) S 16938 16938 14626 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 21 0 4788337 13655879680 2644767 33554432000 4194304 4196468 140727811027840 139791604368864 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16952] ppid=16938 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16952/stat : 16952 (java) S 16938 16938 14626 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 21 0 4788337 13655879680 2644767 33554432000 4194304 4196468 140727811027840 139791603316224 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16953] ppid=16938 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16953/stat : 16953 (java) S 16938 16938 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 4788341 13655879680 2644767 33554432000 4194304 4196468 140727811027840 139791602264784 139792143275931 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16954] ppid=16938 vsize=13335820 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16954/stat : 16954 (java) S 16938 16938 14626 0 -1 1077944384 5553 0 0 0 91 1 0 0 20 0 21 0 4788341 13655879680 2644767 33554432000 4194304 4196468 140727811027840 139791601211376 139792143268482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16955] ppid=16938 vsize=13335820 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16955/stat : 16955 (java) S 16938 16938 14626 0 -1 1077944384 4706 0 0 0 68 0 0 0 20 0 21 0 4788341 13655879680 2644767 33554432000 4194304 4196468 140727811027840 139791600158832 139792143268482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16956] ppid=16938 vsize=13335820 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16956/stat : 16956 (java) S 16938 16938 14626 0 -1 1077944384 4931 0 0 0 100 1 0 0 20 0 21 0 4788341 13655879680 2644767 33554432000 4194304 4196468 140727811027840 139791599106288 139792143268482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16957] ppid=16938 vsize=13335820 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16957/stat : 16957 (java) S 16938 16938 14626 0 -1 1077944384 4817 0 0 0 55 0 0 0 20 0 21 0 4788341 13655879680 2644767 33554432000 4194304 4196468 140727811027840 139791598053744 139792143268482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16958] ppid=16938 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16958/stat : 16958 (java) S 16938 16938 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 4788341 13655879680 2644767 33554432000 4194304 4196468 140727811027840 139791597001440 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=16959] ppid=16938 vsize=13335820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16959/stat : 16959 (java) S 16938 16938 14626 0 -1 1077944384 386 0 0 0 10 4 0 0 20 0 21 0 4788342 13655879680 2644767 33554432000 4194304 4196468 140727811027840 139791595948976 139792143268482 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 14 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
[pid=16939/tid=17076] ppid=16938 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16939/task/17076/stat : 17076 (java) S 16938 16938 14626 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 21 0 4814830 13655879680 2644767 33554432000 4194304 4196468 140727811027840 139791590035264 139792143267541 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30011392 140727811036348 140727811036524 140727811036524 140727811039183 0
Current children cumulated CPU time (s) 423.4
Current children cumulated vsize (KiB) 13345332

[startup+265.501 s]
/proc/loadavg: 10.07 11.59 12.86 17/293 17076
/proc/meminfo: memFree=18523604/32770624 swapFree=5972/272440
[pid=16938] ppid=16935 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16938/stat : 16938 (xcsp3-exec) S 16935 16938 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4788332 9740288 346 33554432000 4194304 5098028 140733887540656 140733887538760 140300026933884 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 35958784 140733887546511 140733887546720 140733887546720 140733887549419 0
/proc/16938/statm: 2378 346 289 221 0 87 0
[pid=16939] ppid=16938 vsize=0 CPUtime=423.48 cores=0,2,4,6,8,10,12,14
/proc/16939/stat : 16939 (java) Z 16938 16938 14626 0 -1 4227084 138555 0 0 0 38267 4081 0 0 20 0 2 0 4788332 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/16939/statm: 0 0 0 0 0 0 0
[pid=16939/tid=16956] ppid=16938 vsize=0 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/16939/task/16956/stat : 16956 (java) R 16938 16938 14626 0 -1 4203588 4932 0 0 0 100 3 0 0 20 0 2 0 4788341 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 8 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 423.48
Current children cumulated vsize (KiB) 9512

Child status: 1
Real time (s): 265.529
CPU time (s): 423.516
CPU user time (s): 382.677
CPU system time (s): 40.8391
CPU usage (%): 159.499
Max. virtual memory (cumulated for all children) (KiB): 13345332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 382.677
system time used= 40.8391
maximum resident set size= 10579404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139084
page faults= 0
swaps= 0
block input operations= 0
block output operations= 408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11512
involuntary context switches= 27993

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.93521 second user time and 2.83078 second system time

The end

Launcher Data

Begin job on node105 at 2017-07-22 05:46:28
IDJOB=4249539
IDBENCH=137068
IDSOLVER=2626
FILE ID=node105/4249539-1500695188
RUNJOBID= node105-1500682495-14657
PBS_JOBID= 20623326
Free space on /tmp= 62000 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-fu/BinPacking-tab-fu0500-09.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-4249539-1500695188/watcher-4249539-1500695188 -o /tmp/evaluation-result-4249539-1500695188/solver-4249539-1500695188 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1500682495-14657 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 801337059 HOME/instance-4249539-1500695188.xml

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

MD5SUM BENCH= 7eff1785388a539b32e3727edecebf76
RANDOM SEED=801337059

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.33
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.33
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		: 1867.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.33
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.33
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		: 1600.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.33
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.33
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.33
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.33
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:        31305924 kB
MemAvailable:   31485180 kB
Buffers:          120724 kB
Cached:           339028 kB
SwapCached:            0 kB
Active:           749220 kB
Inactive:         280592 kB
Active(anon):     573304 kB
Inactive(anon):     8628 kB
Active(file):     175916 kB
Inactive(file):   271964 kB
Unevictable:        5972 kB
Mlocked:            6004 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             10120 kB
Writeback:             0 kB
AnonPages:        453164 kB
Mapped:            43264 kB
Shmem:              8852 kB
Slab:             128908 kB
SReclaimable:      94424 kB
SUnreclaim:        34484 kB
KernelStack:        5184 kB
PageTables:         6536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1321352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    339968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61992 MiB
End job on node105 at 2017-07-22 05:50:54