Trace number 4261114

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
Mistral-2.0 2017-07-28SAT (TO)133 2519.75 2520

General information on the benchmark

NameRcpsp/Rcpsp-m1-j90/
Rcpsp-j90-37-03.xml
MD5SUMf27483baa127f488650207f51eee544f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark132
Best CPU time to get the best result obtained on this benchmark427.14899
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints198
Number of domains2
Minimum domain size1
Maximum domain size474
Distribution of domain sizes[{"size":1,"count":1},{"size":474,"count":91}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":8},{"degree":5,"count":18},{"degree":6,"count":26},{"degree":7,"count":26},{"degree":8,"count":11},{"degree":9,"count":1},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity53
Distribution of constraint arities[{"arity":2,"count":194},{"arity":42,"count":1},{"arity":43,"count":2},{"arity":53,"count":1}]
Number of extensional constraints0
Number of intensional constraints194
Distribution of constraint types[{"type":"intension","count":194},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.10	c 280717
7.78/7.96	o 159
7.88/8.04	o 157
9.58/9.70	o 154
9.98/10.17	o 153
10.08/10.28	o 152
10.38/10.57	o 151
10.48/10.68	o 150
11.58/11.79	o 148
13.69/13.81	o 143
13.69/13.86	o 142
13.79/13.90	o 141
13.79/13.97	o 140
14.09/14.24	o 139
14.29/14.42	o 138
16.59/16.70	o 137
16.89/17.06	o 136
42.27/42.45	o 135
59.76/59.98	o 134
1321.20/1321.43	o 133
2519.74/2520.00	s SATISFIABLE
2519.74/2520.00	v <instantiation type="solution">
2519.74/2520.00	v   <list> s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] s[62] s[63] s[64] s[65] s[66] s[67] s[68] s[69] s[70] s[71] s[72] s[73] s[74] s[75] s[76] s[77] s[78] s[79] s[80] s[81] s[82] s[83] s[84] s[85] s[86] s[87] s[88] s[89] s[90] s[91] </list>
2519.74/2520.00	v   <values> 0 0 0 0 5 6 12 16 29 34 21 36 12 30 36 3 51 29 36 39 6 40 45 46 38 89 54 33 46 61 63 47 56 56 20 3 20 63 67 67 59 54 72 66 19 67 51 61 71 52 78 87 56 68 61 81 78 79 78 86 67 96 92 56 99 50 98 81 64 73 106 41 98 107 115 89 79 91 85 107 106 117 106 110 89 92 117 120 126 117 127 133 </values>
2519.74/2520.00	v </instantiation>

Verifier Data

OK	133

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4261114-1502372490/watcher-4261114-1502372490 -o /tmp/evaluation-result-4261114-1502372490/solver-4261114-1502372490 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502331240-8162 --watchdog 2580 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 766892645 HOME/instance-4261114-1502372490.xml 

pid=14051
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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.03 2.05 2/180 14054
/proc/meminfo: memFree=31285872/32770624 swapFree=0/527428
[pid=14054] ppid=14051 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/14054/stat : 14054 (runsolver) D 14051 14054 16590 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 39442544 24240128 108 18446744073709551615 4194304 4338465 140736632483184 140736632480824 140681760994007 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 13873152 140736632488077 140736632488522 140736632488522 140736632491978 0
/proc/14054/statm: 5918 108 54 36 0 2156 0

[startup+0.100294 s]
/proc/loadavg: 2.08 2.03 2.05 2/180 14054
/proc/meminfo: memFree=31285872/32770624 swapFree=0/527428
[pid=14054] ppid=14051 vsize=16548 CPUtime=0 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 1077936128 197 0 0 0 0 0 0 0 20 0 1 0 39442544 16945152 68 18446744073709551615 4194304 7396336 140731963103664 140731963100712 139889703208647 0 0 1 0 0 0 0 17 1 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 4137 68 49 782 0 42 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16548

[startup+0.200242 s]
/proc/loadavg: 2.08 2.03 2.05 2/180 14054
/proc/meminfo: memFree=31285872/32770624 swapFree=0/527428
[pid=14054] ppid=14051 vsize=28920 CPUtime=0.09 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 1084 0 0 0 9 0 0 0 20 0 1 0 39442544 29614080 915 18446744073709551615 4194304 7396336 140731963103664 140731963100664 6180889 0 0 1 0 0 0 0 17 3 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 7230 915 710 782 0 246 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28920

[startup+0.300251 s]
/proc/loadavg: 2.08 2.03 2.05 2/180 14054
/proc/meminfo: memFree=31285872/32770624 swapFree=0/527428
[pid=14054] ppid=14051 vsize=29044 CPUtime=0.19 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 1110 0 0 0 19 0 0 0 20 0 1 0 39442544 29741056 946 18446744073709551615 4194304 7396336 140731963103664 140731963094360 139889686713578 0 0 1 0 0 0 0 17 3 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 7261 946 710 782 0 277 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 29044

[startup+0.700287 s]
/proc/loadavg: 2.08 2.03 2.05 2/180 14054
/proc/meminfo: memFree=31285872/32770624 swapFree=0/527428
[pid=14054] ppid=14051 vsize=51132 CPUtime=0.59 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 7088 0 0 0 59 0 0 0 20 0 1 0 39442544 52359168 6488 18446744073709551615 4194304 7396336 140731963103664 140731963094360 4566039 0 0 1 0 0 0 0 17 3 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 12783 6488 739 782 0 5799 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 51132

[startup+1.50023 s]
/proc/loadavg: 2.08 2.03 2.05 3/181 14055
/proc/meminfo: memFree=31242644/32770624 swapFree=0/527428
[pid=14054] ppid=14051 vsize=82940 CPUtime=1.39 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 14737 0 0 0 137 2 0 0 20 0 1 0 39442544 84930560 14444 18446744073709551615 4194304 7396336 140731963103664 140731963094360 139889680520737 0 0 1 0 0 0 0 17 3 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 20735 14444 739 782 0 13751 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 82940

[startup+3.10023 s]
/proc/loadavg: 2.08 2.03 2.05 3/181 14055
/proc/meminfo: memFree=31214372/32770624 swapFree=0/527428
[pid=14054] ppid=14051 vsize=114936 CPUtime=2.99 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 24792 0 0 0 296 3 0 0 20 0 1 0 39442544 117694464 22441 18446744073709551615 4194304 7396336 140731963103664 140731963094264 4566039 0 0 1 0 0 0 0 17 3 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 28734 22441 740 782 0 21750 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 114936

[startup+6.30023 s]
/proc/loadavg: 2.08 2.03 2.05 3/181 14055
/proc/meminfo: memFree=31154008/32770624 swapFree=0/527448
[pid=14054] ppid=14051 vsize=163684 CPUtime=6.19 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 54822 0 0 0 614 5 0 0 20 0 1 0 39442544 167612416 34599 18446744073709551615 4194304 7396336 140731963103664 140731963094264 4565880 0 0 1 0 0 0 0 17 3 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 40921 34599 740 782 0 33937 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 163684

[startup+12.7003 s]
/proc/loadavg: 2.07 2.03 2.05 3/181 14055
/proc/meminfo: memFree=31126408/32770624 swapFree=0/527448
[pid=14054] ppid=14051 vsize=186572 CPUtime=12.58 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 95340 0 0 0 1251 7 0 0 20 0 1 0 39442544 191049728 40403 18446744073709551615 4194304 7396336 140731963103664 140731963098680 5586398 0 0 1 16386 0 0 0 17 3 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 46643 40403 773 782 0 39659 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 186572

[startup+25.5004 s]
/proc/loadavg: 2.05 2.03 2.05 3/181 14056
/proc/meminfo: memFree=31126660/32770624 swapFree=0/527452
[pid=14054] ppid=14051 vsize=186572 CPUtime=25.38 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 136131 0 0 0 2528 10 0 0 20 0 1 0 39442544 191049728 40420 18446744073709551615 4194304 7396336 140731963103664 140731963098680 5588187 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 46643 40420 773 782 0 39659 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 186572

[startup+51.1004 s]
/proc/loadavg: 2.04 2.03 2.05 3/181 14057
/proc/meminfo: memFree=31125992/32770624 swapFree=0/527452
[pid=14054] ppid=14051 vsize=186572 CPUtime=50.97 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 149215 0 0 0 5086 11 0 0 20 0 1 0 39442544 191049728 40421 18446744073709551615 4194304 7396336 140731963103664 140731963098680 4246602 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 46643 40421 773 782 0 39659 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 186572

[startup+102.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 14120
/proc/meminfo: memFree=31057000/32770624 swapFree=0/527832
[pid=14054] ppid=14051 vsize=186572 CPUtime=102.16 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 151505 0 0 0 10205 11 0 0 20 0 1 0 39442544 191049728 40426 18446744073709551615 4194304 7396336 140731963103664 140731963098680 5576665 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 46643 40426 773 782 0 39659 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 186572

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 14137
/proc/meminfo: memFree=30867400/32770624 swapFree=0/527540
[pid=14054] ppid=14051 vsize=186572 CPUtime=162.15 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 152093 0 0 0 16204 11 0 0 20 0 1 0 39442544 191049728 40427 18446744073709551615 4194304 7396336 140731963103664 140731963098680 5575964 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 46643 40427 773 782 0 39659 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 186572

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 14139
/proc/meminfo: memFree=30866080/32770624 swapFree=0/527548
[pid=14054] ppid=14051 vsize=186572 CPUtime=222.15 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 152682 0 0 0 22204 11 0 0 20 0 1 0 39442544 191049728 40428 18446744073709551615 4194304 7396336 140731963103664 140731963098680 5576665 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 46643 40428 773 782 0 39659 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 186572

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 14141
/proc/meminfo: memFree=30869732/32770624 swapFree=0/527548
[pid=14054] ppid=14051 vsize=186572 CPUtime=282.14 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 153273 0 0 0 28203 11 0 0 20 0 1 0 39442544 191049728 40429 18446744073709551615 4194304 7396336 140731963103664 140731963098680 4319836 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 46643 40429 773 782 0 39659 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 186572

[startup+342.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/182 14143
/proc/meminfo: memFree=30871084/32770624 swapFree=0/527560
[pid=14054] ppid=14051 vsize=186572 CPUtime=342.14 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 153858 0 0 0 34203 11 0 0 20 0 1 0 39442544 191049728 40430 18446744073709551615 4194304 7396336 140731963103664 140731963098680 5575964 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 46643 40430 773 782 0 39659 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 186572

[startup+402.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/182 14145
/proc/meminfo: memFree=30871668/32770624 swapFree=0/527588
[pid=14054] ppid=14051 vsize=186572 CPUtime=402.14 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 154443 0 0 0 40203 11 0 0 20 0 1 0 39442544 191049728 40430 18446744073709551615 4194304 7396336 140731963103664 140731963098680 4317563 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 46643 40430 773 782 0 39659 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 186572

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 14147
/proc/meminfo: memFree=30872716/32770624 swapFree=0/527620
[pid=14054] ppid=14051 vsize=186572 CPUtime=462.13 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 155033 0 0 0 46202 11 0 0 20 0 1 0 39442544 191049728 40430 18446744073709551615 4194304 7396336 140731963103664 140731963098680 5575964 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 46643 40430 773 782 0 39659 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 186572

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14149
/proc/meminfo: memFree=30872716/32770624 swapFree=0/527620
[pid=14054] ppid=14051 vsize=186572 CPUtime=522.14 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 155624 0 0 0 52202 12 0 0 20 0 1 0 39442544 191049728 40430 18446744073709551615 4194304 7396336 140731963103664 140731963098680 5575964 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 46643 40430 773 782 0 39659 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 186572

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14151
/proc/meminfo: memFree=30873008/32770624 swapFree=0/527616
[pid=14054] ppid=14051 vsize=186572 CPUtime=582.13 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 156216 0 0 0 58201 12 0 0 20 0 1 0 39442544 191049728 40431 18446744073709551615 4194304 7396336 140731963103664 140731963098680 5649755 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 46643 40431 773 782 0 39659 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 186572


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


[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/183 14214
/proc/meminfo: memFree=30870864/32770624 swapFree=0/527864
[pid=14054] ppid=14051 vsize=186572 CPUtime=1602.08 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 166236 0 0 0 160195 13 0 0 20 0 1 0 39442544 191049728 40433 18446744073709551615 4194304 7396336 140731963103664 140731963098680 5586450 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 46643 40433 773 782 0 39659 0
Current children cumulated CPU time (s) 1602.08
Current children cumulated vsize (KiB) 186572

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/182 14217
/proc/meminfo: memFree=30871168/32770624 swapFree=0/527868
[pid=14054] ppid=14051 vsize=186572 CPUtime=1662.08 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 166828 0 0 0 166195 13 0 0 20 0 1 0 39442544 191049728 40433 18446744073709551615 4194304 7396336 140731963103664 140731963098680 5575964 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 46643 40433 773 782 0 39659 0
Current children cumulated CPU time (s) 1662.08
Current children cumulated vsize (KiB) 186572

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 14219
/proc/meminfo: memFree=30871160/32770624 swapFree=0/527876
[pid=14054] ppid=14051 vsize=186572 CPUtime=1722.08 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 167414 0 0 0 172195 13 0 0 20 0 1 0 39442544 191049728 40433 18446744073709551615 4194304 7396336 140731963103664 140731963098680 5575964 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 46643 40433 773 782 0 39659 0
Current children cumulated CPU time (s) 1722.08
Current children cumulated vsize (KiB) 186572

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 14221
/proc/meminfo: memFree=30871012/32770624 swapFree=0/527880
[pid=14054] ppid=14051 vsize=186572 CPUtime=1782.08 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 168001 0 0 0 178195 13 0 0 20 0 1 0 39442544 191049728 40433 18446744073709551615 4194304 7396336 140731963103664 140731963098680 5628712 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 46643 40433 773 782 0 39659 0
Current children cumulated CPU time (s) 1782.08
Current children cumulated vsize (KiB) 186572

[startup+1842.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/182 14224
/proc/meminfo: memFree=30870880/32770624 swapFree=0/527876
[pid=14054] ppid=14051 vsize=186572 CPUtime=1842.07 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 168587 0 0 0 184194 13 0 0 20 0 1 0 39442544 191049728 40433 18446744073709551615 4194304 7396336 140731963103664 140731963098680 4264294 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 46643 40433 773 782 0 39659 0
Current children cumulated CPU time (s) 1842.07
Current children cumulated vsize (KiB) 186572

[startup+1902.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 14226
/proc/meminfo: memFree=30870928/32770624 swapFree=0/527884
[pid=14054] ppid=14051 vsize=186572 CPUtime=1902.07 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 169173 0 0 0 190193 14 0 0 20 0 1 0 39442544 191049728 40433 18446744073709551615 4194304 7396336 140731963103664 140731963098680 5575200 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 46643 40433 773 782 0 39659 0
Current children cumulated CPU time (s) 1902.07
Current children cumulated vsize (KiB) 186572

[startup+1962.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/184 14242
/proc/meminfo: memFree=30866284/32770624 swapFree=0/527920
[pid=14054] ppid=14051 vsize=186572 CPUtime=1962.07 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 169760 0 0 0 196193 14 0 0 20 0 1 0 39442544 191049728 40433 18446744073709551615 4194304 7396336 140731963103664 140731963098680 5649755 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 46643 40433 773 782 0 39659 0
Current children cumulated CPU time (s) 1962.07
Current children cumulated vsize (KiB) 186572

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 14268
/proc/meminfo: memFree=30866080/32770624 swapFree=0/527960
[pid=14054] ppid=14051 vsize=186572 CPUtime=2022.07 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 170347 0 0 0 202193 14 0 0 20 0 1 0 39442544 191049728 40433 18446744073709551615 4194304 7396336 140731963103664 140731963098680 4581634 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 46643 40433 773 782 0 39659 0
Current children cumulated CPU time (s) 2022.07
Current children cumulated vsize (KiB) 186572

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 14270
/proc/meminfo: memFree=30867048/32770624 swapFree=0/527988
[pid=14054] ppid=14051 vsize=186572 CPUtime=2082.07 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 170933 0 0 0 208193 14 0 0 20 0 1 0 39442544 191049728 40433 18446744073709551615 4194304 7396336 140731963103664 140731963098680 5575964 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 46643 40433 773 782 0 39659 0
Current children cumulated CPU time (s) 2082.07
Current children cumulated vsize (KiB) 186572

[startup+2142.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/181 14272
/proc/meminfo: memFree=30870424/32770624 swapFree=0/528000
[pid=14054] ppid=14051 vsize=186572 CPUtime=2142.06 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 171519 0 0 0 214192 14 0 0 20 0 1 0 39442544 191049728 40433 18446744073709551615 4194304 7396336 140731963103664 140731963098680 4319823 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 46643 40433 773 782 0 39659 0
Current children cumulated CPU time (s) 2142.06
Current children cumulated vsize (KiB) 186572

[startup+2202.31 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 14274
/proc/meminfo: memFree=30870920/32770624 swapFree=0/528012
[pid=14054] ppid=14051 vsize=186572 CPUtime=2202.06 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 172105 0 0 0 220192 14 0 0 20 0 1 0 39442544 191049728 40433 18446744073709551615 4194304 7396336 140731963103664 140731963098680 5575952 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 46643 40433 773 782 0 39659 0
Current children cumulated CPU time (s) 2202.06
Current children cumulated vsize (KiB) 186572

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14276
/proc/meminfo: memFree=30871212/32770624 swapFree=0/528028
[pid=14054] ppid=14051 vsize=186572 CPUtime=2262.06 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 172691 0 0 0 226191 15 0 0 20 0 1 0 39442544 191049728 40433 18446744073709551615 4194304 7396336 140731963103664 140731963098680 5576651 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 46643 40433 773 782 0 39659 0
Current children cumulated CPU time (s) 2262.06
Current children cumulated vsize (KiB) 186572

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14278
/proc/meminfo: memFree=30871336/32770624 swapFree=0/528032
[pid=14054] ppid=14051 vsize=186572 CPUtime=2322.05 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 173278 0 0 0 232190 15 0 0 20 0 1 0 39442544 191049728 40433 18446744073709551615 4194304 7396336 140731963103664 140731963098680 5575980 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 46643 40433 773 782 0 39659 0
Current children cumulated CPU time (s) 2322.05
Current children cumulated vsize (KiB) 186572

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14280
/proc/meminfo: memFree=30871212/32770624 swapFree=0/528044
[pid=14054] ppid=14051 vsize=186572 CPUtime=2382.05 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 173865 0 0 0 238190 15 0 0 20 0 1 0 39442544 191049728 40433 18446744073709551615 4194304 7396336 140731963103664 140731963098680 5839021 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 46643 40433 773 782 0 39659 0
Current children cumulated CPU time (s) 2382.05
Current children cumulated vsize (KiB) 186572

[startup+2442.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/181 14282
/proc/meminfo: memFree=30871168/32770624 swapFree=0/528048
[pid=14054] ppid=14051 vsize=186572 CPUtime=2442.04 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 174451 0 0 0 244189 15 0 0 20 0 1 0 39442544 191049728 40433 18446744073709551615 4194304 7396336 140731963103664 140731963098680 5649755 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 46643 40433 773 782 0 39659 0
Current children cumulated CPU time (s) 2442.04
Current children cumulated vsize (KiB) 186572

[startup+2502.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 14284
/proc/meminfo: memFree=30870796/32770624 swapFree=0/528064
[pid=14054] ppid=14051 vsize=186572 CPUtime=2502.04 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 175038 0 0 0 250189 15 0 0 20 0 1 0 39442544 191049728 40433 18446744073709551615 4194304 7396336 140731963103664 140731963098680 4317563 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 46643 40433 773 782 0 39659 0
Current children cumulated CPU time (s) 2502.04
Current children cumulated vsize (KiB) 186572



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 14285
/proc/meminfo: memFree=30871152/32770624 swapFree=0/528080
[pid=14054] ppid=14051 vsize=186572 CPUtime=2519.74 cores=1,3,5,7
/proc/14054/stat : 14054 (MistralXCSP) R 14051 14054 16590 0 -1 4202496 175624 0 0 0 251959 15 0 0 20 0 1 0 39442544 191049728 40433 18446744073709551615 4194304 7396336 140731963103664 140731963098680 5588145 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 33546240 140731963109812 140731963109961 140731963109961 140731963113417 0
/proc/14054/statm: 46643 40433 773 782 0 39659 0
Current children cumulated CPU time (s) 2519.74
Current children cumulated vsize (KiB) 186572

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 14054 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 0
Real time (s): 2520
CPU time (s): 2519.75
CPU user time (s): 2519.6
CPU system time (s): 0.158992
CPU usage (%): 99.9902
Max. virtual memory (cumulated for all children) (KiB): 186572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.6
system time used= 0.158992
maximum resident set size= 161752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175660
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60
involuntary context switches= 671

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.82412 second user time and 11.1321 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-10 15:27:24
IDJOB=4261114
IDBENCH=128699
IDSOLVER=2649
FILE ID=node127/4261114-1502372490
RUNJOBID= node127-1502331240-8162
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= Mistral-2.0 2017-07-28
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j90/Rcpsp-j90-37-03.xml
COMMAND LINE= MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261114-1502372490/watcher-4261114-1502372490 -o /tmp/evaluation-result-4261114-1502372490/solver-4261114-1502372490 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502331240-8162 --watchdog 2580  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 766892645 HOME/instance-4261114-1502372490.xml

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

MD5SUM BENCH= f27483baa127f488650207f51eee544f
RANDOM SEED=766892645

node127.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.92
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.92
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.92
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.92
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:        31286588 kB
MemAvailable:   31991288 kB
Buffers:          229580 kB
Cached:           766340 kB
SwapCached:            0 kB
Active:           513512 kB
Inactive:         552336 kB
Active(anon):      70136 kB
Inactive(anon):    24908 kB
Active(file):     443376 kB
Inactive(file):   527428 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5988 kB
Writeback:             0 kB
AnonPages:         69656 kB
Mapped:            40940 kB
Shmem:             25252 kB
Slab:             124168 kB
SReclaimable:      99464 kB
SUnreclaim:        24704 kB
KernelStack:        3392 kB
PageTables:         4908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     329816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62020 MiB
End job on node127 at 2017-08-10 16:09:24