Trace number 4249946

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: choco-solver 5a (2017-07-05)SAT 221.355 106.165

General information on the benchmark

NameSuperSolutions/SuperSolutions-Sadeh-js/
SuperSadeh-js-enddr1-9.xml
MD5SUM663436d48867ef848cc7f80c5423cb12
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.07445
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Number of domains48
Minimum domain size105
Maximum domain size122
Distribution of domain sizes[{"size":105,"count":10},{"size":108,"count":10},{"size":110,"count":10},{"size":112,"count":10},{"size":115,"count":10},{"size":116,"count":20},{"size":119,"count":10},{"size":121,"count":10},{"size":122,"count":10}]
Minimum variable degree11
Maximum variable degree23
Distribution of variable degrees[{"degree":11,"count":20},{"degree":12,"count":30},{"degree":21,"count":20},{"degree":23,"count":30}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":845}]
Number of extensional constraints0
Number of intensional constraints845
Distribution of constraint types[{"type":"intension","count":845}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4249946-1500696123.xml"  -tl '2400s' -p 8 -x 3
0.00/0.20	c [HOME/instance-4249946-1500696123.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.26	c 8 solvers in parallel
0.00/0.35	c parse instance...
206.00/104.18	c solve instance...
221.15/106.12	s SATISFIABLE
221.15/106.12	v <instantiation>
221.15/106.12	v 	<list>x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 </list>
221.15/106.12	v 	<values>0 1 7 6 17 18 31 30 76 77 7 6 15 16 31 30 43 44 53 52 0 1 15 16 43 44 55 54 66 67 0 1 17 26 55 54 66 80 90 76 35 36 42 43 63 64 79 78 90 85 4 3 26 25 138 137 149 150 155 154 23 22 42 41 79 78 94 95 102 101 0 1 47 74 94 95 109 108 120 121 54 53 64 65 121 122 138 137 141 142 22 23 55 56 109 108 121 122 129 128 </values>
221.15/106.12	v </instantiation>

Verifier Data

OK	

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-4249946-1500696123/watcher-4249946-1500696123 -o /tmp/evaluation-result-4249946-1500696123/solver-4249946-1500696123 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500682620-7801 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1439416068 HOME/instance-4249946-1500696123.xml 

pid=32423
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: 11.45 14.00 14.10 10/274 32426
/proc/meminfo: memFree=28232952/32770624 swapFree=5860/293196
[pid=32426] ppid=32423 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32426/stat : 32426 (xcsp3-exec) S 32423 32426 7411 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4879685 9740288 346 33554432000 4194304 5098028 140728035805536 140728035803640 140559608746620 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 18857984 140728035808398 140728035808608 140728035808608 140728035811307 0
/proc/32426/statm: 2378 346 289 221 0 87 0

[startup+0.100138 s]
/proc/loadavg: 11.45 14.00 14.10 10/274 32426
/proc/meminfo: memFree=28232952/32770624 swapFree=5860/293196
[pid=32426] ppid=32423 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32426/stat : 32426 (xcsp3-exec) S 32423 32426 7411 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4879685 9740288 346 33554432000 4194304 5098028 140728035805536 140728035803640 140559608746620 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 18857984 140728035808398 140728035808608 140728035808608 140728035811307 0
/proc/32426/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200302 s]
/proc/loadavg: 11.45 14.00 14.10 10/274 32426
/proc/meminfo: memFree=28232952/32770624 swapFree=5860/293196
[pid=32426] ppid=32423 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32426/stat : 32426 (xcsp3-exec) S 32423 32426 7411 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4879685 9740288 346 33554432000 4194304 5098028 140728035805536 140728035803640 140559608746620 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 18857984 140728035808398 140728035808608 140728035808608 140728035811307 0
/proc/32426/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300298 s]
/proc/loadavg: 11.45 14.00 14.10 10/274 32426
/proc/meminfo: memFree=28232952/32770624 swapFree=5860/293196
[pid=32426] ppid=32423 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32426/stat : 32426 (xcsp3-exec) S 32423 32426 7411 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4879685 9740288 346 33554432000 4194304 5098028 140728035805536 140728035803640 140559608746620 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 18857984 140728035808398 140728035808608 140728035808608 140728035811307 0
/proc/32426/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700159 s]
/proc/loadavg: 11.45 14.00 14.10 10/274 32426
/proc/meminfo: memFree=28232952/32770624 swapFree=5860/293196
[pid=32426] ppid=32423 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32426/stat : 32426 (xcsp3-exec) S 32423 32426 7411 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4879685 9740288 346 33554432000 4194304 5098028 140728035805536 140728035803640 140559608746620 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 18857984 140728035808398 140728035808608 140728035808608 140728035811307 0
/proc/32426/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50089 s]
/proc/loadavg: 11.45 14.00 14.10 10/295 32447
/proc/meminfo: memFree=28053756/32770624 swapFree=5860/293248
[pid=32426] ppid=32423 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32426/stat : 32426 (xcsp3-exec) S 32423 32426 7411 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4879685 9740288 346 33554432000 4194304 5098028 140728035805536 140728035803640 140559608746620 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 18857984 140728035808398 140728035808608 140728035808608 140728035811307 0
/proc/32426/statm: 2378 346 289 221 0 87 0
[pid=32427] ppid=32426 vsize=13269256 CPUtime=2.88 cores=0,2,4,6,8,10,12,14
/proc/32427/stat : 32427 (java) S 32426 32426 7411 0 -1 1077944320 12317 0 0 0 262 26 0 0 20 0 20 0 4879686 13587718144 54683 33554432000 4194304 4196468 140735237931408 140735237913952 140395866967799 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
/proc/32427/statm: 3317314 54683 3219 1 0 3304547 0
[pid=32427/tid=32428] ppid=32426 vsize=13269256 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32428/stat : 32428 (java) R 32426 32426 7411 0 -1 4202560 6397 0 0 0 138 4 0 0 20 0 20 0 4879686 13587718144 54683 33554432000 4194304 4196468 140735237931408 140395871201304 140395506848503 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32430] ppid=32426 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32430/stat : 32430 (java) S 32426 32426 7411 0 -1 1077944384 29 0 0 0 1 2 0 0 20 0 20 0 4879687 13587718144 54683 33554432000 4194304 4196468 140735237931408 140395838810896 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32431] ppid=32426 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32431/stat : 32431 (java) S 32426 32426 7411 0 -1 1077944384 23 0 0 0 1 2 0 0 20 0 20 0 4879687 13587718144 54683 33554432000 4194304 4196468 140735237931408 140395464993680 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32432] ppid=32426 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32432/stat : 32432 (java) S 32426 32426 7411 0 -1 1077944384 21 0 0 0 2 2 0 0 20 0 20 0 4879687 13587718144 54683 33554432000 4194304 4196468 140735237931408 140395463941136 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32433] ppid=32426 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32433/stat : 32433 (java) S 32426 32426 7411 0 -1 1077944384 24 0 0 0 1 2 0 0 20 0 20 0 4879687 13587718144 54683 33554432000 4194304 4196468 140735237931408 140395462888592 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32434] ppid=32426 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32434/stat : 32434 (java) S 32426 32426 7411 0 -1 1077944384 22 0 0 0 1 2 0 0 20 0 20 0 4879687 13587718144 54683 33554432000 4194304 4196468 140735237931408 140395461835024 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32435] ppid=32426 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32435/stat : 32435 (java) S 32426 32426 7411 0 -1 1077944384 29 0 0 0 1 2 0 0 20 0 20 0 4879687 13587718144 54683 33554432000 4194304 4196468 140735237931408 140395460782480 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32436] ppid=32426 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32436/stat : 32436 (java) S 32426 32426 7411 0 -1 1077944384 19 0 0 0 1 2 0 0 20 0 20 0 4879687 13587718144 54683 33554432000 4194304 4196468 140735237931408 140395459729936 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32437] ppid=32426 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32437/stat : 32437 (java) S 32426 32426 7411 0 -1 1077944384 21 0 0 0 2 2 0 0 20 0 20 0 4879687 13587718144 54683 33554432000 4194304 4196468 140735237931408 140395458677392 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32438] ppid=32426 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32438/stat : 32438 (java) S 32426 32426 7411 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 4879689 13587718144 54683 33554432000 4194304 4196468 140735237931408 140395060709872 140395866978946 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32439] ppid=32426 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32439/stat : 32439 (java) S 32426 32426 7411 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4879690 13587718144 54683 33554432000 4194304 4196468 140735237931408 140395059656096 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32440] ppid=32426 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32440/stat : 32440 (java) S 32426 32426 7411 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4879690 13587718144 54683 33554432000 4194304 4196468 140735237931408 140395058603504 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32441] ppid=32426 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32441/stat : 32441 (java) S 32426 32426 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4879694 13587718144 54683 33554432000 4194304 4196468 140735237931408 140395057552080 140395866986395 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32442] ppid=32426 vsize=13269256 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32442/stat : 32442 (java) S 32426 32426 7411 0 -1 1077944384 995 0 0 0 25 0 0 0 20 0 20 0 4879694 13587718144 54683 33554432000 4194304 4196468 140735237931408 140395056498672 140395866978946 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32443] ppid=32426 vsize=13269256 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32443/stat : 32443 (java) S 32426 32426 7411 0 -1 1077944384 781 0 0 0 20 0 0 0 20 0 20 0 4879694 13587718144 54683 33554432000 4194304 4196468 140735237931408 140395055446128 140395866978946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32444] ppid=32426 vsize=13269256 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32444/stat : 32444 (java) S 32426 32426 7411 0 -1 1077944384 735 0 0 0 23 0 0 0 20 0 20 0 4879694 13587718144 54683 33554432000 4194304 4196468 140735237931408 140395054393584 140395866978946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32445] ppid=32426 vsize=13269256 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32445/stat : 32445 (java) S 32426 32426 7411 0 -1 1077944384 1841 0 0 0 38 0 0 0 20 0 20 0 4879694 13587718144 54683 33554432000 4194304 4196468 140735237931408 140395053341040 140395866978946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32446] ppid=32426 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32446/stat : 32446 (java) S 32426 32426 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4879695 13587718144 54683 33554432000 4194304 4196468 140735237931408 140395052288736 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32447] ppid=32426 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32447/stat : 32447 (java) S 32426 32426 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4879695 13587718144 54683 33554432000 4194304 4196468 140735237931408 140395051236272 140395866978946 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 13278768

[startup+3.10082 s]
/proc/loadavg: 11.45 14.00 14.10 11/295 32447
/proc/meminfo: memFree=27865828/32770624 swapFree=5860/293248
[pid=32426] ppid=32423 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32426/stat : 32426 (xcsp3-exec) S 32423 32426 7411 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4879685 9740288 346 33554432000 4194304 5098028 140728035805536 140728035803640 140559608746620 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 18857984 140728035808398 140728035808608 140728035808608 140728035811307 0
/proc/32426/statm: 2378 346 289 221 0 87 0
[pid=32427] ppid=32426 vsize=13269256 CPUtime=5.27 cores=0,2,4,6,8,10,12,14
/proc/32427/stat : 32427 (java) S 32426 32426 7411 0 -1 1077944320 13322 0 0 0 445 82 0 0 20 0 20 0 4879686 13587718144 106676 33554432000 4194304 4196468 140735237931408 140735237913952 140395866967799 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
/proc/32427/statm: 3317314 106676 3234 1 0 3304547 0
[pid=32427/tid=32428] ppid=32426 vsize=13269256 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32428/stat : 32428 (java) R 32426 32426 7411 0 -1 4202560 6574 0 0 0 284 7 0 0 20 0 20 0 4879686 13587718144 106676 33554432000 4194304 4196468 140735237931408 140395871204888 140395507073253 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32430] ppid=32426 vsize=13269256 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32430/stat : 32430 (java) S 32426 32426 7411 0 -1 1077944384 80 0 0 0 6 8 0 0 20 0 20 0 4879687 13587718144 106676 33554432000 4194304 4196468 140735237931408 140395838810896 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32431] ppid=32426 vsize=13269256 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32431/stat : 32431 (java) S 32426 32426 7411 0 -1 1077944384 68 0 0 0 5 9 0 0 20 0 20 0 4879687 13587718144 106676 33554432000 4194304 4196468 140735237931408 140395464993680 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32432] ppid=32426 vsize=13269256 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32432/stat : 32432 (java) S 32426 32426 7411 0 -1 1077944384 87 0 0 0 6 8 0 0 20 0 20 0 4879687 13587718144 106676 33554432000 4194304 4196468 140735237931408 140395463941136 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32433] ppid=32426 vsize=13269256 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32433/stat : 32433 (java) S 32426 32426 7411 0 -1 1077944384 225 0 0 0 6 9 0 0 20 0 20 0 4879687 13587718144 106676 33554432000 4194304 4196468 140735237931408 140395462888592 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32434] ppid=32426 vsize=13269256 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32434/stat : 32434 (java) S 32426 32426 7411 0 -1 1077944384 72 0 0 0 5 9 0 0 20 0 20 0 4879687 13587718144 106676 33554432000 4194304 4196468 140735237931408 140395461835024 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32435] ppid=32426 vsize=13269256 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32435/stat : 32435 (java) S 32426 32426 7411 0 -1 1077944384 77 0 0 0 6 9 0 0 20 0 20 0 4879687 13587718144 106676 33554432000 4194304 4196468 140735237931408 140395460782480 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32436] ppid=32426 vsize=13269256 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32436/stat : 32436 (java) S 32426 32426 7411 0 -1 1077944384 143 0 0 0 4 8 0 0 20 0 20 0 4879687 13587718144 106676 33554432000 4194304 4196468 140735237931408 140395459729936 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32437] ppid=32426 vsize=13269256 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32437/stat : 32437 (java) S 32426 32426 7411 0 -1 1077944384 67 0 0 0 6 8 0 0 20 0 20 0 4879687 13587718144 106676 33554432000 4194304 4196468 140735237931408 140395458677392 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32438] ppid=32426 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32438/stat : 32438 (java) S 32426 32426 7411 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 20 0 4879689 13587718144 106676 33554432000 4194304 4196468 140735237931408 140395060709872 140395866978946 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32439] ppid=32426 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32439/stat : 32439 (java) S 32426 32426 7411 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4879690 13587718144 106676 33554432000 4194304 4196468 140735237931408 140395059656096 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32440] ppid=32426 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32440/stat : 32440 (java) S 32426 32426 7411 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4879690 13587718144 106676 33554432000 4194304 4196468 140735237931408 140395058603504 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32441] ppid=32426 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32441/stat : 32441 (java) S 32426 32426 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4879694 13587718144 106676 33554432000 4194304 4196468 140735237931408 140395057552080 140395866986395 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32442] ppid=32426 vsize=13269256 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32442/stat : 32442 (java) S 32426 32426 7411 0 -1 1077944384 1004 0 0 0 26 0 0 0 20 0 20 0 4879694 13587718144 106676 33554432000 4194304 4196468 140735237931408 140395056498672 140395866978946 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32443] ppid=32426 vsize=13269256 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32443/stat : 32443 (java) S 32426 32426 7411 0 -1 1077944384 783 0 0 0 21 0 0 0 20 0 20 0 4879694 13587718144 106676 33554432000 4194304 4196468 140735237931408 140395055446128 140395866978946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32444] ppid=32426 vsize=13269256 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32444/stat : 32444 (java) S 32426 32426 7411 0 -1 1077944384 738 0 0 0 24 0 0 0 20 0 20 0 4879694 13587718144 106676 33554432000 4194304 4196468 140735237931408 140395054393584 140395866978946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32445] ppid=32426 vsize=13269256 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32445/stat : 32445 (java) R 32426 32426 7411 0 -1 4202560 1898 0 0 0 41 0 0 0 20 0 20 0 4879694 13587718144 106676 33554432000 4194304 4196468 140735237931408 140395053341040 140395845135345 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32446] ppid=32426 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32446/stat : 32446 (java) S 32426 32426 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4879695 13587718144 106676 33554432000 4194304 4196468 140735237931408 140395052288736 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32447] ppid=32426 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32447/stat : 32447 (java) S 32426 32426 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4879695 13587718144 106676 33554432000 4194304 4196468 140735237931408 140395051236272 140395866978946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
Current children cumulated CPU time (s) 5.27
Current children cumulated vsize (KiB) 13278768

[startup+6.30093 s]
/proc/loadavg: 11.25 13.92 14.08 10/295 32447
/proc/meminfo: memFree=27447428/32770624 swapFree=5860/293256
[pid=32426] ppid=32423 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32426/stat : 32426 (xcsp3-exec) S 32423 32426 7411 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4879685 9740288 346 33554432000 4194304 5098028 140728035805536 140728035803640 140559608746620 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 18857984 140728035808398 140728035808608 140728035808608 140728035811307 0
/proc/32426/statm: 2378 346 289 221 0 87 0
[pid=32427] ppid=32426 vsize=13269256 CPUtime=9.8 cores=0,2,4,6,8,10,12,14
/proc/32427/stat : 32427 (java) S 32426 32426 7411 0 -1 1077944320 16807 0 0 0 810 170 0 0 20 0 20 0 4879686 13587718144 223338 33554432000 4194304 4196468 140735237931408 140735237913952 140395866967799 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
/proc/32427/statm: 3317314 223338 3235 1 0 3304547 0
[pid=32427/tid=32428] ppid=32426 vsize=13269256 CPUtime=5.92 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32428/stat : 32428 (java) R 32426 32426 7411 0 -1 4202560 7402 0 0 0 581 11 0 0 20 0 20 0 4879686 13587718144 223338 33554432000 4194304 4196468 140735237931408 140395871204440 140395507057451 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32430] ppid=32426 vsize=13269256 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32430/stat : 32430 (java) S 32426 32426 7411 0 -1 1077944384 151 0 0 0 13 19 0 0 20 0 20 0 4879687 13587718144 223338 33554432000 4194304 4196468 140735237931408 140395838810896 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32431] ppid=32426 vsize=13269256 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32431/stat : 32431 (java) S 32426 32426 7411 0 -1 1077944384 150 0 0 0 13 19 0 0 20 0 20 0 4879687 13587718144 223338 33554432000 4194304 4196468 140735237931408 140395464993680 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32432] ppid=32426 vsize=13269256 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32432/stat : 32432 (java) S 32426 32426 7411 0 -1 1077944384 160 0 0 0 14 19 0 0 20 0 20 0 4879687 13587718144 223338 33554432000 4194304 4196468 140735237931408 140395463941136 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32433] ppid=32426 vsize=13269256 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32433/stat : 32433 (java) S 32426 32426 7411 0 -1 1077944384 297 0 0 0 11 20 0 0 20 0 20 0 4879687 13587718144 223338 33554432000 4194304 4196468 140735237931408 140395462888592 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32434] ppid=32426 vsize=13269256 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32434/stat : 32434 (java) S 32426 32426 7411 0 -1 1077944384 140 0 0 0 12 19 0 0 20 0 20 0 4879687 13587718144 223338 33554432000 4194304 4196468 140735237931408 140395461835024 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32435] ppid=32426 vsize=13269256 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32435/stat : 32435 (java) S 32426 32426 7411 0 -1 1077944384 148 0 0 0 13 19 0 0 20 0 20 0 4879687 13587718144 223338 33554432000 4194304 4196468 140735237931408 140395460782480 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32436] ppid=32426 vsize=13269256 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32436/stat : 32436 (java) S 32426 32426 7411 0 -1 1077944384 219 0 0 0 12 18 0 0 20 0 20 0 4879687 13587718144 223338 33554432000 4194304 4196468 140735237931408 140395459729936 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32437] ppid=32426 vsize=13269256 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32437/stat : 32437 (java) S 32426 32426 7411 0 -1 1077944384 138 0 0 0 13 18 0 0 20 0 20 0 4879687 13587718144 223338 33554432000 4194304 4196468 140735237931408 140395458677392 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32438] ppid=32426 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32438/stat : 32438 (java) S 32426 32426 7411 0 -1 1077944384 550 0 0 0 0 0 0 0 20 0 20 0 4879689 13587718144 223338 33554432000 4194304 4196468 140735237931408 140395060709872 140395866978946 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32439] ppid=32426 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32439/stat : 32439 (java) S 32426 32426 7411 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4879690 13587718144 223338 33554432000 4194304 4196468 140735237931408 140395059656096 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32440] ppid=32426 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32440/stat : 32440 (java) S 32426 32426 7411 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4879690 13587718144 223338 33554432000 4194304 4196468 140735237931408 140395058603504 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32441] ppid=32426 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32441/stat : 32441 (java) S 32426 32426 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4879694 13587718144 223338 33554432000 4194304 4196468 140735237931408 140395057552080 140395866986395 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0

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

/proc/32427/task/32439/stat : 32439 (java) S 32426 32426 7411 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 28 0 4879690 14133010432 1687886 33554432000 4194304 4196468 140735237931408 140395059656160 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32440] ppid=32426 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32440/stat : 32440 (java) S 32426 32426 7411 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 28 0 4879690 14133010432 1687886 33554432000 4194304 4196468 140735237931408 140395058603520 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32441] ppid=32426 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32441/stat : 32441 (java) S 32426 32426 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4879694 14133010432 1687886 33554432000 4194304 4196468 140735237931408 140395057552080 140395866986395 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32442] ppid=32426 vsize=13801768 CPUtime=2.59 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32442/stat : 32442 (java) R 32426 32426 7411 0 -1 4202560 10548 0 0 0 258 1 0 0 20 0 28 0 4879694 14133010432 1687886 33554432000 4194304 4196468 140735237931408 140395056484960 140395848512033 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32443] ppid=32426 vsize=13801768 CPUtime=1.67 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32443/stat : 32443 (java) R 32426 32426 7411 0 -1 4202560 5581 0 0 0 166 1 0 0 20 0 28 0 4879694 14133010432 1687886 33554432000 4194304 4196468 140735237931408 140395055432672 140395844207057 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32444] ppid=32426 vsize=13801768 CPUtime=1.56 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32444/stat : 32444 (java) S 32426 32426 7411 0 -1 1077944384 5048 0 0 0 155 1 0 0 20 0 28 0 4879694 14133010432 1687886 33554432000 4194304 4196468 140735237931408 140395054393584 140395866978946 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32445] ppid=32426 vsize=13801768 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32445/stat : 32445 (java) S 32426 32426 7411 0 -1 1077944384 4689 0 0 0 82 1 0 0 20 0 28 0 4879694 14133010432 1687886 33554432000 4194304 4196468 140735237931408 140395053341040 140395866978946 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32446] ppid=32426 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32446/stat : 32446 (java) S 32426 32426 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4879695 14133010432 1687886 33554432000 4194304 4196468 140735237931408 140395052288736 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32447] ppid=32426 vsize=13801768 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32447/stat : 32447 (java) S 32426 32426 7411 0 -1 1077944384 363 0 0 0 2 3 0 0 20 0 28 0 4879695 14133010432 1687886 33554432000 4194304 4196468 140735237931408 140395051236272 140395866978946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32449] ppid=32426 vsize=13801768 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32449/stat : 32449 (java) R 32426 32426 7411 0 -1 4202560 75 0 0 0 91 0 0 0 20 0 28 0 4890105 14133010432 1687886 33554432000 4194304 4196468 140735237931408 140395043220856 140395510606683 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32450] ppid=32426 vsize=13801768 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32450/stat : 32450 (java) R 32426 32426 7411 0 -1 4202560 39 0 0 0 114 0 0 0 20 0 28 0 4890105 14133010432 1687886 33554432000 4194304 4196468 140735237931408 140395042169320 140395510498331 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32451] ppid=32426 vsize=13801768 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32451/stat : 32451 (java) R 32426 32426 7411 0 -1 4202560 37 0 0 0 103 0 0 0 20 0 28 0 4890105 14133010432 1687886 33554432000 4194304 4196468 140735237931408 140395041117944 140395510377377 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32452] ppid=32426 vsize=13801768 CPUtime=1.02 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32452/stat : 32452 (java) R 32426 32426 7411 0 -1 4202560 68 0 0 0 102 0 0 0 20 0 28 0 4890105 14133010432 1687886 33554432000 4194304 4196468 140735237931408 140395040065368 140395510234260 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32453] ppid=32426 vsize=13801768 CPUtime=1.06 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32453/stat : 32453 (java) R 32426 32426 7411 0 -1 4202560 43 0 0 0 106 0 0 0 20 0 28 0 4890105 14133010432 1687886 33554432000 4194304 4196468 140735237931408 140395039010840 140395510498938 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32454] ppid=32426 vsize=13801768 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32454/stat : 32454 (java) R 32426 32426 7411 0 -1 4202560 34 0 0 0 113 0 0 0 20 0 28 0 4890105 14133010432 1687886 33554432000 4194304 4196468 140735237931408 140395037958120 140395510500448 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32455] ppid=32426 vsize=13801768 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32455/stat : 32455 (java) R 32426 32426 7411 0 -1 4202560 87 0 0 0 103 0 0 0 20 0 28 0 4890105 14133010432 1687886 33554432000 4194304 4196468 140735237931408 140395036905752 140395510607147 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32456] ppid=32426 vsize=13801768 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32456/stat : 32456 (java) R 32426 32426 7411 0 -1 4202560 29 0 0 0 97 0 0 0 20 0 28 0 4890105 14133010432 1687886 33554432000 4194304 4196468 140735237931408 140395035853352 140395510850930 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
Current children cumulated CPU time (s) 217.27
Current children cumulated vsize (KiB) 13811280

[startup+106.002 s]
/proc/loadavg: 9.59 12.59 13.58 19/303 32456
/proc/meminfo: memFree=21753740/32770624 swapFree=5860/293364
[pid=32426] ppid=32423 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32426/stat : 32426 (xcsp3-exec) S 32423 32426 7411 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4879685 9740288 346 33554432000 4194304 5098028 140728035805536 140728035803640 140559608746620 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 18857984 140728035808398 140728035808608 140728035808608 140728035811307 0
/proc/32426/statm: 2378 346 289 221 0 87 0
[pid=32427] ppid=32426 vsize=13801768 CPUtime=220.36 cores=0,2,4,6,8,10,12,14
/proc/32427/stat : 32427 (java) S 32426 32426 7411 0 -1 1077944320 168304 0 0 0 20304 1732 0 0 20 0 28 0 4879686 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140735237913952 140395866967799 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
/proc/32427/statm: 3450442 1687168 3293 1 0 3437675 0
[pid=32427/tid=32428] ppid=32426 vsize=13801768 CPUtime=89.08 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32428/stat : 32428 (java) S 32426 32426 7411 0 -1 1077944384 16008 0 0 0 8873 35 0 0 20 0 28 0 4879686 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395871208576 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32430] ppid=32426 vsize=13801768 CPUtime=13.98 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32430/stat : 32430 (java) S 32426 32426 7411 0 -1 1077944384 14445 0 0 0 1177 221 0 0 20 0 28 0 4879687 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395838810896 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32431] ppid=32426 vsize=13801768 CPUtime=14.16 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32431/stat : 32431 (java) S 32426 32426 7411 0 -1 1077944384 13418 0 0 0 1222 194 0 0 20 0 28 0 4879687 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395464993680 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32432] ppid=32426 vsize=13801768 CPUtime=14.01 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32432/stat : 32432 (java) S 32426 32426 7411 0 -1 1077944384 13528 0 0 0 1190 211 0 0 20 0 28 0 4879687 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395463941136 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32433] ppid=32426 vsize=13801768 CPUtime=14.06 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32433/stat : 32433 (java) S 32426 32426 7411 0 -1 1077944384 15568 0 0 0 1184 222 0 0 20 0 28 0 4879687 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395462888592 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32434] ppid=32426 vsize=13801768 CPUtime=14.09 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32434/stat : 32434 (java) S 32426 32426 7411 0 -1 1077944384 12749 0 0 0 1200 209 0 0 20 0 28 0 4879687 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395461835024 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32435] ppid=32426 vsize=13801768 CPUtime=13.96 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32435/stat : 32435 (java) S 32426 32426 7411 0 -1 1077944384 14405 0 0 0 1209 187 0 0 20 0 28 0 4879687 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395460782480 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32436] ppid=32426 vsize=13801768 CPUtime=14.07 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32436/stat : 32436 (java) S 32426 32426 7411 0 -1 1077944384 13054 0 0 0 1184 223 0 0 20 0 28 0 4879687 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395459729936 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32437] ppid=32426 vsize=13801768 CPUtime=13.92 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32437/stat : 32437 (java) S 32426 32426 7411 0 -1 1077944384 13399 0 0 0 1178 214 0 0 20 0 28 0 4879687 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395458677392 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32438] ppid=32426 vsize=13801768 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32438/stat : 32438 (java) S 32426 32426 7411 0 -1 1077944384 13586 0 0 0 76 1 0 0 20 0 28 0 4879689 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395060709872 140395866978946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32439] ppid=32426 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32439/stat : 32439 (java) S 32426 32426 7411 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 28 0 4879690 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395059656160 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32440] ppid=32426 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32440/stat : 32440 (java) S 32426 32426 7411 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 28 0 4879690 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395058603520 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32441] ppid=32426 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32441/stat : 32441 (java) S 32426 32426 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4879694 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395057552080 140395866986395 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32442] ppid=32426 vsize=13801768 CPUtime=2.8 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32442/stat : 32442 (java) S 32426 32426 7411 0 -1 1077944384 10619 0 0 0 279 1 0 0 20 0 28 0 4879694 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395056498672 140395866978946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32443] ppid=32426 vsize=13801768 CPUtime=1.75 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32443/stat : 32443 (java) S 32426 32426 7411 0 -1 1077944384 5593 0 0 0 174 1 0 0 20 0 28 0 4879694 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395055446128 140395866978946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32444] ppid=32426 vsize=13801768 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32444/stat : 32444 (java) S 32426 32426 7411 0 -1 1077944384 5050 0 0 0 156 1 0 0 20 0 28 0 4879694 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395054393584 140395866978946 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32445] ppid=32426 vsize=13801768 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32445/stat : 32445 (java) S 32426 32426 7411 0 -1 1077944384 4691 0 0 0 83 1 0 0 20 0 28 0 4879694 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395053341040 140395866978946 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32446] ppid=32426 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32446/stat : 32446 (java) S 32426 32426 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4879695 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395052288736 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32447] ppid=32426 vsize=13801768 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32447/stat : 32447 (java) S 32426 32426 7411 0 -1 1077944384 363 0 0 0 2 3 0 0 20 0 28 0 4879695 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395051236272 140395866978946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32449] ppid=32426 vsize=13801768 CPUtime=1.25 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32449/stat : 32449 (java) R 32426 32426 7411 0 -1 4202560 75 0 0 0 125 0 0 0 20 0 28 0 4890105 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395043220304 140395510607129 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32450] ppid=32426 vsize=13801768 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32450/stat : 32450 (java) R 32426 32426 7411 0 -1 4202560 39 0 0 0 151 0 0 0 20 0 28 0 4890105 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395042169880 140395510497950 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32451] ppid=32426 vsize=13801768 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32451/stat : 32451 (java) R 32426 32426 7411 0 -1 4202560 38 0 0 0 133 0 0 0 20 0 28 0 4890105 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395041117816 140395510607129 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32452] ppid=32426 vsize=13801768 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32452/stat : 32452 (java) R 32426 32426 7411 0 -1 4202560 68 0 0 0 134 0 0 0 20 0 28 0 4890105 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395040063720 140395510259171 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32453] ppid=32426 vsize=13801768 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32453/stat : 32453 (java) R 32426 32426 7411 0 -1 4202560 43 0 0 0 142 0 0 0 20 0 28 0 4890105 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395039012904 140395510607129 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32454] ppid=32426 vsize=13801768 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32454/stat : 32454 (java) R 32426 32426 7411 0 -1 4202560 34 0 0 0 151 0 0 0 20 0 28 0 4890105 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395037958120 140395510209697 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32455] ppid=32426 vsize=13801768 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32455/stat : 32455 (java) R 32426 32426 7411 0 -1 4202560 87 0 0 0 136 0 0 0 20 0 28 0 4890105 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395036906088 140395510499010 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32456] ppid=32426 vsize=13801768 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32456/stat : 32456 (java) R 32426 32426 7411 0 -1 4202560 29 0 0 0 134 0 0 0 20 0 28 0 4890105 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395035853528 140395852704993 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
Current children cumulated CPU time (s) 220.36
Current children cumulated vsize (KiB) 13811280

[startup+106.102 s]
/proc/loadavg: 9.59 12.59 13.58 19/303 32456
/proc/meminfo: memFree=21753740/32770624 swapFree=5860/293364
[pid=32426] ppid=32423 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32426/stat : 32426 (xcsp3-exec) S 32423 32426 7411 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4879685 9740288 346 33554432000 4194304 5098028 140728035805536 140728035803640 140559608746620 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 18857984 140728035808398 140728035808608 140728035808608 140728035811307 0
/proc/32426/statm: 2378 346 289 221 0 87 0
[pid=32427] ppid=32426 vsize=13801768 CPUtime=221.15 cores=0,2,4,6,8,10,12,14
/proc/32427/stat : 32427 (java) S 32426 32426 7411 0 -1 1077944320 168313 0 0 0 20383 1732 0 0 20 0 28 0 4879686 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140735237913952 140395866967799 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
/proc/32427/statm: 3450442 1687168 3293 1 0 3437675 0
[pid=32427/tid=32428] ppid=32426 vsize=13801768 CPUtime=89.08 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32428/stat : 32428 (java) S 32426 32426 7411 0 -1 1077944384 16008 0 0 0 8873 35 0 0 20 0 28 0 4879686 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395871208576 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32430] ppid=32426 vsize=13801768 CPUtime=13.98 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32430/stat : 32430 (java) S 32426 32426 7411 0 -1 1077944384 14445 0 0 0 1177 221 0 0 20 0 28 0 4879687 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395838810896 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32431] ppid=32426 vsize=13801768 CPUtime=14.16 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32431/stat : 32431 (java) S 32426 32426 7411 0 -1 1077944384 13418 0 0 0 1222 194 0 0 20 0 28 0 4879687 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395464993680 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32432] ppid=32426 vsize=13801768 CPUtime=14.01 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32432/stat : 32432 (java) S 32426 32426 7411 0 -1 1077944384 13528 0 0 0 1190 211 0 0 20 0 28 0 4879687 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395463941136 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32433] ppid=32426 vsize=13801768 CPUtime=14.06 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32433/stat : 32433 (java) S 32426 32426 7411 0 -1 1077944384 15568 0 0 0 1184 222 0 0 20 0 28 0 4879687 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395462888592 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32434] ppid=32426 vsize=13801768 CPUtime=14.09 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32434/stat : 32434 (java) S 32426 32426 7411 0 -1 1077944384 12749 0 0 0 1200 209 0 0 20 0 28 0 4879687 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395461835024 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32435] ppid=32426 vsize=13801768 CPUtime=13.96 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32435/stat : 32435 (java) S 32426 32426 7411 0 -1 1077944384 14405 0 0 0 1209 187 0 0 20 0 28 0 4879687 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395460782480 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32436] ppid=32426 vsize=13801768 CPUtime=14.07 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32436/stat : 32436 (java) S 32426 32426 7411 0 -1 1077944384 13054 0 0 0 1184 223 0 0 20 0 28 0 4879687 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395459729936 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32437] ppid=32426 vsize=13801768 CPUtime=13.92 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32437/stat : 32437 (java) S 32426 32426 7411 0 -1 1077944384 13399 0 0 0 1178 214 0 0 20 0 28 0 4879687 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395458677392 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32438] ppid=32426 vsize=13801768 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32438/stat : 32438 (java) S 32426 32426 7411 0 -1 1077944384 13586 0 0 0 76 1 0 0 20 0 28 0 4879689 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395060709872 140395866978946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32439] ppid=32426 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32439/stat : 32439 (java) S 32426 32426 7411 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 28 0 4879690 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395059656160 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32440] ppid=32426 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32440/stat : 32440 (java) S 32426 32426 7411 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 28 0 4879690 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395058603520 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32441] ppid=32426 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32441/stat : 32441 (java) S 32426 32426 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4879694 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395057552080 140395866986395 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32442] ppid=32426 vsize=13801768 CPUtime=2.81 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32442/stat : 32442 (java) S 32426 32426 7411 0 -1 1077944384 10619 0 0 0 280 1 0 0 20 0 28 0 4879694 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395056498672 140395866978946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32443] ppid=32426 vsize=13801768 CPUtime=1.76 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32443/stat : 32443 (java) S 32426 32426 7411 0 -1 1077944384 5593 0 0 0 175 1 0 0 20 0 28 0 4879694 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395055446128 140395866978946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32444] ppid=32426 vsize=13801768 CPUtime=1.6 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32444/stat : 32444 (java) S 32426 32426 7411 0 -1 1077944384 5054 0 0 0 159 1 0 0 20 0 28 0 4879694 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395054393584 140395866978946 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32445] ppid=32426 vsize=13801768 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32445/stat : 32445 (java) S 32426 32426 7411 0 -1 1077944384 4696 0 0 0 84 1 0 0 20 0 28 0 4879694 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395053341040 140395866978946 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32446] ppid=32426 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32446/stat : 32446 (java) S 32426 32426 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4879695 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395052288736 140395866978005 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32447] ppid=32426 vsize=13801768 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32447/stat : 32447 (java) S 32426 32426 7411 0 -1 1077944384 363 0 0 0 2 3 0 0 20 0 28 0 4879695 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395051236272 140395866978946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32449] ppid=32426 vsize=13801768 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32449/stat : 32449 (java) R 32426 32426 7411 0 -1 4202560 75 0 0 0 135 0 0 0 20 0 28 0 4890105 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395043220304 140395510498293 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32450] ppid=32426 vsize=13801768 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32450/stat : 32450 (java) R 32426 32426 7411 0 -1 4202560 39 0 0 0 161 0 0 0 20 0 28 0 4890105 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395042169880 140395510498983 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32451] ppid=32426 vsize=13801768 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32451/stat : 32451 (java) R 32426 32426 7411 0 -1 4202560 38 0 0 0 143 0 0 0 20 0 28 0 4890105 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395041117816 140395510607129 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32452] ppid=32426 vsize=13801768 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32452/stat : 32452 (java) R 32426 32426 7411 0 -1 4202560 68 0 0 0 141 0 0 0 20 0 28 0 4890105 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395040063320 140395510607391 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32453] ppid=32426 vsize=13801768 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32453/stat : 32453 (java) R 32426 32426 7411 0 -1 4202560 43 0 0 0 152 0 0 0 20 0 28 0 4890105 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395039012792 140395510259171 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32454] ppid=32426 vsize=13801768 CPUtime=1.6 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32454/stat : 32454 (java) R 32426 32426 7411 0 -1 4202560 34 0 0 0 160 0 0 0 20 0 28 0 4890105 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395037958120 140395510498864 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32455] ppid=32426 vsize=13801768 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32455/stat : 32455 (java) R 32426 32426 7411 0 -1 4202560 87 0 0 0 146 0 0 0 20 0 28 0 4890105 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395036906088 140395510498288 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
[pid=32427/tid=32456] ppid=32426 vsize=13801768 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/32427/task/32456/stat : 32456 (java) R 32426 32426 7411 0 -1 4202560 29 0 0 0 143 0 0 0 20 0 28 0 4890105 14133010432 1687168 33554432000 4194304 4196468 140735237931408 140395035855400 140395511088563 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7761920 140735237936316 140735237936492 140735237936492 140735237939151 0
Current children cumulated CPU time (s) 221.15
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 106.165
CPU time (s): 221.355
CPU user time (s): 203.979
CPU system time (s): 17.3758
CPU usage (%): 208.501
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 203.979
system time used= 17.3758
maximum resident set size= 6751756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168899
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= 9713
involuntary context switches= 16626

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.893281 second user time and 0.887554 second system time

The end

Launcher Data

Begin job on node131 at 2017-07-22 06:02:03
IDJOB=4249946
IDBENCH=138525
IDSOLVER=2626
FILE ID=node131/4249946-1500696123
RUNJOBID= node131-1500682620-7801
PBS_JOBID= 20623041
Free space on /tmp= 62012 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Sadeh-js/SuperSadeh-js-enddr1-9.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-4249946-1500696123/watcher-4249946-1500696123 -o /tmp/evaluation-result-4249946-1500696123/solver-4249946-1500696123 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500682620-7801 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1439416068 HOME/instance-4249946-1500696123.xml

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

MD5SUM BENCH= 663436d48867ef848cc7f80c5423cb12
RANDOM SEED=1439416068

node131.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		: 1600.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	: 5334.06
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	: 5334.06
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		: 1733.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	: 5334.06
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		: 2267.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	: 5334.06
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		: 2533.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	: 5334.06
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		: 1867.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	: 5334.06
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	: 5334.06
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		: 2400.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	: 5334.06
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:        28233428 kB
MemAvailable:   28405576 kB
Buffers:          117420 kB
Cached:           336984 kB
SwapCached:            0 kB
Active:          3798848 kB
Inactive:         301876 kB
Active(anon):    3648976 kB
Inactive(anon):     8680 kB
Active(file):     149872 kB
Inactive(file):   293196 kB
Unevictable:        5860 kB
Mlocked:            5860 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7656 kB
Writeback:             8 kB
AnonPages:       3651692 kB
Mapped:            42728 kB
Shmem:              8844 kB
Slab:             123908 kB
SReclaimable:      89832 kB
SUnreclaim:        34076 kB
KernelStack:        4720 kB
PageTables:        12936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4442524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3483648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 62004 MiB
End job on node131 at 2017-07-22 06:03:49