Trace number 4281173

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)OPT3 2.8840301 0.82515502

General information on the benchmark

NameOpenStacks/OpenStacks-m2c-s1/
OpenStacks-m2c-tiny.xml
MD5SUMb48c1d78a7c2914aa1b4afc3a63a668c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.017028
Satisfiable
(Un)Satisfiability was proved
Number of variables73
Number of constraints65
Number of domains3
Minimum domain size2
Maximum domain size10
Distribution of domain sizes[{"size":2,"count":45},{"size":9,"count":19},{"size":10,"count":9}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":54},{"degree":3,"count":1},{"degree":5,"count":8},{"degree":10,"count":10}]
Minimum constraint arity3
Maximum constraint arity9
Distribution of constraint arities[{"arity":3,"count":47},{"arity":4,"count":4},{"arity":5,"count":2},{"arity":6,"count":11},{"arity":9,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"type":"allDifferent","count":1},{"type":"sum","count":9},{"type":"minimum","count":5},{"type":"maximum","count":5}]
Optimization problemYES
Type of objectivemin MAXIMUM

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-4281173-1503180743.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4281173-1503180743.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
1.59/0.64	c solve instance...
2.12/0.72	o 5 
2.12/0.73	o 4 
2.12/0.75	o 3 
2.82/0.80	s OPTIMUM FOUND
2.82/0.80	v <instantiation>
2.82/0.80	v 	<list>p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] min[0] min[1] min[2] min[3] min[4] max[0] max[1] max[2] max[3] max[4] o[0][0] o[0][1] o[0][2] o[0][3] o[0][4] o[0][5] o[0][6] o[0][7] o[0][8] o[1][0] o[1][1] o[1][2] o[1][3] o[1][4] o[1][5] o[1][6] o[1][7] o[1][8] o[2][0] o[2][1] o[2][2] o[2][3] o[2][4] o[2][5] o[2][6] o[2][7] o[2][8] o[3][0] o[3][1] o[3][2] o[3][3] o[3][4] o[3][5] o[3][6] o[3][7] o[3][8] o[4][0] o[4][1] o[4][2] o[4][3] o[4][4] o[4][5] o[4][6] o[4][7] o[4][8] so[0] so[1] so[2] so[3] so[4] so[5] so[6] so[7] so[8] </list>
2.82/0.80	v 	<values>0 4 1 5 2 6 3 7 8 0 0 1 4 6 3 5 7 8 8 1 1 1 1 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 1 1 1 1 1 1 1 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 1 1 1 2 3 3 3 3 3 3 3 2 </values>
2.82/0.80	v </instantiation>

Verifier Data

OK	3

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 (11846 MiB free)
  memory of node 1: 16384 MiB (11232 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281173-1503180743/watcher-4281173-1503180743 -o /tmp/evaluation-result-4281173-1503180743/solver-4281173-1503180743 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1503176429-30780 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 960345982 HOME/instance-4281173-1503180743.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Current StackSize limit: 8192 KiB
solver pid=31230, runsolver pid=31227


[startup+0.100728 s]*
/proc/loadavg: 6.93 3.13 2.18 3/199 31251
/proc/meminfo: memFree=23618140/32770624 swapFree=67108860/67108860
[pid=31230] ppid=31227 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/31230/stat : 31230 (xcsp3-exec) S 31227 31230 30753 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151155041 9740288 345 33554432000 4194304 5098028 140727441030272 140727441028376 139713494241916 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35725312 140727441032293 140727441032503 140727441032503 140727441035243 0
/proc/31230/statm: 2378 345 289 221 0 87 0
[pid=31232] ppid=31230 vsize=25999808 memory=26492 CPUtime=0.12 cores=0-7
/proc/31232/stat : 31232 (java) S 31230 31230 30753 0 -1 1077944320 5488 0 0 0 10 2 0 0 20 0 20 0 151155041 26623803392 6623 33554432000 4194304 4196468 140721022025264 140721022007808 140409308798711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
/proc/31232/statm: 6499952 6623 2863 1 0 6488269 0
[pid=31232/tid=31233] ppid=31230 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/31232/task/31233/stat : 31233 (java) R 31230 31230 30753 0 -1 4202560 3487 0 0 0 8 1 0 0 20 0 20 0 151155042 26623803392 6623 33554432000 4194304 4196468 140721022025264 140409313030624 140409308810646 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31234] ppid=31230 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31234/stat : 31234 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151155043 26623803392 6623 33554432000 4194304 4196468 140721022025264 140409261419664 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31235] ppid=31230 vsize=25999808 memory=139817093564032 CPUtime=0 cores=0-7
/proc/31232/task/31235/stat : 31235 (java) S 31230 31230 30753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151155043 26623803392 6623 33554432000 4194304 4196468 140721022025264 140409260366864 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31236] ppid=31230 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31236/stat : 31236 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151155043 26623803392 6623 33554432000 4194304 4196468 140721022025264 140408865029008 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31237] ppid=31230 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31237/stat : 31237 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151155043 26623803392 6623 33554432000 4194304 4196468 140721022025264 140408863976208 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31238] ppid=31230 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31238/stat : 31238 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151155043 26623803392 6623 33554432000 4194304 4196468 140721022025264 140408862923408 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31239] ppid=31230 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/31232/task/31239/stat : 31239 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151155043 26623803392 6623 33554432000 4194304 4196468 140721022025264 140408861870608 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31240] ppid=31230 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31240/stat : 31240 (java) S 31230 31230 30753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151155043 26623803392 6623 33554432000 4194304 4196468 140721022025264 140408860817808 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31241] ppid=31230 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31241/stat : 31241 (java) S 31230 31230 30753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151155043 26623803392 6623 33554432000 4194304 4196468 140721022025264 140408859765008 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31242] ppid=31230 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31242/stat : 31242 (java) S 31230 31230 30753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151155044 26623803392 6623 33554432000 4194304 4196468 140721022025264 140407513013104 140409308809858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31243] ppid=31230 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31243/stat : 31243 (java) S 31230 31230 30753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151155044 26623803392 6623 33554432000 4194304 4196468 140721022025264 140407511959072 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31244] ppid=31230 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31244/stat : 31244 (java) S 31230 31230 30753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151155045 26623803392 6623 33554432000 4194304 4196468 140721022025264 140407510906224 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31245] ppid=31230 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31245/stat : 31245 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151155047 26623803392 6623 33554432000 4194304 4196468 140721022025264 140407509854544 140409308817307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31246] ppid=31230 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31246/stat : 31246 (java) S 31230 31230 30753 0 -1 1077944384 289 0 0 0 0 0 0 0 20 0 20 0 151155047 26623803392 6623 33554432000 4194304 4196468 140721022025264 140407508801904 140409308809858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31247] ppid=31230 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31247/stat : 31247 (java) S 31230 31230 30753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151155047 26623803392 6623 33554432000 4194304 4196468 140721022025264 140407507749104 140409308809858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31248] ppid=31230 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31248/stat : 31248 (java) S 31230 31230 30753 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 151155047 26623803392 6623 33554432000 4194304 4196468 140721022025264 140407506696304 140409308809858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31249] ppid=31230 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/31232/task/31249/stat : 31249 (java) R 31230 31230 30753 0 -1 4202560 285 0 0 0 1 0 0 0 20 0 20 0 151155047 26623803392 6623 33554432000 4194304 4196468 140721022025264 140407505643504 140409287934528 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31250] ppid=31230 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31250/stat : 31250 (java) S 31230 31230 30753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151155047 26623803392 6623 33554432000 4194304 4196468 140721022025264 140407504591968 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31251] ppid=31230 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/31232/task/31251/stat : 31251 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151155047 26623803392 6623 33554432000 4194304 4196468 140721022025264 140407503539248 140409308809858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27872 KiB

[startup+0.210583 s]*
/proc/loadavg: 6.93 3.13 2.18 2/199 31251
/proc/meminfo: memFree=23606216/32770624 swapFree=67108860/67108860
[pid=31230] ppid=31227 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/31230/stat : 31230 (xcsp3-exec) S 31227 31230 30753 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151155041 9740288 345 33554432000 4194304 5098028 140727441030272 140727441028376 139713494241916 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35725312 140727441032293 140727441032503 140727441032503 140727441035243 0
/proc/31230/statm: 2378 345 289 221 0 87 0
[pid=31232] ppid=31230 vsize=26004064 memory=39352 CPUtime=0.33 cores=0-7
/proc/31232/stat : 31232 (java) S 31230 31230 30753 0 -1 1077944320 8338 0 0 0 29 4 0 0 20 0 20 0 151155041 26628161536 9838 33554432000 4194304 4196468 140721022025264 140721022007808 140409308798711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
/proc/31232/statm: 6501016 9838 3076 1 0 6488269 0
[pid=31232/tid=31233] ppid=31230 vsize=26004064 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/31232/task/31233/stat : 31233 (java) R 31230 31230 30753 0 -1 4202560 5395 0 0 0 18 2 0 0 20 0 20 0 151155042 26628161536 9838 33554432000 4194304 4196468 140721022025264 140409313012256 140409292879198 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31234] ppid=31230 vsize=26004064 memory=330 CPUtime=0 cores=0-7
/proc/31232/task/31234/stat : 31234 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151155043 26628161536 9838 33554432000 4194304 4196468 140721022025264 140409261419664 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31235] ppid=31230 vsize=26004064 memory=139817094574088 CPUtime=0 cores=0-7
/proc/31232/task/31235/stat : 31235 (java) S 31230 31230 30753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151155043 26628161536 9838 33554432000 4194304 4196468 140721022025264 140409260366864 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31236] ppid=31230 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/31232/task/31236/stat : 31236 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151155043 26628161536 9838 33554432000 4194304 4196468 140721022025264 140408865029008 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31237] ppid=31230 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31237/stat : 31237 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151155043 26628161536 9838 33554432000 4194304 4196468 140721022025264 140408863976208 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31238] ppid=31230 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31238/stat : 31238 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151155043 26628161536 9838 33554432000 4194304 4196468 140721022025264 140408862923408 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31239] ppid=31230 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/31232/task/31239/stat : 31239 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151155043 26628161536 9838 33554432000 4194304 4196468 140721022025264 140408861870608 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31240] ppid=31230 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31240/stat : 31240 (java) S 31230 31230 30753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151155043 26628161536 9838 33554432000 4194304 4196468 140721022025264 140408860817808 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31241] ppid=31230 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31241/stat : 31241 (java) S 31230 31230 30753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151155043 26628161536 9838 33554432000 4194304 4196468 140721022025264 140408859765008 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31242] ppid=31230 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31242/stat : 31242 (java) S 31230 31230 30753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151155044 26628161536 9838 33554432000 4194304 4196468 140721022025264 140407513013104 140409308809858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31243] ppid=31230 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31243/stat : 31243 (java) S 31230 31230 30753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151155044 26628161536 9838 33554432000 4194304 4196468 140721022025264 140407511959072 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31244] ppid=31230 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31244/stat : 31244 (java) S 31230 31230 30753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151155045 26628161536 9838 33554432000 4194304 4196468 140721022025264 140407510906224 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31245] ppid=31230 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31245/stat : 31245 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151155047 26628161536 9838 33554432000 4194304 4196468 140721022025264 140407509854544 140409308817307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31246] ppid=31230 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/31232/task/31246/stat : 31246 (java) S 31230 31230 30753 0 -1 1077944384 330 0 0 0 1 0 0 0 20 0 20 0 151155047 26628161536 9838 33554432000 4194304 4196468 140721022025264 140407508801904 140409308809858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31247] ppid=31230 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31247/stat : 31247 (java) S 31230 31230 30753 0 -1 1077944384 220 0 0 0 0 0 0 0 20 0 20 0 151155047 26628161536 9838 33554432000 4194304 4196468 140721022025264 140407507749104 140409308809858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31248] ppid=31230 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/31232/task/31248/stat : 31248 (java) S 31230 31230 30753 0 -1 1077944384 335 0 0 0 1 0 0 0 20 0 20 0 151155047 26628161536 9838 33554432000 4194304 4196468 140721022025264 140407506696304 140409308809858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31249] ppid=31230 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/31232/task/31249/stat : 31249 (java) R 31230 31230 30753 0 -1 4202560 750 0 0 0 7 0 0 0 20 0 20 0 151155047 26628161536 9838 33554432000 4194304 4196468 140721022025264 140407505643504 140721022933195 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31250] ppid=31230 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31250/stat : 31250 (java) S 31230 31230 30753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151155047 26628161536 9838 33554432000 4194304 4196468 140721022025264 140407504591968 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31251] ppid=31230 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/31232/task/31251/stat : 31251 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151155047 26628161536 9838 33554432000 4194304 4196468 140721022025264 140407503539248 140409308809858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40732 KiB

[startup+0.310411 s]*
/proc/loadavg: 6.93 3.13 2.18 3/199 31251
/proc/meminfo: memFree=23599308/32770624 swapFree=67108860/67108860
[pid=31230] ppid=31227 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/31230/stat : 31230 (xcsp3-exec) S 31227 31230 30753 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151155041 9740288 345 33554432000 4194304 5098028 140727441030272 140727441028376 139713494241916 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35725312 140727441032293 140727441032503 140727441032503 140727441035243 0
/proc/31230/statm: 2378 345 289 221 0 87 0
[pid=31232] ppid=31230 vsize=26004064 memory=46844 CPUtime=0.5 cores=0-7
/proc/31232/stat : 31232 (java) S 31230 31230 30753 0 -1 1077944320 9355 0 0 0 46 4 0 0 20 0 20 0 151155041 26628161536 11711 33554432000 4194304 4196468 140721022025264 140721022007808 140409308798711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
/proc/31232/statm: 6501016 11711 3112 1 0 6488269 0
[pid=31232/tid=31233] ppid=31230 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/31232/task/31233/stat : 31233 (java) R 31230 31230 30753 0 -1 4202560 6126 0 0 0 27 2 0 0 20 0 20 0 151155042 26628161536 11711 33554432000 4194304 4196468 140721022025264 140409313032352 140409308820058 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31234] ppid=31230 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31234/stat : 31234 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151155043 26628161536 11711 33554432000 4194304 4196468 140721022025264 140409261419664 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31235] ppid=31230 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31235/stat : 31235 (java) S 31230 31230 30753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151155043 26628161536 11711 33554432000 4194304 4196468 140721022025264 140409260366864 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31236] ppid=31230 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31236/stat : 31236 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151155043 26628161536 11711 33554432000 4194304 4196468 140721022025264 140408865029008 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31237] ppid=31230 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31237/stat : 31237 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151155043 26628161536 11711 33554432000 4194304 4196468 140721022025264 140408863976208 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31238] ppid=31230 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/31232/task/31238/stat : 31238 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151155043 26628161536 11711 33554432000 4194304 4196468 140721022025264 140408862923408 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31239] ppid=31230 vsize=26004064 memory=139816956162991 CPUtime=0 cores=0-7
/proc/31232/task/31239/stat : 31239 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151155043 26628161536 11711 33554432000 4194304 4196468 140721022025264 140408861870608 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31240] ppid=31230 vsize=26004064 memory=139816956165296 CPUtime=0 cores=0-7
/proc/31232/task/31240/stat : 31240 (java) S 31230 31230 30753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151155043 26628161536 11711 33554432000 4194304 4196468 140721022025264 140408860817808 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31241] ppid=31230 vsize=26004064 memory=139816956167600 CPUtime=0 cores=0-7
/proc/31232/task/31241/stat : 31241 (java) S 31230 31230 30753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151155043 26628161536 11711 33554432000 4194304 4196468 140721022025264 140408859765008 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31242] ppid=31230 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31242/stat : 31242 (java) S 31230 31230 30753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151155044 26628161536 11711 33554432000 4194304 4196468 140721022025264 140407513013104 140409308809858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31243] ppid=31230 vsize=26004064 memory=279633912342160 CPUtime=0 cores=0-7
/proc/31232/task/31243/stat : 31243 (java) S 31230 31230 30753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151155044 26628161536 11711 33554432000 4194304 4196468 140721022025264 140407511959072 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31244] ppid=31230 vsize=26004064 memory=279633912349072 CPUtime=0 cores=0-7
/proc/31232/task/31244/stat : 31244 (java) S 31230 31230 30753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151155045 26628161536 11711 33554432000 4194304 4196468 140721022025264 140407510906224 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31245] ppid=31230 vsize=26004064 memory=279633912290352 CPUtime=0 cores=0-7
/proc/31232/task/31245/stat : 31245 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151155047 26628161536 11711 33554432000 4194304 4196468 140721022025264 140407509854544 140409308817307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31246] ppid=31230 vsize=26004064 memory=279633912362896 CPUtime=0.01 cores=0-7
/proc/31232/task/31246/stat : 31246 (java) S 31230 31230 30753 0 -1 1077944384 334 0 0 0 1 0 0 0 20 0 20 0 151155047 26628161536 11711 33554432000 4194304 4196468 140721022025264 140407508801904 140409308809858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31247] ppid=31230 vsize=26004064 memory=279633912369808 CPUtime=0.01 cores=0-7
/proc/31232/task/31247/stat : 31247 (java) S 31230 31230 30753 0 -1 1077944384 220 0 0 0 1 0 0 0 20 0 20 0 151155047 26628161536 11711 33554432000 4194304 4196468 140721022025264 140407507749104 140409308809858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31248] ppid=31230 vsize=26004064 memory=279633912367504 CPUtime=0.03 cores=0-7
/proc/31232/task/31248/stat : 31248 (java) S 31230 31230 30753 0 -1 1077944384 485 0 0 0 3 0 0 0 20 0 20 0 151155047 26628161536 11711 33554432000 4194304 4196468 140721022025264 140407506696304 140409308809858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31249] ppid=31230 vsize=26004064 memory=279633912383664 CPUtime=0.12 cores=0-7
/proc/31232/task/31249/stat : 31249 (java) S 31230 31230 30753 0 -1 1077944384 881 0 0 0 12 0 0 0 20 0 20 0 151155047 26628161536 11711 33554432000 4194304 4196468 140721022025264 140407505643504 140409308809858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31250] ppid=31230 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31250/stat : 31250 (java) S 31230 31230 30753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151155047 26628161536 11711 33554432000 4194304 4196468 140721022025264 140407504591968 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31251] ppid=31230 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/31232/task/31251/stat : 31251 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151155047 26628161536 11711 33554432000 4194304 4196468 140721022025264 140407503539248 140409308809858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 48224 KiB

[startup+0.700899 s]
/proc/loadavg: 6.93 3.13 2.18 6/199 31251
/proc/meminfo: memFree=23580528/32770624 swapFree=67108860/67108860
[pid=31230] ppid=31227 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/31230/stat : 31230 (xcsp3-exec) S 31227 31230 30753 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151155041 9740288 345 33554432000 4194304 5098028 140727441030272 140727441028376 139713494241916 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35725312 140727441032293 140727441032503 140727441032503 140727441035243 0
/proc/31230/statm: 2378 345 289 221 0 87 0
[pid=31232] ppid=31230 vsize=26538700 memory=108084 CPUtime=2.12 cores=0-7
/proc/31232/stat : 31232 (java) S 31230 31230 30753 0 -1 1077944320 14729 0 0 0 204 8 0 0 20 0 28 0 151155041 27175628800 27021 33554432000 4194304 4196468 140721022025264 140721022007808 140409308798711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
/proc/31232/statm: 6634675 27021 3207 1 0 6621909 0
[pid=31232/tid=31233] ppid=31230 vsize=26538700 memory=279633912741552 CPUtime=0.62 cores=0-7
/proc/31232/task/31233/stat : 31233 (java) S 31230 31230 30753 0 -1 1077944384 6744 0 0 0 59 3 0 0 20 0 28 0 151155042 27175628800 27021 33554432000 4194304 4196468 140721022025264 140409313039488 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31234] ppid=31230 vsize=26538700 memory=139816956371824 CPUtime=0 cores=0-7
/proc/31232/task/31234/stat : 31234 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151155043 27175628800 27021 33554432000 4194304 4196468 140721022025264 140409261419664 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31235] ppid=31230 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31235/stat : 31235 (java) S 31230 31230 30753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 151155043 27175628800 27021 33554432000 4194304 4196468 140721022025264 140409260366864 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31236] ppid=31230 vsize=26538700 memory=8740 CPUtime=0 cores=0-7
/proc/31232/task/31236/stat : 31236 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151155043 27175628800 27021 33554432000 4194304 4196468 140721022025264 140408865029008 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31237] ppid=31230 vsize=26538700 memory=4620 CPUtime=0 cores=0-7
/proc/31232/task/31237/stat : 31237 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151155043 27175628800 27021 33554432000 4194304 4196468 140721022025264 140408863976208 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31238] ppid=31230 vsize=26538700 memory=1196 CPUtime=0 cores=0-7
/proc/31232/task/31238/stat : 31238 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151155043 27175628800 27021 33554432000 4194304 4196468 140721022025264 140408862923408 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31239] ppid=31230 vsize=26538700 memory=15876 CPUtime=0 cores=0-7
/proc/31232/task/31239/stat : 31239 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151155043 27175628800 27021 33554432000 4194304 4196468 140721022025264 140408861870608 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31240] ppid=31230 vsize=26538700 memory=18476 CPUtime=0 cores=0-7
/proc/31232/task/31240/stat : 31240 (java) S 31230 31230 30753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 151155043 27175628800 27021 33554432000 4194304 4196468 140721022025264 140408860817808 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31241] ppid=31230 vsize=26538700 memory=24284 CPUtime=0 cores=0-7
/proc/31232/task/31241/stat : 31241 (java) S 31230 31230 30753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151155043 27175628800 27021 33554432000 4194304 4196468 140721022025264 140408859765008 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31242] ppid=31230 vsize=26538700 memory=4048 CPUtime=0 cores=0-7
/proc/31232/task/31242/stat : 31242 (java) S 31230 31230 30753 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 151155044 27175628800 27021 33554432000 4194304 4196468 140721022025264 140407513013104 140409308809858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31243] ppid=31230 vsize=26538700 memory=1792 CPUtime=0 cores=0-7
/proc/31232/task/31243/stat : 31243 (java) S 31230 31230 30753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 151155044 27175628800 27021 33554432000 4194304 4196468 140721022025264 140407511959072 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31244] ppid=31230 vsize=26538700 memory=648 CPUtime=0 cores=0-7
/proc/31232/task/31244/stat : 31244 (java) S 31230 31230 30753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 151155045 27175628800 27021 33554432000 4194304 4196468 140721022025264 140407510906224 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31245] ppid=31230 vsize=26538700 memory=1236 CPUtime=0 cores=0-7
/proc/31232/task/31245/stat : 31245 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151155047 27175628800 27021 33554432000 4194304 4196468 140721022025264 140407509854544 140409308817307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31246] ppid=31230 vsize=26538700 memory=22244 CPUtime=0.26 cores=0-7
/proc/31232/task/31246/stat : 31246 (java) R 31230 31230 30753 0 -1 1077944384 1416 0 0 0 26 0 0 0 20 0 28 0 151155047 27175628800 27021 33554432000 4194304 4196468 140721022025264 140407508801904 140409308809858 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31247] ppid=31230 vsize=26538700 memory=12136 CPUtime=0.24 cores=0-7
/proc/31232/task/31247/stat : 31247 (java) S 31230 31230 30753 0 -1 1077944384 1224 0 0 0 24 0 0 0 20 0 28 0 151155047 27175628800 27021 33554432000 4194304 4196468 140721022025264 140407507749104 140409308809858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31248] ppid=31230 vsize=26538700 memory=5792 CPUtime=0.29 cores=0-7
/proc/31232/task/31248/stat : 31248 (java) S 31230 31230 30753 0 -1 1077944384 1406 0 0 0 28 1 0 0 20 0 28 0 151155047 27175628800 27021 33554432000 4194304 4196468 140721022025264 140407506696304 140409308809858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31249] ppid=31230 vsize=26538700 memory=796 CPUtime=0.39 cores=0-7
/proc/31232/task/31249/stat : 31249 (java) R 31230 31230 30753 0 -1 1077944384 2318 0 0 0 38 1 0 0 20 0 28 0 151155047 27175628800 27021 33554432000 4194304 4196468 140721022025264 140407505642688 140409308808917 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31250] ppid=31230 vsize=26538700 memory=1436 CPUtime=0 cores=0-7
/proc/31232/task/31250/stat : 31250 (java) S 31230 31230 30753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151155047 27175628800 27021 33554432000 4194304 4196468 140721022025264 140407504591968 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31251] ppid=31230 vsize=26538700 memory=1012 CPUtime=0 cores=0-7
/proc/31232/task/31251/stat : 31251 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151155047 27175628800 27021 33554432000 4194304 4196468 140721022025264 140407503539248 140409308809858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
Current children cumulated CPU time: 2.12 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 109464 KiB

[startup+0.825095 s]
# the end of solver process 31230 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.76625 s, system=0.11778 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+0.801466 s]
/proc/loadavg: 6.93 3.13 2.18 6/199 31251
/proc/meminfo: memFree=23580528/32770624 swapFree=67108860/67108860
[pid=31230] ppid=31227 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/31230/stat : 31230 (xcsp3-exec) S 31227 31230 30753 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151155041 9740288 345 33554432000 4194304 5098028 140727441030272 140727441028376 139713494241916 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35725312 140727441032293 140727441032503 140727441032503 140727441035243 0
/proc/31230/statm: 2378 345 289 221 0 87 0
[pid=31232] ppid=31230 vsize=26539728 memory=159040 CPUtime=2.82 cores=0-7
/proc/31232/stat : 31232 (java) S 31230 31230 30753 0 -1 1077944320 15491 0 0 0 272 10 0 0 20 0 28 0 151155041 27176681472 39760 33554432000 4194304 4196468 140721022025264 140721022007808 140409308798711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
/proc/31232/statm: 6634932 39760 3216 1 0 6622166 0
[pid=31232/tid=31233] ppid=31230 vsize=26539728 memory=5859271421084325224 CPUtime=0.62 cores=0-7
/proc/31232/task/31233/stat : 31233 (java) S 31230 31230 30753 0 -1 1077944384 6748 0 0 0 59 3 0 0 20 0 28 0 151155042 27176681472 39760 33554432000 4194304 4196468 140721022025264 140409313039488 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31234] ppid=31230 vsize=26539728 memory=7007706849797498451 CPUtime=0 cores=0-7
/proc/31232/task/31234/stat : 31234 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151155043 27176681472 39760 33554432000 4194304 4196468 140721022025264 140409261419664 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31235] ppid=31230 vsize=26539728 memory=6935649255759568960 CPUtime=0 cores=0-7
/proc/31232/task/31235/stat : 31235 (java) S 31230 31230 30753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 151155043 27176681472 39760 33554432000 4194304 4196468 140721022025264 140409260366864 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31236] ppid=31230 vsize=26539728 memory=8514726395715351173 CPUtime=0 cores=0-7
/proc/31232/task/31236/stat : 31236 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151155043 27176681472 39760 33554432000 4194304 4196468 140721022025264 140408865029008 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31237] ppid=31230 vsize=26539728 memory=-9109213556524817781 CPUtime=0 cores=0-7
/proc/31232/task/31237/stat : 31237 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151155043 27176681472 39760 33554432000 4194304 4196468 140721022025264 140408863976208 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31238] ppid=31230 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31238/stat : 31238 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151155043 27176681472 39760 33554432000 4194304 4196468 140721022025264 140408862923408 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31239] ppid=31230 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31239/stat : 31239 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151155043 27176681472 39760 33554432000 4194304 4196468 140721022025264 140408861870608 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31240] ppid=31230 vsize=26539728 memory=279633912204864 CPUtime=0 cores=0-7
/proc/31232/task/31240/stat : 31240 (java) S 31230 31230 30753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 151155043 27176681472 39760 33554432000 4194304 4196468 140721022025264 140408860817808 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31241] ppid=31230 vsize=26539728 memory=-9178283013952593245 CPUtime=0 cores=0-7
/proc/31232/task/31241/stat : 31241 (java) S 31230 31230 30753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151155043 27176681472 39760 33554432000 4194304 4196468 140721022025264 140408859765008 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31242] ppid=31230 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/31232/task/31242/stat : 31242 (java) S 31230 31230 30753 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 151155044 27176681472 39760 33554432000 4194304 4196468 140721022025264 140407513013104 140409308809858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31243] ppid=31230 vsize=26539728 memory=1732 CPUtime=0 cores=0-7
/proc/31232/task/31243/stat : 31243 (java) S 31230 31230 30753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 151155044 27176681472 39760 33554432000 4194304 4196468 140721022025264 140407511959072 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31244] ppid=31230 vsize=26539728 memory=1224 CPUtime=0 cores=0-7
/proc/31232/task/31244/stat : 31244 (java) S 31230 31230 30753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 151155045 27176681472 39760 33554432000 4194304 4196468 140721022025264 140407510906224 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31245] ppid=31230 vsize=26539728 memory=12136 CPUtime=0 cores=0-7
/proc/31232/task/31245/stat : 31245 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151155047 27176681472 39760 33554432000 4194304 4196468 140721022025264 140407509854544 140409308817307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31246] ppid=31230 vsize=26539728 memory=5792 CPUtime=0.32 cores=0-7
/proc/31232/task/31246/stat : 31246 (java) R 31230 31230 30753 0 -1 4202560 1439 0 0 0 32 0 0 0 20 0 28 0 151155047 27176681472 39760 33554432000 4194304 4196468 140721022025264 140407508790256 140409293699036 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31247] ppid=31230 vsize=26539728 memory=796 CPUtime=0.31 cores=0-7
/proc/31232/task/31247/stat : 31247 (java) R 31230 31230 30753 0 -1 4202560 1284 0 0 0 31 0 0 0 20 0 28 0 151155047 27176681472 39760 33554432000 4194304 4196468 140721022025264 140407507749104 140409294513191 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31248] ppid=31230 vsize=26539728 memory=1436 CPUtime=0.37 cores=0-7
/proc/31232/task/31248/stat : 31248 (java) R 31230 31230 30753 0 -1 4202560 1430 0 0 0 36 1 0 0 20 0 28 0 151155047 27176681472 39760 33554432000 4194304 4196468 140721022025264 140407506681648 140409290343390 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31249] ppid=31230 vsize=26539728 memory=1012 CPUtime=0.46 cores=0-7
/proc/31232/task/31249/stat : 31249 (java) S 31230 31230 30753 0 -1 1077944384 2435 0 0 0 45 1 0 0 20 0 28 0 151155047 27176681472 39760 33554432000 4194304 4196468 140721022025264 140407505641296 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31250] ppid=31230 vsize=26539728 memory=1716 CPUtime=0 cores=0-7
/proc/31232/task/31250/stat : 31250 (java) S 31230 31230 30753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151155047 27176681472 39760 33554432000 4194304 4196468 140721022025264 140407504591968 140409308808917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
[pid=31232/tid=31251] ppid=31230 vsize=26539728 memory=1952 CPUtime=0 cores=0-7
/proc/31232/task/31251/stat : 31251 (java) S 31230 31230 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151155047 27176681472 39760 33554432000 4194304 4196468 140721022025264 140407503539248 140409308809858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12800000 140721022030994 140721022031171 140721022031171 140721022033871 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 26549240 KiB
Current children cumulated memory: 160420 KiB

Child status: 0
Real time (s): 0.825155
CPU time (s): 2.88403
CPU user time (s): 2.76625
CPU system time (s): 0.11778
CPU usage (%): 349.514
Max. virtual memory (cumulated for all children) (KiB): 26549240
Max. memory (cumulated for all children) (KiB): 160420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.76625
system time used= 0.11778
maximum resident set size= 161740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16033
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= 2865
involuntary context switches= 17


# summary of solver processes directly reported to runsolver:
#   pid: 31230
#   total CPU time (s): 2.88403
#   total CPU user time (s): 2.76625
#   total CPU system time (s): 0.11778

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028594 second user time and 0.046646 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-19 23:58:03
IDJOB=4281173
IDBENCH=140518
IDSOLVER=2675
FILE ID=node149/4281173-1503180743
RUNJOBID= node149-1503176429-30780
PBS_JOBID= 20630847
Free space on /tmp= 61768 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/OpenStacks/OpenStacks-m2c-s1/OpenStacks-m2c-tiny.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-4281173-1503180743/watcher-4281173-1503180743 -o /tmp/evaluation-result-4281173-1503180743/solver-4281173-1503180743 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1503176429-30780 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 960345982 HOME/instance-4281173-1503180743.xml

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

MD5SUM BENCH= b48c1d78a7c2914aa1b4afc3a63a668c
RANDOM SEED=960345982

node149.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	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 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:        23633892 kB
MemAvailable:   31953420 kB
Buffers:          282884 kB
Cached:          8307760 kB
SwapCached:            0 kB
Active:          2137084 kB
Inactive:        6508828 kB
Active(anon):       3484 kB
Inactive(anon):    87504 kB
Active(file):    2133600 kB
Inactive(file):  6421324 kB
Unevictable:        7916 kB
Mlocked:            7916 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7940 kB
Writeback:             0 kB
AnonPages:         80612 kB
Mapped:            51624 kB
Shmem:             33416 kB
Slab:             187456 kB
SReclaimable:     160880 kB
SUnreclaim:        26576 kB
KernelStack:        3520 kB
PageTables:         4840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     333596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61764 MiB
End job on node149 at 2017-08-19 23:58:04