Trace number 4274303

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 - Conflict Ordering 2017-07-26OPT3 2.8315899 1.3829401

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.26/0.38	c version: 2017-07-26
0.26/0.38	c seed: 1859972104
0.26/0.38	c timeout: 2520
0.26/0.38	c memlimit: 11000
0.26/0.38	c nbcore: 4
0.26/0.40	c Parsing instance...
1.42/0.90	c Parsing done, starting search...
2.01/1.15	o 5
2.01/1.19	o 4
2.61/1.33	o 3
2.61/1.36	s OPTIMUM FOUND
2.61/1.36	v <instantiation>
2.61/1.36	v 	<list>
2.61/1.36	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.61/1.36	v 	</list>
2.61/1.36	v 	<values>
2.61/1.36	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.61/1.36	v 	</values>
2.61/1.36	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 (14884 MiB free)
  memory of node 1: 16384 MiB (15588 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274303-1502860054/watcher-4274303-1502860054 -o /tmp/evaluation-result-4274303-1502860054/solver-4274303-1502860054 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1502746532-7260 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1859972104 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274303-1502860054.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=30141, runsolver pid=30138

[startup+0.10019 s]*
/proc/loadavg: 1.21 1.29 1.31 3/200 30147
/proc/meminfo: memFree=31198788/32770624 swapFree=67108860/67108860
[pid=30141] ppid=30138 vsize=13440536 memory=15724 CPUtime=0.01 cores=1,3,5,7
/proc/30141/stat : 30141 (java) S 30138 30141 2357 0 -1 1077944320 3752 0 0 0 1 0 0 0 20 0 7 0 13620527 13763108864 3931 18446744073709551615 4194304 4196468 140723348078928 140723348061472 140031372533495 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
/proc/30141/statm: 3360134 3931 2011 1 0 3349631 0
[pid=30141/tid=30143] ppid=30138 vsize=13440536 memory=-6439968830534014599 CPUtime=0.01 cores=1,3,5,7
/proc/30141/task/30143/stat : 30143 (java) R 30138 30141 2357 0 -1 4202560 2438 0 0 0 1 0 0 0 20 0 7 0 13620536 13763108864 3931 18446744073709551615 4194304 4196468 140723348078928 140031376775952 140031356613982 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30144] ppid=30138 vsize=13440536 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30144/stat : 30144 (java) S 30138 30141 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 13620536 13763108864 3931 18446744073709551615 4194304 4196468 140723348078928 140031306967568 140031372543701 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30145] ppid=30138 vsize=13440536 memory=140438615672448 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30145/stat : 30145 (java) S 30138 30141 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 13620536 13763108864 3931 18446744073709551615 4194304 4196468 140723348078928 140031305915024 140031372543701 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30146] ppid=30138 vsize=13440536 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30146/stat : 30146 (java) S 30138 30141 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 13620536 13763108864 3931 18446744073709551615 4194304 4196468 140723348078928 140031304861968 140031372543701 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30147] ppid=30138 vsize=13440536 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30147/stat : 30147 (java) S 30138 30141 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 13620536 13763108864 3931 18446744073709551615 4194304 4196468 140723348078928 140031303809424 140031372543701 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30148] ppid=30138 vsize=13440536 memory=140438615672448 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30148/stat : 30148 (java) S 30138 30141 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 13620538 13763108864 3931 18446744073709551615 4194304 4196468 140723348078928 140030851529456 140031372544642 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13440536 KiB
Current children cumulated memory: 15724 KiB

[startup+0.209762 s]*
/proc/loadavg: 1.21 1.29 1.31 5/209 30156
/proc/meminfo: memFree=31187616/32770624 swapFree=67108860/67108860
[pid=30141] ppid=30138 vsize=13975920 memory=31212 CPUtime=0.1 cores=1,3,5,7
/proc/30141/stat : 30141 (java) S 30138 30141 2357 0 -1 1077944320 7076 0 0 0 9 1 0 0 20 0 15 0 13620527 14311342080 7803 18446744073709551615 4194304 4196468 140723348078928 140723348061472 140031372533495 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
/proc/30141/statm: 3493980 7803 3386 1 0 3482759 0
[pid=30141/tid=30143] ppid=30138 vsize=13975920 memory=7077796292425249400 CPUtime=0.08 cores=1,3,5,7
/proc/30141/task/30143/stat : 30143 (java) R 30138 30141 2357 0 -1 4202560 5036 0 0 0 7 1 0 0 20 0 15 0 13620536 14311342080 7803 18446744073709551615 4194304 4196468 140723348078928 140031376761536 140031356613982 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30144] ppid=30138 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30144/stat : 30144 (java) S 30138 30141 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13620536 14311342080 7803 18446744073709551615 4194304 4196468 140723348078928 140031306967568 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30145] ppid=30138 vsize=13975920 memory=140438615672448 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30145/stat : 30145 (java) S 30138 30141 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13620536 14311342080 7803 18446744073709551615 4194304 4196468 140723348078928 140031305915024 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30146] ppid=30138 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30146/stat : 30146 (java) S 30138 30141 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13620536 14311342080 7803 18446744073709551615 4194304 4196468 140723348078928 140031304861968 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30147] ppid=30138 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30147/stat : 30147 (java) S 30138 30141 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13620536 14311342080 7803 18446744073709551615 4194304 4196468 140723348078928 140031303809424 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30148] ppid=30138 vsize=13975920 memory=140438615672448 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30148/stat : 30148 (java) S 30138 30141 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13620538 14311342080 7803 18446744073709551615 4194304 4196468 140723348078928 140030851529456 140031372544642 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30149] ppid=30138 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30149/stat : 30149 (java) S 30138 30141 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13620538 14311342080 7803 18446744073709551615 4194304 4196468 140723348078928 140030850475680 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30150] ppid=30138 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30150/stat : 30150 (java) S 30138 30141 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13620538 14311342080 7803 18446744073709551615 4194304 4196468 140723348078928 140030849422576 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30151] ppid=30138 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30151/stat : 30151 (java) S 30138 30141 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13620541 14311342080 7803 18446744073709551615 4194304 4196468 140723348078928 140030848371152 140031372552091 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30152] ppid=30138 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30152/stat : 30152 (java) S 30138 30141 2357 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 13620541 14311342080 7803 18446744073709551615 4194304 4196468 140723348078928 140030847318256 140031372544642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30153] ppid=30138 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30153/stat : 30153 (java) S 30138 30141 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13620541 14311342080 7803 18446744073709551615 4194304 4196468 140723348078928 140030846265712 140031372544642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30154] ppid=30138 vsize=13975920 memory=140438615672448 CPUtime=0.01 cores=1,3,5,7
/proc/30141/task/30154/stat : 30154 (java) R 30138 30141 2357 0 -1 4202560 367 0 0 0 1 0 0 0 20 0 15 0 13620541 14311342080 7803 18446744073709551615 4194304 4196468 140723348078928 140030845212656 140031352876037 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30155] ppid=30138 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30155/stat : 30155 (java) S 30138 30141 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13620541 14311342080 7803 18446744073709551615 4194304 4196468 140723348078928 140030844160352 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30156] ppid=30138 vsize=13975920 memory=140438615672448 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30156/stat : 30156 (java) S 30138 30141 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13620545 14311342080 7803 18446744073709551615 4194304 4196468 140723348078928 140030843108400 140031372544642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 31212 KiB

[startup+0.310373 s]*
/proc/loadavg: 1.21 1.29 1.31 3/209 30156
/proc/meminfo: memFree=31177480/32770624 swapFree=67108860/67108860
[pid=30141] ppid=30138 vsize=13975920 memory=40172 CPUtime=0.26 cores=1,3,5,7
/proc/30141/stat : 30141 (java) S 30138 30141 2357 0 -1 1077944320 10800 0 0 0 23 3 0 0 20 0 15 0 13620527 14311342080 10043 18446744073709551615 4194304 4196468 140723348078928 140723348061472 140031372533495 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
/proc/30141/statm: 3493980 10043 3521 1 0 3482759 0
[pid=30141/tid=30143] ppid=30138 vsize=13975920 memory=-8774313645642428999 CPUtime=0.17 cores=1,3,5,7
/proc/30141/task/30143/stat : 30143 (java) R 30138 30141 2357 0 -1 4202560 8482 0 0 0 15 2 0 0 20 0 15 0 13620536 14311342080 10043 18446744073709551615 4194304 4196468 140723348078928 140031376733280 140031356613982 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30144] ppid=30138 vsize=13975920 memory=-8182015071486319989 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30144/stat : 30144 (java) S 30138 30141 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13620536 14311342080 10043 18446744073709551615 4194304 4196468 140723348078928 140031306967568 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30145] ppid=30138 vsize=13975920 memory=8110268428378128441 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30145/stat : 30145 (java) S 30138 30141 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13620536 14311342080 10043 18446744073709551615 4194304 4196468 140723348078928 140031305915024 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30146] ppid=30138 vsize=13975920 memory=1398720917958146503 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30146/stat : 30146 (java) S 30138 30141 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13620536 14311342080 10043 18446744073709551615 4194304 4196468 140723348078928 140031304861968 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30147] ppid=30138 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30147/stat : 30147 (java) S 30138 30141 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13620536 14311342080 10043 18446744073709551615 4194304 4196468 140723348078928 140031303809424 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30148] ppid=30138 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30148/stat : 30148 (java) S 30138 30141 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 13620538 14311342080 10043 18446744073709551615 4194304 4196468 140723348078928 140030851529456 140031372544642 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30149] ppid=30138 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30149/stat : 30149 (java) S 30138 30141 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13620538 14311342080 10043 18446744073709551615 4194304 4196468 140723348078928 140030850475680 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30150] ppid=30138 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30150/stat : 30150 (java) S 30138 30141 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13620538 14311342080 10043 18446744073709551615 4194304 4196468 140723348078928 140030849422576 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30151] ppid=30138 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30151/stat : 30151 (java) S 30138 30141 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13620541 14311342080 10043 18446744073709551615 4194304 4196468 140723348078928 140030848371152 140031372552091 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30152] ppid=30138 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/30141/task/30152/stat : 30152 (java) S 30138 30141 2357 0 -1 1077944384 322 0 0 0 1 0 0 0 20 0 15 0 13620541 14311342080 10043 18446744073709551615 4194304 4196468 140723348078928 140030847318256 140031372544642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30153] ppid=30138 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/30141/task/30153/stat : 30153 (java) S 30138 30141 2357 0 -1 1077944384 179 0 0 0 1 0 0 0 20 0 15 0 13620541 14311342080 10043 18446744073709551615 4194304 4196468 140723348078928 140030846265712 140031372544642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30154] ppid=30138 vsize=13975920 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/30141/task/30154/stat : 30154 (java) R 30138 30141 2357 0 -1 4202560 436 0 0 0 5 0 0 0 20 0 15 0 13620541 14311342080 10043 18446744073709551615 4194304 4196468 140723348078928 140030845212656 140031355874851 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30155] ppid=30138 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30155/stat : 30155 (java) S 30138 30141 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13620541 14311342080 10043 18446744073709551615 4194304 4196468 140723348078928 140030844160352 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30156] ppid=30138 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30156/stat : 30156 (java) S 30138 30141 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13620545 14311342080 10043 18446744073709551615 4194304 4196468 140723348078928 140030843108400 140031372544642 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 40172 KiB

[startup+0.703634 s]
/proc/loadavg: 1.21 1.29 1.31 4/209 30156
/proc/meminfo: memFree=31162492/32770624 swapFree=67108860/67108860
[pid=30141] ppid=30138 vsize=13977988 memory=69652 CPUtime=1.06 cores=1,3,5,7
/proc/30141/stat : 30141 (java) S 30138 30141 2357 0 -1 1077944320 14658 0 0 0 101 5 0 0 20 0 15 0 13620527 14313459712 17413 18446744073709551615 4194304 4196468 140723348078928 140723348061472 140031372533495 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
/proc/30141/statm: 3494497 17413 3732 1 0 3483271 0
[pid=30141/tid=30143] ppid=30138 vsize=13977988 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/30141/task/30143/stat : 30143 (java) R 30138 30141 2357 0 -1 4202560 10509 0 0 0 52 3 0 0 20 0 15 0 13620536 14313459712 17413 18446744073709551615 4194304 4196468 140723348078928 140031376768384 140031372545430 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30144] ppid=30138 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30144/stat : 30144 (java) S 30138 30141 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13620536 14313459712 17413 18446744073709551615 4194304 4196468 140723348078928 140031306967568 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30145] ppid=30138 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30145/stat : 30145 (java) S 30138 30141 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13620536 14313459712 17413 18446744073709551615 4194304 4196468 140723348078928 140031305915024 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30146] ppid=30138 vsize=13977988 memory=8320808402719684661 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30146/stat : 30146 (java) S 30138 30141 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13620536 14313459712 17413 18446744073709551615 4194304 4196468 140723348078928 140031304861968 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30147] ppid=30138 vsize=13977988 memory=280877036818528 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30147/stat : 30147 (java) S 30138 30141 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13620536 14313459712 17413 18446744073709551615 4194304 4196468 140723348078928 140031303809424 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30148] ppid=30138 vsize=13977988 memory=288230613214036277 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30148/stat : 30148 (java) S 30138 30141 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 13620538 14313459712 17413 18446744073709551615 4194304 4196468 140723348078928 140030851529456 140031372544642 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30149] ppid=30138 vsize=13977988 memory=14128948577568424 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30149/stat : 30149 (java) S 30138 30141 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13620538 14313459712 17413 18446744073709551615 4194304 4196468 140723348078928 140030850475680 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30150] ppid=30138 vsize=13977988 memory=792 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30150/stat : 30150 (java) S 30138 30141 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13620538 14313459712 17413 18446744073709551615 4194304 4196468 140723348078928 140030849422576 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30151] ppid=30138 vsize=13977988 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30151/stat : 30151 (java) S 30138 30141 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13620541 14313459712 17413 18446744073709551615 4194304 4196468 140723348078928 140030848371152 140031372552091 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30152] ppid=30138 vsize=13977988 memory=2012 CPUtime=0.14 cores=1,3,5,7
/proc/30141/task/30152/stat : 30152 (java) R 30138 30141 2357 0 -1 4202560 985 0 0 0 14 0 0 0 20 0 15 0 13620541 14313459712 17413 18446744073709551615 4194304 4196468 140723348078928 140030847311280 140031357657056 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30153] ppid=30138 vsize=13977988 memory=8692 CPUtime=0.12 cores=1,3,5,7
/proc/30141/task/30153/stat : 30153 (java) R 30138 30141 2357 0 -1 4202560 856 0 0 0 12 0 0 0 20 0 15 0 13620541 14313459712 17413 18446744073709551615 4194304 4196468 140723348078928 140030846246728 140031350952068 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30154] ppid=30138 vsize=13977988 memory=1200 CPUtime=0.21 cores=1,3,5,7
/proc/30141/task/30154/stat : 30154 (java) R 30138 30141 2357 0 -1 1077944384 925 0 0 0 21 0 0 0 20 0 15 0 13620541 14313459712 17413 18446744073709551615 4194304 4196468 140723348078928 140030845212784 140031372543701 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30155] ppid=30138 vsize=13977988 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30155/stat : 30155 (java) S 30138 30141 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13620541 14313459712 17413 18446744073709551615 4194304 4196468 140723348078928 140030844160352 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30156] ppid=30138 vsize=13977988 memory=4016 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30156/stat : 30156 (java) S 30138 30141 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13620545 14313459712 17413 18446744073709551615 4194304 4196468 140723348078928 140030843108400 140031372544642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
Current children cumulated CPU time: 1.06 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 69652 KiB

[startup+1.38289 s]
# the end of solver process 30141 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.74051 s, system=0.091077 s

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

[startup+0.800866 s]
/proc/loadavg: 1.21 1.29 1.31 4/209 30156
/proc/meminfo: memFree=31162492/32770624 swapFree=67108860/67108860
[pid=30141] ppid=30138 vsize=13980036 memory=78564 CPUtime=1.23 cores=1,3,5,7
/proc/30141/stat : 30141 (java) S 30138 30141 2357 0 -1 1077944320 15291 0 0 0 118 5 0 0 20 0 15 0 13620527 14315556864 19641 18446744073709551615 4194304 4196468 140723348078928 140723348061472 140031372533495 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
/proc/30141/statm: 3495009 19641 3732 1 0 3483783 0
[pid=30141/tid=30143] ppid=30138 vsize=13980036 memory=6943526294502006880 CPUtime=0.66 cores=1,3,5,7
/proc/30141/task/30143/stat : 30143 (java) R 30138 30141 2357 0 -1 4202560 11039 0 0 0 62 4 0 0 20 0 15 0 13620536 14315556864 19641 18446744073709551615 4194304 4196468 140723348078928 140031376768160 140031355879034 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30144] ppid=30138 vsize=13980036 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30144/stat : 30144 (java) S 30138 30141 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13620536 14315556864 19641 18446744073709551615 4194304 4196468 140723348078928 140031306967568 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30145] ppid=30138 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30145/stat : 30145 (java) S 30138 30141 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13620536 14315556864 19641 18446744073709551615 4194304 4196468 140723348078928 140031305915024 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30146] ppid=30138 vsize=13980036 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30146/stat : 30146 (java) S 30138 30141 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13620536 14315556864 19641 18446744073709551615 4194304 4196468 140723348078928 140031304861968 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30147] ppid=30138 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30147/stat : 30147 (java) S 30138 30141 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13620536 14315556864 19641 18446744073709551615 4194304 4196468 140723348078928 140031303809424 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30148] ppid=30138 vsize=13980036 memory=14549758282832936 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30148/stat : 30148 (java) S 30138 30141 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 13620538 14315556864 19641 18446744073709551615 4194304 4196468 140723348078928 140030851529456 140031372544642 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30149] ppid=30138 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30149/stat : 30149 (java) S 30138 30141 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13620538 14315556864 19641 18446744073709551615 4194304 4196468 140723348078928 140030850475680 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30150] ppid=30138 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30150/stat : 30150 (java) S 30138 30141 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13620538 14315556864 19641 18446744073709551615 4194304 4196468 140723348078928 140030849422576 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30151] ppid=30138 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30151/stat : 30151 (java) S 30138 30141 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13620541 14315556864 19641 18446744073709551615 4194304 4196468 140723348078928 140030848371152 140031372552091 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30152] ppid=30138 vsize=13980036 memory=7809523229951467574 CPUtime=0.15 cores=1,3,5,7
/proc/30141/task/30152/stat : 30152 (java) S 30138 30141 2357 0 -1 1077944384 995 0 0 0 15 0 0 0 20 0 15 0 13620541 14315556864 19641 18446744073709551615 4194304 4196468 140723348078928 140030847318256 140031372544642 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30153] ppid=30138 vsize=13980036 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/30141/task/30153/stat : 30153 (java) S 30138 30141 2357 0 -1 1077944384 882 0 0 0 16 0 0 0 20 0 15 0 13620541 14315556864 19641 18446744073709551615 4194304 4196468 140723348078928 140030846265712 140031372544642 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30154] ppid=30138 vsize=13980036 memory=-6509496445815644519 CPUtime=0.24 cores=1,3,5,7
/proc/30141/task/30154/stat : 30154 (java) S 30138 30141 2357 0 -1 1077944384 993 0 0 0 24 0 0 0 20 0 15 0 13620541 14315556864 19641 18446744073709551615 4194304 4196468 140723348078928 140030845212656 140031372544642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30155] ppid=30138 vsize=13980036 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30155/stat : 30155 (java) S 30138 30141 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13620541 14315556864 19641 18446744073709551615 4194304 4196468 140723348078928 140030844160352 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30156] ppid=30138 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30156/stat : 30156 (java) S 30138 30141 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13620545 14315556864 19641 18446744073709551615 4194304 4196468 140723348078928 140030843108400 140031372544642 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 78564 KiB

[startup+1.2007 s]
/proc/loadavg: 1.21 1.29 1.31 5/209 30156
/proc/meminfo: memFree=31123572/32770624 swapFree=67108860/67108860
[pid=30141] ppid=30138 vsize=13980036 memory=125888 CPUtime=2.3 cores=1,3,5,7
/proc/30141/stat : 30141 (java) S 30138 30141 2357 0 -1 1077944320 28344 0 0 0 222 8 0 0 20 0 15 0 13620527 14315556864 31472 18446744073709551615 4194304 4196468 140723348078928 140723348061472 140031372533495 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
/proc/30141/statm: 3495009 31472 3752 1 0 3483783 0
[pid=30141/tid=30143] ppid=30138 vsize=13980036 memory=0 CPUtime=1.05 cores=1,3,5,7
/proc/30141/task/30143/stat : 30143 (java) R 30138 30141 2357 0 -1 4202560 14164 0 0 0 100 5 0 0 20 0 15 0 13620536 14315556864 31472 18446744073709551615 4194304 4196468 140723348078928 140031376769872 140030987315851 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30144] ppid=30138 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30144/stat : 30144 (java) S 30138 30141 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13620536 14315556864 31472 18446744073709551615 4194304 4196468 140723348078928 140031306967568 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30145] ppid=30138 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30145/stat : 30145 (java) S 30138 30141 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13620536 14315556864 31472 18446744073709551615 4194304 4196468 140723348078928 140031305915024 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30146] ppid=30138 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30146/stat : 30146 (java) S 30138 30141 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13620536 14315556864 31472 18446744073709551615 4194304 4196468 140723348078928 140031304861968 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30147] ppid=30138 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30147/stat : 30147 (java) S 30138 30141 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13620536 14315556864 31472 18446744073709551615 4194304 4196468 140723348078928 140031303809424 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30148] ppid=30138 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30148/stat : 30148 (java) S 30138 30141 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 13620538 14315556864 31472 18446744073709551615 4194304 4196468 140723348078928 140030851529456 140031372544642 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30149] ppid=30138 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30149/stat : 30149 (java) S 30138 30141 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13620538 14315556864 31472 18446744073709551615 4194304 4196468 140723348078928 140030850475680 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30150] ppid=30138 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30150/stat : 30150 (java) S 30138 30141 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13620538 14315556864 31472 18446744073709551615 4194304 4196468 140723348078928 140030849422576 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30151] ppid=30138 vsize=13980036 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30151/stat : 30151 (java) S 30138 30141 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13620541 14315556864 31472 18446744073709551615 4194304 4196468 140723348078928 140030848371152 140031372552091 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30152] ppid=30138 vsize=13980036 memory=3826815860737 CPUtime=0.43 cores=1,3,5,7
/proc/30141/task/30152/stat : 30152 (java) R 30138 30141 2357 0 -1 4202560 5652 0 0 0 43 0 0 0 20 0 15 0 13620541 14315556864 31472 18446744073709551615 4194304 4196468 140723348078928 140030847299272 140031350425008 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30153] ppid=30138 vsize=13980036 memory=6943526294502006880 CPUtime=0.41 cores=1,3,5,7
/proc/30141/task/30153/stat : 30153 (java) R 30138 30141 2357 0 -1 4202560 5366 0 0 0 41 0 0 0 20 0 15 0 13620541 14315556864 31472 18446744073709551615 4194304 4196468 140723348078928 140030846251736 140031354051377 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30154] ppid=30138 vsize=13980036 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/30141/task/30154/stat : 30154 (java) S 30138 30141 2357 0 -1 1077944384 1777 0 0 0 36 1 0 0 20 0 15 0 13620541 14315556864 31472 18446744073709551615 4194304 4196468 140723348078928 140030845212656 140031372544642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30155] ppid=30138 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30155/stat : 30155 (java) S 30138 30141 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13620541 14315556864 31472 18446744073709551615 4194304 4196468 140723348078928 140030844160352 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30156] ppid=30138 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30156/stat : 30156 (java) S 30138 30141 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13620545 14315556864 31472 18446744073709551615 4194304 4196468 140723348078928 140030843108400 140031372544642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 125888 KiB

[startup+1.30073 s]
/proc/loadavg: 1.21 1.29 1.31 5/209 30156
/proc/meminfo: memFree=31123572/32770624 swapFree=67108860/67108860
[pid=30141] ppid=30138 vsize=13980036 memory=133296 CPUtime=2.61 cores=1,3,5,7
/proc/30141/stat : 30141 (java) S 30138 30141 2357 0 -1 1077944320 29784 0 0 0 253 8 0 0 20 0 15 0 13620527 14315556864 33324 18446744073709551615 4194304 4196468 140723348078928 140723348061472 140031372533495 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
/proc/30141/statm: 3495009 33324 3754 1 0 3483783 0
[pid=30141/tid=30143] ppid=30138 vsize=13980036 memory=0 CPUtime=1.15 cores=1,3,5,7
/proc/30141/task/30143/stat : 30143 (java) R 30138 30141 2357 0 -1 4202560 14171 0 0 0 110 5 0 0 20 0 15 0 13620536 14315556864 33324 18446744073709551615 4194304 4196468 140723348078928 140031376769872 140030986238928 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30144] ppid=30138 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30144/stat : 30144 (java) S 30138 30141 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13620536 14315556864 33324 18446744073709551615 4194304 4196468 140723348078928 140031306967568 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30145] ppid=30138 vsize=13980036 memory=87048 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30145/stat : 30145 (java) S 30138 30141 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13620536 14315556864 33324 18446744073709551615 4194304 4196468 140723348078928 140031305915024 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30146] ppid=30138 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30146/stat : 30146 (java) S 30138 30141 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13620536 14315556864 33324 18446744073709551615 4194304 4196468 140723348078928 140031304861968 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30147] ppid=30138 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30147/stat : 30147 (java) S 30138 30141 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13620536 14315556864 33324 18446744073709551615 4194304 4196468 140723348078928 140031303809424 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30148] ppid=30138 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30148/stat : 30148 (java) S 30138 30141 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 13620538 14315556864 33324 18446744073709551615 4194304 4196468 140723348078928 140030851529456 140031372544642 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30149] ppid=30138 vsize=13980036 memory=280877037004992 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30149/stat : 30149 (java) S 30138 30141 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13620538 14315556864 33324 18446744073709551615 4194304 4196468 140723348078928 140030850475680 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30150] ppid=30138 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30150/stat : 30150 (java) S 30138 30141 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13620538 14315556864 33324 18446744073709551615 4194304 4196468 140723348078928 140030849422576 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30151] ppid=30138 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30151/stat : 30151 (java) S 30138 30141 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13620541 14315556864 33324 18446744073709551615 4194304 4196468 140723348078928 140030848371152 140031372552091 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30152] ppid=30138 vsize=13980036 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/30141/task/30152/stat : 30152 (java) R 30138 30141 2357 0 -1 4202560 6276 0 0 0 53 0 0 0 20 0 15 0 13620541 14315556864 33324 18446744073709551615 4194304 4196468 140723348078928 140030847299272 140031355944511 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30153] ppid=30138 vsize=13980036 memory=0 CPUtime=0.51 cores=1,3,5,7
/proc/30141/task/30153/stat : 30153 (java) R 30138 30141 2357 0 -1 4202560 6172 0 0 0 51 0 0 0 20 0 15 0 13620541 14315556864 33324 18446744073709551615 4194304 4196468 140723348078928 140030846251736 140031356032445 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30154] ppid=30138 vsize=13980036 memory=-2843874027724592542 CPUtime=0.38 cores=1,3,5,7
/proc/30141/task/30154/stat : 30154 (java) S 30138 30141 2357 0 -1 1077944384 1780 0 0 0 37 1 0 0 20 0 15 0 13620541 14315556864 33324 18446744073709551615 4194304 4196468 140723348078928 140030845212656 140031372544642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30155] ppid=30138 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30155/stat : 30155 (java) S 30138 30141 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13620541 14315556864 33324 18446744073709551615 4194304 4196468 140723348078928 140030844160352 140031372543701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
[pid=30141/tid=30156] ppid=30138 vsize=13980036 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/30141/task/30156/stat : 30156 (java) S 30138 30141 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13620545 14315556864 33324 18446744073709551615 4194304 4196468 140723348078928 140030843108400 140031372544642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20918272 140723348083057 140723348083244 140723348083244 140723348086735 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 133296 KiB

Child status: 0
Real time (s): 1.38294
CPU time (s): 2.83159
CPU user time (s): 2.74051
CPU system time (s): 0.091077
CPU usage (%): 204.752
Max. virtual memory (cumulated for all children) (KiB): 13980036
Max. memory (cumulated for all children) (KiB): 133296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.74051
system time used= 0.091077
maximum resident set size= 139984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30293
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= 2268
involuntary context switches= 4


# summary of solver processes directly reported to runsolver:
#   pid: 30141
#   total CPU time (s): 2.83159
#   total CPU user time (s): 2.74051
#   total CPU system time (s): 0.091077

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.032013 second user time and 0.055216 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-16 06:53:38
IDJOB=4274303
IDBENCH=140518
IDSOLVER=2666
FILE ID=node129/4274303-1502860054
RUNJOBID= node129-1502746532-7260
PBS_JOBID= 
Free space on /tmp= 61972 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/OpenStacks/OpenStacks-m2c-s1/OpenStacks-m2c-tiny.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274303-1502860054/watcher-4274303-1502860054 -o /tmp/evaluation-result-4274303-1502860054/solver-4274303-1502860054 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1502746532-7260 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1859972104 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274303-1502860054.xml

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

MD5SUM BENCH= b48c1d78a7c2914aa1b4afc3a63a668c
RANDOM SEED=1859972104

node129.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.61
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.61
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.61
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.61
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:        31205080 kB
MemAvailable:   31715664 kB
Buffers:          179156 kB
Cached:           618148 kB
SwapCached:            0 kB
Active:           714076 kB
Inactive:         440232 kB
Active(anon):     357448 kB
Inactive(anon):    16744 kB
Active(file):     356628 kB
Inactive(file):   423488 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42388 kB
Writeback:             4 kB
AnonPages:        357392 kB
Mapped:            46316 kB
Shmem:             17060 kB
Slab:             117084 kB
SReclaimable:      92604 kB
SUnreclaim:        24480 kB
KernelStack:        3424 kB
PageTables:         5552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1149800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    296960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61932 MiB
End job on node129 at 2017-08-16 06:53:40