Trace number 4261113

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)83 2519.75 2520

General information on the benchmark

NameRcpsp/Rcpsp-m1-j90/
Rcpsp-j90-26-08.xml
MD5SUM885f7dce9f12482b5755a1b8bd42ad86
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark82
Best CPU time to get the best result obtained on this benchmark1091.9399
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints170
Number of domains2
Minimum domain size1
Maximum domain size532
Distribution of domain sizes[{"size":1,"count":1},{"size":532,"count":91}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":3},{"degree":4,"count":2},{"degree":5,"count":14},{"degree":6,"count":27},{"degree":7,"count":23},{"degree":8,"count":15},{"degree":9,"count":6},{"degree":10,"count":2}]
Minimum constraint arity2
Maximum constraint arity72
Distribution of constraint arities[{"arity":2,"count":166},{"arity":59,"count":1},{"arity":68,"count":1},{"arity":72,"count":2}]
Number of extensional constraints0
Number of intensional constraints166
Distribution of constraint types[{"type":"intension","count":166},{"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
20.18/20.32	o 106
20.18/20.36	o 99
20.18/20.39	o 95
20.28/20.44	o 94
20.38/20.53	o 93
20.48/20.60	o 92
20.89/21.08	o 91
21.48/21.64	o 90
23.48/23.68	o 89
24.78/24.90	o 88
28.38/28.59	o 87
30.17/30.35	o 86
30.57/30.77	o 85
31.17/31.37	o 84
33.67/33.87	o 83
2519.73/2520.00	s SATISFIABLE
2519.73/2520.00	v <instantiation type="solution">
2519.73/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.73/2520.00	v   <values> 0 0 0 0 4 10 10 12 8 17 16 22 10 5 13 21 42 28 4 21 15 25 31 9 4 21 41 25 7 31 21 36 38 7 22 25 25 29 60 20 38 25 7 25 31 35 17 46 60 31 36 41 63 9 38 48 37 64 42 31 45 39 50 57 48 30 54 46 56 71 60 63 52 57 53 68 60 62 62 67 69 55 70 50 62 72 67 67 78 74 77 83 </values>
2519.73/2520.00	v </instantiation>

Verifier Data

OK	83

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-4261113-1502372589/watcher-4261113-1502372589 -o /tmp/evaluation-result-4261113-1502372589/solver-4261113-1502372589 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502331240-8161 --watchdog 2580 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 955864747 HOME/instance-4261113-1502372589.xml 

pid=14116
running on 4 cores: 0,2,4,6

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.02 2.02 2.05 3/180 14119
/proc/meminfo: memFree=31140512/32770624 swapFree=0/527512
[pid=14119] ppid=14116 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/14119/stat : 14119 (runsolver) D 14116 14119 16590 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 39452443 24240128 108 18446744073709551615 4194304 4338465 140730373451152 140730373448792 139919479939799 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 39186432 140730373456013 140730373456458 140730373456458 140730373459914 0
/proc/14119/statm: 5918 108 54 36 0 2156 0

[startup+0.100149 s]
/proc/loadavg: 2.02 2.02 2.05 3/180 14119
/proc/meminfo: memFree=31140512/32770624 swapFree=0/527512
[pid=14119] ppid=14116 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/14119/stat : 14119 (runsolver) D 14116 14119 16590 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 39452443 24240128 108 18446744073709551615 4194304 4338465 140730373451152 140730373448792 139919479939799 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 39186432 140730373456013 140730373456458 140730373456458 140730373459914 0
/proc/14119/statm: 5918 108 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.20036 s]
/proc/loadavg: 2.02 2.02 2.05 3/180 14119
/proc/meminfo: memFree=31140512/32770624 swapFree=0/527512
[pid=14119] ppid=14116 vsize=28920 CPUtime=0.09 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 1084 0 0 0 9 0 0 0 20 0 1 0 39452443 29614080 916 18446744073709551615 4194304 7396336 140728237232560 140728237229560 6015938 0 0 1 0 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 7230 916 710 782 0 246 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28920

[startup+0.300318 s]
/proc/loadavg: 2.02 2.02 2.05 3/180 14119
/proc/meminfo: memFree=31140512/32770624 swapFree=0/527512
[pid=14119] ppid=14116 vsize=29044 CPUtime=0.19 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 1112 0 0 0 19 0 0 0 20 0 1 0 39452443 29741056 947 18446744073709551615 4194304 7396336 140728237232560 140728237229560 6018328 0 0 1 0 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 7261 947 710 782 0 277 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 29044

[startup+0.700306 s]
/proc/loadavg: 2.02 2.02 2.05 3/180 14119
/proc/meminfo: memFree=31140512/32770624 swapFree=0/527512
[pid=14119] ppid=14116 vsize=53636 CPUtime=0.58 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 7681 0 0 0 57 1 0 0 20 0 1 0 39452443 54923264 7111 18446744073709551615 4194304 7396336 140728237232560 140728237229560 4566039 0 0 1 0 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 13409 7111 739 782 0 6425 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 53636

[startup+1.50029 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 14120
/proc/meminfo: memFree=31096840/32770624 swapFree=0/527512
[pid=14119] ppid=14116 vsize=83324 CPUtime=1.39 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 14282 0 0 0 137 2 0 0 20 0 1 0 39452443 85323776 14525 18446744073709551615 4194304 7396336 140728237232560 140728237223160 4566039 0 0 1 0 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 20831 14525 739 782 0 13847 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 83324

[startup+3.10028 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 14120
/proc/meminfo: memFree=31073244/32770624 swapFree=0/527832
[pid=14119] ppid=14116 vsize=108408 CPUtime=2.98 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 20699 0 0 0 296 2 0 0 20 0 1 0 39452443 111009792 20808 18446744073709551615 4194304 7396336 140728237232560 140728237223160 4566039 0 0 1 0 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 27102 20808 739 782 0 20118 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 108408

[startup+6.30028 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 14120
/proc/meminfo: memFree=31010980/32770624 swapFree=0/527832
[pid=14119] ppid=14116 vsize=160760 CPUtime=6.18 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 49957 0 0 0 614 4 0 0 20 0 1 0 39452443 164618240 33884 18446744073709551615 4194304 7396336 140728237232560 140728237223304 4565872 0 0 1 0 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 40190 33884 739 782 0 33206 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 160760

[startup+12.7003 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 14120
/proc/meminfo: memFree=30960440/32770624 swapFree=0/527520
[pid=14119] ppid=14116 vsize=210788 CPUtime=12.58 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 65832 0 0 0 1252 6 0 0 20 0 1 0 39452443 215846912 46398 18446744073709551615 4194304 7396336 140728237232560 140728237223160 4566039 0 0 1 0 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 52697 46398 740 782 0 45713 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 210788

[startup+25.5004 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 14120
/proc/meminfo: memFree=30871696/32770624 swapFree=0/527520
[pid=14119] ppid=14116 vsize=294976 CPUtime=25.38 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 141881 0 0 0 2526 12 0 0 20 0 1 0 39452443 302055424 67494 18446744073709551615 4194304 7396336 140728237232560 140728237227224 5576097 0 0 1 16386 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 73744 67494 773 782 0 66760 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 294976

[startup+51.1004 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 14121
/proc/meminfo: memFree=30871460/32770624 swapFree=0/527520
[pid=14119] ppid=14116 vsize=294976 CPUtime=50.96 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 161109 0 0 0 5083 13 0 0 20 0 1 0 39452443 302055424 67494 18446744073709551615 4194304 7396336 140728237232560 140728237227576 5576665 0 0 1 16386 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 73744 67494 773 782 0 66760 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 294976

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 14138
/proc/meminfo: memFree=30867352/32770624 swapFree=0/527540
[pid=14119] ppid=14116 vsize=294976 CPUtime=102.14 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 169306 0 0 0 10200 14 0 0 20 0 1 0 39452443 302055424 67494 18446744073709551615 4194304 7396336 140728237232560 140728237227576 5586302 0 0 1 16386 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 73744 67494 773 782 0 66760 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 294976

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 14140
/proc/meminfo: memFree=30868352/32770624 swapFree=0/527548
[pid=14119] ppid=14116 vsize=294976 CPUtime=162.13 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 171019 0 0 0 16198 15 0 0 20 0 1 0 39452443 302055424 67494 18446744073709551615 4194304 7396336 140728237232560 140728237227576 5586450 0 0 1 16386 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 73744 67494 773 782 0 66760 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 294976

[startup+222.306 s]
/proc/loadavg: 2.08 2.03 2.05 3/182 14142
/proc/meminfo: memFree=30870204/32770624 swapFree=0/527564
[pid=14119] ppid=14116 vsize=294976 CPUtime=222.13 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 172719 0 0 0 22198 15 0 0 20 0 1 0 39452443 302055424 67494 18446744073709551615 4194304 7396336 140728237232560 140728237227576 5586450 0 0 1 16386 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 73744 67494 773 782 0 66760 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 294976

[startup+282.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/182 14144
/proc/meminfo: memFree=30872156/32770624 swapFree=0/527576
[pid=14119] ppid=14116 vsize=294976 CPUtime=282.12 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 174417 0 0 0 28197 15 0 0 20 0 1 0 39452443 302055424 67494 18446744073709551615 4194304 7396336 140728237232560 140728237227576 5576665 0 0 1 16386 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 73744 67494 773 782 0 66760 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 294976

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 14146
/proc/meminfo: memFree=30871792/32770624 swapFree=0/527596
[pid=14119] ppid=14116 vsize=294976 CPUtime=342.11 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 176115 0 0 0 34196 15 0 0 20 0 1 0 39452443 302055424 67494 18446744073709551615 4194304 7396336 140728237232560 140728237227576 5575964 0 0 1 16386 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 73744 67494 773 782 0 66760 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 294976

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14148
/proc/meminfo: memFree=30872716/32770624 swapFree=0/527620
[pid=14119] ppid=14116 vsize=294976 CPUtime=402.12 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 177813 0 0 0 40196 16 0 0 20 0 1 0 39452443 302055424 67494 18446744073709551615 4194304 7396336 140728237232560 140728237227576 5628712 0 0 1 16386 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 73744 67494 773 782 0 66760 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 294976

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14150
/proc/meminfo: memFree=30872356/32770624 swapFree=0/527624
[pid=14119] ppid=14116 vsize=294976 CPUtime=462.11 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 179507 0 0 0 46195 16 0 0 20 0 1 0 39452443 302055424 67494 18446744073709551615 4194304 7396336 140728237232560 140728237227576 4264388 0 0 1 16386 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 73744 67494 773 782 0 66760 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 294976

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14152
/proc/meminfo: memFree=30873028/32770624 swapFree=0/527620
[pid=14119] ppid=14116 vsize=294976 CPUtime=522.11 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 181199 0 0 0 52195 16 0 0 20 0 1 0 39452443 302055424 67494 18446744073709551615 4194304 7396336 140728237232560 140728237227576 5575964 0 0 1 16386 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 73744 67494 773 782 0 66760 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 294976

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14154
/proc/meminfo: memFree=30872284/32770624 swapFree=0/527612
[pid=14119] ppid=14116 vsize=294976 CPUtime=582.11 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 182898 0 0 0 58194 17 0 0 20 0 1 0 39452443 302055424 67494 18446744073709551615 4194304 7396336 140728237232560 140728237227576 4264294 0 0 1 16386 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 73744 67494 773 782 0 66760 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 294976


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


[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 14219
/proc/meminfo: memFree=30871036/32770624 swapFree=0/527884
[pid=14119] ppid=14116 vsize=294976 CPUtime=1602.07 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 211694 0 0 0 160185 22 0 0 20 0 1 0 39452443 302055424 67494 18446744073709551615 4194304 7396336 140728237232560 140728237227576 4317563 0 0 1 16386 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 73744 67494 773 782 0 66760 0
Current children cumulated CPU time (s) 1602.07
Current children cumulated vsize (KiB) 294976

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 14221
/proc/meminfo: memFree=30871384/32770624 swapFree=0/527880
[pid=14119] ppid=14116 vsize=294976 CPUtime=1662.07 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 213387 0 0 0 166185 22 0 0 20 0 1 0 39452443 302055424 67494 18446744073709551615 4194304 7396336 140728237232560 140728237227576 5649188 0 0 1 16386 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 73744 67494 773 782 0 66760 0
Current children cumulated CPU time (s) 1662.07
Current children cumulated vsize (KiB) 294976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 14223
/proc/meminfo: memFree=30871012/32770624 swapFree=0/527880
[pid=14119] ppid=14116 vsize=294976 CPUtime=1722.06 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 215087 0 0 0 172184 22 0 0 20 0 1 0 39452443 302055424 67494 18446744073709551615 4194304 7396336 140728237232560 140728237227576 5576651 0 0 1 16386 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 73744 67494 773 782 0 66760 0
Current children cumulated CPU time (s) 1722.06
Current children cumulated vsize (KiB) 294976

[startup+1782.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/181 14226
/proc/meminfo: memFree=30870928/32770624 swapFree=0/527884
[pid=14119] ppid=14116 vsize=294976 CPUtime=1782.07 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 216777 0 0 0 178184 23 0 0 20 0 1 0 39452443 302055424 67494 18446744073709551615 4194304 7396336 140728237232560 140728237227576 5628712 0 0 1 16386 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 73744 67494 773 782 0 66760 0
Current children cumulated CPU time (s) 1782.07
Current children cumulated vsize (KiB) 294976

[startup+1842.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 14228
/proc/meminfo: memFree=30870556/32770624 swapFree=0/527904
[pid=14119] ppid=14116 vsize=294976 CPUtime=1842.06 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 218481 0 0 0 184183 23 0 0 20 0 1 0 39452443 302055424 67494 18446744073709551615 4194304 7396336 140728237232560 140728237227576 5628712 0 0 1 16386 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 73744 67494 773 782 0 66760 0
Current children cumulated CPU time (s) 1842.06
Current children cumulated vsize (KiB) 294976

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 14244
/proc/meminfo: memFree=30867032/32770624 swapFree=0/527952
[pid=14119] ppid=14116 vsize=294976 CPUtime=1902.06 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 220174 0 0 0 190183 23 0 0 20 0 1 0 39452443 302055424 67494 18446744073709551615 4194304 7396336 140728237232560 140728237227576 5628712 0 0 1 16386 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 73744 67494 773 782 0 66760 0
Current children cumulated CPU time (s) 1902.06
Current children cumulated vsize (KiB) 294976

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 14270
/proc/meminfo: memFree=30867032/32770624 swapFree=0/527980
[pid=14119] ppid=14116 vsize=294976 CPUtime=1962.06 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 221866 0 0 0 196182 24 0 0 20 0 1 0 39452443 302055424 67494 18446744073709551615 4194304 7396336 140728237232560 140728237227576 5575964 0 0 1 16386 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 73744 67494 773 782 0 66760 0
Current children cumulated CPU time (s) 1962.06
Current children cumulated vsize (KiB) 294976

[startup+2022.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/182 14272
/proc/meminfo: memFree=30869008/32770624 swapFree=0/528000
[pid=14119] ppid=14116 vsize=294976 CPUtime=2022.06 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 223559 0 0 0 202182 24 0 0 20 0 1 0 39452443 302055424 67494 18446744073709551615 4194304 7396336 140728237232560 140728237227576 5628712 0 0 1 16386 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 73744 67494 773 782 0 66760 0
Current children cumulated CPU time (s) 2022.06
Current children cumulated vsize (KiB) 294976

[startup+2082.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 14274
/proc/meminfo: memFree=30870920/32770624 swapFree=0/528012
[pid=14119] ppid=14116 vsize=294976 CPUtime=2082.06 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 225252 0 0 0 208182 24 0 0 20 0 1 0 39452443 302055424 67494 18446744073709551615 4194304 7396336 140728237232560 140728237227576 4317563 0 0 1 16386 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 73744 67494 773 782 0 66760 0
Current children cumulated CPU time (s) 2082.06
Current children cumulated vsize (KiB) 294976

[startup+2142.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 14276
/proc/meminfo: memFree=30871044/32770624 swapFree=0/528028
[pid=14119] ppid=14116 vsize=294976 CPUtime=2142.06 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 226945 0 0 0 214181 25 0 0 20 0 1 0 39452443 302055424 67494 18446744073709551615 4194304 7396336 140728237232560 140728237227576 5628712 0 0 1 16386 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 73744 67494 773 782 0 66760 0
Current children cumulated CPU time (s) 2142.06
Current children cumulated vsize (KiB) 294976

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14278
/proc/meminfo: memFree=30871336/32770624 swapFree=0/528040
[pid=14119] ppid=14116 vsize=294976 CPUtime=2202.05 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 228640 0 0 0 220180 25 0 0 20 0 1 0 39452443 302055424 67494 18446744073709551615 4194304 7396336 140728237232560 140728237227576 5575964 0 0 1 16386 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 73744 67494 773 782 0 66760 0
Current children cumulated CPU time (s) 2202.05
Current children cumulated vsize (KiB) 294976

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14280
/proc/meminfo: memFree=30871212/32770624 swapFree=0/528044
[pid=14119] ppid=14116 vsize=294976 CPUtime=2262.04 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 230333 0 0 0 226179 25 0 0 20 0 1 0 39452443 302055424 67494 18446744073709551615 4194304 7396336 140728237232560 140728237227576 5586450 0 0 1 16386 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 73744 67494 773 782 0 66760 0
Current children cumulated CPU time (s) 2262.04
Current children cumulated vsize (KiB) 294976

[startup+2322.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/181 14282
/proc/meminfo: memFree=30871664/32770624 swapFree=0/528048
[pid=14119] ppid=14116 vsize=294976 CPUtime=2322.05 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 232024 0 0 0 232179 26 0 0 20 0 1 0 39452443 302055424 67494 18446744073709551615 4194304 7396336 140728237232560 140728237227576 5586450 0 0 1 16386 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 73744 67494 773 782 0 66760 0
Current children cumulated CPU time (s) 2322.05
Current children cumulated vsize (KiB) 294976

[startup+2382.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/181 14284
/proc/meminfo: memFree=30870796/32770624 swapFree=0/528064
[pid=14119] ppid=14116 vsize=294976 CPUtime=2382.04 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 233717 0 0 0 238178 26 0 0 20 0 1 0 39452443 302055424 67494 18446744073709551615 4194304 7396336 140728237232560 140728237227576 5575964 0 0 1 16386 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 73744 67494 773 782 0 66760 0
Current children cumulated CPU time (s) 2382.04
Current children cumulated vsize (KiB) 294976

[startup+2442.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 14347
/proc/meminfo: memFree=31019180/32770624 swapFree=0/528116
[pid=14119] ppid=14116 vsize=294976 CPUtime=2442.04 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 235408 0 0 0 244178 26 0 0 20 0 1 0 39452443 302055424 67494 18446744073709551615 4194304 7396336 140728237232560 140728237227576 4404811 0 0 1 16386 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 73744 67494 773 782 0 66760 0
Current children cumulated CPU time (s) 2442.04
Current children cumulated vsize (KiB) 294976

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 14364
/proc/meminfo: memFree=31014860/32770624 swapFree=0/528164
[pid=14119] ppid=14116 vsize=294976 CPUtime=2502.03 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 237102 0 0 0 250177 26 0 0 20 0 1 0 39452443 302055424 67494 18446744073709551615 4194304 7396336 140728237232560 140728237227576 5575952 0 0 1 16386 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 73744 67494 773 782 0 66760 0
Current children cumulated CPU time (s) 2502.03
Current children cumulated vsize (KiB) 294976



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 14364
/proc/meminfo: memFree=31014488/32770624 swapFree=0/528164
[pid=14119] ppid=14116 vsize=294976 CPUtime=2519.73 cores=0,2,4,6
/proc/14119/stat : 14119 (MistralXCSP) R 14116 14119 16590 0 -1 4202496 237103 0 0 0 251947 26 0 0 20 0 1 0 39452443 302055424 67494 18446744073709551615 4194304 7396336 140728237232560 140728237227576 5576665 0 0 1 16386 0 0 0 17 4 0 0 10 0 0 9496464 9501696 42344448 140728237236660 140728237236809 140728237236809 140728237240265 0
/proc/14119/statm: 73744 67494 773 782 0 66760 0
Current children cumulated CPU time (s) 2519.73
Current children cumulated vsize (KiB) 294976

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 14119 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.48
CPU system time (s): 0.268988
CPU usage (%): 99.99
Max. virtual memory (cumulated for all children) (KiB): 294976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.48
system time used= 0.268988
maximum resident set size= 280440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237141
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= 77
involuntary context switches= 645

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.24781 second user time and 10.081 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-10 15:29:03
IDJOB=4261113
IDBENCH=128868
IDSOLVER=2649
FILE ID=node127/4261113-1502372589
RUNJOBID= node127-1502331240-8161
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-26-08.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-4261113-1502372589/watcher-4261113-1502372589 -o /tmp/evaluation-result-4261113-1502372589/solver-4261113-1502372589 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502331240-8161 --watchdog 2580  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 955864747 HOME/instance-4261113-1502372589.xml

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

MD5SUM BENCH= 885f7dce9f12482b5755a1b8bd42ad86
RANDOM SEED=955864747

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:        31141356 kB
MemAvailable:   31845776 kB
Buffers:          229628 kB
Cached:           766112 kB
SwapCached:            0 kB
Active:           658660 kB
Inactive:         552420 kB
Active(anon):     215648 kB
Inactive(anon):    24908 kB
Active(file):     443012 kB
Inactive(file):   527512 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5508 kB
Writeback:             0 kB
AnonPages:        215460 kB
Mapped:            40872 kB
Shmem:             25252 kB
Slab:             124344 kB
SReclaimable:      99464 kB
SUnreclaim:        24880 kB
KernelStack:        3232 kB
PageTables:         5184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     475496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 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:11:03