Trace number 4274799

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
OscaR - Hybrid 2017-07-26OPT3 2.9061301 1.4278899

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.23/0.40	c version: 2017-07-26
0.23/0.40	c seed: 389483501
0.23/0.40	c timeout: 2520
0.23/0.40	c memlimit: 11000
0.23/0.40	c nbcore: 4
0.43/0.42	c Parsing instance...
1.36/0.92	c Parsing done, starting first complete search...
1.97/1.18	o 5
2.26/1.21	o 4
2.56/1.36	o 3
2.56/1.40	s OPTIMUM FOUND
2.56/1.40	v <instantiation>
2.56/1.40	v 	<list>
2.56/1.40	v 		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]
2.56/1.40	v 	</list>
2.56/1.40	v 	<values>
2.56/1.40	v 		0 3 6 2 4 8 1 5 7 0 0 3 2 7 6 2 8 7 8 1 1 1 1 1 1 1 0 0 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 1 1 2 2 3 3 3 3 3 3 2 
2.56/1.40	v 	</values>
2.56/1.40	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 (11765 MiB free)
  memory of node 1: 16384 MiB (15512 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274799-1502885777/watcher-4274799-1502885777 -o /tmp/evaluation-result-4274799-1502885777/solver-4274799-1502885777 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502874807-20574 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 389483501 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274799-1502885777.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=22134, runsolver pid=22131

[startup+0.100297 s]*
/proc/loadavg: 1.26 1.34 1.37 3/204 22140
/proc/meminfo: memFree=27927812/32770624 swapFree=67108860/67108860
[pid=22134] ppid=22131 vsize=13358552 memory=14548 CPUtime=0.01 cores=1,3,5,7
/proc/22134/stat : 22134 (java) S 22131 22134 11586 0 -1 1077944320 3465 0 0 0 1 0 0 0 20 0 6 0 76918327 13679157248 3637 18446744073709551615 4194304 4196468 140731562123136 140731562105680 140645044256503 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
/proc/22134/statm: 3339638 3637 1913 1 0 3329135 0
[pid=22134/tid=22136] ppid=22131 vsize=13358552 memory=7752554716192480666 CPUtime=0.01 cores=1,3,5,7
/proc/22134/task/22136/stat : 22136 (java) R 22131 22134 11586 0 -1 4202560 2168 0 0 0 1 0 0 0 20 0 6 0 76918336 13679157248 3637 18446744073709551615 4194304 4196468 140731562123136 140645048492624 140645028693388 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22137] ppid=22131 vsize=13358552 memory=732370826229627877 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22137/stat : 22137 (java) S 22131 22134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 76918336 13679157248 3637 18446744073709551615 4194304 4196468 140731562123136 140645013969296 140645044266709 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22138] ppid=22131 vsize=13358552 memory=140687892174464 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22138/stat : 22138 (java) S 22131 22134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 76918336 13679157248 3637 18446744073709551615 4194304 4196468 140731562123136 140644643268880 140645044266709 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22139] ppid=22131 vsize=13358552 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22139/stat : 22139 (java) S 22131 22134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 76918336 13679157248 3637 18446744073709551615 4194304 4196468 140731562123136 140644642216592 140645044266709 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22140] ppid=22131 vsize=13358552 memory=-1807685287725067907 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22140/stat : 22140 (java) S 22131 22134 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 76918336 13679157248 3637 18446744073709551615 4194304 4196468 140731562123136 140644641163792 140645044266709 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13358552 KiB
Current children cumulated memory: 14548 KiB

[startup+0.213932 s]*
/proc/loadavg: 1.26 1.34 1.37 4/213 22149
/proc/meminfo: memFree=27919992/32770624 swapFree=67108860/67108860
[pid=22134] ppid=22131 vsize=13975920 memory=28748 CPUtime=0.07 cores=1,3,5,7
/proc/22134/stat : 22134 (java) S 22131 22134 11586 0 -1 1077944320 6495 0 0 0 6 1 0 0 20 0 15 0 76918327 14311342080 7187 18446744073709551615 4194304 4196468 140731562123136 140731562105680 140645044256503 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
/proc/22134/statm: 3493980 7187 3324 1 0 3482759 0
[pid=22134/tid=22136] ppid=22131 vsize=13975920 memory=-4116735710718344508 CPUtime=0.06 cores=1,3,5,7
/proc/22134/task/22136/stat : 22136 (java) R 22131 22134 11586 0 -1 4202560 4580 0 0 0 5 1 0 0 20 0 15 0 76918336 14311342080 7187 18446744073709551615 4194304 4196468 140731562123136 140645048486248 140645025650237 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22137] ppid=22131 vsize=13975920 memory=281375652861688 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22137/stat : 22137 (java) S 22131 22134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76918336 14311342080 7187 18446744073709551615 4194304 4196468 140731562123136 140645013969296 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22138] ppid=22131 vsize=13975920 memory=140687892174464 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22138/stat : 22138 (java) S 22131 22134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76918336 14311342080 7187 18446744073709551615 4194304 4196468 140731562123136 140644643268880 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22139] ppid=22131 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22139/stat : 22139 (java) S 22131 22134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76918336 14311342080 7187 18446744073709551615 4194304 4196468 140731562123136 140644642216592 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22140] ppid=22131 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22140/stat : 22140 (java) S 22131 22134 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76918336 14311342080 7187 18446744073709551615 4194304 4196468 140731562123136 140644641163792 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22141] ppid=22131 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22141/stat : 22141 (java) S 22131 22134 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76918338 14311342080 7187 18446744073709551615 4194304 4196468 140731562123136 140644522605168 140645044267650 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22142] ppid=22131 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22142/stat : 22142 (java) S 22131 22134 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76918338 14311342080 7187 18446744073709551615 4194304 4196468 140731562123136 140644521551136 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22143] ppid=22131 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22143/stat : 22143 (java) S 22131 22134 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76918338 14311342080 7187 18446744073709551615 4194304 4196468 140731562123136 140644520498800 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22144] ppid=22131 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22144/stat : 22144 (java) S 22131 22134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76918341 14311342080 7187 18446744073709551615 4194304 4196468 140731562123136 140644519447120 140645044275099 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22145] ppid=22131 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22145/stat : 22145 (java) S 22131 22134 11586 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 76918341 14311342080 7187 18446744073709551615 4194304 4196468 140731562123136 140644518393968 140645044267650 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22146] ppid=22131 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22146/stat : 22146 (java) S 22131 22134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76918341 14311342080 7187 18446744073709551615 4194304 4196468 140731562123136 140644517341168 140645044267650 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22147] ppid=22131 vsize=13975920 memory=140687892174464 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22147/stat : 22147 (java) S 22131 22134 11586 0 -1 1077944384 231 0 0 0 0 0 0 0 20 0 15 0 76918341 14311342080 7187 18446744073709551615 4194304 4196468 140731562123136 140644516288880 140645044267650 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22148] ppid=22131 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22148/stat : 22148 (java) S 22131 22134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76918341 14311342080 7187 18446744073709551615 4194304 4196468 140731562123136 140644515236320 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22149] ppid=22131 vsize=13975920 memory=140687892174464 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22149/stat : 22149 (java) S 22131 22134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76918347 14311342080 7187 18446744073709551615 4194304 4196468 140731562123136 140644514184112 140645044267650 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 28748 KiB

[startup+0.310507 s]*
/proc/loadavg: 1.26 1.34 1.37 3/213 22149
/proc/meminfo: memFree=27905548/32770624 swapFree=67108860/67108860
[pid=22134] ppid=22131 vsize=13975920 memory=40420 CPUtime=0.23 cores=1,3,5,7
/proc/22134/stat : 22134 (java) S 22131 22134 11586 0 -1 1077944320 10364 0 0 0 20 3 0 0 20 0 15 0 76918327 14311342080 10105 18446744073709551615 4194304 4196468 140731562123136 140731562105680 140645044256503 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
/proc/22134/statm: 3493980 10105 3538 1 0 3482759 0
[pid=22134/tid=22136] ppid=22131 vsize=13975920 memory=-8774313645642428999 CPUtime=0.15 cores=1,3,5,7
/proc/22134/task/22136/stat : 22136 (java) R 22131 22134 11586 0 -1 4202560 8072 0 0 0 13 2 0 0 20 0 15 0 76918336 14311342080 10105 18446744073709551615 4194304 4196468 140731562123136 140645048455472 140645028337020 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22137] ppid=22131 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22137/stat : 22137 (java) S 22131 22134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76918336 14311342080 10105 18446744073709551615 4194304 4196468 140731562123136 140645013969296 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22138] ppid=22131 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22138/stat : 22138 (java) S 22131 22134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76918336 14311342080 10105 18446744073709551615 4194304 4196468 140731562123136 140644643268880 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22139] ppid=22131 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22139/stat : 22139 (java) S 22131 22134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76918336 14311342080 10105 18446744073709551615 4194304 4196468 140731562123136 140644642216592 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22140] ppid=22131 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22140/stat : 22140 (java) S 22131 22134 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76918336 14311342080 10105 18446744073709551615 4194304 4196468 140731562123136 140644641163792 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22141] ppid=22131 vsize=13975920 memory=140687892174463 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22141/stat : 22141 (java) S 22131 22134 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76918338 14311342080 10105 18446744073709551615 4194304 4196468 140731562123136 140644522605168 140645044267650 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22142] ppid=22131 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22142/stat : 22142 (java) S 22131 22134 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76918338 14311342080 10105 18446744073709551615 4194304 4196468 140731562123136 140644521551136 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22143] ppid=22131 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22143/stat : 22143 (java) S 22131 22134 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76918338 14311342080 10105 18446744073709551615 4194304 4196468 140731562123136 140644520498800 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22144] ppid=22131 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22144/stat : 22144 (java) S 22131 22134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76918341 14311342080 10105 18446744073709551615 4194304 4196468 140731562123136 140644519447120 140645044275099 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22145] ppid=22131 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/22134/task/22145/stat : 22145 (java) S 22131 22134 11586 0 -1 1077944384 408 0 0 0 1 0 0 0 20 0 15 0 76918341 14311342080 10105 18446744073709551615 4194304 4196468 140731562123136 140644518393968 140645044267650 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22146] ppid=22131 vsize=13975920 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/22134/task/22146/stat : 22146 (java) S 22131 22134 11586 0 -1 1077944384 118 0 0 0 1 0 0 0 20 0 15 0 76918341 14311342080 10105 18446744073709551615 4194304 4196468 140731562123136 140644517341168 140645044267650 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22147] ppid=22131 vsize=13975920 memory=140687892174464 CPUtime=0.04 cores=1,3,5,7
/proc/22134/task/22147/stat : 22147 (java) R 22131 22134 11586 0 -1 4202560 386 0 0 0 4 0 0 0 20 0 15 0 76918341 14311342080 10105 18446744073709551615 4194304 4196468 140731562123136 140644516288880 140645044268438 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22148] ppid=22131 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22148/stat : 22148 (java) S 22131 22134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76918341 14311342080 10105 18446744073709551615 4194304 4196468 140731562123136 140644515236320 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22149] ppid=22131 vsize=13975920 memory=140687892174464 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22149/stat : 22149 (java) S 22131 22134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76918347 14311342080 10105 18446744073709551615 4194304 4196468 140731562123136 140644514184112 140645044267650 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 40420 KiB

[startup+0.7011 s]
/proc/loadavg: 1.26 1.34 1.37 4/213 22149
/proc/meminfo: memFree=27893620/32770624 swapFree=67108860/67108860
[pid=22134] ppid=22131 vsize=13977988 memory=69340 CPUtime=1.01 cores=1,3,5,7
/proc/22134/stat : 22134 (java) S 22131 22134 11586 0 -1 1077944320 14060 0 0 0 96 5 0 0 20 0 15 0 76918327 14313459712 17335 18446744073709551615 4194304 4196468 140731562123136 140731562105680 140645044256503 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
/proc/22134/statm: 3494497 17335 3730 1 0 3483271 0
[pid=22134/tid=22136] ppid=22131 vsize=13977988 memory=164 CPUtime=0.54 cores=1,3,5,7
/proc/22134/task/22136/stat : 22136 (java) R 22131 22134 11586 0 -1 4202560 9996 0 0 0 50 4 0 0 20 0 15 0 76918336 14313459712 17335 18446744073709551615 4194304 4196468 140731562123136 140645048492464 140645044278429 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22137] ppid=22131 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22137/stat : 22137 (java) S 22131 22134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76918336 14313459712 17335 18446744073709551615 4194304 4196468 140731562123136 140645013969296 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22138] ppid=22131 vsize=13977988 memory=8316868033356759116 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22138/stat : 22138 (java) S 22131 22134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76918336 14313459712 17335 18446744073709551615 4194304 4196468 140731562123136 140644643268880 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22139] ppid=22131 vsize=13977988 memory=13402 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22139/stat : 22139 (java) S 22131 22134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76918336 14313459712 17335 18446744073709551615 4194304 4196468 140731562123136 140644642216592 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22140] ppid=22131 vsize=13977988 memory=838119 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22140/stat : 22140 (java) S 22131 22134 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76918336 14313459712 17335 18446744073709551615 4194304 4196468 140731562123136 140644641163792 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22141] ppid=22131 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22141/stat : 22141 (java) S 22131 22134 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76918338 14313459712 17335 18446744073709551615 4194304 4196468 140731562123136 140644522605168 140645044267650 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22142] ppid=22131 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22142/stat : 22142 (java) S 22131 22134 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76918338 14313459712 17335 18446744073709551615 4194304 4196468 140731562123136 140644521551136 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22143] ppid=22131 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22143/stat : 22143 (java) S 22131 22134 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76918338 14313459712 17335 18446744073709551615 4194304 4196468 140731562123136 140644520498800 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22144] ppid=22131 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22144/stat : 22144 (java) S 22131 22134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76918341 14313459712 17335 18446744073709551615 4194304 4196468 140731562123136 140644519447120 140645044275099 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22145] ppid=22131 vsize=13977988 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/22134/task/22145/stat : 22145 (java) S 22131 22134 11586 0 -1 1077944384 952 0 0 0 12 0 0 0 20 0 15 0 76918341 14313459712 17335 18446744073709551615 4194304 4196468 140731562123136 140644518393968 140645044267650 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22146] ppid=22131 vsize=13977988 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/22134/task/22146/stat : 22146 (java) R 22131 22134 11586 0 -1 4202560 865 0 0 0 12 0 0 0 20 0 15 0 76918341 14313459712 17335 18446744073709551615 4194304 4196468 140731562123136 140644517327048 140645029381942 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22147] ppid=22131 vsize=13977988 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/22134/task/22147/stat : 22147 (java) S 22131 22134 11586 0 -1 1077944384 866 0 0 0 19 0 0 0 20 0 15 0 76918341 14313459712 17335 18446744073709551615 4194304 4196468 140731562123136 140644516288880 140645044267650 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22148] ppid=22131 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22148/stat : 22148 (java) S 22131 22134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76918341 14313459712 17335 18446744073709551615 4194304 4196468 140731562123136 140644515236320 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22149] ppid=22131 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22149/stat : 22149 (java) S 22131 22134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76918347 14313459712 17335 18446744073709551615 4194304 4196468 140731562123136 140644514184112 140645044267650 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 69340 KiB

[startup+1.42785 s]
# the end of solver process 22134 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.79693 s, system=0.109198 s

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

[startup+0.800889 s]
/proc/loadavg: 1.26 1.34 1.37 4/213 22149
/proc/meminfo: memFree=27893620/32770624 swapFree=67108860/67108860
[pid=22134] ppid=22131 vsize=13980036 memory=76164 CPUtime=1.21 cores=1,3,5,7
/proc/22134/stat : 22134 (java) S 22131 22134 11586 0 -1 1077944320 14699 0 0 0 115 6 0 0 20 0 15 0 76918327 14315556864 19041 18446744073709551615 4194304 4196468 140731562123136 140731562105680 140645044256503 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
/proc/22134/statm: 3495009 19041 3731 1 0 3483783 0
[pid=22134/tid=22136] ppid=22131 vsize=13980036 memory=-8774313645642428999 CPUtime=0.63 cores=1,3,5,7
/proc/22134/task/22136/stat : 22136 (java) R 22131 22134 11586 0 -1 4202560 10480 0 0 0 59 4 0 0 20 0 15 0 76918336 14315556864 19041 18446744073709551615 4194304 4196468 140731562123136 140645048493584 140645037353339 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22137] ppid=22131 vsize=13980036 memory=1585 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22137/stat : 22137 (java) S 22131 22134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76918336 14315556864 19041 18446744073709551615 4194304 4196468 140731562123136 140645013969296 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22138] ppid=22131 vsize=13980036 memory=27325 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22138/stat : 22138 (java) S 22131 22134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76918336 14315556864 19041 18446744073709551615 4194304 4196468 140731562123136 140644643268880 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22139] ppid=22131 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22139/stat : 22139 (java) S 22131 22134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76918336 14315556864 19041 18446744073709551615 4194304 4196468 140731562123136 140644642216592 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22140] ppid=22131 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22140/stat : 22140 (java) S 22131 22134 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76918336 14315556864 19041 18446744073709551615 4194304 4196468 140731562123136 140644641163792 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22141] ppid=22131 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22141/stat : 22141 (java) S 22131 22134 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76918338 14315556864 19041 18446744073709551615 4194304 4196468 140731562123136 140644522605168 140645044267650 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22142] ppid=22131 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22142/stat : 22142 (java) S 22131 22134 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76918338 14315556864 19041 18446744073709551615 4194304 4196468 140731562123136 140644521551136 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22143] ppid=22131 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22143/stat : 22143 (java) S 22131 22134 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76918338 14315556864 19041 18446744073709551615 4194304 4196468 140731562123136 140644520498800 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22144] ppid=22131 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22144/stat : 22144 (java) S 22131 22134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76918341 14315556864 19041 18446744073709551615 4194304 4196468 140731562123136 140644519447120 140645044275099 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22145] ppid=22131 vsize=13980036 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/22134/task/22145/stat : 22145 (java) S 22131 22134 11586 0 -1 1077944384 964 0 0 0 13 0 0 0 20 0 15 0 76918341 14315556864 19041 18446744073709551615 4194304 4196468 140731562123136 140644518393968 140645044267650 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22146] ppid=22131 vsize=13980036 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/22134/task/22146/stat : 22146 (java) S 22131 22134 11586 0 -1 1077944384 926 0 0 0 18 0 0 0 20 0 15 0 76918341 14315556864 19041 18446744073709551615 4194304 4196468 140731562123136 140644517341168 140645044267650 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22147] ppid=22131 vsize=13980036 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/22134/task/22147/stat : 22147 (java) R 22131 22134 11586 0 -1 4202560 949 0 0 0 23 0 0 0 20 0 15 0 76918341 14315556864 19041 18446744073709551615 4194304 4196468 140731562123136 140644516288880 140645044277850 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22148] ppid=22131 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22148/stat : 22148 (java) S 22131 22134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76918341 14315556864 19041 18446744073709551615 4194304 4196468 140731562123136 140644515236320 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22149] ppid=22131 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22149/stat : 22149 (java) S 22131 22134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76918347 14315556864 19041 18446744073709551615 4194304 4196468 140731562123136 140644514184112 140645044267650 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 76164 KiB

[startup+1.20078 s]
/proc/loadavg: 1.40 1.37 1.38 6/213 22149
/proc/meminfo: memFree=27853756/32770624 swapFree=67108860/67108860
[pid=22134] ppid=22131 vsize=13980036 memory=119160 CPUtime=2.26 cores=1,3,5,7
/proc/22134/stat : 22134 (java) S 22131 22134 11586 0 -1 1077944320 26172 0 0 0 217 9 0 0 20 0 15 0 76918327 14315556864 29790 18446744073709551615 4194304 4196468 140731562123136 140731562105680 140645044256503 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
/proc/22134/statm: 3495009 29790 3749 1 0 3483783 0
[pid=22134/tid=22136] ppid=22131 vsize=13980036 memory=0 CPUtime=1.03 cores=1,3,5,7
/proc/22134/task/22136/stat : 22136 (java) R 22131 22134 11586 0 -1 4202560 13592 0 0 0 97 6 0 0 20 0 15 0 76918336 14315556864 29790 18446744073709551615 4194304 4196468 140731562123136 140645048494224 140644688937430 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22137] ppid=22131 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22137/stat : 22137 (java) S 22131 22134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76918336 14315556864 29790 18446744073709551615 4194304 4196468 140731562123136 140645013969296 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22138] ppid=22131 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22138/stat : 22138 (java) S 22131 22134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76918336 14315556864 29790 18446744073709551615 4194304 4196468 140731562123136 140644643268880 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22139] ppid=22131 vsize=13980036 memory=6944656592452807320 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22139/stat : 22139 (java) S 22131 22134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76918336 14315556864 29790 18446744073709551615 4194304 4196468 140731562123136 140644642216592 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22140] ppid=22131 vsize=13980036 memory=-7029379521808015264 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22140/stat : 22140 (java) S 22131 22134 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76918336 14315556864 29790 18446744073709551615 4194304 4196468 140731562123136 140644641163792 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22141] ppid=22131 vsize=13980036 memory=-7357787915995474596 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22141/stat : 22141 (java) S 22131 22134 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76918338 14315556864 29790 18446744073709551615 4194304 4196468 140731562123136 140644522605168 140645044267650 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22142] ppid=22131 vsize=13980036 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22142/stat : 22142 (java) S 22131 22134 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76918338 14315556864 29790 18446744073709551615 4194304 4196468 140731562123136 140644521551136 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22143] ppid=22131 vsize=13980036 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22143/stat : 22143 (java) S 22131 22134 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76918338 14315556864 29790 18446744073709551615 4194304 4196468 140731562123136 140644520498800 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22144] ppid=22131 vsize=13980036 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22144/stat : 22144 (java) S 22131 22134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76918341 14315556864 29790 18446744073709551615 4194304 4196468 140731562123136 140644519447120 140645044275099 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22145] ppid=22131 vsize=13980036 memory=7523384563606049888 CPUtime=0.38 cores=1,3,5,7
/proc/22134/task/22145/stat : 22145 (java) R 22131 22134 11586 0 -1 4202560 4342 0 0 0 38 0 0 0 20 0 15 0 76918341 14315556864 29790 18446744073709551615 4194304 4196468 140731562123136 140644518379432 140645027724474 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22146] ppid=22131 vsize=13980036 memory=7740674449515765863 CPUtime=0.44 cores=1,3,5,7
/proc/22134/task/22146/stat : 22146 (java) R 22131 22134 11586 0 -1 4202560 5327 0 0 0 44 0 0 0 20 0 15 0 76918341 14315556864 29790 18446744073709551615 4194304 4196468 140731562123136 140644517326112 140645023503464 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22147] ppid=22131 vsize=13980036 memory=60320 CPUtime=0.37 cores=1,3,5,7
/proc/22134/task/22147/stat : 22147 (java) S 22131 22134 11586 0 -1 1077944384 1528 0 0 0 36 1 0 0 20 0 15 0 76918341 14315556864 29790 18446744073709551615 4194304 4196468 140731562123136 140644516288880 140645044267650 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22148] ppid=22131 vsize=13980036 memory=190198331780346 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22148/stat : 22148 (java) S 22131 22134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76918341 14315556864 29790 18446744073709551615 4194304 4196468 140731562123136 140644515236320 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22149] ppid=22131 vsize=13980036 memory=599351 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22149/stat : 22149 (java) S 22131 22134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76918347 14315556864 29790 18446744073709551615 4194304 4196468 140731562123136 140644514184112 140645044267650 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 119160 KiB

[startup+1.40124 s]
/proc/loadavg: 1.40 1.37 1.38 6/213 22149
/proc/meminfo: memFree=27853756/32770624 swapFree=67108860/67108860
[pid=22134] ppid=22131 vsize=13980036 memory=141528 CPUtime=2.87 cores=1,3,5,7
/proc/22134/stat : 22134 (java) S 22131 22134 11586 0 -1 1077944320 29571 0 0 0 277 10 0 0 20 0 15 0 76918327 14315556864 34870 18446744073709551615 4194304 4196468 140731562123136 140731562105680 140645044256503 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
/proc/22134/statm: 3495009 35382 3753 1 0 3483783 0
[pid=22134/tid=22136] ppid=22131 vsize=13980036 memory=0 CPUtime=1.24 cores=1,3,5,7
/proc/22134/task/22136/stat : 22136 (java) R 22131 22134 11586 0 -1 4202560 13728 0 0 0 117 7 0 0 20 0 15 0 76918336 14315556864 35382 18446744073709551615 4194304 4196468 140731562123136 140645048499448 140645044278429 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22137] ppid=22131 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22137/stat : 22137 (java) S 22131 22134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76918336 14315556864 35382 18446744073709551615 4194304 4196468 140731562123136 140645013969296 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22138] ppid=22131 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22138/stat : 22138 (java) S 22131 22134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76918336 14315556864 35382 18446744073709551615 4194304 4196468 140731562123136 140644643268880 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22139] ppid=22131 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22139/stat : 22139 (java) S 22131 22134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76918336 14315556864 35382 18446744073709551615 4194304 4196468 140731562123136 140644642216592 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22140] ppid=22131 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22140/stat : 22140 (java) S 22131 22134 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76918336 14315556864 35382 18446744073709551615 4194304 4196468 140731562123136 140644641163792 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22141] ppid=22131 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22141/stat : 22141 (java) S 22131 22134 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76918338 14315556864 35382 18446744073709551615 4194304 4196468 140731562123136 140644522605168 140645044267650 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22142] ppid=22131 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22142/stat : 22142 (java) S 22131 22134 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76918338 14315556864 35382 18446744073709551615 4194304 4196468 140731562123136 140644521551136 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22143] ppid=22131 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22143/stat : 22143 (java) S 22131 22134 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76918338 14315556864 35382 18446744073709551615 4194304 4196468 140731562123136 140644520498800 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22144] ppid=22131 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22144/stat : 22144 (java) S 22131 22134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76918341 14315556864 35382 18446744073709551615 4194304 4196468 140731562123136 140644519447120 140645044275099 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22145] ppid=22131 vsize=13980036 memory=0 CPUtime=0.58 cores=1,3,5,7
/proc/22134/task/22145/stat : 22145 (java) R 22131 22134 11586 0 -1 4202560 5689 0 0 0 58 0 0 0 20 0 15 0 76918341 14315556864 35382 18446744073709551615 4194304 4196468 140731562123136 140644518380152 140645028159404 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22146] ppid=22131 vsize=13980036 memory=288230574492221466 CPUtime=0.64 cores=1,3,5,7
/proc/22134/task/22146/stat : 22146 (java) R 22131 22134 11586 0 -1 4202560 7188 0 0 0 64 0 0 0 20 0 15 0 76918341 14315556864 35382 18446744073709551615 4194304 4196468 140731562123136 140644517326632 140645023445952 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22147] ppid=22131 vsize=13980036 memory=302022895662793015 CPUtime=0.38 cores=1,3,5,7
/proc/22134/task/22147/stat : 22147 (java) S 22131 22134 11586 0 -1 1077944384 1589 0 0 0 37 1 0 0 20 0 15 0 76918341 14315556864 35382 18446744073709551615 4194304 4196468 140731562123136 140644516288880 140645044267650 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22148] ppid=22131 vsize=13980036 memory=13568184779278711 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22148/stat : 22148 (java) S 22131 22134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76918341 14315556864 35382 18446744073709551615 4194304 4196468 140731562123136 140644515236320 140645044266709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
[pid=22134/tid=22149] ppid=22131 vsize=13980036 memory=4068 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22149/stat : 22149 (java) S 22131 22134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76918347 14315556864 35382 18446744073709551615 4194304 4196468 140731562123136 140644514184112 140645044267650 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11485184 140731562131827 140731562132009 140731562132009 140731562135503 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 141528 KiB

Child status: 0
Real time (s): 1.42789
CPU time (s): 2.90613
CPU user time (s): 2.79693
CPU system time (s): 0.109198
CPU usage (%): 203.526
Max. virtual memory (cumulated for all children) (KiB): 13980036
Max. memory (cumulated for all children) (KiB): 141528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.79693
system time used= 0.109198
maximum resident set size= 142252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29670
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= 2218
involuntary context switches= 8


# summary of solver processes directly reported to runsolver:
#   pid: 22134
#   total CPU time (s): 2.90613
#   total CPU user time (s): 2.79693
#   total CPU system time (s): 0.109198

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038129 second user time and 0.051875 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-16 14:02:00
IDJOB=4274799
IDBENCH=140518
IDSOLVER=2667
FILE ID=node124/4274799-1502885777
RUNJOBID= node124-1502874807-20574
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Hybrid 2017-07-26
BENCH NAME= XCSP17/OpenStacks/OpenStacks-m2c-s1/OpenStacks-m2c-tiny.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274799-1502885777/watcher-4274799-1502885777 -o /tmp/evaluation-result-4274799-1502885777/solver-4274799-1502885777 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502874807-20574 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 389483501 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274799-1502885777.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b48c1d78a7c2914aa1b4afc3a63a668c
RANDOM SEED=389483501

node124.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.51
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.51
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.51
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.51
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:        27933584 kB
MemAvailable:   28518552 kB
Buffers:          260028 kB
Cached:           611448 kB
SwapCached:            0 kB
Active:          4064324 kB
Inactive:         315492 kB
Active(anon):    3460044 kB
Inactive(anon):    81944 kB
Active(file):     604280 kB
Inactive(file):   233548 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42372 kB
Writeback:             4 kB
AnonPages:       3508140 kB
Mapped:            65336 kB
Shmem:             33512 kB
Slab:             152456 kB
SReclaimable:     125948 kB
SUnreclaim:        26508 kB
KernelStack:        3488 kB
PageTables:        12388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4253708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3381248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61948 MiB
End job on node124 at 2017-08-16 14:02:02