Trace number 4281709

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 3.0414701 0.841124

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.016136
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-4281709-1503189325.xml"  -tl '2016s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4281709-1503189325.xml, -tl, 2016s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
1.60/0.64	c solve instance...
1.60/0.69	o 5 
2.12/0.70	o 4 
2.12/0.72	o 3 
2.90/0.82	s OPTIMUM FOUND
2.90/0.82	v <instantiation>
2.90/0.82	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.90/0.82	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.90/0.82	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 (11407 MiB free)
  memory of node 1: 16384 MiB (9833 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281709-1503189325/watcher-4281709-1503189325 -o /tmp/evaluation-result-4281709-1503189325/solver-4281709-1503189325 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node114-1503180880-13488 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1560435555 HOME/instance-4281709-1503189325.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
Current StackSize limit: 8192 KiB

solver pid=18448, runsolver pid=18445

[startup+0.100161 s]*
/proc/loadavg: 8.06 6.51 6.95 2/200 18469
/proc/meminfo: memFree=21735144/32770624 swapFree=67108860/67108860
[pid=18448] ppid=18445 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18448/stat : 18448 (xcsp3-exec) S 18445 18448 13461 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 152020141 9740288 346 33554432000 4194304 5098028 140732434019584 140732434017688 140520855982716 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15613952 140732434023530 140732434023740 140732434023740 140732434026475 0
/proc/18448/statm: 2378 346 289 221 0 87 0
[pid=18450] ppid=18448 vsize=25999808 memory=26232 CPUtime=0.12 cores=0-7
/proc/18450/stat : 18450 (java) S 18448 18448 13461 0 -1 1077944320 5493 0 0 0 11 1 0 0 20 0 20 0 152020141 26623803392 6558 33554432000 4194304 4196468 140721228735344 140721228717888 139814539939575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
/proc/18450/statm: 6499952 6558 2846 1 0 6488269 0
[pid=18450/tid=18451] ppid=18448 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/18450/task/18451/stat : 18451 (java) R 18448 18448 13461 0 -1 4202560 3502 0 0 0 8 0 0 0 20 0 20 0 152020142 26623803392 6558 33554432000 4194304 4196468 140721228735344 139814544166176 139814523983205 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18452] ppid=18448 vsize=25999808 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/18450/task/18452/stat : 18452 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 152020142 26623803392 6558 33554432000 4194304 4196468 140721228735344 139814492560272 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18453] ppid=18448 vsize=25999808 memory=140408743675520 CPUtime=0 cores=0-7
/proc/18450/task/18453/stat : 18453 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 152020142 26623803392 6558 33554432000 4194304 4196468 140721228735344 139814491507472 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18454] ppid=18448 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18454/stat : 18454 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 152020142 26623803392 6558 33554432000 4194304 4196468 140721228735344 139814490455184 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18455] ppid=18448 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18455/stat : 18455 (java) S 18448 18448 13461 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 152020142 26623803392 6558 33554432000 4194304 4196468 140721228735344 139814489402384 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18456] ppid=18448 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18456/stat : 18456 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 152020142 26623803392 6558 33554432000 4194304 4196468 140721228735344 139814488349072 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18457] ppid=18448 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/18450/task/18457/stat : 18457 (java) S 18448 18448 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 152020142 26623803392 6558 33554432000 4194304 4196468 140721228735344 139814487296272 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18458] ppid=18448 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18458/stat : 18458 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 152020142 26623803392 6558 33554432000 4194304 4196468 140721228735344 139814486243984 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18459] ppid=18448 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18459/stat : 18459 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 152020142 26623803392 6558 33554432000 4194304 4196468 140721228735344 139814485191184 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18460] ppid=18448 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18460/stat : 18460 (java) S 18448 18448 13461 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 152020144 26623803392 6558 33554432000 4194304 4196468 140721228735344 139812745046640 139814539950722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18461] ppid=18448 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18461/stat : 18461 (java) S 18448 18448 13461 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 152020144 26623803392 6558 33554432000 4194304 4196468 140721228735344 139812743992608 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18462] ppid=18448 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18462/stat : 18462 (java) S 18448 18448 13461 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 152020144 26623803392 6558 33554432000 4194304 4196468 140721228735344 139812742940272 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18463] ppid=18448 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18463/stat : 18463 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 152020147 26623803392 6558 33554432000 4194304 4196468 140721228735344 139812741888592 139814539958171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18464] ppid=18448 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18464/stat : 18464 (java) S 18448 18448 13461 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 20 0 152020147 26623803392 6558 33554432000 4194304 4196468 140721228735344 139812740835440 139814539950722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18465] ppid=18448 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18465/stat : 18465 (java) S 18448 18448 13461 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 152020147 26623803392 6558 33554432000 4194304 4196468 140721228735344 139812739782640 139814539950722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18466] ppid=18448 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18466/stat : 18466 (java) S 18448 18448 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 152020147 26623803392 6558 33554432000 4194304 4196468 140721228735344 139812738730352 139814539950722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18467] ppid=18448 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/18450/task/18467/stat : 18467 (java) S 18448 18448 13461 0 -1 1077944384 263 0 0 0 1 0 0 0 20 0 20 0 152020147 26623803392 6558 33554432000 4194304 4196468 140721228735344 139812737677552 139814539950722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18468] ppid=18448 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18468/stat : 18468 (java) S 18448 18448 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 152020147 26623803392 6558 33554432000 4194304 4196468 140721228735344 139812736625504 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18469] ppid=18448 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/18450/task/18469/stat : 18469 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 152020147 26623803392 6558 33554432000 4194304 4196468 140721228735344 139812735572784 139814539950722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27616 KiB

[startup+0.210332 s]*
/proc/loadavg: 8.06 6.51 6.95 2/200 18469
/proc/meminfo: memFree=21724476/32770624 swapFree=67108860/67108860
[pid=18448] ppid=18445 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18448/stat : 18448 (xcsp3-exec) S 18445 18448 13461 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 152020141 9740288 346 33554432000 4194304 5098028 140732434019584 140732434017688 140520855982716 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15613952 140732434023530 140732434023740 140732434023740 140732434026475 0
/proc/18448/statm: 2378 346 289 221 0 87 0
[pid=18450] ppid=18448 vsize=26004064 memory=38864 CPUtime=0.33 cores=0-7
/proc/18450/stat : 18450 (java) S 18448 18448 13461 0 -1 1077944320 8314 0 0 0 31 2 0 0 20 0 20 0 152020141 26628161536 9716 33554432000 4194304 4196468 140721228735344 140721228717888 139814539939575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
/proc/18450/statm: 6501016 9716 3048 1 0 6488269 0
[pid=18450/tid=18451] ppid=18448 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/18450/task/18451/stat : 18451 (java) R 18448 18448 13461 0 -1 4202560 5404 0 0 0 18 1 0 0 20 0 20 0 152020142 26628161536 9716 33554432000 4194304 4196468 140721228735344 139814544152496 139814539961501 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18452] ppid=18448 vsize=26004064 memory=342 CPUtime=0 cores=0-7
/proc/18450/task/18452/stat : 18452 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 152020142 26628161536 9716 33554432000 4194304 4196468 140721228735344 139814492560272 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18453] ppid=18448 vsize=26004064 memory=3761829413450040992 CPUtime=0 cores=0-7
/proc/18450/task/18453/stat : 18453 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 152020142 26628161536 9716 33554432000 4194304 4196468 140721228735344 139814491507472 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18454] ppid=18448 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/18450/task/18454/stat : 18454 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 152020142 26628161536 9716 33554432000 4194304 4196468 140721228735344 139814490455184 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18455] ppid=18448 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18455/stat : 18455 (java) S 18448 18448 13461 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 152020142 26628161536 9716 33554432000 4194304 4196468 140721228735344 139814489402384 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18456] ppid=18448 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18456/stat : 18456 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 152020142 26628161536 9716 33554432000 4194304 4196468 140721228735344 139814488349072 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18457] ppid=18448 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/18450/task/18457/stat : 18457 (java) S 18448 18448 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 152020142 26628161536 9716 33554432000 4194304 4196468 140721228735344 139814487296272 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18458] ppid=18448 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18458/stat : 18458 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 152020142 26628161536 9716 33554432000 4194304 4196468 140721228735344 139814486243984 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18459] ppid=18448 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18459/stat : 18459 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 152020142 26628161536 9716 33554432000 4194304 4196468 140721228735344 139814485191184 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18460] ppid=18448 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18460/stat : 18460 (java) S 18448 18448 13461 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 152020144 26628161536 9716 33554432000 4194304 4196468 140721228735344 139812745046640 139814539950722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18461] ppid=18448 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18461/stat : 18461 (java) S 18448 18448 13461 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 152020144 26628161536 9716 33554432000 4194304 4196468 140721228735344 139812743992608 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18462] ppid=18448 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18462/stat : 18462 (java) S 18448 18448 13461 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 152020144 26628161536 9716 33554432000 4194304 4196468 140721228735344 139812742940272 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18463] ppid=18448 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18463/stat : 18463 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 152020147 26628161536 9716 33554432000 4194304 4196468 140721228735344 139812741888592 139814539958171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18464] ppid=18448 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/18450/task/18464/stat : 18464 (java) S 18448 18448 13461 0 -1 1077944384 325 0 0 0 1 0 0 0 20 0 20 0 152020147 26628161536 9716 33554432000 4194304 4196468 140721228735344 139812740835440 139814539950722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18465] ppid=18448 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/18450/task/18465/stat : 18465 (java) S 18448 18448 13461 0 -1 1077944384 382 0 0 0 2 0 0 0 20 0 20 0 152020147 26628161536 9716 33554432000 4194304 4196468 140721228735344 139812739782640 139814539950722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18466] ppid=18448 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/18450/task/18466/stat : 18466 (java) S 18448 18448 13461 0 -1 1077944384 96 0 0 0 1 0 0 0 20 0 20 0 152020147 26628161536 9716 33554432000 4194304 4196468 140721228735344 139812738730352 139814539950722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18467] ppid=18448 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/18450/task/18467/stat : 18467 (java) S 18448 18448 13461 0 -1 1077944384 801 0 0 0 7 0 0 0 20 0 20 0 152020147 26628161536 9716 33554432000 4194304 4196468 140721228735344 139812737677552 139814539950722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18468] ppid=18448 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18468/stat : 18468 (java) S 18448 18448 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 152020147 26628194304 9716 33554432000 4194304 4196468 140721228735344 139812736625504 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18469] ppid=18448 vsize=26004096 memory=-1 CPUtime=0 cores=0-7
/proc/18450/task/18469/stat : 18469 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 152020147 26628194304 9716 33554432000 4194304 4196468 140721228735344 139812735572784 139814539950722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40248 KiB

[startup+0.313175 s]*
/proc/loadavg: 8.06 6.51 6.95 4/200 18469
/proc/meminfo: memFree=21718044/32770624 swapFree=67108860/67108860
[pid=18448] ppid=18445 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18448/stat : 18448 (xcsp3-exec) S 18445 18448 13461 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 152020141 9740288 346 33554432000 4194304 5098028 140732434019584 140732434017688 140520855982716 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15613952 140732434023530 140732434023740 140732434023740 140732434026475 0
/proc/18448/statm: 2378 346 289 221 0 87 0
[pid=18450] ppid=18448 vsize=26004064 memory=46176 CPUtime=0.51 cores=0-7
/proc/18450/stat : 18450 (java) S 18448 18448 13461 0 -1 1077944320 9347 0 0 0 48 3 0 0 20 0 20 0 152020141 26628161536 11544 33554432000 4194304 4196468 140721228735344 140721228717888 139814539939575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
/proc/18450/statm: 6501016 11544 3077 1 0 6488269 0
[pid=18450/tid=18451] ppid=18448 vsize=26004140 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/18450/task/18451/stat : 18451 (java) R 18448 18448 13461 0 -1 4202560 6201 0 0 0 28 2 0 0 20 0 20 0 152020142 26628239360 11544 33554432000 4194304 4196468 140721228735344 139814544171904 139814539951510 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18452] ppid=18448 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18452/stat : 18452 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 152020142 26628239360 11544 33554432000 4194304 4196468 140721228735344 139814492560272 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18453] ppid=18448 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18453/stat : 18453 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 152020142 26628239360 11544 33554432000 4194304 4196468 140721228735344 139814491507472 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18454] ppid=18448 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18454/stat : 18454 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 152020142 26628239360 11544 33554432000 4194304 4196468 140721228735344 139814490455184 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18455] ppid=18448 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18455/stat : 18455 (java) S 18448 18448 13461 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 152020142 26628239360 11544 33554432000 4194304 4196468 140721228735344 139814489402384 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18456] ppid=18448 vsize=26004140 memory=2244 CPUtime=0 cores=0-7
/proc/18450/task/18456/stat : 18456 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 152020142 26628239360 11544 33554432000 4194304 4196468 140721228735344 139814488349072 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18457] ppid=18448 vsize=26004140 memory=140408587908015 CPUtime=0 cores=0-7
/proc/18450/task/18457/stat : 18457 (java) S 18448 18448 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 152020142 26628239360 11544 33554432000 4194304 4196468 140721228735344 139814487296272 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18458] ppid=18448 vsize=26004140 memory=140408587910320 CPUtime=0 cores=0-7
/proc/18450/task/18458/stat : 18458 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 152020142 26628239360 11544 33554432000 4194304 4196468 140721228735344 139814486243984 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18459] ppid=18448 vsize=26004140 memory=140408587912624 CPUtime=0 cores=0-7
/proc/18450/task/18459/stat : 18459 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 152020142 26628239360 11544 33554432000 4194304 4196468 140721228735344 139814485191184 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18460] ppid=18448 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18460/stat : 18460 (java) S 18448 18448 13461 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 152020144 26628239360 11544 33554432000 4194304 4196468 140721228735344 139812745046640 139814539950722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18461] ppid=18448 vsize=26004140 memory=280817175832208 CPUtime=0 cores=0-7
/proc/18450/task/18461/stat : 18461 (java) S 18448 18448 13461 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 152020144 26628239360 11544 33554432000 4194304 4196468 140721228735344 139812743992608 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18462] ppid=18448 vsize=26004140 memory=280817175839120 CPUtime=0 cores=0-7
/proc/18450/task/18462/stat : 18462 (java) S 18448 18448 13461 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 152020144 26628239360 11544 33554432000 4194304 4196468 140721228735344 139812742940272 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18463] ppid=18448 vsize=26004140 memory=280817175780400 CPUtime=0 cores=0-7
/proc/18450/task/18463/stat : 18463 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 152020147 26628239360 11544 33554432000 4194304 4196468 140721228735344 139812741888592 139814539958171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18464] ppid=18448 vsize=26004140 memory=280817175852944 CPUtime=0.02 cores=0-7
/proc/18450/task/18464/stat : 18464 (java) S 18448 18448 13461 0 -1 1077944384 459 0 0 0 2 0 0 0 20 0 20 0 152020147 26628239360 11544 33554432000 4194304 4196468 140721228735344 139812740835440 139814539950722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18465] ppid=18448 vsize=26004140 memory=280817175859856 CPUtime=0.03 cores=0-7
/proc/18450/task/18465/stat : 18465 (java) S 18448 18448 13461 0 -1 1077944384 390 0 0 0 3 0 0 0 20 0 20 0 152020147 26628239360 11544 33554432000 4194304 4196468 140721228735344 139812739782640 139814539950722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18466] ppid=18448 vsize=26004140 memory=280817175857552 CPUtime=0.01 cores=0-7
/proc/18450/task/18466/stat : 18466 (java) S 18448 18448 13461 0 -1 1077944384 96 0 0 0 1 0 0 0 20 0 20 0 152020147 26628239360 11544 33554432000 4194304 4196468 140721228735344 139812738730352 139814539950722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18467] ppid=18448 vsize=26004140 memory=280817175873712 CPUtime=0.12 cores=0-7
/proc/18450/task/18467/stat : 18467 (java) R 18448 18448 13461 0 -1 4202560 918 0 0 0 12 0 0 0 20 0 20 0 152020147 26628239360 11544 33554432000 4194304 4196468 140721228735344 139812737677552 139814524020062 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18468] ppid=18448 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18468/stat : 18468 (java) S 18448 18448 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 152020147 26628239360 11544 33554432000 4194304 4196468 140721228735344 139812736625504 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18469] ppid=18448 vsize=26004140 memory=-1 CPUtime=0 cores=0-7
/proc/18450/task/18469/stat : 18469 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 152020147 26628239360 11544 33554432000 4194304 4196468 140721228735344 139812735572784 139814539950722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47560 KiB

[startup+0.700887 s]
/proc/loadavg: 8.06 6.51 6.95 4/200 18469
/proc/meminfo: memFree=21699808/32770624 swapFree=67108860/67108860
[pid=18448] ppid=18445 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18448/stat : 18448 (xcsp3-exec) S 18445 18448 13461 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 152020141 9740288 346 33554432000 4194304 5098028 140732434019584 140732434017688 140520855982716 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15613952 140732434023530 140732434023740 140732434023740 140732434026475 0
/proc/18448/statm: 2378 346 289 221 0 87 0
[pid=18450] ppid=18448 vsize=26538700 memory=120264 CPUtime=2.12 cores=0-7
/proc/18450/stat : 18450 (java) S 18448 18448 13461 0 -1 1077944320 14259 0 0 0 207 5 0 0 20 0 28 0 152020141 27175628800 30066 33554432000 4194304 4196468 140721228735344 140721228717888 139814539939575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
/proc/18450/statm: 6634675 30066 3210 1 0 6621909 0
[pid=18450/tid=18451] ppid=18448 vsize=26538700 memory=280817176231600 CPUtime=0.63 cores=0-7
/proc/18450/task/18451/stat : 18451 (java) S 18448 18448 13461 0 -1 1077944384 6761 0 0 0 60 3 0 0 20 0 28 0 152020142 27175628800 30066 33554432000 4194304 4196468 140721228735344 139814544180352 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18452] ppid=18448 vsize=26538700 memory=140408588116848 CPUtime=0 cores=0-7
/proc/18450/task/18452/stat : 18452 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 152020142 27175628800 30066 33554432000 4194304 4196468 140721228735344 139814492560272 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18453] ppid=18448 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18453/stat : 18453 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 152020142 27175628800 30066 33554432000 4194304 4196468 140721228735344 139814491507472 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18454] ppid=18448 vsize=26538700 memory=1008 CPUtime=0 cores=0-7
/proc/18450/task/18454/stat : 18454 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 152020142 27175628800 30066 33554432000 4194304 4196468 140721228735344 139814490455184 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18455] ppid=18448 vsize=26538700 memory=10728 CPUtime=0 cores=0-7
/proc/18450/task/18455/stat : 18455 (java) S 18448 18448 13461 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 152020142 27175628800 30066 33554432000 4194304 4196468 140721228735344 139814489402384 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18456] ppid=18448 vsize=26538700 memory=1204 CPUtime=0 cores=0-7
/proc/18450/task/18456/stat : 18456 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 152020142 27175628800 30066 33554432000 4194304 4196468 140721228735344 139814488349072 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18457] ppid=18448 vsize=26538700 memory=15876 CPUtime=0 cores=0-7
/proc/18450/task/18457/stat : 18457 (java) S 18448 18448 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 152020142 27175628800 30066 33554432000 4194304 4196468 140721228735344 139814487296272 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18458] ppid=18448 vsize=26538700 memory=16444 CPUtime=0 cores=0-7
/proc/18450/task/18458/stat : 18458 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 152020142 27175628800 30066 33554432000 4194304 4196468 140721228735344 139814486243984 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18459] ppid=18448 vsize=26538700 memory=4052 CPUtime=0 cores=0-7
/proc/18450/task/18459/stat : 18459 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 152020142 27175628800 30066 33554432000 4194304 4196468 140721228735344 139814485191184 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18460] ppid=18448 vsize=26538700 memory=23252 CPUtime=0 cores=0-7
/proc/18450/task/18460/stat : 18460 (java) S 18448 18448 13461 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 152020144 27175628800 30066 33554432000 4194304 4196468 140721228735344 139812745046640 139814539950722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18461] ppid=18448 vsize=26538700 memory=1232 CPUtime=0 cores=0-7
/proc/18450/task/18461/stat : 18461 (java) S 18448 18448 13461 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 152020144 27175628800 30066 33554432000 4194304 4196468 140721228735344 139812743992608 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18462] ppid=18448 vsize=26538700 memory=1792 CPUtime=0 cores=0-7
/proc/18450/task/18462/stat : 18462 (java) S 18448 18448 13461 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 152020144 27175628800 30066 33554432000 4194304 4196468 140721228735344 139812742940272 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18463] ppid=18448 vsize=26538700 memory=640 CPUtime=0 cores=0-7
/proc/18450/task/18463/stat : 18463 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 152020147 27175628800 30066 33554432000 4194304 4196468 140721228735344 139812741888592 139814539958171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18464] ppid=18448 vsize=26538700 memory=0 CPUtime=0.28 cores=0-7
/proc/18450/task/18464/stat : 18464 (java) R 18448 18448 13461 0 -1 4202560 1288 0 0 0 28 0 0 0 20 0 28 0 152020147 27175628800 30066 33554432000 4194304 4196468 140721228735344 139812740823680 139814539960922 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18465] ppid=18448 vsize=26538700 memory=1700 CPUtime=0.32 cores=0-7
/proc/18450/task/18465/stat : 18465 (java) R 18448 18448 13461 0 -1 1077944384 1329 0 0 0 32 0 0 0 20 0 28 0 152020147 27175628800 30066 33554432000 4194304 4196468 140721228735344 139812739782640 139814539950722 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18466] ppid=18448 vsize=26538700 memory=1228 CPUtime=0.27 cores=0-7
/proc/18450/task/18466/stat : 18466 (java) R 18448 18448 13461 0 -1 4202560 904 0 0 0 27 0 0 0 20 0 28 0 152020147 27175628800 30066 33554432000 4194304 4196468 140721228735344 139812738730352 139814517392064 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18467] ppid=18448 vsize=26538700 memory=5428 CPUtime=0.41 cores=0-7
/proc/18450/task/18467/stat : 18467 (java) S 18448 18448 13461 0 -1 1077944384 2185 0 0 0 41 0 0 0 20 0 28 0 152020147 27175628800 30066 33554432000 4194304 4196468 140721228735344 139812737677552 139814539950722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18468] ppid=18448 vsize=26538700 memory=4624 CPUtime=0 cores=0-7
/proc/18450/task/18468/stat : 18468 (java) S 18448 18448 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 152020147 27175628800 30066 33554432000 4194304 4196468 140721228735344 139812736625504 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18469] ppid=18448 vsize=26538700 memory=1424 CPUtime=0 cores=0-7
/proc/18450/task/18469/stat : 18469 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 152020147 27175628800 30066 33554432000 4194304 4196468 140721228735344 139812735572784 139814539950722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
Current children cumulated CPU time: 2.12 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 121648 KiB

[startup+0.841081 s]
# the end of solver process 18448 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.97351 s, system=0.067966 s

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

[startup+0.808177 s]
/proc/loadavg: 8.06 6.51 6.95 4/200 18469
/proc/meminfo: memFree=21699808/32770624 swapFree=67108860/67108860
[pid=18448] ppid=18445 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18448/stat : 18448 (xcsp3-exec) S 18445 18448 13461 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 152020141 9740288 346 33554432000 4194304 5098028 140732434019584 140732434017688 140520855982716 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15613952 140732434023530 140732434023740 140732434023740 140732434026475 0
/proc/18448/statm: 2378 346 289 221 0 87 0
[pid=18450] ppid=18448 vsize=26605264 memory=156116 CPUtime=2.9 cores=0-7
/proc/18450/stat : 18450 (java) S 18448 18448 13461 0 -1 1077944320 14836 0 0 0 285 5 0 0 20 0 28 0 152020141 27243790336 39029 33554432000 4194304 4196468 140721228735344 140721228717888 139814539939575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
/proc/18450/statm: 6651316 39029 3216 1 0 6638550 0
[pid=18450/tid=18451] ppid=18448 vsize=26605264 memory=4638778398333091936 CPUtime=0.63 cores=0-7
/proc/18450/task/18451/stat : 18451 (java) S 18448 18448 13461 0 -1 1077944384 6764 0 0 0 60 3 0 0 20 0 28 0 152020142 27243790336 39029 33554432000 4194304 4196468 140721228735344 139814544180352 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18452] ppid=18448 vsize=26605264 memory=5859271421084128616 CPUtime=0 cores=0-7
/proc/18450/task/18452/stat : 18452 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 152020142 27243790336 39029 33554432000 4194304 4196468 140721228735344 139814492560272 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18453] ppid=18448 vsize=26605264 memory=6935649255759568960 CPUtime=0 cores=0-7
/proc/18450/task/18453/stat : 18453 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 152020142 27243790336 39029 33554432000 4194304 4196468 140721228735344 139814491507472 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18454] ppid=18448 vsize=26605264 memory=8514726395715351173 CPUtime=0 cores=0-7
/proc/18450/task/18454/stat : 18454 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 152020142 27243790336 39029 33554432000 4194304 4196468 140721228735344 139814490455184 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18455] ppid=18448 vsize=26605264 memory=-9109213556524817781 CPUtime=0 cores=0-7
/proc/18450/task/18455/stat : 18455 (java) S 18448 18448 13461 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 152020142 27243790336 39029 33554432000 4194304 4196468 140721228735344 139814489402384 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18456] ppid=18448 vsize=26605264 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18456/stat : 18456 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 152020142 27243790336 39029 33554432000 4194304 4196468 140721228735344 139814488349072 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18457] ppid=18448 vsize=26605264 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18457/stat : 18457 (java) S 18448 18448 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 152020142 27243790336 39029 33554432000 4194304 4196468 140721228735344 139814487296272 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18458] ppid=18448 vsize=26605264 memory=280817175694912 CPUtime=0 cores=0-7
/proc/18450/task/18458/stat : 18458 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 152020142 27243790336 39029 33554432000 4194304 4196468 140721228735344 139814486243984 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18459] ppid=18448 vsize=26605264 memory=-9178176404910862942 CPUtime=0 cores=0-7
/proc/18450/task/18459/stat : 18459 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 152020142 27243790336 39029 33554432000 4194304 4196468 140721228735344 139814485191184 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18460] ppid=18448 vsize=26605264 memory=0 CPUtime=0 cores=0-7
/proc/18450/task/18460/stat : 18460 (java) S 18448 18448 13461 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 152020144 27243790336 39029 33554432000 4194304 4196468 140721228735344 139812745046640 139814539950722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18461] ppid=18448 vsize=26605264 memory=1732 CPUtime=0 cores=0-7
/proc/18450/task/18461/stat : 18461 (java) S 18448 18448 13461 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 152020144 27243790336 39029 33554432000 4194304 4196468 140721228735344 139812743992608 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18462] ppid=18448 vsize=26605264 memory=1944 CPUtime=0 cores=0-7
/proc/18450/task/18462/stat : 18462 (java) S 18448 18448 13461 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 152020144 27243790336 39029 33554432000 4194304 4196468 140721228735344 139812742940272 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18463] ppid=18448 vsize=26605264 memory=1700 CPUtime=0 cores=0-7
/proc/18450/task/18463/stat : 18463 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 152020147 27243790336 39029 33554432000 4194304 4196468 140721228735344 139812741888592 139814539958171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18464] ppid=18448 vsize=26605264 memory=1228 CPUtime=0.39 cores=0-7
/proc/18450/task/18464/stat : 18464 (java) R 18448 18448 13461 0 -1 4202560 1345 0 0 0 39 0 0 0 20 0 28 0 152020147 27243790336 39029 33554432000 4194304 4196468 140721228735344 139812740823680 139814525047257 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18465] ppid=18448 vsize=26605264 memory=5428 CPUtime=0.39 cores=0-7
/proc/18450/task/18465/stat : 18465 (java) R 18448 18448 13461 0 -1 4202560 1354 0 0 0 39 0 0 0 20 0 28 0 152020147 27243790336 39029 33554432000 4194304 4196468 140721228735344 139812739769440 139814525065818 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18466] ppid=18448 vsize=26605264 memory=4624 CPUtime=0.35 cores=0-7
/proc/18450/task/18466/stat : 18466 (java) R 18448 18448 13461 0 -1 4202560 961 0 0 0 35 0 0 0 20 0 28 0 152020147 27243790336 39029 33554432000 4194304 4196468 140721228735344 139812738723544 139814525994722 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18467] ppid=18448 vsize=26605264 memory=1424 CPUtime=0.45 cores=0-7
/proc/18450/task/18467/stat : 18467 (java) S 18448 18448 13461 0 -1 1077944384 2258 0 0 0 45 0 0 0 20 0 28 0 152020147 27243790336 39029 33554432000 4194304 4196468 140721228735344 139812737677552 139814539950722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18468] ppid=18448 vsize=26605264 memory=13160 CPUtime=0 cores=0-7
/proc/18450/task/18468/stat : 18468 (java) S 18448 18448 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 152020147 27243790336 39029 33554432000 4194304 4196468 140721228735344 139812736625504 139814539949781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
[pid=18450/tid=18469] ppid=18448 vsize=26605264 memory=792 CPUtime=0 cores=0-7
/proc/18450/task/18469/stat : 18469 (java) S 18448 18448 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 152020147 27243790336 39029 33554432000 4194304 4196468 140721228735344 139812735572784 139814539950722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21757952 140721228739736 140721228739912 140721228739912 140721228742607 0
Current children cumulated CPU time: 2.9 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 157500 KiB

Child status: 0
Real time (s): 0.841124
CPU time (s): 3.04147
CPU user time (s): 2.97351
CPU system time (s): 0.067966
CPU usage (%): 361.596
Max. virtual memory (cumulated for all children) (KiB): 26614776
Max. memory (cumulated for all children) (KiB): 157500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.9735
system time used= 0.067966
maximum resident set size= 159144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15397
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= 2857
involuntary context switches= 26


# summary of solver processes directly reported to runsolver:
#   pid: 18448
#   total CPU time (s): 3.04147
#   total CPU user time (s): 2.97351
#   total CPU system time (s): 0.067966

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.024698 second user time and 0.049397 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-20 02:21:05
IDJOB=4281709
IDBENCH=140518
IDSOLVER=2676
FILE ID=node114/4281709-1503189325
RUNJOBID= node114-1503180880-13488
PBS_JOBID= 20630851
Free space on /tmp= 61848 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-4281709-1503189325/watcher-4281709-1503189325 -o /tmp/evaluation-result-4281709-1503189325/solver-4281709-1503189325 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node114-1503180880-13488 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1560435555 HOME/instance-4281709-1503189325.xml

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

MD5SUM BENCH= b48c1d78a7c2914aa1b4afc3a63a668c
RANDOM SEED=1560435555

node114.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.98
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.98
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.98
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.98
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:        21750580 kB
MemAvailable:   31967780 kB
Buffers:          259456 kB
Cached:         10246908 kB
SwapCached:            0 kB
Active:          1770852 kB
Inactive:        8792360 kB
Active(anon):      48720 kB
Inactive(anon):    44268 kB
Active(file):    1722132 kB
Inactive(file):  8748092 kB
Unevictable:        7236 kB
Mlocked:            7236 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7940 kB
Writeback:             0 kB
AnonPages:         78036 kB
Mapped:            51520 kB
Shmem:             33416 kB
Slab:             151864 kB
SReclaimable:     125624 kB
SUnreclaim:        26240 kB
KernelStack:        3536 kB
PageTables:         5232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     334004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61840 MiB
End job on node114 at 2017-08-20 02:21:06