Trace number 4281461

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
choco-solver 4.0.5 par (2017-08-18)OPT1149 16.741501 2.5973301

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-chr20b.xml
MD5SUM260fd80204e0f144bd4a5efeedc28067
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1149
Best CPU time to get the best result obtained on this benchmark3.4837
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints20
Number of domains2
Minimum domain size10
Maximum domain size20
Distribution of domain sizes[{"size":10,"count":19},{"size":20,"count":20}]
Minimum variable degree0
Maximum variable degree3
Distribution of variable degrees[{"degree":0,"count":381},{"degree":2,"count":21},{"degree":3,"count":18}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":19},{"arity":20,"count":1}]
Number of extensional constraints19
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":19},{"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 -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281461-1503185002.xml"  -tl '2016s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4281461-1503185002.xml, -tl, 2016s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
1.06/0.57	c solve instance...
1.51/0.64	o 3299 
1.51/0.70	o 3216 
2.11/0.72	o 3077 
2.11/0.72	o 2916 
2.11/0.74	o 2840 
2.11/0.77	o 2727 
2.11/0.78	o 2683 
2.11/0.79	o 2007 
2.11/0.79	o 1807 
2.83/0.84	o 1295 
4.43/1.10	o 1289 
7.45/1.48	o 1287 
9.01/1.65	o 1271 
9.01/1.68	o 1264 
9.78/1.72	o 1259 
9.78/1.76	o 1249 
9.78/1.78	o 1237 
9.78/1.80	o 1229 
11.35/1.94	o 1209 
11.35/1.95	o 1197 
11.35/2.01	o 1186 
12.98/2.19	o 1185 
13.68/2.20	o 1176 
13.68/2.24	o 1172 
16.04/2.52	o 1149 
16.04/2.58	s OPTIMUM FOUND
16.04/2.58	v <instantiation>
16.04/2.58	v 	<list>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] d[0][1] d[0][2] d[1][3] d[2][4] d[3][5] d[4][6] d[5][7] d[6][8] d[7][9] d[8][10] d[9][11] d[10][12] d[11][13] d[12][14] d[13][15] d[14][16] d[15][17] d[16][18] d[17][19] </list>
16.04/2.58	v 	<values>19 2 8 6 0 11 15 5 7 13 9 3 4 12 16 1 17 10 18 14 1 1 1 1 1 2 1 1 1 1 1 4 1 1 1 1 1 1 2 </values>
16.04/2.58	v </instantiation>

Verifier Data

OK	1149

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (10293 MiB free)
  memory of node 1: 16384 MiB (12486 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281461-1503185002/watcher-4281461-1503185002 -o /tmp/evaluation-result-4281461-1503185002/solver-4281461-1503185002 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node150-1503183633-29141 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1519733660 HOME/instance-4281461-1503185002.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=31855, runsolver pid=31852
Current StackSize limit: 8192 KiB


[startup+0.100108 s]*
/proc/loadavg: 8.05 8.13 7.98 2/199 31876
/proc/meminfo: memFree=23310640/32770624 swapFree=67108860/67108860
[pid=31855] ppid=31852 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/31855/stat : 31855 (xcsp3-exec) S 31852 31855 29114 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151581227 9740288 346 33554432000 4194304 5098028 140724168069792 140724168067896 140602247275132 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22683648 140724168078442 140724168078652 140724168078652 140724168081387 0
/proc/31855/statm: 2378 346 289 221 0 87 0
[pid=31857] ppid=31855 vsize=25999808 memory=26272 CPUtime=0.11 cores=0-7
/proc/31857/stat : 31857 (java) S 31855 31855 29114 0 -1 1077944320 5504 0 0 0 10 1 0 0 20 0 20 0 151581227 26623803392 6568 33554432000 4194304 4196468 140732434471120 140732434453664 140159410994935 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
/proc/31857/statm: 6499952 6568 2842 1 0 6488269 0
[pid=31857/tid=31858] ppid=31855 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/31857/task/31858/stat : 31858 (java) R 31855 31855 29114 0 -1 4202560 3508 0 0 0 8 1 0 0 20 0 20 0 151581228 26623803392 6568 33554432000 4194304 4196468 140732434471120 140159415221184 140159411006870 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31859] ppid=31855 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31859/stat : 31859 (java) S 31855 31855 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151581229 26623803392 6568 33554432000 4194304 4196468 140732434471120 140159363615760 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31860] ppid=31855 vsize=25999808 memory=140010829612672 CPUtime=0 cores=0-7
/proc/31857/task/31860/stat : 31860 (java) S 31855 31855 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151581229 26623803392 6568 33554432000 4194304 4196468 140732434471120 140159362563216 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31861] ppid=31855 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31861/stat : 31861 (java) S 31855 31855 29114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151581229 26623803392 6568 33554432000 4194304 4196468 140732434471120 140159361510160 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31862] ppid=31855 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31862/stat : 31862 (java) S 31855 31855 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151581229 26623803392 6568 33554432000 4194304 4196468 140732434471120 140159360457616 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31863] ppid=31855 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31863/stat : 31863 (java) S 31855 31855 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151581229 26623803392 6568 33554432000 4194304 4196468 140732434471120 140159359404560 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31864] ppid=31855 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/31857/task/31864/stat : 31864 (java) S 31855 31855 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151581229 26623803392 6568 33554432000 4194304 4196468 140732434471120 140159358352016 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31865] ppid=31855 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31865/stat : 31865 (java) S 31855 31855 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151581229 26623803392 6568 33554432000 4194304 4196468 140732434471120 140159357298960 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31866] ppid=31855 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31866/stat : 31866 (java) S 31855 31855 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151581229 26623803392 6568 33554432000 4194304 4196468 140732434471120 140159356246416 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31867] ppid=31855 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31867/stat : 31867 (java) S 31855 31855 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151581230 26623803392 6568 33554432000 4194304 4196468 140732434471120 140157816666864 140159411006082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31868] ppid=31855 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31868/stat : 31868 (java) S 31855 31855 29114 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151581231 26623803392 6568 33554432000 4194304 4196468 140732434471120 140157815613088 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31869] ppid=31855 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31869/stat : 31869 (java) S 31855 31855 29114 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151581231 26623803392 6568 33554432000 4194304 4196468 140732434471120 140157814559984 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31870] ppid=31855 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31870/stat : 31870 (java) S 31855 31855 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151581233 26623803392 6568 33554432000 4194304 4196468 140732434471120 140157813508560 140159411013531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31871] ppid=31855 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31871/stat : 31871 (java) S 31855 31855 29114 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 151581233 26623803392 6568 33554432000 4194304 4196468 140732434471120 140157812455664 140159411006082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31872] ppid=31855 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31872/stat : 31872 (java) S 31855 31855 29114 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 20 0 151581233 26623803392 6568 33554432000 4194304 4196468 140732434471120 140157811403120 140159411006082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31873] ppid=31855 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31873/stat : 31873 (java) S 31855 31855 29114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151581233 26623803392 6568 33554432000 4194304 4196468 140732434471120 140157810350064 140159411006082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31874] ppid=31855 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/31857/task/31874/stat : 31874 (java) R 31855 31855 29114 0 -1 4202560 257 0 0 0 1 0 0 0 20 0 20 0 151581233 26623803392 6568 33554432000 4194304 4196468 140732434471120 140157809297520 140159411008817 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31875] ppid=31855 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31875/stat : 31875 (java) S 31855 31855 29114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151581234 26623803392 6568 33554432000 4194304 4196468 140732434471120 140157808245728 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31876] ppid=31855 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/31857/task/31876/stat : 31876 (java) S 31855 31855 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151581234 26623803392 6568 33554432000 4194304 4196468 140732434471120 140157807193264 140159411006082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27656 KiB

[startup+0.209666 s]*
/proc/loadavg: 8.05 8.13 7.98 2/199 31876
/proc/meminfo: memFree=23298376/32770624 swapFree=67108860/67108860
[pid=31855] ppid=31852 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/31855/stat : 31855 (xcsp3-exec) S 31852 31855 29114 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151581227 9740288 346 33554432000 4194304 5098028 140724168069792 140724168067896 140602247275132 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22683648 140724168078442 140724168078652 140724168078652 140724168081387 0
/proc/31855/statm: 2378 346 289 221 0 87 0
[pid=31857] ppid=31855 vsize=26004064 memory=39156 CPUtime=0.33 cores=0-7
/proc/31857/stat : 31857 (java) S 31855 31855 29114 0 -1 1077944320 8335 0 0 0 30 3 0 0 20 0 20 0 151581227 26628161536 9789 33554432000 4194304 4196468 140732434471120 140732434453664 140159410994935 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
/proc/31857/statm: 6501016 9789 3059 1 0 6488269 0
[pid=31857/tid=31858] ppid=31855 vsize=26004064 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/31857/task/31858/stat : 31858 (java) R 31855 31855 29114 0 -1 4202560 5404 0 0 0 18 2 0 0 20 0 20 0 151581228 26628161536 9789 33554432000 4194304 4196468 140732434471120 140159415215760 140159395075422 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31859] ppid=31855 vsize=26004064 memory=342 CPUtime=0 cores=0-7
/proc/31857/task/31859/stat : 31859 (java) S 31855 31855 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151581229 26628161536 9789 33554432000 4194304 4196468 140732434471120 140159363615760 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31860] ppid=31855 vsize=26004064 memory=4049213862967740064 CPUtime=0 cores=0-7
/proc/31857/task/31860/stat : 31860 (java) S 31855 31855 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151581229 26628161536 9789 33554432000 4194304 4196468 140732434471120 140159362563216 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31861] ppid=31855 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/31857/task/31861/stat : 31861 (java) S 31855 31855 29114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151581229 26628161536 9789 33554432000 4194304 4196468 140732434471120 140159361510160 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31862] ppid=31855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31862/stat : 31862 (java) S 31855 31855 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151581229 26628161536 9789 33554432000 4194304 4196468 140732434471120 140159360457616 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31863] ppid=31855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31863/stat : 31863 (java) S 31855 31855 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151581229 26628161536 9789 33554432000 4194304 4196468 140732434471120 140159359404560 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31864] ppid=31855 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/31857/task/31864/stat : 31864 (java) S 31855 31855 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151581229 26628161536 9789 33554432000 4194304 4196468 140732434471120 140159358352016 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31865] ppid=31855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31865/stat : 31865 (java) S 31855 31855 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151581229 26628161536 9789 33554432000 4194304 4196468 140732434471120 140159357298960 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31866] ppid=31855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31866/stat : 31866 (java) S 31855 31855 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151581229 26628161536 9789 33554432000 4194304 4196468 140732434471120 140159356246416 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31867] ppid=31855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31867/stat : 31867 (java) S 31855 31855 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151581230 26628161536 9789 33554432000 4194304 4196468 140732434471120 140157816666864 140159411006082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31868] ppid=31855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31868/stat : 31868 (java) S 31855 31855 29114 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151581231 26628161536 9789 33554432000 4194304 4196468 140732434471120 140157815613088 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31869] ppid=31855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31869/stat : 31869 (java) S 31855 31855 29114 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151581231 26628161536 9789 33554432000 4194304 4196468 140732434471120 140157814559984 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31870] ppid=31855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31870/stat : 31870 (java) S 31855 31855 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151581233 26628161536 9789 33554432000 4194304 4196468 140732434471120 140157813508560 140159411013531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31871] ppid=31855 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/31857/task/31871/stat : 31871 (java) S 31855 31855 29114 0 -1 1077944384 426 0 0 0 1 0 0 0 20 0 20 0 151581233 26628161536 9789 33554432000 4194304 4196468 140732434471120 140157812455664 140159411006082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31872] ppid=31855 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/31857/task/31872/stat : 31872 (java) S 31855 31855 29114 0 -1 1077944384 418 0 0 0 2 0 0 0 20 0 20 0 151581233 26628161536 9789 33554432000 4194304 4196468 140732434471120 140157811403120 140159411006082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31873] ppid=31855 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/31857/task/31873/stat : 31873 (java) S 31855 31855 29114 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 151581233 26628161536 9789 33554432000 4194304 4196468 140732434471120 140157810350064 140159411006082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31874] ppid=31855 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/31857/task/31874/stat : 31874 (java) S 31855 31855 29114 0 -1 1077944384 756 0 0 0 7 0 0 0 20 0 20 0 151581233 26628161536 9789 33554432000 4194304 4196468 140732434471120 140157809297520 140159411006082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31875] ppid=31855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31875/stat : 31875 (java) S 31855 31855 29114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151581234 26628161536 9789 33554432000 4194304 4196468 140732434471120 140157808245728 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31876] ppid=31855 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/31857/task/31876/stat : 31876 (java) S 31855 31855 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151581234 26628161536 9789 33554432000 4194304 4196468 140732434471120 140157807193264 140159411006082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40540 KiB

[startup+0.309426 s]*
/proc/loadavg: 8.05 8.13 7.98 3/199 31876
/proc/meminfo: memFree=23291800/32770624 swapFree=67108860/67108860
[pid=31855] ppid=31852 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/31855/stat : 31855 (xcsp3-exec) S 31852 31855 29114 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151581227 9740288 346 33554432000 4194304 5098028 140724168069792 140724168067896 140602247275132 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22683648 140724168078442 140724168078652 140724168078652 140724168081387 0
/proc/31855/statm: 2378 346 289 221 0 87 0
[pid=31857] ppid=31855 vsize=26004064 memory=46072 CPUtime=0.49 cores=0-7
/proc/31857/stat : 31857 (java) S 31855 31855 29114 0 -1 1077944320 9247 0 0 0 45 4 0 0 20 0 20 0 151581227 26628161536 11518 33554432000 4194304 4196468 140732434471120 140732434453664 140159410994935 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
/proc/31857/statm: 6501016 11518 3075 1 0 6488269 0
[pid=31857/tid=31858] ppid=31855 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/31857/task/31858/stat : 31858 (java) R 31855 31855 29114 0 -1 4202560 6159 0 0 0 26 3 0 0 20 0 20 0 151581228 26628161536 11518 33554432000 4194304 4196468 140732434471120 140159415227424 140159395075422 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31859] ppid=31855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31859/stat : 31859 (java) S 31855 31855 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151581229 26628161536 11518 33554432000 4194304 4196468 140732434471120 140159363615760 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31860] ppid=31855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31860/stat : 31860 (java) S 31855 31855 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151581229 26628161536 11518 33554432000 4194304 4196468 140732434471120 140159362563216 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31861] ppid=31855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31861/stat : 31861 (java) S 31855 31855 29114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151581229 26628161536 11518 33554432000 4194304 4196468 140732434471120 140159361510160 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31862] ppid=31855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31862/stat : 31862 (java) S 31855 31855 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151581229 26628161536 11518 33554432000 4194304 4196468 140732434471120 140159360457616 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31863] ppid=31855 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/31857/task/31863/stat : 31863 (java) S 31855 31855 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151581229 26628161536 11518 33554432000 4194304 4196468 140732434471120 140159359404560 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31864] ppid=31855 vsize=26004064 memory=140010699453359 CPUtime=0 cores=0-7
/proc/31857/task/31864/stat : 31864 (java) S 31855 31855 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151581229 26628161536 11518 33554432000 4194304 4196468 140732434471120 140159358352016 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31865] ppid=31855 vsize=26004064 memory=140010699455664 CPUtime=0 cores=0-7
/proc/31857/task/31865/stat : 31865 (java) S 31855 31855 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151581229 26628161536 11518 33554432000 4194304 4196468 140732434471120 140159357298960 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31866] ppid=31855 vsize=26004064 memory=140010699457968 CPUtime=0 cores=0-7
/proc/31857/task/31866/stat : 31866 (java) S 31855 31855 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151581229 26628161536 11518 33554432000 4194304 4196468 140732434471120 140159356246416 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31867] ppid=31855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31867/stat : 31867 (java) S 31855 31855 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151581230 26628161536 11518 33554432000 4194304 4196468 140732434471120 140157816666864 140159411006082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31868] ppid=31855 vsize=26004064 memory=280021398922896 CPUtime=0 cores=0-7
/proc/31857/task/31868/stat : 31868 (java) S 31855 31855 29114 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151581231 26628161536 11518 33554432000 4194304 4196468 140732434471120 140157815613088 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31869] ppid=31855 vsize=26004064 memory=280021398929808 CPUtime=0 cores=0-7
/proc/31857/task/31869/stat : 31869 (java) S 31855 31855 29114 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151581231 26628161536 11518 33554432000 4194304 4196468 140732434471120 140157814559984 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31870] ppid=31855 vsize=26004064 memory=280021398871088 CPUtime=0 cores=0-7
/proc/31857/task/31870/stat : 31870 (java) S 31855 31855 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151581233 26628161536 11518 33554432000 4194304 4196468 140732434471120 140157813508560 140159411013531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31871] ppid=31855 vsize=26004064 memory=280021398943632 CPUtime=0.02 cores=0-7
/proc/31857/task/31871/stat : 31871 (java) S 31855 31855 29114 0 -1 1077944384 428 0 0 0 2 0 0 0 20 0 20 0 151581233 26628161536 11518 33554432000 4194304 4196468 140732434471120 140157812455664 140159411006082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31872] ppid=31855 vsize=26004064 memory=280021398950544 CPUtime=0.02 cores=0-7
/proc/31857/task/31872/stat : 31872 (java) S 31855 31855 29114 0 -1 1077944384 418 0 0 0 2 0 0 0 20 0 20 0 151581233 26628161536 11551 33554432000 4194304 4196468 140732434471120 140157811403120 140159411006082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31873] ppid=31855 vsize=26004064 memory=280021398948240 CPUtime=0.01 cores=0-7
/proc/31857/task/31873/stat : 31873 (java) S 31855 31855 29114 0 -1 1077944384 65 0 0 0 1 0 0 0 20 0 20 0 151581233 26628161536 11551 33554432000 4194304 4196468 140732434471120 140157810350064 140159411006082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31874] ppid=31855 vsize=26004064 memory=280021398964400 CPUtime=0.11 cores=0-7
/proc/31857/task/31874/stat : 31874 (java) S 31855 31855 29114 0 -1 1077944384 866 0 0 0 11 0 0 0 20 0 20 0 151581233 26628161536 11551 33554432000 4194304 4196468 140732434471120 140157809297520 140159411006082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31875] ppid=31855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31875/stat : 31875 (java) S 31855 31855 29114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151581234 26628161536 11551 33554432000 4194304 4196468 140732434471120 140157808245728 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31876] ppid=31855 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/31857/task/31876/stat : 31876 (java) S 31855 31855 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151581234 26628161536 11551 33554432000 4194304 4196468 140732434471120 140157807193264 140159411006082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47456 KiB

[startup+0.702768 s]
/proc/loadavg: 8.05 8.13 7.98 3/199 31876
/proc/meminfo: memFree=23276780/32770624 swapFree=67108860/67108860
[pid=31855] ppid=31852 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/31855/stat : 31855 (xcsp3-exec) S 31852 31855 29114 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151581227 9740288 346 33554432000 4194304 5098028 140724168069792 140724168067896 140602247275132 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22683648 140724168078442 140724168078652 140724168078652 140724168081387 0
/proc/31855/statm: 2378 346 289 221 0 87 0
[pid=31857] ppid=31855 vsize=26538700 memory=118528 CPUtime=2.11 cores=0-7
/proc/31857/stat : 31857 (java) S 31855 31855 29114 0 -1 1077944320 13476 0 0 0 204 7 0 0 20 0 28 0 151581227 27175628800 29632 33554432000 4194304 4196468 140732434471120 140732434453664 140159410994935 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
/proc/31857/statm: 6634675 29632 3220 1 0 6621909 0
[pid=31857/tid=31858] ppid=31855 vsize=26538700 memory=280021399322288 CPUtime=0.56 cores=0-7
/proc/31857/task/31858/stat : 31858 (java) S 31855 31855 29114 0 -1 1077944384 6831 0 0 0 52 4 0 0 20 0 28 0 151581228 27175628800 29632 33554432000 4194304 4196468 140732434471120 140159415235712 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31859] ppid=31855 vsize=26538700 memory=140010699662192 CPUtime=0 cores=0-7
/proc/31857/task/31859/stat : 31859 (java) S 31855 31855 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151581229 27175628800 29632 33554432000 4194304 4196468 140732434471120 140159363615760 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31860] ppid=31855 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31860/stat : 31860 (java) S 31855 31855 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151581229 27175628800 29632 33554432000 4194304 4196468 140732434471120 140159362563216 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31861] ppid=31855 vsize=26538700 memory=1716 CPUtime=0 cores=0-7
/proc/31857/task/31861/stat : 31861 (java) S 31855 31855 29114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151581229 27175628800 29632 33554432000 4194304 4196468 140732434471120 140159361510160 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0

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

/proc/31857/stat : 31857 (java) S 31855 31855 29114 0 -1 1077944320 24882 0 0 0 1205 14 0 0 20 0 26 0 151581227 27311951872 52809 33554432000 4194304 4196468 140732434471120 140732434453664 140159410994935 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
/proc/31857/statm: 6667957 52809 3236 1 0 6655191 0
[pid=31857/tid=31858] ppid=31855 vsize=26671828 memory=6791534058613427641 CPUtime=0.57 cores=0-7
/proc/31857/task/31858/stat : 31858 (java) S 31855 31855 29114 0 -1 1077944384 6834 0 0 0 53 4 0 0 20 0 27 0 151581228 27311951872 52809 33554432000 4194304 4196468 140732434471120 140159415235712 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31859] ppid=31855 vsize=26671828 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/31857/task/31859/stat : 31859 (java) S 31855 31855 29114 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 27 0 151581229 27311951872 52809 33554432000 4194304 4196468 140732434471120 140159363615760 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31860] ppid=31855 vsize=26671828 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31860/stat : 31860 (java) S 31855 31855 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 151581229 27311951872 52809 33554432000 4194304 4196468 140732434471120 140159362563216 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31861] ppid=31855 vsize=26671828 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31861/stat : 31861 (java) S 31855 31855 29114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 27 0 151581229 27311951872 52809 33554432000 4194304 4196468 140732434471120 140159361510160 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31862] ppid=31855 vsize=26671828 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31862/stat : 31862 (java) S 31855 31855 29114 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 27 0 151581229 27311951872 52809 33554432000 4194304 4196468 140732434471120 140159360457616 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31863] ppid=31855 vsize=26671828 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31863/stat : 31863 (java) S 31855 31855 29114 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 27 0 151581229 27311951872 52809 33554432000 4194304 4196468 140732434471120 140159359404560 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31864] ppid=31855 vsize=26671828 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31864/stat : 31864 (java) S 31855 31855 29114 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 27 0 151581229 27311951872 52809 33554432000 4194304 4196468 140732434471120 140159358352016 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31865] ppid=31855 vsize=26671828 memory=3472328279047811119 CPUtime=0 cores=0-7
/proc/31857/task/31865/stat : 31865 (java) S 31855 31855 29114 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 27 0 151581229 27311951872 52809 33554432000 4194304 4196468 140732434471120 140159357298960 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31866] ppid=31855 vsize=26671828 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/31857/task/31866/stat : 31866 (java) S 31855 31855 29114 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 27 0 151581229 27311951872 52809 33554432000 4194304 4196468 140732434471120 140159356246416 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31867] ppid=31855 vsize=26671828 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31867/stat : 31867 (java) S 31855 31855 29114 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 27 0 151581230 27311951872 52809 33554432000 4194304 4196468 140732434471120 140157816666864 140159411006082 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31868] ppid=31855 vsize=26671828 memory=-1 CPUtime=0 cores=0-7
/proc/31857/task/31868/stat : 31868 (java) S 31855 31855 29114 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 27 0 151581231 27311951872 52809 33554432000 4194304 4196468 140732434471120 140157815613088 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31869] ppid=31855 vsize=26671828 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31869/stat : 31869 (java) S 31855 31855 29114 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 27 0 151581231 27311951872 52809 33554432000 4194304 4196468 140732434471120 140157814559984 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31870] ppid=31855 vsize=26671828 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31870/stat : 31870 (java) S 31855 31855 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 151581233 27311951872 52809 33554432000 4194304 4196468 140732434471120 140157813508560 140159411013531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31871] ppid=31855 vsize=26671828 memory=0 CPUtime=1.25 cores=0-7
/proc/31857/task/31871/stat : 31871 (java) R 31855 31855 29114 0 -1 4202560 2959 0 0 0 125 0 0 0 20 0 27 0 151581233 27311951872 52809 33554432000 4194304 4196468 140732434471120 140157812445776 140159397026816 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31872] ppid=31855 vsize=26671828 memory=0 CPUtime=1.2 cores=0-7
/proc/31857/task/31872/stat : 31872 (java) R 31855 31855 29114 0 -1 4202560 2794 0 0 0 120 0 0 0 20 0 27 0 151581233 27311951872 52809 33554432000 4194304 4196468 140732434471120 140157811390800 140159392539048 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31873] ppid=31855 vsize=26671828 memory=280021399309504 CPUtime=1.27 cores=0-7
/proc/31857/task/31873/stat : 31873 (java) R 31855 31855 29114 0 -1 4202560 4669 0 0 0 126 1 0 0 20 0 27 0 151581233 27311951872 52809 33554432000 4194304 4196468 140732434471120 140157810336568 140159390165952 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31874] ppid=31855 vsize=26671828 memory=139001382046442 CPUtime=0.52 cores=0-7
/proc/31857/task/31874/stat : 31874 (java) S 31855 31855 29114 0 -1 1077944384 2802 0 0 0 51 1 0 0 20 0 27 0 151581233 27311951872 52809 33554432000 4194304 4196468 140732434471120 140157809297520 140159411006082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31875] ppid=31855 vsize=26671828 memory=3976735856566744628 CPUtime=0 cores=0-7
/proc/31857/task/31875/stat : 31875 (java) S 31855 31855 29114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 27 0 151581234 27311951872 52809 33554432000 4194304 4196468 140732434471120 140157808245728 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31876] ppid=31855 vsize=26671828 memory=3905804192784069942 CPUtime=0 cores=0-7
/proc/31857/task/31876/stat : 31876 (java) S 31855 31855 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 151581234 27311951872 52809 33554432000 4194304 4196468 140732434471120 140157807193264 140159411006082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=32045] ppid=31855 vsize=26671828 memory=3976735856566218805 CPUtime=0 cores=0-7
/proc/31857/task/32045/stat : 32045 (java) R 31855 31855 29114 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 151581428 27311951872 52809 33554432000 4194304 4196468 140732434471120 140157723212752 140159031313644 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=32046] ppid=31855 vsize=26671828 memory=140010699666833 CPUtime=0 cores=0-7
/proc/31857/task/32046/stat : 32046 (java) R 31855 31855 29114 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 27 0 151581429 27311951872 52809 33554432000 4194304 4196468 140732434471120 140157729529664 140159411005141 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=32047] ppid=31855 vsize=26671828 memory=2110361306788468 CPUtime=0 cores=0-7
/proc/31857/task/32047/stat : 32047 (java) R 31855 31855 29114 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 151581429 27311951872 52809 33554432000 4194304 4196468 140732434471120 140157730582864 140159031314223 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=32048] ppid=31855 vsize=26671828 memory=280021399360864 CPUtime=0 cores=0-7
/proc/31857/task/32048/stat : 32048 (java) R 31855 31855 29114 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 151581429 27311951872 52809 33554432000 4194304 4196468 140732434471120 140157725319088 140159392372879 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=32049] ppid=31855 vsize=26671828 memory=45200181 CPUtime=0 cores=0-7
/proc/31857/task/32049/stat : 32049 (java) R 31855 31855 29114 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 151581429 27311951872 52809 33554432000 4194304 4196468 140732434471120 140157720033888 140159032058231 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=32050] ppid=31855 vsize=26671828 memory=5787222696170378603 CPUtime=0 cores=0-7
/proc/31857/task/32050/stat : 32050 (java) R 31855 31855 29114 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 27 0 151581429 27311951872 52809 33554432000 4194304 4196468 140732434471120 140157803973344 140159411005141 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=32051] ppid=31855 vsize=26671828 memory=7595725831727968097 CPUtime=0 cores=0-7
/proc/31857/task/32051/stat : 32051 (java) R 31855 31855 29114 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 27 0 151581429 27311951872 52809 33554432000 4194304 4196468 140732434471120 140157728480608 140159411005141 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
Current children cumulated CPU time: 12.19 s
Current children cumulated vsize: 26681340 KiB
Current children cumulated memory: 212620 KiB

[startup+2.40101 s]
/proc/loadavg: 8.37 8.20 8.00 12/207 32044
/proc/meminfo: memFree=23125128/32770624 swapFree=67108860/67108860
[pid=31855] ppid=31852 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/31855/stat : 31855 (xcsp3-exec) S 31852 31855 29114 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151581227 9740288 346 33554432000 4194304 5098028 140724168069792 140724168067896 140602247275132 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22683648 140724168078442 140724168078652 140724168078652 140724168081387 0
/proc/31855/statm: 2378 346 289 221 0 87 0
[pid=31857] ppid=31855 vsize=26671828 memory=219608 CPUtime=15.26 cores=0-7
/proc/31857/stat : 31857 (java) S 31855 31855 29114 0 -1 1077944320 26478 0 0 0 1511 15 0 0 20 0 28 0 151581227 27311951872 54902 33554432000 4194304 4196468 140732434471120 140732434453664 140159410994935 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
/proc/31857/statm: 6667957 54902 3237 1 0 6655191 0
[pid=31857/tid=31858] ppid=31855 vsize=26671828 memory=6791534058613427641 CPUtime=0.57 cores=0-7
/proc/31857/task/31858/stat : 31858 (java) S 31855 31855 29114 0 -1 1077944384 6834 0 0 0 53 4 0 0 20 0 28 0 151581228 27311951872 54902 33554432000 4194304 4196468 140732434471120 140159415235712 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31859] ppid=31855 vsize=26671828 memory=39 CPUtime=0 cores=0-7
/proc/31857/task/31859/stat : 31859 (java) S 31855 31855 29114 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 151581229 27311951872 54902 33554432000 4194304 4196468 140732434471120 140159363615760 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31860] ppid=31855 vsize=26671828 memory=140010699714802 CPUtime=0 cores=0-7
/proc/31857/task/31860/stat : 31860 (java) S 31855 31855 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151581229 27311951872 54902 33554432000 4194304 4196468 140732434471120 140159362563216 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31861] ppid=31855 vsize=26671828 memory=721659 CPUtime=0 cores=0-7
/proc/31857/task/31861/stat : 31861 (java) S 31855 31855 29114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151581229 27311951872 54902 33554432000 4194304 4196468 140732434471120 140159361510160 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31862] ppid=31855 vsize=26671828 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31862/stat : 31862 (java) S 31855 31855 29114 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 151581229 27311951872 54902 33554432000 4194304 4196468 140732434471120 140159360457616 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31863] ppid=31855 vsize=26671828 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31863/stat : 31863 (java) S 31855 31855 29114 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 151581229 27311951872 54902 33554432000 4194304 4196468 140732434471120 140159359404560 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31864] ppid=31855 vsize=26671828 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31864/stat : 31864 (java) S 31855 31855 29114 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 151581229 27311951872 54902 33554432000 4194304 4196468 140732434471120 140159358352016 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31865] ppid=31855 vsize=26671828 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/31857/task/31865/stat : 31865 (java) S 31855 31855 29114 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 151581229 27311951872 54902 33554432000 4194304 4196468 140732434471120 140159357298960 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31866] ppid=31855 vsize=26671828 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31866/stat : 31866 (java) S 31855 31855 29114 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 151581229 27311951872 54902 33554432000 4194304 4196468 140732434471120 140159356246416 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31867] ppid=31855 vsize=26671828 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31867/stat : 31867 (java) S 31855 31855 29114 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 151581230 27311951872 54902 33554432000 4194304 4196468 140732434471120 140157816666864 140159411006082 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31868] ppid=31855 vsize=26671828 memory=5450916462768326460 CPUtime=0 cores=0-7
/proc/31857/task/31868/stat : 31868 (java) S 31855 31855 29114 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 151581231 27311951872 54902 33554432000 4194304 4196468 140732434471120 140157815613088 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31869] ppid=31855 vsize=26671828 memory=-8412658736277716636 CPUtime=0 cores=0-7
/proc/31857/task/31869/stat : 31869 (java) S 31855 31855 29114 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 151581231 27311951872 54902 33554432000 4194304 4196468 140732434471120 140157814559984 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31870] ppid=31855 vsize=26671828 memory=-8746142026916216773 CPUtime=0 cores=0-7
/proc/31857/task/31870/stat : 31870 (java) S 31855 31855 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151581233 27311951872 54902 33554432000 4194304 4196468 140732434471120 140157813508560 140159411013531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31871] ppid=31855 vsize=26671828 memory=-8817073721047302083 CPUtime=1.49 cores=0-7
/proc/31857/task/31871/stat : 31871 (java) S 31855 31855 29114 0 -1 1077944384 2998 0 0 0 149 0 0 0 20 0 28 0 151581233 27311951872 54902 33554432000 4194304 4196468 140732434471120 140157812455664 140159411006082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31872] ppid=31855 vsize=26671828 memory=-6301764625173935296 CPUtime=1.48 cores=0-7
/proc/31857/task/31872/stat : 31872 (java) R 31855 31855 29114 0 -1 4202560 3826 0 0 0 148 0 0 0 20 0 28 0 151581233 27311951872 54902 33554432000 4194304 4196468 140732434471120 140157811389000 140159392514255 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31873] ppid=31855 vsize=26671828 memory=1384 CPUtime=1.5 cores=0-7
/proc/31857/task/31873/stat : 31873 (java) S 31855 31855 29114 0 -1 1077944384 4703 0 0 0 149 1 0 0 20 0 28 0 151581233 27311951872 54902 33554432000 4194304 4196468 140732434471120 140157810350064 140159411006082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31874] ppid=31855 vsize=26671828 memory=189272 CPUtime=0.55 cores=0-7
/proc/31857/task/31874/stat : 31874 (java) S 31855 31855 29114 0 -1 1077944384 2839 0 0 0 54 1 0 0 20 0 28 0 151581233 27311951872 54902 33554432000 4194304 4196468 140732434471120 140157809297520 140159411006082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31875] ppid=31855 vsize=26671828 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31875/stat : 31875 (java) S 31855 31855 29114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151581234 27311951872 54902 33554432000 4194304 4196468 140732434471120 140157808245728 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31876] ppid=31855 vsize=26671828 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31876/stat : 31876 (java) S 31855 31855 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151581234 27311951872 54902 33554432000 4194304 4196468 140732434471120 140157807193264 140159411006082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
Current children cumulated CPU time: 15.26 s
Current children cumulated vsize: 26681340 KiB
Current children cumulated memory: 220992 KiB

[startup+2.50101 s]
/proc/loadavg: 8.37 8.20 8.00 12/207 32044
/proc/meminfo: memFree=23125128/32770624 swapFree=67108860/67108860
[pid=31855] ppid=31852 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/31855/stat : 31855 (xcsp3-exec) S 31852 31855 29114 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151581227 9740288 346 33554432000 4194304 5098028 140724168069792 140724168067896 140602247275132 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22683648 140724168078442 140724168078652 140724168078652 140724168081387 0
/proc/31855/statm: 2378 346 289 221 0 87 0
[pid=31857] ppid=31855 vsize=26671828 memory=220400 CPUtime=16.04 cores=0-7
/proc/31857/stat : 31857 (java) S 31855 31855 29114 0 -1 1077944320 26679 0 0 0 1589 15 0 0 20 0 28 0 151581227 27311951872 55100 33554432000 4194304 4196468 140732434471120 140732434453664 140159410994935 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
/proc/31857/statm: 6667957 55100 3237 1 0 6655191 0
[pid=31857/tid=31858] ppid=31855 vsize=26671828 memory=1384 CPUtime=0.57 cores=0-7
/proc/31857/task/31858/stat : 31858 (java) S 31855 31855 29114 0 -1 1077944384 6834 0 0 0 53 4 0 0 20 0 28 0 151581228 27311951872 55100 33554432000 4194304 4196468 140732434471120 140159415235712 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31859] ppid=31855 vsize=26671828 memory=213384 CPUtime=0 cores=0-7
/proc/31857/task/31859/stat : 31859 (java) S 31855 31855 29114 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 151581229 27311951872 55100 33554432000 4194304 4196468 140732434471120 140159363615760 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31860] ppid=31855 vsize=26671828 memory=57 CPUtime=0 cores=0-7
/proc/31857/task/31860/stat : 31860 (java) S 31855 31855 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151581229 27311951872 55100 33554432000 4194304 4196468 140732434471120 140159362563216 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31861] ppid=31855 vsize=26671828 memory=9229 CPUtime=0 cores=0-7
/proc/31857/task/31861/stat : 31861 (java) S 31855 31855 29114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151581229 27311951872 55100 33554432000 4194304 4196468 140732434471120 140159361510160 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31862] ppid=31855 vsize=26671828 memory=26923 CPUtime=0 cores=0-7
/proc/31857/task/31862/stat : 31862 (java) S 31855 31855 29114 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 151581229 27311951872 55100 33554432000 4194304 4196468 140732434471120 140159360457616 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31863] ppid=31855 vsize=26671828 memory=194344 CPUtime=0 cores=0-7
/proc/31857/task/31863/stat : 31863 (java) S 31855 31855 29114 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 151581229 27311951872 55100 33554432000 4194304 4196468 140732434471120 140159359404560 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31864] ppid=31855 vsize=26671828 memory=190640 CPUtime=0 cores=0-7
/proc/31857/task/31864/stat : 31864 (java) S 31855 31855 29114 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 151581229 27311951872 55100 33554432000 4194304 4196468 140732434471120 140159358352016 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31865] ppid=31855 vsize=26671828 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/31857/task/31865/stat : 31865 (java) S 31855 31855 29114 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 151581229 27311951872 55100 33554432000 4194304 4196468 140732434471120 140159357298960 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31866] ppid=31855 vsize=26671828 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/31857/task/31866/stat : 31866 (java) S 31855 31855 29114 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 151581229 27311951872 55100 33554432000 4194304 4196468 140732434471120 140159356246416 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31867] ppid=31855 vsize=26671828 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31867/stat : 31867 (java) S 31855 31855 29114 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 151581230 27311951872 55100 33554432000 4194304 4196468 140732434471120 140157816666864 140159411006082 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31868] ppid=31855 vsize=26671828 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31868/stat : 31868 (java) S 31855 31855 29114 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 151581231 27311951872 55100 33554432000 4194304 4196468 140732434471120 140157815613088 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31869] ppid=31855 vsize=26671828 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31869/stat : 31869 (java) S 31855 31855 29114 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 151581231 27311951872 55100 33554432000 4194304 4196468 140732434471120 140157814559984 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31870] ppid=31855 vsize=26671828 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31870/stat : 31870 (java) S 31855 31855 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151581233 27311951872 55100 33554432000 4194304 4196468 140732434471120 140157813508560 140159411013531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31871] ppid=31855 vsize=26671828 memory=0 CPUtime=1.51 cores=0-7
/proc/31857/task/31871/stat : 31871 (java) S 31855 31855 29114 0 -1 1077944384 3001 0 0 0 151 0 0 0 20 0 28 0 151581233 27311951872 55100 33554432000 4194304 4196468 140732434471120 140157812455664 140159411006082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31872] ppid=31855 vsize=26671828 memory=0 CPUtime=1.58 cores=0-7
/proc/31857/task/31872/stat : 31872 (java) R 31855 31855 29114 0 -1 4202560 4021 0 0 0 158 0 0 0 20 0 28 0 151581233 27311951872 55100 33554432000 4194304 4196468 140732434471120 140157811389000 140159392516326 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31873] ppid=31855 vsize=26671828 memory=0 CPUtime=1.51 cores=0-7
/proc/31857/task/31873/stat : 31873 (java) S 31855 31855 29114 0 -1 1077944384 4705 0 0 0 150 1 0 0 20 0 28 0 151581233 27311951872 55100 33554432000 4194304 4196468 140732434471120 140157810350064 140159411006082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31874] ppid=31855 vsize=26671828 memory=280021399596048 CPUtime=0.55 cores=0-7
/proc/31857/task/31874/stat : 31874 (java) S 31855 31855 29114 0 -1 1077944384 2839 0 0 0 54 1 0 0 20 0 28 0 151581233 27311951872 55100 33554432000 4194304 4196468 140732434471120 140157809297520 140159411006082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31875] ppid=31855 vsize=26671828 memory=140010699799072 CPUtime=0 cores=0-7
/proc/31857/task/31875/stat : 31875 (java) S 31855 31855 29114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151581234 27311951872 55100 33554432000 4194304 4196468 140732434471120 140157808245728 140159411005141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
[pid=31857/tid=31876] ppid=31855 vsize=26671828 memory=0 CPUtime=0 cores=0-7
/proc/31857/task/31876/stat : 31876 (java) S 31855 31855 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151581234 27311951872 55100 33554432000 4194304 4196468 140732434471120 140157807193264 140159411006082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30617600 140732434478232 140732434478408 140732434478408 140732434481103 0
Current children cumulated CPU time: 16.04 s
Current children cumulated vsize: 26681340 KiB
Current children cumulated memory: 221784 KiB

Child status: 0
Real time (s): 2.59733
CPU time (s): 16.7415
CPU user time (s): 16.5801
CPU system time (s): 0.16137
CPU usage (%): 644.566
Max. virtual memory (cumulated for all children) (KiB): 26681340
Max. memory (cumulated for all children) (KiB): 221784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.5801
system time used= 0.16137
maximum resident set size= 222824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27398
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5035
involuntary context switches= 475


# summary of solver processes directly reported to runsolver:
#   pid: 31855
#   total CPU time (s): 16.7415
#   total CPU user time (s): 16.5801
#   total CPU system time (s): 0.16137

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.03964 second user time and 0.066822 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-20 01:09:02
IDJOB=4281461
IDBENCH=123097
IDSOLVER=2676
FILE ID=node150/4281461-1503185002
RUNJOBID= node150-1503183633-29141
PBS_JOBID= 20630853
Free space on /tmp= 61904 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-chr20b.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4281461-1503185002/watcher-4281461-1503185002 -o /tmp/evaluation-result-4281461-1503185002/solver-4281461-1503185002 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node150-1503183633-29141 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1519733660 HOME/instance-4281461-1503185002.xml

TIME LIMIT= 2016 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 260fd80204e0f144bd4a5efeedc28067
RANDOM SEED=1519733660

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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	: 5332.89
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	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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	: 5332.89
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	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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	: 5332.89
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	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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	: 5332.89
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	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23326900 kB
MemAvailable:   31963472 kB
Buffers:          300324 kB
Cached:          8615408 kB
SwapCached:            0 kB
Active:          2717900 kB
Inactive:        6252188 kB
Active(anon):       4160 kB
Inactive(anon):    85948 kB
Active(file):    2713740 kB
Inactive(file):  6166240 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7708 kB
Writeback:             0 kB
AnonPages:         82868 kB
Mapped:            52028 kB
Shmem:             33416 kB
Slab:             171232 kB
SReclaimable:     144852 kB
SUnreclaim:        26380 kB
KernelStack:        3520 kB
PageTables:         4872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61896 MiB
End job on node150 at 2017-08-20 01:09:05