Trace number 4247932

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 4.0.5 (2017-07-05)OPT0 246.343 33.4082

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-08.xml
MD5SUM8d41ef15b4a24b5ee65fe3e377737596
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1196.9
Satisfiable
(Un)Satisfiability was proved
Number of variables83
Number of constraints82
Number of domains2
Minimum domain size2
Maximum domain size64
Distribution of domain sizes[{"size":2,"count":18},{"size":64,"count":65}]
Minimum variable degree2
Maximum variable degree18
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":44},{"degree":4,"count":18},{"degree":18,"count":1}]
Minimum constraint arity2
Maximum constraint arity64
Distribution of constraint arities[{"arity":2,"count":63},{"arity":3,"count":18},{"arity":64,"count":1}]
Number of extensional constraints0
Number of intensional constraints81
Distribution of constraint types[{"type":"intension","count":81},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4247932-1500690972.xml"  -tl '2400s' -p 8 -x 0
0.00/0.18	c [HOME/instance-4247932-1500690972.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.23	c 8 solvers in parallel
0.00/0.30	c parse instance...
6.22/2.51	c solve instance...
30.63/5.65	o 9 
30.63/5.67	o 8 
34.44/6.12	o 7 
44.97/7.68	o 6 
44.97/7.68	o 5 
162.97/22.58	o 4 
164.54/22.72	o 3 
191.51/26.15	o 2 
206.65/28.40	o 1 
245.71/33.39	o 0 
245.71/33.39	s OPTIMUM FOUND
245.71/33.39	v <instantiation>
245.71/33.39	v 	<list>q x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] b[0] b[1] b[2] b[3] b[4] b[5] b[6] b[7] b[8] b[9] b[10] b[11] b[12] b[13] b[14] b[15] b[16] b[17] </list>
245.71/33.39	v 	<values>42 19 34 44 50 56 41 51 36 42 57 40 25 35 29 39 54 60 43 49 59 53 63 46 61 55 45 62 52 58 48 33 27 12 2 8 18 24 9 3 13 7 22 28 38 23 6 21 15 5 11 1 16 26 20 30 47 37 31 14 4 10 0 17 32 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>
245.71/33.39	v </instantiation>

Verifier Data

OK	0

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-4247932-1500690972/watcher-4247932-1500690972 -o /tmp/evaluation-result-4247932-1500690972/solver-4247932-1500690972 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500684128-16796 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1176623389 HOME/instance-4247932-1500690972.xml 

pid=932
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 13.62 14.66 12.03 7/262 935
/proc/meminfo: memFree=31846116/32770624 swapFree=5892/121644
[pid=935] ppid=932 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/935/stat : 935 (xcsp3-exec) S 932 935 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 4366881 9740288 345 33554432000 4194304 5098028 140733516127504 140733516125608 139911974449788 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25288704 140733516129422 140733516129632 140733516129632 140733516132331 0
/proc/935/statm: 2378 345 289 221 0 87 0

[startup+0.100096 s]
/proc/loadavg: 13.62 14.66 12.03 7/262 935
/proc/meminfo: memFree=31846116/32770624 swapFree=5892/121644
[pid=935] ppid=932 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/935/stat : 935 (xcsp3-exec) S 932 935 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 4366881 9740288 345 33554432000 4194304 5098028 140733516127504 140733516125608 139911974449788 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25288704 140733516129422 140733516129632 140733516129632 140733516132331 0
/proc/935/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200267 s]
/proc/loadavg: 13.62 14.66 12.03 7/262 935
/proc/meminfo: memFree=31846116/32770624 swapFree=5892/121644
[pid=935] ppid=932 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/935/stat : 935 (xcsp3-exec) S 932 935 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 4366881 9740288 345 33554432000 4194304 5098028 140733516127504 140733516125608 139911974449788 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25288704 140733516129422 140733516129632 140733516129632 140733516132331 0
/proc/935/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300247 s]
/proc/loadavg: 13.62 14.66 12.03 7/262 935
/proc/meminfo: memFree=31846116/32770624 swapFree=5892/121644
[pid=935] ppid=932 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/935/stat : 935 (xcsp3-exec) S 932 935 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 4366881 9740288 345 33554432000 4194304 5098028 140733516127504 140733516125608 139911974449788 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25288704 140733516129422 140733516129632 140733516129632 140733516132331 0
/proc/935/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700202 s]
/proc/loadavg: 13.62 14.66 12.03 7/262 935
/proc/meminfo: memFree=31846116/32770624 swapFree=5892/121644
[pid=935] ppid=932 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/935/stat : 935 (xcsp3-exec) S 932 935 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 4366881 9740288 345 33554432000 4194304 5098028 140733516127504 140733516125608 139911974449788 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25288704 140733516129422 140733516129632 140733516129632 140733516132331 0
/proc/935/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50076 s]
/proc/loadavg: 13.62 14.66 12.03 8/283 1061
/proc/meminfo: memFree=31737000/32770624 swapFree=5892/121708
[pid=935] ppid=932 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/935/stat : 935 (xcsp3-exec) S 932 935 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 4366881 9740288 345 33554432000 4194304 5098028 140733516127504 140733516125608 139911974449788 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25288704 140733516129422 140733516129632 140733516129632 140733516132331 0
/proc/935/statm: 2378 345 289 221 0 87 0
[pid=936] ppid=935 vsize=13269256 CPUtime=4.27 cores=0,2,4,6,8,10,12,14
/proc/936/stat : 936 (java) S 935 935 15667 0 -1 1077944320 32740 0 0 0 417 10 0 0 20 0 20 0 4366881 13587718144 38917 33554432000 4194304 4196468 140727086057488 140727086040032 139909707902711 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
/proc/936/statm: 3317314 38917 3214 1 0 3304547 0
[pid=936/tid=937] ppid=935 vsize=13269256 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/936/task/937/stat : 937 (java) R 935 935 15667 0 -1 4202560 7159 0 0 0 142 4 0 0 20 0 20 0 4366882 13587718144 38917 33554432000 4194304 4196468 140727086057488 139909712135832 139909317824199 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=942] ppid=935 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/942/stat : 942 (java) S 935 935 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4366883 13587718144 38917 33554432000 4194304 4196468 140727086057488 139909640039568 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=943] ppid=935 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/943/stat : 943 (java) S 935 935 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4366883 13587718144 38917 33554432000 4194304 4196468 140727086057488 139909638986768 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=945] ppid=935 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/945/stat : 945 (java) S 935 935 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4366883 13587718144 38917 33554432000 4194304 4196468 140727086057488 139909637933968 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=946] ppid=935 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/946/stat : 946 (java) S 935 935 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4366883 13587718144 38917 33554432000 4194304 4196468 140727086057488 139909636881168 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=947] ppid=935 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/947/stat : 947 (java) S 935 935 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4366883 13587718144 38917 33554432000 4194304 4196468 140727086057488 139909635828368 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=948] ppid=935 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/948/stat : 948 (java) S 935 935 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4366883 13587718144 38917 33554432000 4194304 4196468 140727086057488 139909634775568 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=949] ppid=935 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/949/stat : 949 (java) S 935 935 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4366883 13587718144 38917 33554432000 4194304 4196468 140727086057488 139909300980112 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=950] ppid=935 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/950/stat : 950 (java) S 935 935 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4366883 13587718144 38917 33554432000 4194304 4196468 140727086057488 139909299927312 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=955] ppid=935 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/955/stat : 955 (java) S 935 935 15667 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 4366885 13587718144 38917 33554432000 4194304 4196468 140727086057488 139909170252656 139909707913858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=956] ppid=935 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/956/stat : 956 (java) S 935 935 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4366886 13587718144 38917 33554432000 4194304 4196468 140727086057488 139909169198624 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=957] ppid=935 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/957/stat : 957 (java) S 935 935 15667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4366886 13587718144 38917 33554432000 4194304 4196468 140727086057488 139909168145776 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=958] ppid=935 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/958/stat : 958 (java) S 935 935 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4366889 13587718144 38917 33554432000 4194304 4196468 140727086057488 139909167094096 139909707921307 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=959] ppid=935 vsize=13269256 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/936/task/959/stat : 959 (java) R 935 935 15667 0 -1 4202560 7026 0 0 0 71 1 0 0 20 0 20 0 4366889 13587718144 38917 33554432000 4194304 4196468 140727086057488 139909166031056 139909692784479 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=960] ppid=935 vsize=13269256 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/936/task/960/stat : 960 (java) R 935 935 15667 0 -1 4202560 5558 0 0 0 74 0 0 0 20 0 20 0 4366889 13587718144 38917 33554432000 4194304 4196468 140727086057488 139909164975200 139909689312861 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=961] ppid=935 vsize=13269256 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/936/task/961/stat : 961 (java) R 935 935 15667 0 -1 4202560 7521 0 0 0 83 1 0 0 20 0 20 0 4366889 13587718144 38917 33554432000 4194304 4196468 140727086057488 139909096522912 139909689422763 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=962] ppid=935 vsize=13269256 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/936/task/962/stat : 962 (java) R 935 935 15667 0 -1 4202560 4146 0 0 0 45 0 0 0 20 0 20 0 4366889 13587718144 38917 33554432000 4194304 4196468 140727086057488 139909095479280 139909700999547 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=965] ppid=935 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/965/stat : 965 (java) S 935 935 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4366889 13587718144 38917 33554432000 4194304 4196468 140727086057488 139909094427744 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=968] ppid=935 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/968/stat : 968 (java) S 935 935 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4366890 13587718144 38917 33554432000 4194304 4196468 140727086057488 139909093375024 139909707913858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 13278768

[startup+3.10111 s]
/proc/loadavg: 13.62 14.66 12.03 3/283 1061
/proc/meminfo: memFree=31595592/32770624 swapFree=5892/121708
[pid=935] ppid=932 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/935/stat : 935 (xcsp3-exec) S 932 935 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 4366881 9740288 345 33554432000 4194304 5098028 140733516127504 140733516125608 139911974449788 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25288704 140733516129422 140733516129632 140733516129632 140733516132331 0
/proc/935/statm: 2378 345 289 221 0 87 0
[pid=936] ppid=935 vsize=13801768 CPUtime=10.75 cores=0,2,4,6,8,10,12,14
/proc/936/stat : 936 (java) S 935 935 15667 0 -1 1077944320 41934 0 0 0 1061 14 0 0 20 0 28 0 4366881 14133010432 57224 33554432000 4194304 4196468 140727086057488 140727086040032 139909707902711 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
/proc/936/statm: 3450442 57224 3224 1 0 3437675 0
[pid=936/tid=937] ppid=935 vsize=13801768 CPUtime=2.49 cores=0,2,4,6,8,10,12,14
/proc/936/task/937/stat : 937 (java) S 935 935 15667 0 -1 1077944384 9552 0 0 0 243 6 0 0 20 0 28 0 4366882 14133010432 57224 33554432000 4194304 4196468 140727086057488 139909712143488 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=942] ppid=935 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/942/stat : 942 (java) S 935 935 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4366883 14133010432 57224 33554432000 4194304 4196468 140727086057488 139909640039568 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=943] ppid=935 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/943/stat : 943 (java) S 935 935 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4366883 14133010432 57224 33554432000 4194304 4196468 140727086057488 139909638986768 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=945] ppid=935 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/945/stat : 945 (java) S 935 935 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4366883 14133010432 57224 33554432000 4194304 4196468 140727086057488 139909637933968 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=946] ppid=935 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/946/stat : 946 (java) S 935 935 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4366883 14133010432 57224 33554432000 4194304 4196468 140727086057488 139909636881168 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=947] ppid=935 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/947/stat : 947 (java) S 935 935 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4366883 14133010432 57224 33554432000 4194304 4196468 140727086057488 139909635828368 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=948] ppid=935 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/948/stat : 948 (java) S 935 935 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4366883 14133010432 57224 33554432000 4194304 4196468 140727086057488 139909634775568 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=949] ppid=935 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/949/stat : 949 (java) S 935 935 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4366883 14133010432 57224 33554432000 4194304 4196468 140727086057488 139909300980112 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=950] ppid=935 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/950/stat : 950 (java) S 935 935 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4366883 14133010432 57224 33554432000 4194304 4196468 140727086057488 139909299927312 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=955] ppid=935 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/955/stat : 955 (java) S 935 935 15667 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 28 0 4366885 14133010432 57224 33554432000 4194304 4196468 140727086057488 139909170252656 139909707913858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=956] ppid=935 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/956/stat : 956 (java) S 935 935 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4366886 14133010432 57224 33554432000 4194304 4196468 140727086057488 139909169198624 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=957] ppid=935 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/957/stat : 957 (java) S 935 935 15667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4366886 14133010432 57224 33554432000 4194304 4196468 140727086057488 139909168145776 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=958] ppid=935 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/958/stat : 958 (java) S 935 935 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4366889 14133010432 57224 33554432000 4194304 4196468 140727086057488 139909167094096 139909707921307 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=959] ppid=935 vsize=13801768 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/936/task/959/stat : 959 (java) R 935 935 15667 0 -1 4202560 8680 0 0 0 138 1 0 0 20 0 28 0 4366889 14133010432 57224 33554432000 4194304 4196468 140727086057488 139909166028000 139909687150067 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=960] ppid=935 vsize=13801768 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/936/task/960/stat : 960 (java) R 935 935 15667 0 -1 4202560 7548 0 0 0 156 1 0 0 20 0 28 0 4366889 14133010432 57224 33554432000 4194304 4196468 140727086057488 139909164974816 139909689446945 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=961] ppid=935 vsize=13801768 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/936/task/961/stat : 961 (java) R 935 935 15667 0 -1 4202560 8570 0 0 0 146 1 0 0 20 0 28 0 4366889 14133010432 57224 33554432000 4194304 4196468 140727086057488 139909096519000 139909689423822 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=962] ppid=935 vsize=13801768 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/936/task/962/stat : 962 (java) S 935 935 15667 0 -1 1077944384 5606 0 0 0 76 1 0 0 20 0 28 0 4366889 14133010432 57224 33554432000 4194304 4196468 140727086057488 139909095479280 139909707913858 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=965] ppid=935 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/965/stat : 965 (java) S 935 935 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4366889 14133010432 57224 33554432000 4194304 4196468 140727086057488 139909094427744 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=968] ppid=935 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/968/stat : 968 (java) S 935 935 15667 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 4366890 14133010432 57224 33554432000 4194304 4196468 140727086057488 139909093375024 139909707913858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
Current children cumulated CPU time (s) 10.75
Current children cumulated vsize (KiB) 13811280

[startup+6.30118 s]
/proc/loadavg: 13.73 14.66 12.05 11/291 1069
/proc/meminfo: memFree=31305336/32770624 swapFree=5892/121696
[pid=935] ppid=932 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/935/stat : 935 (xcsp3-exec) S 932 935 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 4366881 9740288 345 33554432000 4194304 5098028 140733516127504 140733516125608 139911974449788 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25288704 140733516129422 140733516129632 140733516129632 140733516132331 0
/proc/935/statm: 2378 345 289 221 0 87 0
[pid=936] ppid=935 vsize=13868332 CPUtime=35.92 cores=0,2,4,6,8,10,12,14
/proc/936/stat : 936 (java) S 935 935 15667 0 -1 1077944320 60913 0 0 0 3556 36 0 0 20 0 28 0 4366881 14201171968 72773 33554432000 4194304 4196468 140727086057488 140727086040032 139909707902711 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
/proc/936/statm: 3467083 72773 3281 1 0 3454316 0
[pid=936/tid=937] ppid=935 vsize=13868332 CPUtime=2.49 cores=0,2,4,6,8,10,12,14
/proc/936/task/937/stat : 937 (java) S 935 935 15667 0 -1 1077944384 9685 0 0 0 243 6 0 0 20 0 28 0 4366882 14201171968 72773 33554432000 4194304 4196468 140727086057488 139909712143488 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=942] ppid=935 vsize=13868332 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/936/task/942/stat : 942 (java) S 935 935 15667 0 -1 1077944384 41 0 0 0 1 2 0 0 20 0 28 0 4366883 14201171968 72773 33554432000 4194304 4196468 140727086057488 139909640039568 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=943] ppid=935 vsize=13868332 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/936/task/943/stat : 943 (java) S 935 935 15667 0 -1 1077944384 21 0 0 0 1 1 0 0 20 0 28 0 4366883 14201171968 72773 33554432000 4194304 4196468 140727086057488 139909638986768 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=945] ppid=935 vsize=13868332 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/936/task/945/stat : 945 (java) S 935 935 15667 0 -1 1077944384 990 0 0 0 1 1 0 0 20 0 28 0 4366883 14201171968 72773 33554432000 4194304 4196468 140727086057488 139909637933968 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=946] ppid=935 vsize=13868332 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/936/task/946/stat : 946 (java) S 935 935 15667 0 -1 1077944384 23 0 0 0 0 1 0 0 20 0 28 0 4366883 14201171968 72773 33554432000 4194304 4196468 140727086057488 139909636881168 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=947] ppid=935 vsize=13868332 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/936/task/947/stat : 947 (java) S 935 935 15667 0 -1 1077944384 256 0 0 0 1 2 0 0 20 0 28 0 4366883 14201171968 72773 33554432000 4194304 4196468 140727086057488 139909635828368 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=948] ppid=935 vsize=13868332 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/936/task/948/stat : 948 (java) S 935 935 15667 0 -1 1077944384 59 0 0 0 2 2 0 0 20 0 28 0 4366883 14201171968 72773 33554432000 4194304 4196468 140727086057488 139909634775568 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=949] ppid=935 vsize=13868332 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/936/task/949/stat : 949 (java) S 935 935 15667 0 -1 1077944384 83 0 0 0 2 2 0 0 20 0 28 0 4366883 14201171968 72773 33554432000 4194304 4196468 140727086057488 139909300980112 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=950] ppid=935 vsize=13868332 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/936/task/950/stat : 950 (java) S 935 935 15667 0 -1 1077944384 80 0 0 0 3 1 0 0 20 0 28 0 4366883 14201171968 72773 33554432000 4194304 4196468 140727086057488 139909299927312 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=955] ppid=935 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/955/stat : 955 (java) S 935 935 15667 0 -1 1077944384 477 0 0 0 0 0 0 0 20 0 28 0 4366885 14201171968 72773 33554432000 4194304 4196468 140727086057488 139909170252656 139909707913858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=956] ppid=935 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/956/stat : 956 (java) S 935 935 15667 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 28 0 4366886 14201171968 72773 33554432000 4194304 4196468 140727086057488 139909169198624 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=957] ppid=935 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/957/stat : 957 (java) S 935 935 15667 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 28 0 4366886 14201171968 72773 33554432000 4194304 4196468 140727086057488 139909168145776 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=958] ppid=935 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/958/stat : 958 (java) S 935 935 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4366889 14201171968 72773 33554432000 4194304 4196468 140727086057488 139909167094096 139909707921307 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0

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

/proc/936/task/965/stat : 965 (java) S 935 935 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4366889 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909094427744 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=968] ppid=935 vsize=13868332 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/936/task/968/stat : 968 (java) S 935 935 15667 0 -1 1077944384 1336 0 0 0 0 1 0 0 20 0 28 0 4366890 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909093375024 139909707913858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 20 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=1146] ppid=935 vsize=13868332 CPUtime=3.58 cores=0,2,4,6,8,10,12,14
/proc/936/task/1146/stat : 1146 (java) R 935 935 15667 0 -1 4202560 302 0 0 0 358 0 0 0 20 0 28 0 4369721 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909082201304 139909317669023 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=1147] ppid=935 vsize=13868332 CPUtime=3.55 cores=0,2,4,6,8,10,12,14
/proc/936/task/1147/stat : 1147 (java) R 935 935 15667 0 -1 4202560 183 0 0 0 355 0 0 0 20 0 28 0 4369721 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909085359968 139909321407719 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=1148] ppid=935 vsize=13868332 CPUtime=3.48 cores=0,2,4,6,8,10,12,14
/proc/936/task/1148/stat : 1148 (java) R 935 935 15667 0 -1 4202560 140 0 0 0 348 0 0 0 20 0 28 0 4369721 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909083254696 139909321407712 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=1149] ppid=935 vsize=13868332 CPUtime=3.56 cores=0,2,4,6,8,10,12,14
/proc/936/task/1149/stat : 1149 (java) R 935 935 15667 0 -1 4202560 336 0 0 0 356 0 0 0 20 0 28 0 4369721 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909080096600 139909322696581 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=1150] ppid=935 vsize=13868332 CPUtime=3.58 cores=0,2,4,6,8,10,12,14
/proc/936/task/1150/stat : 1150 (java) R 935 935 15667 0 -1 4202560 196 0 0 0 358 0 0 0 20 0 28 0 4369721 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909076938456 139909323498030 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=1151] ppid=935 vsize=13868332 CPUtime=3.57 cores=0,2,4,6,8,10,12,14
/proc/936/task/1151/stat : 1151 (java) R 935 935 15667 0 -1 4202560 87 0 0 0 357 0 0 0 20 0 28 0 4369721 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909081148888 139909321954994 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=1152] ppid=935 vsize=13868332 CPUtime=3.51 cores=0,2,4,6,8,10,12,14
/proc/936/task/1152/stat : 1152 (java) R 935 935 15667 0 -1 4202560 229 0 0 0 351 0 0 0 20 0 28 0 4369721 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909077991896 139909321955136 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=1153] ppid=935 vsize=13868332 CPUtime=3.52 cores=0,2,4,6,8,10,12,14
/proc/936/task/1153/stat : 1153 (java) R 935 935 15667 0 -1 4202560 57 0 0 0 352 0 0 0 20 0 28 0 4369721 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909079044440 139909321954845 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
Current children cumulated CPU time (s) 235.45
Current children cumulated vsize (KiB) 13877844

[startup+32.8014 s]
/proc/loadavg: 13.63 14.54 12.08 17/299 1153
/proc/meminfo: memFree=30331592/32770624 swapFree=5892/121740
[pid=935] ppid=932 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/935/stat : 935 (xcsp3-exec) S 932 935 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 4366881 9740288 345 33554432000 4194304 5098028 140733516127504 140733516125608 139911974449788 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25288704 140733516129422 140733516129632 140733516129632 140733516132331 0
/proc/935/statm: 2378 345 289 221 0 87 0
[pid=936] ppid=935 vsize=13868332 CPUtime=241.73 cores=0,2,4,6,8,10,12,14
/proc/936/stat : 936 (java) S 935 935 15667 0 -1 1077944320 98574 0 0 0 24115 58 0 0 20 0 28 0 4366881 14201171968 79268 33554432000 4194304 4196468 140727086057488 140727086040032 139909707902711 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
/proc/936/statm: 3467083 79268 3298 1 0 3454316 0
[pid=936/tid=937] ppid=935 vsize=13868332 CPUtime=2.5 cores=0,2,4,6,8,10,12,14
/proc/936/task/937/stat : 937 (java) S 935 935 15667 0 -1 1077944384 10327 0 0 0 244 6 0 0 20 0 28 0 4366882 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909712143488 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=942] ppid=935 vsize=13868332 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/936/task/942/stat : 942 (java) S 935 935 15667 0 -1 1077944384 1080 0 0 0 5 4 0 0 20 0 28 0 4366883 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909640039568 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=943] ppid=935 vsize=13868332 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/936/task/943/stat : 943 (java) S 935 935 15667 0 -1 1077944384 546 0 0 0 4 2 0 0 20 0 28 0 4366883 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909638986768 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=945] ppid=935 vsize=13868332 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/936/task/945/stat : 945 (java) S 935 935 15667 0 -1 1077944384 1993 0 0 0 5 3 0 0 20 0 28 0 4366883 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909637933968 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=946] ppid=935 vsize=13868332 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/936/task/946/stat : 946 (java) S 935 935 15667 0 -1 1077944384 416 0 0 0 4 3 0 0 20 0 28 0 4366883 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909636881168 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=947] ppid=935 vsize=13868332 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/936/task/947/stat : 947 (java) S 935 935 15667 0 -1 1077944384 1435 0 0 0 5 4 0 0 20 0 28 0 4366883 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909635828368 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=948] ppid=935 vsize=13868332 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/936/task/948/stat : 948 (java) S 935 935 15667 0 -1 1077944384 219 0 0 0 5 4 0 0 20 0 28 0 4366883 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909634775568 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=949] ppid=935 vsize=13868332 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/936/task/949/stat : 949 (java) S 935 935 15667 0 -1 1077944384 446 0 0 0 6 4 0 0 20 0 28 0 4366883 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909300980112 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=950] ppid=935 vsize=13868332 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/936/task/950/stat : 950 (java) S 935 935 15667 0 -1 1077944384 939 0 0 0 6 3 0 0 20 0 28 0 4366883 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909299927312 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=955] ppid=935 vsize=13868332 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/936/task/955/stat : 955 (java) S 935 935 15667 0 -1 1077944384 1614 0 0 0 2 3 0 0 20 0 28 0 4366885 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909170252656 139909707913858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=956] ppid=935 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/956/stat : 956 (java) S 935 935 15667 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 28 0 4366886 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909169198688 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=957] ppid=935 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/957/stat : 957 (java) S 935 935 15667 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 28 0 4366886 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909168145776 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=958] ppid=935 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/958/stat : 958 (java) S 935 935 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4366889 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909167094096 139909707921307 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=959] ppid=935 vsize=13868332 CPUtime=3.46 cores=0,2,4,6,8,10,12,14
/proc/936/task/959/stat : 959 (java) S 935 935 15667 0 -1 1077944384 18872 0 0 0 343 3 0 0 20 0 28 0 4366889 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909166041456 139909707913858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=960] ppid=935 vsize=13868332 CPUtime=3.55 cores=0,2,4,6,8,10,12,14
/proc/936/task/960/stat : 960 (java) S 935 935 15667 0 -1 1077944384 15219 0 0 0 353 2 0 0 20 0 28 0 4366889 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909164988656 139909707913858 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 24 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=961] ppid=935 vsize=13868332 CPUtime=3.52 cores=0,2,4,6,8,10,12,14
/proc/936/task/961/stat : 961 (java) S 935 935 15667 0 -1 1077944384 18471 0 0 0 349 3 0 0 20 0 28 0 4366889 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909096532080 139909707913858 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 24 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=962] ppid=935 vsize=13868332 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/936/task/962/stat : 962 (java) S 935 935 15667 0 -1 1077944384 12432 0 0 0 103 2 0 0 20 0 28 0 4366889 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909095479280 139909707913858 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 23 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=965] ppid=935 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/965/stat : 965 (java) S 935 935 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4366889 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909094427744 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=968] ppid=935 vsize=13868332 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/936/task/968/stat : 968 (java) S 935 935 15667 0 -1 1077944384 1336 0 0 0 0 1 0 0 20 0 28 0 4366890 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909093375024 139909707913858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 20 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=1146] ppid=935 vsize=13868332 CPUtime=4.37 cores=0,2,4,6,8,10,12,14
/proc/936/task/1146/stat : 1146 (java) R 935 935 15667 0 -1 4202560 343 0 0 0 437 0 0 0 20 0 28 0 4369721 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909082201304 139909322738512 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=1147] ppid=935 vsize=13868332 CPUtime=4.33 cores=0,2,4,6,8,10,12,14
/proc/936/task/1147/stat : 1147 (java) R 935 935 15667 0 -1 4202560 195 0 0 0 433 0 0 0 20 0 28 0 4369721 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909085359968 139909323498030 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=1148] ppid=935 vsize=13868332 CPUtime=4.26 cores=0,2,4,6,8,10,12,14
/proc/936/task/1148/stat : 1148 (java) R 935 935 15667 0 -1 4202560 149 0 0 0 426 0 0 0 20 0 28 0 4369721 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909083254696 139909321407712 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=1149] ppid=935 vsize=13868332 CPUtime=4.35 cores=0,2,4,6,8,10,12,14
/proc/936/task/1149/stat : 1149 (java) R 935 935 15667 0 -1 4202560 358 0 0 0 435 0 0 0 20 0 28 0 4369721 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909080099112 139909323372180 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=1150] ppid=935 vsize=13868332 CPUtime=4.37 cores=0,2,4,6,8,10,12,14
/proc/936/task/1150/stat : 1150 (java) R 935 935 15667 0 -1 4202560 204 0 0 0 437 0 0 0 20 0 28 0 4369721 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909076938456 139909322605306 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=1151] ppid=935 vsize=13868332 CPUtime=4.35 cores=0,2,4,6,8,10,12,14
/proc/936/task/1151/stat : 1151 (java) R 935 935 15667 0 -1 4202560 123 0 0 0 435 0 0 0 20 0 28 0 4369721 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909081148888 139909321793676 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=1152] ppid=935 vsize=13868332 CPUtime=4.3 cores=0,2,4,6,8,10,12,14
/proc/936/task/1152/stat : 1152 (java) R 935 935 15667 0 -1 4202560 242 0 0 0 430 0 0 0 20 0 28 0 4369721 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909077991896 139909321955142 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=1153] ppid=935 vsize=13868332 CPUtime=4.31 cores=0,2,4,6,8,10,12,14
/proc/936/task/1153/stat : 1153 (java) R 935 935 15667 0 -1 4202560 63 0 0 0 431 0 0 0 20 0 28 0 4369721 14201171968 79268 33554432000 4194304 4196468 140727086057488 139909079044440 139909321954385 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
Current children cumulated CPU time (s) 241.73
Current children cumulated vsize (KiB) 13877844

[startup+33.2014 s]
/proc/loadavg: 13.63 14.54 12.08 18/299 1153
/proc/meminfo: memFree=30159064/32770624 swapFree=5892/121740
[pid=935] ppid=932 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/935/stat : 935 (xcsp3-exec) S 932 935 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 4366881 9740288 345 33554432000 4194304 5098028 140733516127504 140733516125608 139911974449788 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25288704 140733516129422 140733516129632 140733516129632 140733516132331 0
/proc/935/statm: 2378 345 289 221 0 87 0
[pid=936] ppid=935 vsize=13868332 CPUtime=244.91 cores=0,2,4,6,8,10,12,14
/proc/936/stat : 936 (java) S 935 935 15667 0 -1 1077944320 98945 0 0 0 24433 58 0 0 20 0 28 0 4366881 14201171968 79285 33554432000 4194304 4196468 140727086057488 140727086040032 139909707902711 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
/proc/936/statm: 3467083 79285 3298 1 0 3454316 0
[pid=936/tid=937] ppid=935 vsize=13868332 CPUtime=2.5 cores=0,2,4,6,8,10,12,14
/proc/936/task/937/stat : 937 (java) S 935 935 15667 0 -1 1077944384 10327 0 0 0 244 6 0 0 20 0 28 0 4366882 14201171968 79285 33554432000 4194304 4196468 140727086057488 139909712143488 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=942] ppid=935 vsize=13868332 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/936/task/942/stat : 942 (java) S 935 935 15667 0 -1 1077944384 1080 0 0 0 5 4 0 0 20 0 28 0 4366883 14201171968 79285 33554432000 4194304 4196468 140727086057488 139909640039568 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=943] ppid=935 vsize=13868332 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/936/task/943/stat : 943 (java) S 935 935 15667 0 -1 1077944384 546 0 0 0 4 2 0 0 20 0 28 0 4366883 14201171968 79285 33554432000 4194304 4196468 140727086057488 139909638986768 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=945] ppid=935 vsize=13868332 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/936/task/945/stat : 945 (java) S 935 935 15667 0 -1 1077944384 1993 0 0 0 5 3 0 0 20 0 28 0 4366883 14201171968 79285 33554432000 4194304 4196468 140727086057488 139909637933968 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=946] ppid=935 vsize=13868332 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/936/task/946/stat : 946 (java) S 935 935 15667 0 -1 1077944384 416 0 0 0 4 3 0 0 20 0 28 0 4366883 14201171968 79285 33554432000 4194304 4196468 140727086057488 139909636881168 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=947] ppid=935 vsize=13868332 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/936/task/947/stat : 947 (java) S 935 935 15667 0 -1 1077944384 1435 0 0 0 5 4 0 0 20 0 28 0 4366883 14201171968 79285 33554432000 4194304 4196468 140727086057488 139909635828368 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=948] ppid=935 vsize=13868332 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/936/task/948/stat : 948 (java) S 935 935 15667 0 -1 1077944384 219 0 0 0 5 4 0 0 20 0 28 0 4366883 14201171968 79285 33554432000 4194304 4196468 140727086057488 139909634775568 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=949] ppid=935 vsize=13868332 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/936/task/949/stat : 949 (java) S 935 935 15667 0 -1 1077944384 446 0 0 0 6 4 0 0 20 0 28 0 4366883 14201171968 79285 33554432000 4194304 4196468 140727086057488 139909300980112 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=950] ppid=935 vsize=13868332 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/936/task/950/stat : 950 (java) S 935 935 15667 0 -1 1077944384 939 0 0 0 6 3 0 0 20 0 28 0 4366883 14201171968 79285 33554432000 4194304 4196468 140727086057488 139909299927312 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=955] ppid=935 vsize=13868332 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/936/task/955/stat : 955 (java) S 935 935 15667 0 -1 1077944384 1614 0 0 0 2 3 0 0 20 0 28 0 4366885 14201171968 79285 33554432000 4194304 4196468 140727086057488 139909170252656 139909707913858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=956] ppid=935 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/956/stat : 956 (java) S 935 935 15667 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 28 0 4366886 14201171968 79285 33554432000 4194304 4196468 140727086057488 139909169198688 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=957] ppid=935 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/957/stat : 957 (java) S 935 935 15667 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 28 0 4366886 14201171968 79285 33554432000 4194304 4196468 140727086057488 139909168145776 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=958] ppid=935 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/958/stat : 958 (java) S 935 935 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4366889 14201171968 79285 33554432000 4194304 4196468 140727086057488 139909167094096 139909707921307 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=959] ppid=935 vsize=13868332 CPUtime=3.46 cores=0,2,4,6,8,10,12,14
/proc/936/task/959/stat : 959 (java) S 935 935 15667 0 -1 1077944384 18872 0 0 0 343 3 0 0 20 0 28 0 4366889 14201171968 79285 33554432000 4194304 4196468 140727086057488 139909166041456 139909707913858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=960] ppid=935 vsize=13868332 CPUtime=3.55 cores=0,2,4,6,8,10,12,14
/proc/936/task/960/stat : 960 (java) S 935 935 15667 0 -1 1077944384 15219 0 0 0 353 2 0 0 20 0 28 0 4366889 14201171968 79285 33554432000 4194304 4196468 140727086057488 139909164988656 139909707913858 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 24 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=961] ppid=935 vsize=13868332 CPUtime=3.52 cores=0,2,4,6,8,10,12,14
/proc/936/task/961/stat : 961 (java) S 935 935 15667 0 -1 1077944384 18471 0 0 0 349 3 0 0 20 0 28 0 4366889 14201171968 79285 33554432000 4194304 4196468 140727086057488 139909096532080 139909707913858 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 24 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=962] ppid=935 vsize=13868332 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/936/task/962/stat : 962 (java) S 935 935 15667 0 -1 1077944384 12432 0 0 0 103 2 0 0 20 0 28 0 4366889 14201171968 79285 33554432000 4194304 4196468 140727086057488 139909095479280 139909707913858 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 23 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=965] ppid=935 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/965/stat : 965 (java) S 935 935 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4366889 14201171968 79285 33554432000 4194304 4196468 140727086057488 139909094427744 139909707912917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=968] ppid=935 vsize=13868332 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/936/task/968/stat : 968 (java) S 935 935 15667 0 -1 1077944384 1354 0 0 0 0 1 0 0 20 0 28 0 4366890 14201171968 79285 33554432000 4194304 4196468 140727086057488 139909093375024 139909707913858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 20 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=1146] ppid=935 vsize=13868332 CPUtime=4.77 cores=0,2,4,6,8,10,12,14
/proc/936/task/1146/stat : 1146 (java) R 935 935 15667 0 -1 4202560 362 0 0 0 477 0 0 0 20 0 28 0 4369721 14201171968 79285 33554432000 4194304 4196468 140727086057488 139909082201304 139909321954981 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=1147] ppid=935 vsize=13868332 CPUtime=4.73 cores=0,2,4,6,8,10,12,14
/proc/936/task/1147/stat : 1147 (java) R 935 935 15667 0 -1 4202560 238 0 0 0 473 0 0 0 20 0 28 0 4369721 14201171968 79285 33554432000 4194304 4196468 140727086057488 139909085359968 139909322026071 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=1148] ppid=935 vsize=13868332 CPUtime=4.64 cores=0,2,4,6,8,10,12,14
/proc/936/task/1148/stat : 1148 (java) R 935 935 15667 0 -1 4202560 205 0 0 0 464 0 0 0 20 0 28 0 4369721 14201171968 79285 33554432000 4194304 4196468 140727086057488 139909083254696 139909321955318 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=1149] ppid=935 vsize=13868332 CPUtime=4.75 cores=0,2,4,6,8,10,12,14
/proc/936/task/1149/stat : 1149 (java) R 935 935 15667 0 -1 4202560 453 0 0 0 475 0 0 0 20 0 28 0 4369721 14201171968 79285 33554432000 4194304 4196468 140727086057488 139909080099112 139909323371798 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=1150] ppid=935 vsize=13868332 CPUtime=4.77 cores=0,2,4,6,8,10,12,14
/proc/936/task/1150/stat : 1150 (java) R 935 935 15667 0 -1 4202560 223 0 0 0 477 0 0 0 20 0 28 0 4369721 14201171968 79285 33554432000 4194304 4196468 140727086057488 139909076938456 139909321654671 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=1151] ppid=935 vsize=13868332 CPUtime=4.75 cores=0,2,4,6,8,10,12,14
/proc/936/task/1151/stat : 1151 (java) R 935 935 15667 0 -1 4202560 147 0 0 0 475 0 0 0 20 0 28 0 4369721 14201171968 79285 33554432000 4194304 4196468 140727086057488 139909081148888 139909322607566 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=1152] ppid=935 vsize=13868332 CPUtime=4.69 cores=0,2,4,6,8,10,12,14
/proc/936/task/1152/stat : 1152 (java) R 935 935 15667 0 -1 4202560 307 0 0 0 469 0 0 0 20 0 28 0 4369721 14201171968 79285 33554432000 4194304 4196468 140727086057488 139909077991896 139909322887419 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
[pid=936/tid=1153] ppid=935 vsize=13868332 CPUtime=4.71 cores=0,2,4,6,8,10,12,14
/proc/936/task/1153/stat : 1153 (java) R 935 935 15667 0 -1 4202560 95 0 0 0 471 0 0 0 20 0 28 0 4369721 14201171968 79285 33554432000 4194304 4196468 140727086057488 139909079044440 139909321955294 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 39755776 140727086064828 140727086065004 140727086065004 140727086067663 0
Current children cumulated CPU time (s) 244.91
Current children cumulated vsize (KiB) 13877844

[startup+33.4015 s]
/proc/loadavg: 13.63 14.54 12.08 18/299 1153
/proc/meminfo: memFree=30159064/32770624 swapFree=5892/121740
[pid=935] ppid=932 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/935/stat : 935 (xcsp3-exec) S 932 935 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 4366881 9740288 345 33554432000 4194304 5098028 140733516127504 140733516125608 139911974449788 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25288704 140733516129422 140733516129632 140733516129632 140733516132331 0
/proc/935/statm: 2378 345 289 221 0 87 0
[pid=936] ppid=935 vsize=0 CPUtime=246.32 cores=0,2,4,6,8,10,12,14
/proc/936/stat : 936 (java) Z 935 935 15667 0 -1 4227084 101238 0 0 0 24573 59 0 0 20 0 2 0 4366881 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/936/statm: 0 0 0 0 0 0 0
[pid=936/tid=958] ppid=935 vsize=0 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/936/task/958/stat : 958 (java) R 935 935 15667 0 -1 4203588 3 0 0 0 0 0 0 0 20 0 2 0 4366889 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 10 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 246.32
Current children cumulated vsize (KiB) 9512

Child status: 0
Real time (s): 33.4082
CPU time (s): 246.343
CPU user time (s): 245.737
CPU system time (s): 0.605982
CPU usage (%): 737.374
Max. virtual memory (cumulated for all children) (KiB): 13877844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 245.737
system time used= 0.605982
maximum resident set size= 317236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101765
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7701
involuntary context switches= 17316

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.386441 second user time and 0.436846 second system time

The end

Launcher Data

Begin job on node104 at 2017-07-22 04:36:12
IDJOB=4247932
IDBENCH=130614
IDSOLVER=2625
FILE ID=node104/4247932-1500690972
RUNJOBID= node104-1500684128-16796
PBS_JOBID= 20623031
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-08.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-4247932-1500690972/watcher-4247932-1500690972 -o /tmp/evaluation-result-4247932-1500690972/solver-4247932-1500690972 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500684128-16796 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1176623389 HOME/instance-4247932-1500690972.xml

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

MD5SUM BENCH= 8d41ef15b4a24b5ee65fe3e377737596
RANDOM SEED=1176623389

node104.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		: 2000.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.12
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		: 1600.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.57
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		: 1867.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.12
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		: 1600.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.57
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		: 2133.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.12
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		: 1867.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.57
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	: 5334.12
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.57
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		: 1733.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.12
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		: 2000.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.57
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		: 2000.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.12
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		: 1733.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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31849536 kB
MemAvailable:   31935648 kB
Buffers:          167132 kB
Cached:           182904 kB
SwapCached:          252 kB
Active:           275504 kB
Inactive:         178012 kB
Active(anon):      58716 kB
Inactive(anon):    56372 kB
Active(file):     216788 kB
Inactive(file):   121640 kB
Unevictable:        5892 kB
Mlocked:            5892 kB
SwapTotal:      67108860 kB
SwapFree:       67105472 kB
Dirty:             15840 kB
Writeback:             0 kB
AnonPages:        107680 kB
Mapped:            42216 kB
Shmem:              8772 kB
Slab:             161776 kB
SReclaimable:     127040 kB
SUnreclaim:        34736 kB
KernelStack:        4480 kB
PageTables:         5396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1250816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62000 MiB
End job on node104 at 2017-07-22 04:36:46